Forum Moderators: open
are there any other tools i could use to maximize the space used by the database?
-Matt
CompWorld
("Shrink database" option is on the database level context menu, it lives under "all tasks", or you can just use the option on the taskpad view)
Shrinking logfiles is really easy but obviously stops you rolling back changes that are listed in those transaction logs. It's easy to let these self-manage if you don't really need them - just select "auto truncate logfiles" and "auto shrink" on the database options tab - this only keeps as much in them as is actually needed at the moment.
If you want to force the logs to shrink immediately it's not that hard to find scripts to do it (drop me a sticky if you'd like a link to a shrinking script)
- Tony