SoftadminUtil.String_Print

Type: Stored procedure

Prints a string. Unlike the PRINT statement this procedure can print text longer than 4000 characters. The procedure will still fail if a single line is longer than 4000 characters.

Parameters

@txt mandatory nvarchar(max)
Text to print.

May be NULL, in which case nothing is printed.