dbTalk Databases Forums  

SQL 2000 Cluster (Active, Passive) E-mail

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


Discuss SQL 2000 Cluster (Active, Passive) E-mail in the microsoft.public.sqlserver.clustering forum.



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

Default SQL 2000 Cluster (Active, Passive) E-mail - 06-20-2008 , 11:37 AM






I need to setup SQL to automatically email out of report each night when it
is done, i've done it in the past on a stand alone server by just installing
outlook setting up a profile and setting the sql services to use that
account. Not sure how to do it in a cluster or even if outlook could be
installed on the sql cluster servers. Can it somehow use a smtp relay? If
it can could someone give me instructions on how to do it.

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

Default Re: SQL 2000 Cluster (Active, Passive) E-mail - 06-20-2008 , 01:41 PM






Quote:
I need to setup SQL to automatically email out of report each night when it
is done, i've done it in the past on a stand alone server by just
installing
outlook setting up a profile and setting the sql services to use that
account. Not sure how to do it in a cluster or even if outlook could be
installed on the sql cluster servers. Can it somehow use a smtp relay?
If
it can could someone give me instructions on how to do it.
You can use SQLMail in a clustered instance but you have to create the same
MAPI profile (Outlook) on both nodes.
It's not a good idea to install Outlook on a production server (clustered or
not clustered), so I prefer to use this solution

http://www.sqldev.net/xp/xpsmtp.htm

that do not require to install anything.

Ciao

--
Luca Bianchi
Microsoft MVP - SQL Server
http://community.ugiss.org/blogs/lbianchi




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

Default Re: SQL 2000 Cluster (Active, Passive) E-mail - 06-20-2008 , 01:41 PM



Quote:
I need to setup SQL to automatically email out of report each night when it
is done, i've done it in the past on a stand alone server by just
installing
outlook setting up a profile and setting the sql services to use that
account. Not sure how to do it in a cluster or even if outlook could be
installed on the sql cluster servers. Can it somehow use a smtp relay?
If
it can could someone give me instructions on how to do it.
You can use SQLMail in a clustered instance but you have to create the same
MAPI profile (Outlook) on both nodes.
It's not a good idea to install Outlook on a production server (clustered or
not clustered), so I prefer to use this solution

http://www.sqldev.net/xp/xpsmtp.htm

that do not require to install anything.

Ciao

--
Luca Bianchi
Microsoft MVP - SQL Server
http://community.ugiss.org/blogs/lbianchi




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

Default Re: SQL 2000 Cluster (Active, Passive) E-mail - 06-20-2008 , 01:41 PM



Quote:
I need to setup SQL to automatically email out of report each night when it
is done, i've done it in the past on a stand alone server by just
installing
outlook setting up a profile and setting the sql services to use that
account. Not sure how to do it in a cluster or even if outlook could be
installed on the sql cluster servers. Can it somehow use a smtp relay?
If
it can could someone give me instructions on how to do it.
You can use SQLMail in a clustered instance but you have to create the same
MAPI profile (Outlook) on both nodes.
It's not a good idea to install Outlook on a production server (clustered or
not clustered), so I prefer to use this solution

http://www.sqldev.net/xp/xpsmtp.htm

that do not require to install anything.

Ciao

--
Luca Bianchi
Microsoft MVP - SQL Server
http://community.ugiss.org/blogs/lbianchi




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

Default Re: SQL 2000 Cluster (Active, Passive) E-mail - 06-20-2008 , 01:41 PM



Quote:
I need to setup SQL to automatically email out of report each night when it
is done, i've done it in the past on a stand alone server by just
installing
outlook setting up a profile and setting the sql services to use that
account. Not sure how to do it in a cluster or even if outlook could be
installed on the sql cluster servers. Can it somehow use a smtp relay?
If
it can could someone give me instructions on how to do it.
You can use SQLMail in a clustered instance but you have to create the same
MAPI profile (Outlook) on both nodes.
It's not a good idea to install Outlook on a production server (clustered or
not clustered), so I prefer to use this solution

http://www.sqldev.net/xp/xpsmtp.htm

that do not require to install anything.

Ciao

--
Luca Bianchi
Microsoft MVP - SQL Server
http://community.ugiss.org/blogs/lbianchi




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

Default Re: SQL 2000 Cluster (Active, Passive) E-mail - 06-20-2008 , 01:41 PM



