December 2013
Intermediate to advanced
1872 pages
153h 31m
English
The actual data rows in tables are stored on data pages. Figure 30.2 shows the basic structure of a data page.
FIGURE 30.2 The structure of a SQL Server data page.
The following sections discuss and examine the contents of the data page.
The page header contains control information for the page. Some fields assist when SQL Server checks for consistency among its storage structures, and some fields are used when navigating among the pages that constitute a table. Table 30.4 describes the more useful fields contained in the page header.
TABLE 30.4 Information Contained in the Page Header
Following the ...