

MCQOPTIONS
Saved Bookmarks
1. |
The contents of sys.dm_os_wait_stats can be reset by running which of the following command? |
A. | DBCC PERF (‘sys.dm_os_wait_stats’, CLEAR); |
B. | DBCC SQLP (‘sys.dm_os_wait_stats’, CLEAR); |
C. | DBCC SQLPERF (‘sys.dm_os_wait_stats’, CLEAR); |
D. | None of the mentioned |
Answer» D. None of the mentioned | |