Occurs when an executed query is missing a join predicate. Use this event to identify a query that may perform slowly because of the missing predicate. This event only occurs if both sides of the join return more than one row.
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 ...
Occurs when an attempt to acquire a lock generates a deadlock. This event is raised for each participant in the deadlock. ...
Occurs when an executed query is missing a join predicate. Use this event to identify a query that may perform slowly because ...
Occurs when an execution plan is created for a query or batch without using the provided plan guide. Use this event to identify ...
Occurs when an execution plan that contains a cursor is discarded. Use this event to troubleshoot cursor performance issues. ...
Occurs when an execution plan that contains a cursor is recompiled. Use this event to troubleshoot cursor performance issues. ...
Occurs when an expression is not natively supported in batch processing mode and a wrapper of row-by-row evaluation is used. ...