![]() |
|
|
By: David Bird | Read Comments (3) | Print David has years of IT Experience working as a DBA and programmer on Windows, UNIX, and mainframes. Related Tips: More |
|
Problem
Setting up an alert to e-mail an operator with a message is a multiple step process. You can setup database mail, define an operator and an alert, but still no e-mail is being sent. So how do you send an alert to an operator?
Solution
Note: This solution involves restarting SQL Agent.
Database Mail
First setup database mail with a profile named SQLAlerts. The profile can be named anything but in these instructions, the profile name SQLAlerts is referenced. If you wish to use a different profile name just substitute accordingly. For procedures in setting up database mail, see this post.
Define Operator
Connect to the instance using Microsoft SQL Management Studio
Double Click SQL Server Agent
Right Click on Operators and select New Operator
Specify an operator Name, E-mail name, and click OK
Setup SQL Agent Settings
Note: This step is often overlooked when creating an alert for the first time. SQL Agent must be setup correctly for operators to receive an alert e-mail.
Right Click SQL Server Agent > select Properties
Select Alert System in the left pane
Restart SQL Agent to activate settings.
Warning: Restarting SQL Agent will cancel any executing jobs.
Define Alert
This sample alert will send an email when TEMPDB database gets larger than 0 KB. This setting is set zero so the alert can be tested. Once verified, you will need to update its settings to a reasonable amount or disable it.
Right Click Alerts and select New Alert
On the General pane specify
Click Response in left pane
Click Options in left pane
Click OK
Verify Alert is Working
The operator should receive an e-mail if not see the troubleshooting section.
Open the Alert. Click History in the left pane.
The fields are updated when the alert is triggered.
Stop the Test
To stop the Alert from being sent every two minutes, you have two options disable the alert or provide a more appropriate size and response times.
To disable alert
To change the settings
Troubleshooting
If the operator does not receive an e-mail
Next Steps
| Share: | Share | Tweet |
|
![]() |
![]() |
Free SQL Server Learning |
| Thursday, June 19, 2008 - 10:15:16 AM - sm8680 | Read The Tip |
|
Hi does anyone know how to alert for when a job gets disabled? Please advise. Thanks Steve |
|
| Wednesday, August 12, 2009 - 1:32:25 PM - dguillory | Read The Tip |
| Monday, April 16, 2012 - 6:08:46 PM - carlos | Read The Tip |
|
Good article, thanks. I have a job with notifications when it fails. When the job fails, I receive an email, but it only says: JOB RUN: 'test1' was run on 4/16/2012 at 10:35:00 AM How more detail about the error could be sent by email? Thanks in advance. |
|
|
privacy | disclaimer | copyright | advertise | about authors | contribute | feedback | giveaways | user groups Some names and products listed are the registered trademarks of their respective owners. Edgewood Solutions LLC | MSSharePointTips.com | MSSQLTips.com |