I have read few articles on sparse columns.
I found that when you store null values in sparse columns it wont need any storage space and when you store non null in any sparse column , it would need additional 4 byte
Can anyone tell me WHY?
May be something related to bitmap but want to know more .
if anyone has the answer please let me know