Thursday, July 3, 2008

Insert carriage return in sql-server table

carriage return/CHAR(13) when using SQL_SERVER insert/update statements
'some text' + char(13) + 'some more text'.
www.visli.com

No comments: