Performance Tuning SQL Statements: The Where Clause
October 03, 2008 in SQL by Michael Chrisman 0 Comments
In the last entry in this series, I talked about how to performance tune your SQL statement by using the FROM clause. The From clause is where you will see the biggest gain in performance and you only need to know the database and data model. However, this is not …