Page is a not externally linkable
shri - 5:00 am on May 27, 2005 (gmt 0)
Chances are you need to add some indexes to your application. Mysql command line syntax: explain select a.b as c from a where x=y
Log all database calls and run explain on them in mySQL. You should have something like that for MSSQL.. a query analyze type utilty.