The solution is on a simple SQL query to run on the SQL Management studio against the Change Auditor database
1. Select the change auditor DB
2. Right-click and choose 'new query'
3. Type and execute the below query:
SELECT _date_hh
FROM AlertHistory;
This will give you a list of all the event dates in the database starting with the oldest.
© 2025 Quest Software Inc. ALL RIGHTS RESERVED. Terms of Use Privacy Cookie Preference Center