Problem
On a new SQL server 2008 system we deployed a job that runs on a regular schedule. The job contacts remote servers and when there is a connection problem we would like to be notified.
Solution
3 configurations are necessary
sp_CONFIGURE 'show advanced', 1
GO
RECONFIGURE
GO
sp_CONFIGURE 'Database Mail XPs', 1
GO
RECONFIGURE
GO
No comments:
Post a Comment