Activity overview
Latest activity by mishaluba
Upgrading to the latest version (7.3.0.775) solved this problem for me. / comments
Upgrading to the latest version (7.3.0.775) solved this problem for me.
Hello!
I have run into a similar problem (and I am on version 7.0.0.62) where the SQL Prompt complains: "... column could not be resolved as a column with that name exists in multiple tables...". Below is my query (slightly revised to protect the innocent):
UPDATE TableA
SET Column1 = ( SELECT Column1
FROM TableB
)
WHERE Column1 IS NULL
AND MyType = 'A'; / comments
Hello!
I have run into a similar problem (and I am on version 7.0.0.62) where the SQL Prompt complains: "... column could not be resolved as a column with that name exists in multiple tables...". ...
I have just installed the latest version of SQL Doc (3.0.3.9). It looks like the tool does not understand clustered columnstore indexes in SQL Server 2014. When trying to view any table with such index I get "Preview cannot be displayed. An exception has occurred while trying to display the preview. The error message is: Specified argument was out of range of valid values" / comments
I have just installed the latest version of SQL Doc (3.0.3.9). It looks like the tool does not understand clustered columnstore indexes in SQL Server 2014. When trying to view any table with such...
Thank you, Brian! This is very helpful and good to know. I ended up going with a different approach. I specify output of sqlcompare to be an Excel file and then programmatically open this Excel and save it as CSV (because Excel is notoriously hard to work with in SSIS). From then on it's pretty easy to load into a database table using SSIS flat file connection manager. / comments
Thank you, Brian! This is very helpful and good to know. I ended up going with a different approach. I specify output of sqlcompare to be an Excel file and then programmatically open this Excel ...
How can I capture the sqlcompare output into a DB table?
Hello,
I have a large number of customer databases, which are mostly the same, but occasianally some differences creep in. This could be a result of our support group fixing things for individual ...
Thank you, Brian! I hope this is correct, but just want to confirm. Please go to this URL: http://www.red-gate.com/supportcenter/c ... _in_the_cl
Scroll to the bottom and view this text (pasted below):
Deprecated Options /Sourcecontrol1
Allows a folder of scripts to be used as the source.
/Sourcecontrol2
Allows a folder of scripts to be used as the target. / comments
Thank you, Brian! I hope this is correct, but just want to confirm. Please go to this URL: http://www.red-gate.com/supportcenter/c ... _in_the_cl
Scroll to the bottom and view this text (pasted b...
What is the replacement for deprecated /sourcecontrol1 ?
Hello,
I am just getting started with "SQL Compare 10" and I wrote a small batch file to automate the CI process. There are just two commands. First one compares the latest version in the source ...
I am experiencing very similar slowness with SQL Prompt and I am still running a trial version. This started happenning just a few days ago, it was working well initially. / comments
I am experiencing very similar slowness with SQL Prompt and I am still running a trial version. This started happenning just a few days ago, it was working well initially.