I was reading the question Checking a wide table for nulls and I'm wondering if it's possible to somehow directly access the NULL bitmap of a row to fast check if a row contains NULL values. Would that be a reliable technique?
(From my reading, there might be issues with the newly introduced SPARSE columns since SQL Server 2008, but can't tell for sure.)

NULLbit set but which are no longer part of the table. There is no easy way to access this anyway. The only way I know of isDBCCcommands. – Martin Smith Jul 5 '12 at 11:10