Does SQL Source Control work with Azure Data Studio?
pablolerner
Posts: 27 Bronze 1
I am using Management Studio as the rest of my team, but would really like to move to Azure Data Studio. Does Red Gate's SQL Source Control work with it? And, if so, will it create any problems if i use source control in ADS while other members of my team still use Management Studio?
Tagged:
Best Answer
-
David Atkinson Posts: 1,458 Rose Gold 2@pablolerner - There is no integration for Azure Data Studio at this stage, but there's no reason why you can't use ADS (or any tool for that matter) to make modifications to your development database and use SQL Source Control in SSMS alongside this.
SQL Source Control will identify changes to your development database by comparing this to what is stored in version control. It is agnostic to the tool that makes the database change. This means that your teams can develop using SSMS, ADS or both without any interoperability issues.
We have plans to deliver a standalone (ie, not integrated in SSMS) version of SQL Source Control, which means you won't need SSMS loaded, and there may be a preview of this later in H2 this year.David Atkinson
Product Manager
Redgate Software
Answers
Product Manager
Redgate Software
You just need to create a SQL Compare project with your dev DB as the source and the SQL Source Control scripts folder in your Git working folder as the target.
When you do the comparison, the screen that you see is effectively the same as you get in SQL Source Control's commit screen.
Select the objects you want to save to your project and use the Deploy function to "deploy" the changes to your git folder.
You can then use the build in Git in Azure Data Studio (or any Git client you like) to commit and push the changes.
Product Manager
Redgate Software
Product Manager
Redgate Software
Product Manager
Redgate Software
Product Manager
Redgate Software
Product Manager
Redgate Software