You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The sys.dm_xe_database_session_event_actions dynamic management view (DMV) returns information about event session actions for active database-scoped sessions.
The sys.dm_xe_database_session_event_actions dynamic management view (DMV) returns information about event session actions for active database-scoped sessions. Actions are executed when events are fired. This management view aggregates statistics about the number of times an action has run, and the total run time of the action. For information on all actions in database-scoped sessions, see sys.database_event_session_actions.