Don't just statically look at indexes - analyze the actual execution plan of your query. It will tell you which part takes the most time.
Even if you have the right index, it may be heavily fragmented, for example.
Don't just statically look at indexes - analyze the actual execution plan of your query. It will tell you which part takes the most time.
Even if you have the right index, it may be heavily fragmented, for example.