Which action should you take?

You are a database developer on an instance of SQL Server 2008. Your Prod database contains many parameterized queries, and you have set the PARAMETERIZATION option to FORCED for the Prod database.
You have several stored procedures that execute a specific query. You want to use simple parameterization for the query, instead of forced parameterization.
Which action should you take?
A. Call the sp_get_query_template stored procedure and use the result to create a template plan guide.
B. Set the PARAMETERIZATION database setting to SIMPLE.
C. Create a SQL plan guide for the query.
D. Modify the PARAMETERIZATION option for the query.

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.