The information in this article applies to:
SUMMARYThis article explains how to calculate the amount of space needed for the storage of NULL values. MORE INFORMATION
For all standard data types, NULL values stored by Microsoft SQL
Server do not take up any additional storage space. The only
associated overhead for a column containing a NULL value is a single
byte in the storage record that defines a pointer to the column. This
is a fixed cost that is associated with the creation of the column.
There is a special case for Text/Image storage.
Keywords : kbusage SSrvServer |
Last Reviewed: November 5, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |