Restoring a backup of database as a scheduled job

  • Hi,

    1) I have a job scheduled which takes a backup of database.

    2) how do i schedule a job in another server to restore the backup of the step 1.

    Thanks

  • Use the restore query and put it in a job or run directly from Query Analyzer..

    RESTORE DATABASE [DBNAME] FROM DISK='\\....'

    Pradeep Adiga
    Blog: sqldbadiaries.com
    Twitter: @pradeepadiga

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply