Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: SQLSTATE 01000 Message?

    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.

Viewing post 1 (of 1 total)