Viewing post 1 (of 1 total)
Following code will do the trick;
DECLARE @topsql nvarchar(200)
SET @topsql =
'DECLARE @quotedvar nvarchar(100) ' + char(13) +
'DECLARE
January 3, 2013 at 2:04 am
#1573202