Posted By

sbonnell on 05/19/11


Tagged

sysmail dbmail


Versions (?)

SQL SYSMAIL Start Stop Status


 / Published in: SQL
 

  1. --Get current status of sysmail
  2. EXECUTE msdb.dbo.sysmail_help_status_sp
  3.  
  4. --Start sql sysmail
  5. EXECUTE msdb.dbo.sysmail_start_sp
  6.  
  7. --Stop sql sysmail
  8. EXECUTE msdb.dbo.sysmail_stop_sp

Report this snippet  

You need to login to post a comment.