Occurs when an Extended Events session is started. To avoid duplicate (or secondary) existing_connection events when other Extended Events sessions are started, we recommend that you always use this event with the following predicate: WHERE started_event_session_name = 'your_event_session_name'.
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 ...
Occurs when an object was altered by the ALTER statement. This event is raised two times for every ALTER operation. The event ...
Occurs when an object was created by the CREATE statement. This event is raised two times for every CREATE operation. The ...
Occurs when an object was deleted by the DROP statement. This event is raised two times for every DROP operation. The event ...
Occurs when an OLEDB Call to a remote provider returns an error. Use this event to view the Hresult returned from failed ...