May 2019
Beginner to intermediate
456 pages
10h 37m
English
Open the samples/databases/wide-world-importers/wwi-dw-ssdt/WideWorldImportersDW.sln solution in visual studio, right-click on the WideWorldImporters.dbproj file, and view properties. In the Build tab you'll see that the project is configured to generate an output (dacpac) in the bin\Release or bin\Debug folder:

The build pipeline uses the same setting to generate the dacpac file. Download the dacpac file generated in the build artifact and rename its extension from .dacpac to .zip. You'll notice that it simply contains the database model wrapped up into an XML file and the post-deployment scripts in a postdeployment.sql file: ...
Read now
Unlock full access