Hi everyone,
I have a massive table with a good number of smallint columns that are being used
as booleans. I changed their type to bit in hopes of freeing up some space,
but no matter what I do I can't get SQL Server to reclaim any of the unused space
or even to use smaller pages for this table.
Does anyone know how to do this, other than recreating the table and copying
the data?