How you get new line or line feed in Sql Query ?
-- Access: SELECT CHR(13) & CHR(10) -- SQL Server: SELECT CHAR(13) + CHAR(10)