Restore differential backup from device

  • Hello all

    I want to test differential backup strategy in my system.First I  take full backup and after few minute I take differential backup.When I restore those on  new database if I select from database option restore operation is performed successfully but when I select from device option and want to add two backup sqlserver show me this error message:  

    The volume on device 'D:\Backup\Bedis\bedis_diff_200701081025.bak' is not part of a multiple family media set. BACKUP WITH FORMAT can be used to form a new media set.

    RESTORE HEADERONLY is terminating abnormally. (.Net SqlClient Data Provider)

    Could everyone  help me?

  • Hi,
     
    This error message is an indication of media error. 
    check for the file name / device name spelled correctly  or the correct path is specified.

    Ran the following commands RESTORE HEADERONLY FROM DISK='MyDatabase.bak'
     
     

     

    Investigate the following logs for more information:
    
    
    SQL Server error log
    Backup and restore history tables
    Application event log
    System event log

    Minaz Amin

    "More Green More Oxygen !! Plant a tree today"

  • Hi

    All of filenames and paths are correct.This error occure befor restoring database when

    i want to add two backup device to grid.

     thanks

     

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

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