Changing Font for query output

  • 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?

  • 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.

     

  • 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