InterviewSolution
Saved Bookmarks
| 1. |
Which of the following table is used in the management data warehouse schema that is required for the Server Activity?(a) snapshots.query_stat(b) snapshots.os_latch_stats(c) snapshots.active_sessions(d) all of the mentionedThis question was posed to me in unit test.My question is taken from Management Data Warehouse in chapter Monitoring and Auditing of SQL Server |
|
Answer» CORRECT option is (b) snapshots.os_latch_stats Explanation: snapshots.os_latch_stats is a SYSTEM level RESOURCE table. |
|