Does SSC3 handle custom scripts?
adam12
Posts: 2
Hi, I have just installed your tool and checked help/sample video but I haven't found way how can I commit my custom script - is it possible?
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
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
Comments
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