| PSF: Page Free Space page | Information about page allocation and free space available on pages. | 
| GAM: Global Allocation Map and SGAM pages | Information about whether extents are allocated. | 
| IAM: Index Allocation Map | Information about extents used by a clustered table or index per allocation unit. | 
| Bulk Changed Map pages | Information about extents modified by bulk operations since the last BACKUP or BACKUP LOG statement per allocation unit.  | 
| Differential Changed Map pages | Information about extents that have changed since the last BACKUP DATABASE or BACKUP DATABASE with Differential statement per allocation unit.  | 
| Data (table) page | Used for "normal" tables, with a few exceptions for certain column datatypes like: text/ntext, image, varbinary(max) and a few others.  | 
| Index page | Almost "the same" as a data page, except for a few things like pointers. | 
| text/image page | Used for text datatypes, or BLOBs |