Database Mail is stopped. Use sysmail_start_sp to start Database Mail. PDF Print E-mail
All in One - Data
Written by Administrator   
Monday, 05 July 2010 21:34

This stored procedure starts the Database Mail queue that holds outgoing message requests and enables the Service Broker activation for the external program.

Solution :
USE msdb ;
GO

EXECUTE dbo.sysmail_start_sp ;
GO
Last Updated ( Monday, 05 July 2010 21:39 )