August 2019
Beginner to intermediate
696 pages
15h 45m
English
Usually, SSDT database projects only create empty database shells when we select the option that always recreates the database. The reason why we have data in the newly deployed database is because we added a script to the database project, as shown in the following screenshot (AdventureWorksLTData.sql):

This file contains INSERT statements that load the different tables. You can glimpse its content in the following screenshot:

This SQL file is called via a special script in SSDT: a post deployment script. To create it, we simply ...
Read now
Unlock full access