Hi there,
I have a question about indexes.
I have an index on say 4 columns: A, B, C, D
Do I need to create a new index on columns A, B, D if I would frequently need to update the table using columns A, B and D or does SQL-Server use the first index?