Checked : Microsoft SQL Server 2008 Standard.

 

 

 

EXEC master.dbo.sp_configure 'show advanced options', 1;
RECONFIGURE WITH OVERRIDE;

 

EXEC master.dbo.sp_configure 'Database Mail XPs', 1;
RECONFIGURE WITH OVERRIDE;

 

EXEC msdb.dbo.sysmail_start_sp;

+ Recent posts