Backup size is 12 GB and on restoration it requires 84 gb

  • Hi,

    My db backup size is 12 GB and on restoration it requires 84 gb.

    How could it be possible?

    Thanks

  • Datafile + log files = 84 Gb.

    Backup only copies non-empty page. But the restore makes a perfect exact copy of the db as it was, including the size.

    No way around that aside from restoring somewhere, then shrink, then backup again.

    1 TB usb drives are super cheap nowadays, good way out of this issue (assuming only dev/test work).

  • My mistake..Compress backup is enable.

    Its fine..

    Thanks

  • Well there's that too! 😀

  • forsqlserver (1/4/2012)


    My mistake..Compress backup is enable.

    Its fine..

    For future reference the following tools can help to provide info about a sql server backup file

    RESTORE FILELISTONLY

    RESTORE HEADERONLY

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

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

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