It seems that you're talking about MS SQL.
Start the profiler and record tehe most common queries you run on the database.
Then run those queries with the Execution Plan turned on and you will see what (if anything) is slowing your queries down. You could then go and optimize the queries or add more indexes on your fields.
SQL Books will give you a good overview of both profiling and query analysis functionality.