sqlhotdog2005
MIS
Maybe a dumb question, but in order to send email notifications from within a database maintenance plan, is it necessary to have Outlook installed (and running) on the SQL server?
I've created triggers that call a stored procedure (sorry, forget the name now), that sends out emails... but that was a little cumbersome.
It seems odd that one would have to have Outlook actually running on a SQL server to send out email notifications for a backup job... we have Outlook Express installed on the SQL Server, but not Outlook.
We have Exchange on another machine... would this help?
Ultimately, we would like for Database maintenance Plans to be able to send email notifications without having any kind of "client" (like Outlook) running on the SQL Server. If there was a small utility program that could run in the background, that would be great.
I've created triggers that call a stored procedure (sorry, forget the name now), that sends out emails... but that was a little cumbersome.
It seems odd that one would have to have Outlook actually running on a SQL server to send out email notifications for a backup job... we have Outlook Express installed on the SQL Server, but not Outlook.
We have Exchange on another machine... would this help?
Ultimately, we would like for Database maintenance Plans to be able to send email notifications without having any kind of "client" (like Outlook) running on the SQL Server. If there was a small utility program that could run in the background, that would be great.