Viewing 2 posts - 1 through 2 (of 2 total)
So what does a non-clustered index actually do then, in the presence of a clustered index? If you had an employee table with a clustered index by employeeID, and...
October 28, 2013 at 10:44 am
#1662104
I was wondering about this too. If you have a clustered index on the table, the data is stored in the root level of the b-tree right? So...
October 28, 2013 at 9:27 am
#1662038