Why should I rebuild a table after dropping or adding a column?
Posted by: Simple Talk,
on 19 Feb 2009 |
View original | Bookmarked: 0 time(s)
The amount of space used by table rows can be important, and there are good articles on the web that show ways to estimate the amount of space that a table
row uses. However, the actual space used by a table row could be more than what we would have calculated. The problems come when we modify the schema of a
table....