Occurs when an execution plan is created for a query or batch without using the provided plan guide. Use this event to identify queries and batches with invalid plan guides. Use the sys.fn_validate_plan_guide function to detect errors in the plan guide.
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. ...
Occurs when an Extended Events session is started. To avoid duplicate (or secondary) existing_connection events when other ...