Hi,
Am new to MSSQL 2005, i've read some article about shrinking datafile which result as follow:
Shrink datafile: then DB Size decrease but loads of fragmentation
Fragmentation: then Rebuild Indexes
Rebuild Indexes: then DB Size increased
Ex:
Original DB Size: 9M
Truncate table + Shrink: 5M
Fragementation increase
Rebuild index: DB Size 21M
Are there any other techniques about how to reclaim space if its required?