Execution Plans Basics
Execution Plans An execution plan is the result of the query optimizer’s attempt to calculate the most efficient way to implement the request represented by the T-SQL query you submitted. Query Optimizer The query optimizer is essentially a piece of software that “models” the way in which the database relational engine works. Using the query processor... » read more