Activity overview
Latest activity by molnara
CONTEXT_INFO() used in constraints
Hello,
It looks like SQL Compare is trying to put brackets on any constraints which use CONTEXT_INFO(). Take a look at the below script output from latest schema compare:
"CONSTRAINT [DF_Account_C...
Ok, after re-reading the error message I noticed that the commandline seems to be case sensitive. I changed /Include:Identical to /include:identical and now it works. / comments
Ok, after re-reading the error message I noticed that the commandline seems to be case sensitive. I changed /Include:Identical to /include:identical and now it works.
Project File Commandline Issue
Hello,
I am trying to automate a deployment using the following command:
"C:\Program Files (x86)\Red Gate\SQL Compare 9\SQLCompare.exe" /sync /Project:"C:\project.scp"
The problem I am having is er...
Object reference not set to an instance of an object
I seem to be getting these errors a lot with the latest version. I have two commands below. One works and one doesn't, the only difference being the one which doesn't work is the version 9.
Versi...
Ok, after spending hours on this, I finally noticed the sticky with the latest patch which specifically addresses my issue:
Patch to Red Gate SQL Compare 8.50.25.20 - 26 November 2010
===================================================
This build of SQL Compare should address the following issues in SQL Compare 8.50.12.18:
SC-4896 /ScriptFile:"<path\name.sql>" does not appear to generate script file (regression from 8.2)
SC-4903 GRANT WITH stops permission getting scripted.
Now, it does generate the script BUT it seems to hang, unless I press enter, then it exits. [image] / comments
Ok, after spending hours on this, I finally noticed the sticky with the latest patch which specifically addresses my issue:
Patch to Red Gate SQL Compare 8.50.25.20 - 26 November 2010
============...
Commandline sync and scriptfile options
Hello,
I am trying to setup a continuous integration using TFS Build. Problem is, the /scriptfile argument does not seem to work unless /sync is also specified. I need to generate an update scrip...