sql print new line code example Example: ms sql print from new line -- CHAR(10) makes new line in windows PRINT 'line 1' + CHAR(10) + 'line 2'