A blog about SQL Server, Books, Movies and life in general
Print the @SQL variable without using PRINT
RAISERROR (@SQL,10,1);
As Simon pointed out, this one was too easy. :)
SELECT @SQL
RAISERROR (@SQL,10,1);
ReplyDeleteAs Simon pointed out, this one was too easy. :)
ReplyDeleteSELECT @SQL
ReplyDelete