i have a question about indexes
if i create a index on 3 columns
int int int
id1 id2 id3
does SqlServer build the index from left to right based on the data in each
column
Tks
Mike
if i create a index on 3 columns
int int int
id1 id2 id3
does SqlServer build the index from left to right based on the data in each
column
Tks
Mike