Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Administration (2000)
 Best way to ZIP from SQL server?

Author  Topic 

Mathias
Posting Yak Master

119 Posts

Posted - 2004-04-21 : 03:09:45
Hi,
I would like to take the last backup file (from about 2GB), zip it and copy it on another machine. What would be the fastest and most efficient way? Is there a compression tool available?

Merkin
Funky Drop Bear Fearing SQL Dude!

4970 Posts

Posted - 2004-04-21 : 07:23:27
You're never going to be able to efficiently zip a 2GB file. But I would schedule a batch file using the windows scheduler.

There is a good free zip utility here http://unxutils.sourceforge.net/


Damian
Go to Top of Page

X002548
Not Just a Number

15586 Posts

Posted - 2004-04-21 : 09:49:14
What about SQLZIP....I just won a copy...

Going over the tech specs now....

Anyone ever use this product?


Brett

8-)
Go to Top of Page
   

- Advertisement -