Hi Guys,I have a question about using covering indexes within joins. If I use 1 column in a covering index and use it in a joins, I get a scan within my query plan.Should I include all the columns in my joins that reference the covering index? The index has 3 columns but no 'includes' columns.RegardsIC
↧