Hi,
I went through many articles and most of the articles are saying that when we create Clustered index on any column, it stores whole row data at leaf node. for example if I have a table with columns ID, Name, Dept, Edu, Sal, Location and if I create clustered index on ID column then when server created B-Tree, Is it stores whole row data at each leaf node as per b-tree structure and if it stores the whole records then where it stores all those records.
Aniruddha http://aniruddhathengadi.blogspot.com/