SQL Server 发送邮件
Exec [msdb].[dbo].[sp_send_dbmail] @profile_name='数据库邮件',
@recipients='sam.shi@pharmeyes.com;roal.xue@pharmeyes.com',
@subject='主题',
@body='内容'
Exec [msdb].[dbo].[sp_send_dbmail] @profile_name='数据库邮件',
@recipients='sam.shi@pharmeyes.com;roal.xue@pharmeyes.com',
@subject='主题',