Linking Static Data
Linking static data tables
- Right click a database in Ssms
 Other SQL Source Control tasksLink or unlink static datasave and close- Right click a database in Ssms
 Commit changes to source control- In source control pane you will now see a commit with the data link change type that shows the diff as a bunch of insert statements
 - Commit message and commit
- Result is that in your source control repository there is now a 
Data/directory with a SQL file in it consisting of the insert statements. 
 - Result is that in your source control repository there is now a 
 
- To source control the data on your tables they need a PK
 
Backlinks