• mike 57299 (12/8/2012)


    They have daily backup and 30 min transaction log backps. Unfortunately, because we are charged for bandwidth at the location, I can't pull daily backups from the site to me.

    Problem here is if you want fresh writable copy each day you'll need to pull one backup per week and all logs. At 30 min intervals after a couple of days you'll have a truck load of log backups.

    That is why I want to have a script to restore it each night. Also - why would I need a new backup each week if I am always keeping the database updated?

    mike 57299 (12/8/2012)


    I was thinking that I could have a server here at the office. Load a backup. Copy all the transaction logs each day. Then restore the transaction logs to my copy of the data and I would have current data to use for testing, off-site backup, etc.

    Why don't you have your dev server on the live site then restores won't cross the network link. It will also prove how robust the application is.

    Just won't work for us.