The pages in the data chain and the rows in them are ordered on the value of the clustered index key. All inserts are made at the point where the key value in the inserted row fits in the ordering sequence among existing rows.
Goldmember wrote: As far as I know, the collation has to do with the language and character set used to store data. For example, if you choose Swedish-Latin collation you will store data in that particular mode. So my guess would be collation has nothing to do with your problem.
astorrs wrote: Now you've got me curious. Can someone with more depth in SQL provide some insight? Wouldn't it as described in the Rankins' book work against the whole idea of a clustered index?