June 12, 2007 at 12:56 pm
Is there an inexpensive way to compress .*bak files? I've heard of SQLZip but hadn't tried it yet. Is there any other suggestions?
June 12, 2007 at 1:32 pm
Check out the zip functionality in this link. It has worked great for me.
http://www.sqlservercentral.com/columnists/ckempster/customlogshipping.asp
June 13, 2007 at 4:04 pm
You can make your backup to a compressed directory.
June 13, 2007 at 9:37 pm
Check out http://www.red-gate.com/products/SQL_Backup/index.htm. The lite version of the product may be what you're looking for. Idera also has a nice product if a little more pricey than Red Gate's.
June 14, 2007 at 8:15 am
If your shop permits controlled use of xp_CmdShell I would use WinZIPs (v9 or greater) command-line module. With it you can compress (multiple levels) and encrypt (multiple techniques) your backup files simultaneously. As with any large data file minimizing the number of passes thru the data is essential to keep processing times down.
Hope this helps...
June 14, 2007 at 9:10 am
I tried SQLZip and it worked fine on smaller databases. When I used it on large, busy databases with sets of 2 or more files the restores errored. I don't know if Windows patches might have affected it or not, but I tried Windows 2000 and 2003. I also tried various combinations of options and could not do restores of large databases successfully. Just my experience.
June 14, 2007 at 6:39 pm
We've made extensive use of GZip (http://www.gxip.org) at many of our client sites. Haven't had any issues as yet. Does tend to churn a bit when thrown a mulit-gigabyte file, but does eventually eat it up.
That said I'd also like to add my vote for Red-Gate SQL Backup, reliable on the fly compression at a bargin basement price.
--------------------
Colt 45 - the original point and click interface
June 15, 2007 at 1:14 am
I use WinAce, compresses a 8GB .bak file to a 900MB .ace file.
Viewing 8 posts - 1 through 7 (of 7 total)
You must be logged in to reply to this topic. Login to reply