February 11, 2013 at 10:40 am
I have a 14GB uncompressed .bak file that I'm trying to restore to a new 20GB (20,000MB) database that I just created . When I run the restore it fails with the following error:
There is insufficient free space on disk volume 'F:\' to create the database. The database requires 236339200000 additional free bytes, while only 198730047488 bytes are available.
Unless my math is off, 14GB is less than ~220-230GB. (The stated available bytes left on the disk is correct though). Anybody know what could be causing this? Thanks.
--------------------------------------------------------------
"Daterbase, taterbase, gatorbase."
February 11, 2013 at 10:43 am
My understanding is that even uncompressed backups do not backup "Free space". so where ever this bak came from... check the actual mdf/ndf file sizes. the space used data space can be 14GB and still have 250GB of "free space" that will be restored on .. .well restore.
Please someone correct me if this statement is wrong.
.
February 11, 2013 at 10:46 am
http://www.sqlservercentral.com/Forums/Topic777462-169-1.aspx
This is a previous link that has this exact same issue.
.
February 11, 2013 at 10:53 am
Thanks Bill. That's exactly what I was looking for. Sorry for the repost.
--------------------------------------------------------------
"Daterbase, taterbase, gatorbase."
February 11, 2013 at 11:01 am
No worries. They can get lost in time. Glad to help ^.^
.
February 11, 2013 at 3:31 pm
As a sidebar, I'm thinking there's something seriously wrong with the database. You're talking about a very small database using almost a quarter of a Terabyte! When you finally get this bugger loaded, look at the recovery model. I'd bet credits to Navy beans that it's in the FULL or Bulk Logged recovery model and that no one has taken a transactional log backup for MONTHS.
--Jeff Moden
Change is inevitable... Change for the better is not.
February 12, 2013 at 5:15 am
Jeff Moden (2/11/2013)
As a sidebar, I'm thinking there's something seriously wrong with the database. You're talking about a very small database using almost a quarter of a Terabyte! When you finally get this bugger loaded, look at the recovery model. I'd bet credits to Navy beans that it's in the FULL or Bulk Logged recovery model and that no one has taken a transactional log backup for MONTHS.
I had a similar problem recently - the culprit was an autogrow setting that been set to 1,000... percent. :w00t:
Viewing 7 posts - 1 through 6 (of 6 total)
You must be logged in to reply to this topic. Login to reply