sql server - How to send a mail such that when particular job executed in SqlServer -
I am creating a job such that the following SQL statement executes.
from select * to Emp where sal & gt; 5000 It is scheduled to execute at 3 a.m. every day.
Now my question is: How to configure
mail or warn that when a task is executed, a mail or alert inductance query has been executed which is executed succinctly
You can succeed and fail (or both) Notifications for a job You then specify an operator, whose Email, Pager etc. are contacts.
Example:
Comments
Post a Comment