All Tags »
Internals »
row-overflow »
storage »
DBCC »
rowsize (RSS)
Sorry, but there are no more tags available to filter with.
-
SQL Server 2005 allows rows to include variable length columns which do not actually fit in the maximum row size of 8060 bytes. I previously posted about row-overflow columns, and discussed the maximum number of such columns that you could have in a single table. You can read that post here.
Just recently I received another question that ...