'Thisis the reason that i did this>> '
This is the reason that i did this>>
declare @NewLine char(2) set @NewLine=char(13)+char(10) select rtrim(ltrim(Replace('This is the reason that i did this>> ',@NewLine,'')))
Thank you for posting at Dotnetfunda [Administrator]
sriram
Login to post response