Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Automated Backup and compress database

Status
Not open for further replies.

nazarianazad

IS-IT--Management
May 6, 2012
1
Hi, How can daily Backup a database and compress it with win zip
yours sincerely
Iraj Nazarian Azad
 
You could create a SSIS package to do the backup and to compress created backup. Then you could add a JOB in SQL Server that will run this package.


Borislav Borissov
VFP9 SP2, SQL Server 2000,2005 & 2008.
 
You could do it from a job like you normally would then just add a task to the job to compress it with a command line based zip tool like 7zip.

Simi
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top