Search Results

0
votes

Stored procedures/DB schema in source control

For procs, write the procs with script wrappers into plain files, and apply the changes from those files. If it applied correctly, then you can check in that file, and you'll be able to reproduce …