does DBCC ShrinkDatabase doa Reorganize of files?
Basically does it mimic the same process as if i checked Reorganize in the GUI?
|
|
|
No, actually it is notoriously bad for fragmenting the data. You should do a re-org after the shrink is complete. FROM MSDN:
|
|||
|
|
No overlap except in some rare cases where you have heaps (tables without clustered indexes) |
|||
|
|