Validating backup set

  • Hi All,

    We are using native SQL backup in SQL 2008r2. We have more than 20 databases in one instance.

    We are taking backup to network share. Usually it will complete in 10 min. Some times the backup job failing. I know in which database the backup job failed but I can't trust the backups that completed successfully. Is there any script that available to validate the backup files that run in that job?

    Thanks in advance

  • Try to restore them: that's the only way to know for sure. Find a test server (your workstation will do as well) and restore those backups.

    -- Gianluca Sartori

  • The best way is to restore the database, but there are some other checks you can run. I have an article that lays it all out here[/url].

    "The credit belongs to the man who is actually in the arena, whose face is marred by dust and sweat and blood"
    - Theodore Roosevelt

    Author of:
    SQL Server Execution Plans
    SQL Server Query Performance Tuning

  • Try upping your session timeout for your backup failures to network storage:

    http://technet.microsoft.com/en-us/library/cc938292.aspx

  • This should be modified on the server where backup job is scheduled right (Production).

    Is there any affects due to this change? It is happening once in a month.

  • I've used it on many servers to resolve timeouts when backing up to network storage without any negative side effects.

    ...and yes you would implement on your prod box.

Viewing 6 posts - 1 through 5 (of 5 total)

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