Valid DP-300 Dumps shared by EduDump.com for Helping Passing DP-300 Exam! EduDump.com now offer the newest DP-300 exam dumps, the EduDump.com DP-300 exam questions have been updated and answers have been corrected get the newest EduDump.com DP-300 dumps with Test Engine here:
You have SQL Server on an Azure virtual machine that contains a database named DB1. You have an application that queries DB1 to generate a sales report. You need to see the parameter values from the last time the query was executed. Which two actions should you perform? Each correct answer presents part of the solution. NOTE: Each correct selection is worth one point.
Correct Answer: B,C
LAST_QUERY_PLAN_STATS works under the lightweight query execution statistics profiling infrastructure, so we need to ensure both Last_Query_Plan_Stats Lightweight_Query_Profiling is on at database scope (though Lightweight_Query_Profiling is default on at SQL2019 but it can be turned off as well). Reference: https://docs.microsoft.com/en-us/sql/relational-databases/system-dynamic-management-views/sys-dm-exec-query-plan-stats-transact-sql?view=sql-server-ver15