How can we help you today? How can we help you today?

Can I do a differed verification of my backups?

Hi there,

I have installed a test version of SQLBackup and got the jobs running nicely.

I have noticed that if the backups are large, the verification can take up to 4 times longer than the actual backup creation itself.

The main problem with this is that I have to backup 5 databases within the maintenance window. If I verify each backup, then the first database is backed up and the verification then takes up the remaining maintenance window.

I would like to know if it is possible to do a differed verification of my backups, so that the process of backup creation is done within the maintenance window and the verificaion of all backups is done at the end.

If this is not possilbe, is there a way of separating these steps or getting the backup step to start DB 2 whilst DB 1 is being verified?

Many thanks

wd
wd
0

Comments

3 comments

  • petey
    You can perform a verification anytime, just like what you would do with native backups. The only difference is that you need to use the sqlbackup extended stored procedure e.g.
    EXEC master..sqlbackup '-sql "RESTORE VERIFYONLY FROM DISK = [f:\backups\pubs.sqb]" '
    
    petey
    0
  • wd
    Hi Peter,

    I am guessing that the job you described also provides email messaging for errors and so on, right?

    regards

    wd
    wd
    0
  • petey
    No, the SQL Backup syntax for RESTORE VERIFYONLY does not support notification via email.
    petey
    0

Add comment

Please sign in to leave a comment.