If I have an index on 3 columns, and a user submits a query that uses only one of the columns, will SQL Server use the 3 column index or would you have to have an index on the single column alone? We use a lot of covering indexes, but occasionally get queries that use one or two of the columns that are covered by a multi-columned index...was wondering if the index would be used or not.
Thanks!
Thanks!