Which action should you take?

You are a database developer on an instance of SQL Server. You have a table named ProjectDetails that is partitioned by the ProjectDate column.
You have several queries that are performing poorly. To improve performance, you want to create a table-aligned index on the ProjectDetails table.
Which action should you take?
A. Create a partition function on the same data type as the partition function used by the ProjectDetails table. Create an index using the new partition function.
B. Create a filtered index on the ProjectDetails table.
C. Create an index using the same partition scheme and key as the ProjectDetails table.
D. Create an index on the ProjectDate column and rebuild the ProjectDetails table.

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.