Groups | Blog | Home
all groups > sql server clustering > january 2004 >

sql server clustering : email notification from the clustered SQL Servers



Cata
1/23/2004 11:18:43 AM
Hi,

I am new with the SQL Server clustering, what do you
Cata
1/23/2004 12:42:53 PM
How can I use xp_smtp_sendmail to send job notifications?
[quoted text, click to view]
Geoff N. Hiten
1/23/2004 8:12:52 PM
Add an ON SUCCESS step and an ON FAIL step to each job with a different
email message for each. Slightly cumbersome, but once you have one working,
you can use it as a template to script others.

--
Geoff N. Hiten
Microsoft SQL Server MVP
Senior Database Administrator
CareerBuilder.com

[quoted text, click to view]

Luca Bianchi
1/23/2004 9:22:01 PM
[quoted text, click to view]

You can setup an identical MAPI profile on each nodes of your cluster
http://support.microsoft.com/default.aspx?scid=kb;en-us;298723

Otherwise you should use a custom stored procedure that use the SMTP service
http://www.sqldev.net/xp/xpsmtp.htm

Bye

--
Luca Bianchi
Microsoft MVP - SQL Server
http://mvp.support.microsoft.com
http://italy.mvps.org

Cata
1/27/2004 8:36:09 AM
Thanks
[quoted text, click to view]
AddThis Social Bookmark Button