Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: nvarchar(MAX) limit

    print like this. it will work

    print substring(@sql,1,3999)

    print substring(@sql,4000,8000)

    ........

Viewing post 1 (of 1 total)