Microsoft SQL Server 2014 Unleashed
by Ray Rankins, Paul Bertucci, Chris Gallelli, Alex T. Silverstein
Missing Index Hints
One helpful feature in SQL Server Management Studio is Missing Index Hints when displaying the execution plan of a query. You can use the Missing Index Hints feature to help identify columns on which adding an index might help the query execute faster and more efficiently. Missing Index Hints is a lightweight, server-side, always-on feature using dynamic management objects and execution plans to provide information about missing indexes that could enhance query performance.
Note
The Missing Index Hints feature is separate from the Database Engine Tuning Advisor available in SQL Server 2014. The Database Engine Tuning Advisor is a more comprehensive tool that assesses the physical database design and recommends new physical ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access