I was wondering how are null values stored on DISK - is it allocating some minimum bytes - physical disk space as for other columns which have indeed some values and arranged contiguously as the rows are inserted into a table?
and a second question is: if the null values are updated with values, SQL will assign the space needed available at the end of the data file ?
thanks..