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
Why have you clustered on the primary key?
Which columns can be NULL?
What are the VARCHAR lengths?
What does the query plan give you now?
You handicap us by giving meaningless column names.
Even if the clustered index is proper, the more selective field should come first.
I could make recommendations based on insufficient information, but some help would be better.