10
Shouts

SQL Query Optimization FAQ Part 1 (The SQL Plan)

published 1206 days, 23 hours, 3 minutes ago posted by questpondquestpond 1210 days, 7 hours, 57 minutes ago
Sunday, January 31, 2010 7:48:30 PM GMT Thursday, January 28, 2010 10:54:25 AM GMT

SQL Query Optimization FAQ Part 1 (The SQL Plan)

In this article we first try to understand what is a SQL plan, how is it created and then we will move towards understanding how to read the SQL plan. As we read the SQL plan we will try to understand different operators like table scan, index scan clustered scan etc. As we understand the logic of these operators we will also try to understand what are the best practices in different situations.

category: Data | clicked: 0 | | source: tinyurl.com | show counter code
tags: SQL Query Optimization