Change branches from SSMS.
If you use multiple branches for a database and you need to switch branches there is no way to change branches in SSMS. While opening some UI for git or using the command line is not difficult it would be nice to just switch to some branch, pull and apply changes, as needed/wanted all inside of SSMS
207
votes
Dennis E. Evans
shared this idea
-
geoffrobinson commented
There needs to be a way to branch and mark the current schema/data as a version via SQL Server Management Studio.
Also maybe something like this:
-create a database with a given name based on a selected version of the databaseMerging would even be better, but I'm not getting greedy.