Comments
Sort by recent activity
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...