InterviewSolution
Saved Bookmarks
| 1. |
Which of the DDL statement creates a session object that contains the metadata?(a) CREATE EVENT SESSION(b) CREATE SESSION(c) CREATE EVENT SESSION METADATA(d) None of the mentionedI had been asked this question at a job interview.My question is from Extended Events topic in section Monitoring and Auditing of SQL Server |
|
Answer» CORRECT OPTION is (a) CREATE EVENT SESSION To EXPLAIN I would say: CREATE EVENT SESSION CREATES an EXTENDED Events session that identifies the source of the events, the event session targets, and the event session options. |
|