Database size issues

  • I have as database that has a size of 65548.83 MB and the space available is 59386.77 MB. As you can tell there is a lot of free space. How do I reclaim this space and resize my database. I've tried a shrinkdatabase with truncateonly but that doesn't work.

  • SORRY for the 2nd posting - I hit the button by accident again I guess.

  • Do you know which files have grown? if its just the log files then you will need to take a transaction log backup and right after that finishes you should be able to shrink the files.

  • you might also want to check into the settings you have for automatic file growth, and look at what caused the database to grow to that size in the first place.

  • the mdf is the biggest file the log is only at 1 mb right now

  • If you go to enterprise manager and right click the database name and go all tasks, shrink database then click on the Files button. You can specify a size to Shrink the file to. Or if you would rather you could use DBCC SHRINKFILE.

Viewing 6 posts - 1 through 5 (of 5 total)

You must be logged in to reply to this topic. Login to reply