Link to home
Create AccountLog in
Avatar of IntercareSupport
IntercareSupport

asked on

Chain backup/restore jobs on 2 different servers

I have a full SQL 2008 backup job that runs on my production server, and a separate job that restores on my reporting server.  For a variety of reasons, the backup job sometimes runs long and the restore job starts before the backup is complete.  This leads to delays getting the reporting server refreshed, as I have to do this manually.

What I would like to do is chain these jobs together so when one completes, the next starts.  The problem is that they run on two different servers.  Whats the best way to do this?
ASKER CERTIFIED SOLUTION
Avatar of deviprasadg
deviprasadg
Flag of India image

Link to home
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer
Avatar of IntercareSupport
IntercareSupport

ASKER

Good solution.  Thanks.