san43
Hall of Fame
Points: 3196
More actions
September 5, 2006 at 2:43 pm
#114778
I am trying to send the qury output to my email, but I want the first line of the output to be with bold and bigger font. Is this possible using SQL query?
Sreejith Sreedharan
SSCertifiable
Points: 5403
September 5, 2006 at 2:55 pm
#658647
I don't think there is a way to do that using xp_sendmail. I am interested to see if any one comes up with the idea.
Gopi Muluka
SSCarpal Tunnel
Points: 4594
September 5, 2006 at 3:02 pm
#658648
I think, Logically it is not possible to format the data with SQL.
Formatting data is part of the calling Application,
you can workaround this by using HTML tags in Query Output, if you are displaying in HTML format
select '<B>'+Query Output +'</B>
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply