mutley1
MIS
- Jul 24, 2003
- 909
Hi all,
I have run a table / data / index size script and was wondering if there is a lot of unused space in the table, can it be shrunk table by table?
Please see results below for a couple of tables. Where there is a lot of unused space, can that be returned to the mdf hence a shrink may be available so it can be returned to the OS?
Cheers,
M.
I have run a table / data / index size script and was wondering if there is a lot of unused space in the table, can it be shrunk table by table?
Please see results below for a couple of tables. Where there is a lot of unused space, can that be returned to the mdf hence a shrink may be available so it can be returned to the OS?
Code:
Table Row count Total space KB Data space Index space Unused space
mytablea 10795111 20677592 3129216 1154656 16393720
mytableb 1745013 10227864 899528 668552 8659784
mytablec 11267736 10048736 6301984 454048 3292704
Cheers,
M.