Calculate Space Requirements When Rows Span Pages
Follow these steps to determine the amount of space needed to store the data in a table with rows that span pages:
1. Determine the number of pages per row, as follows:
pages_per_row = row_size / max row size
Round up to the nearest integer.
2. Determine the number of data pages needed for the table, as follows:
data_pages = num_rows * pages_per_row
Maximum Row Size Per Page Size
Table rows span pages if the row size is greater than the maximum row size for the table page size, as shown in this table:
Last modified date: 08/29/2024