當SQL Server jobs失敗時自動發送郵件

來源:互聯網
上載者:User

需要三個步驟:

1,配置SQL Agent Mail。

http://msdn.microsoft.com/en-us/library/ms186358.aspx

在這個步驟中會配置profile,profile的email地址就是之後發送郵件的寄件者。

2,建立Operator。

http://msdn.microsoft.com/en-us/library/ms175962%28v=sql.90%29.aspx

Operator的郵件地址就是之後發送郵件的收件者。如果有多個收件者,郵箱地址用分號分割。

3,在job中設定Notification。

右鍵點擊job->properties->notification   配置當job失敗時,發送郵件。

一切配置完成後,為了測試建立一個肯定會失敗的job,例如查詢一個不存在的表。job運行失敗後,查詢job history你會發現error:

"NOTE: Failed to notify 'operator name' via email."

這是因為SQL Agent需要enable mail profile. 

Right click SQL Server Agent -> properties -> Alert System -> enable checkbox of "Enable mail profile".  Then restart SQL Server Agent you will receive emails when jobs fail.

所有配置過程還可以全部用T-SQL來實現,配置大量機器時非常實用哦~~:

http://www.snapdba.com/2013/04/enabling-and-configuring-database-mail-in-sql-server-using-t-sql/

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.