autarch
Neophyte
17 hours agoSQL Stored Procedure Monitoring
Hello,
I have a SQL stored procedure that I need to monitor. The stored procedure is scheduled to run evey hour and I need to monitor and alert on any results that do not have 'Success' in the EventStatusDesc column.
What is the best approach for monitoring this?