July 2006
Simon's Software Stuff: SQL Server performance tips
by springnetDoes your SQL statement have a WHERE clause? I know this sounds obvious, but don't retrieve more data than you need. However, less obvious is that even if your SELECT statement retrieves the same quantity of data without a WHERE clause, it may run faster
SQL Server Database Performance Tuning And Other Articles
by springnet & 2 othersDoes your SQL statement have a WHERE clause? I know this sounds obvious, but don't retrieve more data than you need. However, less obvious is that even if your SELECT statement retrieves the same quantity of data without a WHERE clause, it may run fast
November 2005
SQL Developpez.com
by sdaclin & 2 othersLe point de départ des francophones qui veulent découvrir ou redécouvrir le langage SQL.
A Gentle Introduction to SQL
by sdaclin & 30 others[EN] La meilleur introduction au language SQL que j'ais croisé jusqu'alors.
October 2005
1
(5 marks)