Question

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

No correct solution

OTHER TIPS

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

Licensed under: CC-BY-SA with attribution
Not affiliated with dba.stackexchange
scroll top