SyntaxFix
Write A Post
Hire A Developer
Questions
Print truncates the varchar(MAX) to 8000, nvarchar(MAX) to 4000 chars.
But;
PRINT CAST(@query AS NTEXT)
will print the whole query.