|
|
|
Grasshopper
      
Group: General Forum Members
Last Login: Tuesday, October 27, 2009 3:32 AM
Points: 21,
Visits: 55
|
|
Hai Everyone,
Indexes in sql server are constructed using the b-tree data structure. I wanna make sure that there are several types of data structures available, then why Indexes are only dependent on b-tree data structure and what may be reason for that.
|
|
|
|
|
Ten Centuries
      
Group: General Forum Members
Last Login: Thursday, March 11, 2010 5:08 AM
Points: 1,389,
Visits: 564
|
|
more information on Index, refer SQL BOL. (http://msdn2.microsoft.com/en-us/library/ms189051.aspx)
|
|
|
|