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 Administration (2000)
 Emails

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2005-08-29 : 07:30:16
Hussain writes "I have managed to automate our KPI queries to automatically send out data to specified users, but i want to know how i can modify the queries to also include attachments in the emails that are automatically sent to the users. i Look forward to hearing from you very soon"

robvolk
Most Valuable Yak

15732 Posts

Posted - 2005-08-29 : 07:31:43
xp_sendmail can attach files to its email. You may simply have to modify your current job to use xp_sendmail instead of SQL Agent mail (if indeed that's how it's currently working). Check Books Online under "xp_sendmail" for more info, if that doesn't solve it post more details about your situation here.
Go to Top of Page
   

- Advertisement -