|
vinurvk
Starting Member
8 Posts |
Posted - 12/15/2010 : 05:24:35
|
EXEC sp_send_dbmail @profile_name='Mailer', @recipients = 'vin@abc.com', @subject='User Details', @from_address ='Reporting@abc.com', @body_format = 'HTML', @query='select * from users_list'
- When i do this am getting the result inside the mail without any alignment. Is there a possible to populate the data into a HTML Table format.. |
 |
|