RESTORE detected an error on page (0:0) [closed]

回眸只為那壹抹淺笑 提交于 2020-01-05 12:13:06

问题


I'm using Management Studio to restore a backup and the application throw the exception "RESTORE detected an error on page (0:0) in database as read from the backup set". Then I've tried to restore from a older backup that a week ago was restored successfully and it throw the same error.

The backup and the restore are on the same version. Microsoft SQL Server Enterprise Edition (64-bit)

What could happen?

EDIT: I've tried to restore the backup on the production server and it works, but on test environment doesn't.

Also I've tried to run first

RESTORE FILELISTONLY 
from disk='D:\Backup.bak'

And it work, but then I've tried

restore VERIFYONLY  
from disk='D:\Backup.bak'

And this throw me Msg 3203, Level 16, State 1, Line 1 Read on "D:\Backup.bak" failed: 13(The data is invalid.) Msg 3013, Level 16, State 1, Line 1 VERIFY DATABASE is terminating abnormally.

Can anyone help me?


回答1:


I've tried to specify the download for Binary mode, and now it works, I don't know why the older backups worked before and now doesn't, but for now on I've the problem solved.

Thanks All



来源:https://stackoverflow.com/questions/20544854/restore-detected-an-error-on-page-00

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!