Posts
Sort by recent activity
Clear 100K alerts
I have an issue where over 155K alerts were fired off for a "SQL Server error log entry". This was all due to a service account's password expiring on one of our application servers. Don't get me...
Intermittent Job Failure alert for stopped jobs
We have a series of SSIS SQL Agent jobs that are running. Every hour another job runs that recycles the SSIS jobs by running the following:
USE msdb ;
GO
EXEC dbo.sp_stop_job N'JOB_NAME' ;
GO
USE...
Long-running query SQL process fragment Unknown
Since upgrading to 3.1, I've noticed that on the Long-running query alert my SQL process fragment is no longer showing as it did before in the UI.
I apologize if I missed something that stated why ...