Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: Single Quotation Marks in SQL

    nice article. thanks.

    DECLARE @topsql NVARCHAR(200)

    SET @topsql = 'DECLARE @quotedvar nvarchar(100) ' + CHAR(13)

    + 'DECLARE @sql nvarchar(1000) ' + CHAR(13)

    + 'SET @quotedvar =...

Viewing post 1 (of 1 total)