Hi,
I am still puzzled on how a particular index is being selected in SQL Server. This is especially for non-clustered index. It seemed that the selection of the INDEX columns and INCLUDE columns in the create index statement have an impact in the selection of the index being used.
Is there any reference to the algorithm that SQL Server use in the selection of non-clustered indexed?
Thanks