Comments
1 comment
-
Hey Jbrune,
Thanks for contacting us!
In cases where you would want to apply scripts (stored in the repository) to the database - you would use link to the repository folder using the Dedicated model- which gives you the option to "Get latest" from the repository because it assumes that each developer has their own copy of the database and they are committing to and getting from that same folder. See the "Switching to dedicated development" model for information on how to set that up https://documentation.red-gate.com/disp ... ated+model
If you are using the Shared model - then Source Control assumes that developers work on a single copy of the database- so you can only Commit to the repository, because no changes would be made to the repository before they were made to the database. https://documentation.red-gate.com/disp ... ared+model
Do let me know if you have any questions or issues about the above!
Warmly,
Add comment
Please sign in to leave a comment.
I get that I could just copy the script(s) from my source control and run them in SSMS, but I just figured there'd be a different way.