|
|
|
|
Browse by Tags
All Tags » metadata » rowsize (RSS)
-
You may be well aware that if you alter the length of a column to a larger value, that SQL Server doesn’t go through all the rows at the time you issue the ALTER. The ALTER is a metadata only change, and the actual movement of data doesn’t happen until a row is updated.
However, SQL Server does not reuse the original bytes in the row when a ...
|
|
|
|
|