SQL SERVER - Difference between Line Feed (n) and Carriage Return (r) - T-SQL New Line Char - Journe
Hi I can see a space in front of the second line in the output this is happening by use of newline char as a variable, infact if i use char(13) or char(10) it isn’t producing space in front. here is the code snippet DECLARE @NewLineChar AS CHAR(2) set ......