I have a single large table which I would like to optimize. I\'m using MS-SQL 2005 server. I\'ll try to describe how it is used and if anyone has any suggestions I would appreci
Add a single index with columns k1-k6 in it; that should be the best.
Also, if you can run sp_updatestats before each query.