The garbage null bitmap and why you can’t rely on it solely
Don't trust bits in the null bitmap as they may contain garbage. Here's an example of how it may occur and why it doesn't matter.
The null bitmap is *not* always present in data records
Contrary to popular belief, the null bitmap is not always present in data records. Here's an example of a data record that doesn't contain a null bitmap due to using sparse columns.