1. Do not use 'SELECT * FROM TABLE'
'SELECT * ...' is more costlier than 'SELECT Field1,Field2,...' on
SQL Engine
2. Use Stored Procedures.
Since SPROCS are compiled and run they are much more optimized than
calling
SQL Statements in your front-end code in Vb,ASP etc
P.S: These are just to get this started...will add more!!
Yogesh Jangam
http://yogeshjangam.blogspot.com