SDK comparison vs. source control
dmarques
Posts: 2
Hi.
Does SQL Comparison SDK have the ability to compare a live db vs. a version in source control (SVN, in our case)?
We use the SQL Compare and SQL SourceControl apps, but would like to automate a nightly check that the production database agrees with a particular source control branch.
Thanks.
Dan
Does SQL Comparison SDK have the ability to compare a live db vs. a version in source control (SVN, in our case)?
We use the SQL Compare and SQL SourceControl apps, but would like to automate a nightly check that the production database agrees with a particular source control branch.
Thanks.
Dan
Comments
There are two ways to interact with your source controlled version in an automated fashion:
1) Check out the version in source control to a folder, and point the script folder registration at that folder
2) Use the Automation Pack (the command line interfaces) instead of the SDK.
Redgate Software