Comments
1 comment
-
Hello,
SQL Source Control is designed to turn a database into individual scripts that go into a version control system, so it is not really designed to allow you to put scripts in-line with those created by Source Control.
However, you may be able to leverage migration scripts - these are commands you can slip into the deployment updates. Please see:
https://documentation.red-gate.com/disp ... ns+scripts
Add comment
Please sign in to leave a comment.
My situation looks like following:
1) Initial commit with database objects
2) Some Update script - where this should be placed? this script for example disabled all users in table - and what if I have many custom scripts and they must be executed in order?
Thanks in advance