June 30, 2006 at 9:31 am
plan_name, database_name, activity, error_number, message, end_time
FROM msdb..sysdbmaintplan_history
WHERE error_number <> 0
AND GETDATE() - 3 < end_time
ORDER BY end_time DESC
June 30, 2006 at 12:11 pm
You could do that. It would probably be alot easier just to have each server send their own email, only sending the email if there are unsuccessful jobs.
Viewing 2 posts - 1 through 1 (of 1 total)
You must be logged in to reply to this topic. Login to reply