Table Organization

The data for each table now is stored in a collection of 8-KB data pages. Each data page has a 96-byte header containing system information, such as the ID of the table that owns the page and pointers to the next and previous pages for pages linked in a list. A row-offset table is at the end of the page; data rows fill the rest of the page.

SQL Server 7.0 tables use one of two methods to organize data pages: