Verify the backup file using the following script:
EXEC master.dbo.xp_restore_verifyonly
@filename = 'C:\Program Files\Microsoft SQL Server\MSSQL\BACKUP\northwind.bak'
Results:
Msg 61900, Level 19, State 1, Line 0
Failed to load XML data into document object. The integrity of the backup file could not be verified.
Backup file may be corrupted due to possible hardware or network problems.
If the backup file is corrupted, use an uncorrupted backup file to restore database.
© ALL RIGHTS RESERVED. Terms of Use Privacy Cookie Preference Center