SQL Server Execution Plans Basics
SQL Server execution plans provide a roadmap to query performance. Once you understand how to read the execution plan, you can easily identify bottlenecks and detours. This high level session introduces you to the concepts of reading SQL Server execution plans including how to get an actual execution plan, how …