Ok, we've decided NOT to shrink our database. However, we still have the problem of too much free space in tables.
What is the best way to get rid of the free space? I was thinking just rebuild and repopulate the table.
We only have a few tables with this problem.
Also, what is the best way to avoid free space problems in the future? I know changing data column types to the most efficient type is a good idea. For example, using varchars vs chars and using smalldatetimes. Anything else?
Thanks
What is the best way to get rid of the free space? I was thinking just rebuild and repopulate the table.
We only have a few tables with this problem.
Also, what is the best way to avoid free space problems in the future? I know changing data column types to the most efficient type is a good idea. For example, using varchars vs chars and using smalldatetimes. Anything else?
Thanks