restoring a file to a DB once other files have been updated

  • lets say you have a database with 10 files.

    one file becomes corrupt and has to be restored. the dba doesnt notice this for some hours.

    when he goes to restore the file, it is now a few hours behind the other files. what if there are relationships between objects in files that have been modified since, and the file thats down for a number of hours?? does that mean the DBA will just have to restore the whole db to the point of failure of the file?

  • If he's not doing filegroup backups then he'll have to restore the entire DB and roll through the logs.

    Watch my free SQL Server Tutorials at:
    http://MidnightDBA.com
    Blog Author of:
    DBA Rant – http://www.MidnightDBA.com/DBARant

    Minion Maintenance is FREE:

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

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