Table and Index Architecture
SQL Server 2005
Objects in the SQL Server 2005 database are stored as a collection of 8-KB pages. This section describes the way the pages for tables and indexes are organized, stored, and accessed.
| Topic | Description |
|---|---|
|
Describes the organization of table and index pages. | |
|
Explains how data rows are stored in a heap and how they are accessed and maintained. | |
|
Explains how data rows are stored in a clustered index and how they are accessed and maintained. | |
|
Explains how index rows are stored in a nonclustered index and how they are accessed and maintained. |