Viewing post 1 (of 1 total)
Easy way is just put '--' into your PRINT
PRINT 'UPDATING: " + cast(@count as varchar(3))'
AS
PRINT 'UPDATING: " + cast(@count as varchar(3)) --'
So that,[SQLSTATE01000] will be --[SQLSTATE01000], is commented out.
May 2, 2007 at 2:22 pm
#703927