Click here to Skip to main content
15,895,799 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I have created a job and after that i have created an alert and an operator both and configured them but after running the job, operator is not getting the notification which was based on alert and job.
I want to know what could be the different reasons for the above problems ?


Regards
Praveen Sinha.
Posted

1 solution

Follow the directions here to setup an operator:
How to: Create an Operator (SQL Server Management Studio)[^]

To notify an opperator of a job failure, follow these directions here:
How to: Notify an Operator of Job Status (SQL Server Management Studio)[^]

For this to work, you will need to setup your database email and configure the agent to use it. Check out the following:
Database Mail Configuration Wizard[^]
How to: Configure SQL Server Agent Mail to Use Database Mail (SQL Server Management Studio)[^]

Hope this helps.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900