문제

Is there a good way to determine how many emails have been sent by sql server (sql notifications + invocations of sp_send_dbmail by applications) for a given period of time? Need this info for billing discussions.

SQL Server 2014

올바른 솔루션이 없습니다

다른 팁

You can query the dbo.sysmail_mailitems table in the msdb database. This is the log table for sp_send_dbmail. Documentated here.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 dba.stackexchange
scroll top