Hi,
I'm using Accpac 5.6.
How come my SQL backup of the company database is 19GB and a database dump is only 5GB?
Recovery model is Simple on SQL 2005.
dbDumps also compacts the data when it is exported. A customer name field, for example, might be ABC Corp. which will take up 60 bytes in the database but only 9 in the dbDump .rec file.
The DB backup files compress extremely well with zip or whatever you like. Also depending on your DB server version you might be able to enable 'backup compression' which will do something similar but inline while backing up. My 30GB DB backs-up results in a 2.4gB dot-bak file. It is also insanely faster (3 minutes instead of too long to wait for).
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.