Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有调用 sp_send_dbmail 的存储过程。如果我从 SSMS 中的查询窗口运行它,它运行正常并发送邮件。如果它在代理作业中运行,该作业会报告成功,但不会发送邮件。是什么赋予了?
如果 msdb.dbo.sp_send_dbmail 存储过程中存在 T-SQL 查询,请确保用于执行作业的用户是数据库引擎中的有效登录名。