dbTalk Databases Forums  

email notification from the clustered SQL Servers

microsoft.public.sqlserver.clustering microsoft.public.sqlserver.clustering


Discuss email notification from the clustered SQL Servers in the microsoft.public.sqlserver.clustering forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Cata
 
Posts: n/a

Default email notification from the clustered SQL Servers - 01-23-2004 , 01:18 PM






Hi,

I am new with the SQL Server clustering, what do you
recommend for jobs notification?

Reply With Quote
  #2  
Old   
Luca Bianchi
 
Posts: n/a

Default Re: email notification from the clustered SQL Servers - 01-23-2004 , 02:22 PM






Cata wrote:
Quote:
Hi,

I am new with the SQL Server clustering, what do you
recommend for jobs notification?
You can setup an identical MAPI profile on each nodes of your cluster
http://support.microsoft.com/default...b;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




Reply With Quote
  #3  
Old   
Cata
 
Posts: n/a

Default Re: email notification from the clustered SQL Servers - 01-23-2004 , 02:42 PM



How can I use xp_smtp_sendmail to send job notifications?
Quote:
-----Original Message-----
Cata wrote:
Hi,

I am new with the SQL Server clustering, what do you
recommend for jobs notification?

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


.


Reply With Quote
  #4  
Old   
Geoff N. Hiten
 
Posts: n/a

Default Re: email notification from the clustered SQL Servers - 01-23-2004 , 07:12 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

"Cata" <anonymous (AT) discussions (DOT) microsoft.com> wrote

Quote:
How can I use xp_smtp_sendmail to send job notifications?
-----Original Message-----
Cata wrote:
Hi,

I am new with the SQL Server clustering, what do you
recommend for jobs notification?

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


.




Reply With Quote
  #5  
Old   
Cata
 
Posts: n/a

Default Re: email notification from the clustered SQL Servers - 01-27-2004 , 10:36 AM



Thanks
Quote:
-----Original Message-----
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

"Cata" <anonymous (AT) discussions (DOT) microsoft.com> wrote in
message
news:366901c3e1f1$792a9e70$a601280a (AT) phx (DOT) gbl...
How can I use xp_smtp_sendmail to send job
notifications?
-----Original Message-----
Cata wrote:
Hi,

I am new with the SQL Server clustering, what do you
recommend for jobs notification?

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


.



.


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.