Activity overview
Latest activity by CtrlAltDel
Ha, nailed the sucker. There were some CRs in there missing following LFs, and that particular stored procedure was complex enough that it got very upset if all the lines didn't have CR/LFs. So you'll be glad to know that the problem was definitely not a bug in Red Gate's code [image] / comments
Ha, nailed the sucker. There were some CRs in there missing following LFs, and that particular stored procedure was complex enough that it got very upset if all the lines didn't have CR/LFs. So you...
After a lot of trial and error, I've narrowed it down to a stored procedure which refuses to compile when it is followed by a GO statement. Obviously, in a SQL database creation script, a GO statement is rather important, but the problem doesn't appear to be in SQL Compare. I can still send the script if you want to win some brownie points for top customer service [image] / comments
After a lot of trial and error, I've narrowed it down to a stored procedure which refuses to compile when it is followed by a GO statement. Obviously, in a SQL database creation script, a GO statem...
SQL script created does not execute
I am having big problems getting the SQL script that SQL Compare 5 generates to execute from SQL Server Management Studio.
I have a baseline SQL2005 DB that I have created a snapshot of, and an emp...