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 2005 Forums
 SQL Server Administration (2005)
 SQL Agent Alert Notification Issue

Author  Topic 

srivatsahg
Yak Posting Veteran

71 Posts

Posted - 2009-11-02 : 08:32:18
Hello everybody

My task is to create an alert in my SQL Server 2005 database and notify the operator when a particular job fails.
So far i used to send the notifications to the operators only using NET SEND (our requirement is not have an email notification).
But now since NET SEND will no longer be supported in future versions of SQL Server and in Vista/Windows 7 ... I need an alternative for notifying an operator.

Can anyone suggest some ideas for achieving the same?
Thanks and Regards
Srivatsa

P.S: Email notification is ruled out, due to customer specific request.


   

- Advertisement -