tlog backup job

  • Is it possible to creat a job that will run multiple tlog backups? For example;

    BACKUP LOG test to test_bk

    BACKUP LOG test1 to test1_bk

  • Yes, it's possible.  You can put the backup commands for each database in a separate job step.  See "creating jobs" and "backup log" in BooksOnLine.

    Greg

     

    Greg

  • You might also want to look at Tara Duggans' backup scripts.  You can just paste them into a job and run them.

    http://weblogs.sqlteam.com/tarad

    Derrick Leggett
    Mean Old DBA
    When life gives you a lemon, fire the DBA.

  • Thanks for your feedback. I actually had the job set up correctly with multiple backup log request, but unfortunately did not have the correct databases loaded on my DR machine (Duh...)

    Thanks again.

Viewing 4 posts - 1 through 3 (of 3 total)

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