You are a database administrator for a large financial services company. You need to ensure that all queries that read sensitive customer data use an optimized execution plan. What feature should you enable to automatically identify and fix regressed query plans?
Automatic Tuning continuously monitors and automatically identifies and fixes regressed query plans.
Why this answer
Option C is correct because Automatic Tuning can automatically identify and fix regressed query plans. Option A is wrong because Query Store captures performance data but does not automatically fix plans. Option B is wrong because Intelligent Insights provides monitoring, not automatic fixing.
Option D is wrong because Database Advisor gives recommendations but requires manual action.