Comining from my question [1] where I was explained how to derive 8078 bytes of data per page in MS SQL Server.
If to calculate the number of bytes per page used for data (without overhead) storage of only one row with one column of non-indexed fixed size type record
(according to [1], i.e. [2]),
then I come to 8087 bytes (per page).
How to come to the limits of 8060 bytes per row (mentioned in [1])?
and
to 8000 bytes per (varchar, nvarchar)?
without buying and studying 1000+ page books?
I am certainly missing something in storage allocation:
the less number of chunks to manage, the more overhead...
=====Cited:
[1]
Answer to my question:
"8078 bytes in 8060 B datapage (MS SQL Server)?"
http://stackoverflow.com/questions/3778721/8078-bytes-in-8060-b-datapage-ms-sql-server
[2]
Estimating the Size of a Heap
http://msdn.microsoft.com/en-us/library/ms189124.aspx