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)
 How to use XPSMTP sending SQL job notification Alerts ?

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2005-05-06 : 07:59:02
Wendy writes "Does anyone have ideas about how to use XPSMTP sending SQL Agent Alerts and job notifications?

Thanks

Wendy"

robvolk
Most Valuable Yak

15732 Posts

Posted - 2005-05-06 : 08:03:16
I know you can't replace the SQL Agent Mail service with it. But you can modify your jobs by adding a step that uses it to send email, and modifying the job flow so that the on-failure or on-success actions call that step when it's appropriate.

Likewise you can edit the alert to call a job, and the job would send the email.
Go to Top of Page
   

- Advertisement -