문제

I have a Maintenance plan under SQL Server 2008 R2 which runs at midnight. Within this maintenance task, there is no notify operator task. Within the SQL Agent job that executes the maintenance plan, there is no email alert. However, every time this job runs, I receive an email from SQL Server with the subject 'SQL Server Message'. I cannot understand why this mail keeps sending. Here's what the mail body starts with:

Microsoft(R) Server Maintenance Utility (Unicode) Version 10.50.1617 Report was generated on "SERVERNAME". Maintenance Plan: My Maintenance Plan Duration: 00:01:02 Status: Succeeded. Details:

Any ideas why this mail is sending, and where I should update the configuration so it only sends on failure or not at all?

도움이 되었습니까?

해결책

I finally found where this is configured. When you right click and modify a maintenance plan within SQL Server Management Studio, at the very top of the maintenance plan designer, there is a menu bar with a "Reporting and Logging" button. The option "Send report to an email recipient" was where it was configured.

enter image description here enter image description here

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top