How to clear the Error Log - Error Count alarm in Spotlight for SQL Server Enterprise?
Spotlight's Error Log - Error Count alarm scans the current SQL Server error log file. The SQL Server error log file, if not recycled, may contain log entries that are so many days old. So when Spotlight's scheduled error log scan runs, it will still detect those error log entries.
So the workaround would be to run the following against the instances in question:
EXEC master..sp_cycle_errorlog ;
EXEC msdb..sp_cycle_agent_errorlog ;
© 2025 Quest Software Inc. ALL RIGHTS RESERVED. Terms of Use Privacy Cookie Preference Center