-
Notifications
You must be signed in to change notification settings - Fork 0
Home
This page contains basic information about the DacFX API of SQL Server 2014
Read the page below to get an introduction to DAC files, what they are, and how they relate to the rest of the world. The page is particularly interesting to understand the definition of DACPAC and BACPAC files.
https://technet.microsoft.com/en-us/library/ee210546.aspx
http://sqlblog.com/blogs/jamie_thomson/archive/2014/01/18/dacpac-braindump.aspx
Follow the guide below to create a SQL Server project and compile the project to obtain a dac file.
You might need to update SSDT as described here (for setup with VS 3013 Community and SQL Server 2008 R2) if encounter a build error on compilation of the SQL Server project:
http://stackoverflow.com/questions/25774471/vs2013-database-project-fails-to-build
https://msdn.microsoft.com/en-US/library/hh550080%28v=vs.103%29.aspx
http://blogs.msdn.com/b/ssdt/archive/2013/12/23/dacfx-public-model-tutorial.aspx