Activity overview
Latest activity by brad_schoen
I think I asked the question in a confusing way, especially by mentioning migration scripts which I didn't intend to use.
What I am attempting to do may or may not be supported: I'm trying to execute SQL compare from the command line to compare two revisions in source control (Red Gate / SVN), and I want the output to be any stored procedure, view, or function that has changed scripted out as IF EXISTS / DROP / CREATE so I can run it with every build. It looked like dacia flag would do this.
Hope that makes sense, and thank you for your response. / comments
I think I asked the question in a confusing way, especially by mentioning migration scripts which I didn't intend to use.
What I am attempting to do may or may not be supported: I'm trying to exec...
DropAndCreateInsteadOfAlter (Alias: dacia) / Source Control
I cannot seem to get this option to work from SQL Compare command line.
I am trying to generate a script that can be ran each time the build is executed by comparing the baseline to the latest stat...