September 4, 2018 at 10:58 am
Hi,
in SQL Server, how can I have a failed job notification be emailed to more than one person?
Thank you
September 4, 2018 at 11:23 am
Create an operator with multiple email addresses and use that in the job notification.
September 4, 2018 at 11:24 am
The best way is to mail it to an email distribution list, which will then email it to the appropriate people. It's usually much easier to adjust a distribution list than it is to modify jobs.
Drew
J. Drew Allen
Business Intelligence Analyst
Philadelphia, PA
September 4, 2018 at 11:34 am
Okay thanks
September 4, 2018 at 12:15 pm
Sreekanth B - Tuesday, September 4, 2018 11:23 AMCreate an operator with multiple email addresses and use that in the job notification.
Be aware, the operator line only has so many characters.If you need to notify more than 3 or 4 people, Drew's solution is the best for your needs.
Viewing 5 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic. Login to reply