Quote:
I need to setup SQL to automatically email out of report each night when it
is done, i've done it in the past on a stand alone server by just
installing
outlook setting up a profile and setting the sql services to use that
account. Not sure how to do it in a cluster or even if outlook could be
installed on the sql cluster servers. Can it somehow use a smtp relay?
If
it can could someone give me instructions on how to do it.
You can use SQLMail in a clustered instance but you have to create the same
MAPI profile (Outlook) on both nodes.
It's not a good idea to install Outlook on a production server (clustered or
not clustered), so I prefer to use this solution

http://www.sqldev.net/xp/xpsmtp.htm

that do not require to install anything.

Ciao

--
Luca Bianchi
Microsoft MVP - SQL Server
http://community.ugiss.org/blogs/lbianchi




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

Default Re: SQL 2000 Cluster (Active, Passive) E-mail - 06-20-2008 , 01:41 PM



Quote:
I need to setup SQL to automatically email out of report each night when it
is done, i've done it in the past on a stand alone server by just
installing
outlook setting up a profile and setting the sql services to use that
account. Not sure how to do it in a cluster or even if outlook could be
installed on the sql cluster servers. Can it somehow use a smtp relay?
If
it can could someone give me instructions on how to do it.
You can use SQLMail in a clustered instance but you have to create the same
MAPI profile (Outlook) on both nodes.
It's not a good idea to install Outlook on a production server (clustered or
not clustered), so I prefer to use this solution

http://www.sqldev.net/xp/xpsmtp.htm

that do not require to install anything.

Ciao

--
Luca Bianchi
Microsoft MVP - SQL Server
http://community.ugiss.org/blogs/lbianchi




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

Default Re: SQL 2000 Cluster (Active, Passive) E-mail - 06-20-2008 , 01:41 PM



Quote:
I need to setup SQL to automatically email out of report each night when it
is done, i've done it in the past on a stand alone server by just
installing
outlook setting up a profile and setting the sql services to use that
account. Not sure how to do it in a cluster or even if outlook could be
installed on the sql cluster servers. Can it somehow use a smtp relay?
If
it can could someone give me instructions on how to do it.
You can use SQLMail in a clustered instance but you have to create the same
MAPI profile (Outlook) on both nodes.
It's not a good idea to install Outlook on a production server (clustered or
not clustered), so I prefer to use this solution

http://www.sqldev.net/xp/xpsmtp.htm

that do not require to install anything.

Ciao

--
Luca Bianchi
Microsoft MVP - SQL Server
http://community.ugiss.org/blogs/lbianchi




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

Default Re: SQL 2000 Cluster (Active, Passive) E-mail - 06-20-2008 , 01:41 PM



Quote:
I need to setup SQL to automatically email out of report each night when it
is done, i've done it in the past on a stand alone server by just
installing
outlook setting up a profile and setting the sql services to use that
account. Not sure how to do it in a cluster or even if outlook could be
installed on the sql cluster servers. Can it somehow use a smtp relay?
If
it can could someone give me instructions on how to do it.
You can use SQLMail in a clustered instance but you have to create the same
MAPI profile (Outlook) on both nodes.
It's not a good idea to install Outlook on a production server (clustered or
not clustered), so I prefer to use this solution

http://www.sqldev.net/xp/xpsmtp.htm

that do not require to install anything.

Ciao

--
Luca Bianchi
Microsoft MVP - SQL Server
http://community.ugiss.org/blogs/lbianchi




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

Default Re: SQL 2000 Cluster (Active, Passive) E-mail - 06-20-2008 , 01:41 PM



Quote:
I need to setup SQL to automatically email out of report each night when it
is done, i've done it in the past on a stand alone server by just
installing
outlook setting up a profile and setting the sql services to use that
account. Not sure how to do it in a cluster or even if outlook could be
installed on the sql cluster servers. Can it somehow use a smtp relay?
If
it can could someone give me instructions on how to do it.
You can use SQLMail in a clustered instance but you have to create the same
MAPI profile (Outlook) on both nodes.
It's not a good idea to install Outlook on a production server (clustered or
not clustered), so I prefer to use this solution

http://www.sqldev.net/xp/xpsmtp.htm

that do not require to install anything.

Ciao

--
Luca Bianchi
Microsoft MVP - SQL Server
http://community.ugiss.org/blogs/lbianchi




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.