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
 General SQL Server Forums
 New to SQL Server Administration
 Day / Night Operators

Author  Topic 

clark.baker
Starting Member

1 Post

Posted - 2012-10-17 : 17:33:31
I am not getting a clear picture of how to setup day time versus night time operators so that my database alerts and failed jobs will properly route there alerts to different operators based on the time of day.

In a job or an alert you choose a specific operator but how does the process know which operator to use?

Maybe im over thinking it and need to treat it as a black box but i need to be confident that the alert will go out.

robvolk
Most Valuable Yak

15732 Posts

Posted - 2012-10-17 : 18:13:58
There's no way for SQL Server to do this automatically, you'd have to schedule a job that updates the other jobs to change their operators.

Typically you'd set up a Windows group and add the support techs to that group, then set the SQL operator to email that group. Each recipient responds or ignores the emails depending on whether it's their shift.
Go to Top of Page
   

- Advertisement -