Which command should you use?

You have a Microsoft Azure SQL database named DB1.
You need to monitor DB1 to identify all regressed queries.
Which command should you use?
A. select*from sys.dm_exec_query_stats
B. ALTER DATABASE DB1 SET QUERY_STORE (OPERATION_MODE=READ_WRITE)
C. select*from sys.dm_exec_query_stats cross apply sys.dm_exec_query_plan(plan_handle)
D. ALTER DATABASE DB1 SET QUERY_STORE (QUERY_CAPTURE_MODE= ALL)GO

microsoft-exams

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.