SQL Tuning Tutorial - Understanding a Database Execution Plan (1)

来源:互联网 发布:多线程网络编程 编辑:程序博客网 时间:2024/04/28 20:15

http://www.codeproject.com/cs/database/sql-tuning-tutorial-1.asp

SQL Tuning Tutorial - Understanding a Database Execution Plan (1)
By
Gael Fraiteur

If you want to tune your SQL statements, you need to understand how the server executes them. The article explains this.