reclaim space after moving indexes to file group
Posted
by
Titan2782
on Server Fault
See other posts from Server Fault
or by Titan2782
Published on 2011-03-15T15:54:08Z
Indexed on
2011/03/15
16:12 UTC
Read the original article
Hit count: 170
sql-server
I have an extremely large database and most of the space is the index size. I moved several indexes to a different file group (just to experiment) but no matter what I do I cannot reduce the size of the MDF.
I tried shrink database, shrink files, rebuilding clustered index. What can I do to reclaim that space in the MDF? I've moved 15GB worth of indexes to a different file group. Is it even possible to reduce my mdf by that same 15gb (or close to it)?
SQL Server 2008 Enterprise
© Server Fault or respective owner