Hi,
I need to generate health check report with some query output which will come to my mail daily. Currently the text base output in my email is not suitable for ease of read. In oracle there is option to convert the whole query output in HTML format using below -
'set markup html on'
In SQL server is there any similar syntax to convert the query output in HTML format?
regards
Arif