Custom Ignite Alert: SQL Server Sessions
#LR14332Description
This custom Ignite alert counts the number of user sessions currently connected to the database and alerts when that exceeds 100.
SQL statement
SELECT * from sysprocesses where status in ('runnable','running')
Ignite alert definition

Comments:
Login to make a comment, or Sign Up for an Account