Search code examples
t-sqlsap-ase

Sybase ASE 80 character limit


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?


Solution

  • PRINT itself does not wrap text, but isql wraps at 80 characters by default; you can change this with the -w switch.