Posted inSQL Server
SQL Server Row Internals
Row Storage A Row is stored on a Page which is 8192 Bytes, and this is broken down in two key areas when considering physical storage. Firstly on all pages…
Jon Gurgul with SQL Server...and occasionally something else.