Publish DACPAC to SQL Server 2014 using SqlPackage.exe?

前端 未结 3 1522
故里飘歌
故里飘歌 2020-12-04 17:58

I\'ve been successfully publishing DACPACs to SQL Server 2008-2012 instances using SqlPackage.exe, as installed by SQL Server Data Tools (and typically found in C:\\Pr

3条回答
  •  心在旅途
    2020-12-04 18:51

    There is now an official Microsoft.Data.Tools.Msbuild NuGet package that contains SqlPackage.exe and a blog post with the details:

    This NuGet package contains all the required components to build and publish SQL Projects (.sqlproj). This supports continuous integration and continuous deployment scenarios – SQL Projects can be built on a local build agent without installing the full Visual Studio or SQL Server Data Tools (SSDT) products.

提交回复
热议问题