1.

Which of the following catalog view is used for SQL Server Extended Events?(a) sys.server_sessions(b) sys.server_event_sess(c) sys.server_event_session_actions(d) all of the mentionedI have been asked this question by my school principal while I was bunking the class.This is a very interesting question from Extended Events in division Monitoring and Auditing of SQL Server

Answer»

The correct option is (c) sys.server_event_session_actions

To EXPLAIN I would say: sys.server_event_session_actions returns a ROW for each ACTION on each EVENT of an event session.



Discussion

No Comment Found

Related InterviewSolutions