Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.
After you answer a question in this sections, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.
You have a database that includes a table named Candidate.
You need to update the statistics for a column named Skills in the table and turn off automatic statistics updates for the column.
Solution: You run the following query:
Does this meet the goal?
A . YES
B . NO
Answer: B
Explanation:
The line WITH FULLSCAN should be replaced with WITH FULLSCAN, NORECOMPUTE.
References: https://docs.microsoft.com/en-us/sql/t-sql/statements/update-statistics-transact-sql