Hi,
I have the non-enterprise edition of SQL Server 2008. I do nightly backups, manually zip the files and then manually copy to a remote server.
I need to automate this using batch files. Copying files from server to server is easy but how do I automate the zipping of the backup first?
The full process I need is:
- Run the backup nightly
- Zip the backup to reduce size (with a unique zip filename)
- Move the zip file to a remote server which is setup as a network drive on the database server
I confess the compression part has thrown me off. Any advice would be very much welcomed.
Thanks in advance.