Which action should you take?

You are a database developer on an instance of SQL Server 2008. Your database contains a table named ProductDetails that has a PRIMARY KEY constraint defined on the ProdID column. Several other nonclustered indexes have been created on the table.
For a particular query, you discover that full table scans are being performed because the optimizer does not choose the best index. You want to force the optimizer to use the clustered index.
Which action should you take?
A. Drop all existing nonclustered indexes.
B. Use the INDEX(0) table hint.
C. Use the FORCESEEK table hint.
D. Use the FORCE ORDER query hint.

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.