Run the following query against the Change Auditor database:
Select count (*) from dbo.AuditEvent_AlertQueue
If there are a large number of records in the alert.queue table, truncate the table and test the email alerts again.
Truncate table:
TRUNCATE TABLE dbo.AuditEvent_AlertQueue
© ALL RIGHTS RESERVED. Terms of Use Privacy Cookie Preference Center