﻿<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>SQLServerCentral / Administration / Notification Services  / Database Mail Notification / Latest Posts</title><generator>InstantForum.NET v2.9.0</generator><description>SQLServerCentral</description><link>http://www.sqlservercentral.com/Forums/</link><webMaster>notifications@sqlservercentral.com</webMaster><lastBuildDate>Thu, 23 May 2013 12:39:56 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: Database Mail Notification</title><link>http://www.sqlservercentral.com/Forums/Topic1284614-92-1.aspx</link><description>Add a step into the job which uses WAITFOR TIME command to delay the sending of the mail.  Then execute a msdb.dbo.sp_send_dbmail command with the mail you want to send.I would do two, one for success one for failure, then set the main job step to go to the right mail step depending on its outcome.SoStep1 - Run my procedure, on success go to step2, on failure go to step3Step2 - WAITFOR TIME '07:30' send success mail, on success quit reporting success, on failure quit reporting failureStep3 - WAITFOR TIME '07:30' send failure email, on success quit reporting failure, on failure quit reporting failure</description><pubDate>Thu, 03 Jan 2013 05:54:47 GMT</pubDate><dc:creator>anthony.green</dc:creator></item><item><title>RE: Database Mail Notification</title><link>http://www.sqlservercentral.com/Forums/Topic1284614-92-1.aspx</link><description>You can set some alert through an utility like after the successful completion of job you will receive a mail Use some monitoring software like thishttp://www.windowseventlogmonitor.com/</description><pubDate>Thu, 03 Jan 2013 05:49:57 GMT</pubDate><dc:creator>peterdru401</dc:creator></item><item><title>Database Mail Notification</title><link>http://www.sqlservercentral.com/Forums/Topic1284614-92-1.aspx</link><description>Hello , Can you suggest me how to Receive a mail notification, not as soon as job completes  but at a particular time after the job completion. In the job setup window, I just have an option in notifications as ' when job succeeds'. I want to get notified in the morning after job succeeds (job runs at night). May be I was thinking that I can use jobhistory tables (job_status column) and write a script such that if status is success, notify operator at particular time. Any suggestions would be appreciated.</description><pubDate>Mon, 16 Apr 2012 18:20:14 GMT</pubDate><dc:creator>sairam6819</dc:creator></item></channel></rss>