Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 XPSMTP

Author  Topic 

AndyThissen
Starting Member

7 Posts

Posted - 2005-06-16 : 10:14:20
I want to send query results via XPSMTP. I was wondering how I might get the results into the message body. I see that I can use @messagefile to write my results to a file and then load the email from that file. But from there I ran into formating issues. I also see I could use html to format the file but is there a way to output my query results as html. Does anyone have an example sending a query result as html in XPSMTP? or as a formatted file?. Thank you for you help.
   

- Advertisement -