July 5, 2016 at 8:21 am
I would like to do a write up on table size increase after changing column data types and how to reclaim the empty space.
Topics included would be:
Changing data types on columns
DBCC_Cleantable (depending on data type) or Clustered Index rebuild to get back space
DBCC IND/DBCC Page/%%Physloc%% to find DROPPED columns in the data pages
Please let me know what you think.
David Fundakowski
July 5, 2016 at 11:50 am
david.fundakowski (7/5/2016)
I would like to do a write up on table size increase after changing column data types and how to reclaim the empty space.Topics included would be:
Changing data types on columns
DBCC_Cleantable (depending on data type) or Clustered Index rebuild to get back space
DBCC IND/DBCC Page/%%Physloc%% to find DROPPED columns in the data pages
Please let me know what you think.
David Fundakowski
I can't speak for Steve Jones (the Editor of SSC) but, if fully demonstrable code and code to generate and fill a large table is included, I think it would be an awesome article.
--Jeff Moden
Change is inevitable... Change for the better is not.
July 26, 2016 at 1:12 pm
This has been submitted.
July 27, 2016 at 2:25 pm
Can't wait to see it. Thanks, David.
--Jeff Moden
Change is inevitable... Change for the better is not.
August 22, 2016 at 8:52 am
Accepted
Viewing 5 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic. Login to reply