Using either SELECT
or PRINT
to print a string that is longer than 80 characters will cause a line wrap.
Is there a method to print lines that are longer than 80 characters?
PRINT
itself does not wrap text, but isql wraps at 80 characters by default; you can change this with the -w
switch.