Occurs when a T-SQL statement or stored procedure waits more than one second for a memory grant or when the initial attempt to get memory fails. Use this event in combination with events that identify waits to troubleshoot contention issues that impact performance
Occurs when a stored procedure is removed from the procedure cache. Use this event together with other sp_cache_* events ...
Occurs when a stored procedure is retrieve from the procedure cache. Use this event along with other sp_cache_* events to ...
Occurs when a successful connection is made to the Server. This event is fired for new connection or when connections are ...
Occurs when a successful connection to the Server is reported to Windows using the User Access Logging API. This event is ...
Occurs when a T-SQL statement or stored procedure waits more than one second for a memory grant or when the initial attempt ...
Occurs when a tape mount request is received. Use this event class any time you want to monitor tape mount requests and their ...
Occurs when a task has been blocked longer than the time that is specified by the sp_configure blocked process threshold ...
Occurs when a user has logged out of (logged off) the Server. This event is required in traces that will be used for Replay ...
Occurs when an ALTER TABLE ADD column operation results in an UPDATE that affects every row. This event signals a potentially ...