Why is my index not used?
Performance team frequently gets cases where indexes are not being used. So the big question is why is an index not used when the table has indexes?
There are many reasons why an index is not used. For one, the table may be small, and full table scan may be better plan. Review our following note to go
down the list to check why an index may not be used:
Diagnosing Why a Query is Not Using an Index (Doc ID 67522.1)
Have any questions? Please ask!