Forum Moderators: coopster
Another practice I often find helpful is the ability to log queries myself during development. You can set a flag in your database extraction layer (basically a centralized function that executes all your queries) upon which you can run the statements through your query analyzer to determine proper indexes, etc.