February 9, 2009 at 3:48 am
SET @Text = 'Line 1' + Char(13) + Char(10) + 'Line 2'
February 9, 2009 at 12:41 pm
You may wanna try sending DBMAIL in HTML.
Search BOL for sp_send_dbmail, and look at the Example C:Sending an HTML e-mail message.
February 10, 2009 at 6:47 am
Or, to expand upon Vic.K's answer above, what you're looking for are ASCII control characters. You can find links with details in various places, here's one from Microsoft: http://office.microsoft.com/en-us/help/HA011331361033.aspx
---------------------------------------------------------
How best to post your question[/url]
How to post performance problems[/url]
Tally Table:What it is and how it replaces a loop[/url]
"stewsterl 80804 (10/16/2009)I guess when you stop and try to understand the solution provided you not only learn, but save yourself some headaches when you need to make any slight changes."
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply