Quantcast
Channel: SQLServerCentral » SQL Server 2005 » Data Corruption » Latest topics
Viewing all articles
Browse latest Browse all 227

RESTORE detected an error on page (0:0)

$
0
0
I am trying to restore a backup taken from SQL 2005 to SQL 2008 R2. The restore process has worked countless times before, but this morning I received the error below:[quote]RESTORE detected an error on page (0:0) in database "[i]database_name[/i]" as read from the backup set.Error: 3183, Severity: 16, State: 1.[/quote]I tried a second backup file from the day before but received the same result. I ran a RESTORE VERIFYONLY on both backup files through the 2008 R2 instance and after about 10 minutes (backup file is ~100GB) received the following errors from both:[quote]Msg 3189, Level 16, State 1, Line 1Damage to the backup set was detected.Msg 3013, Level 16, State 1, Line 1VERIFY DATABASE is terminating abnormally.[/quote]CHECKDB ran clean last weekend and no I/O errors were found in the error log on 2005.At present I am re-copying the latest backup file to the 2008 R2 server thinking it could have been a corruption when copying the file around the network...however I have little hope that is the issue since I get the same result from both backups taken on consecutive nights.Any insight into what might be going on?

Viewing all articles
Browse latest Browse all 227

Trending Articles