Restore failed for Server 'ServerName'
I recently faced an error while restoring a database from the backup file on a server.
Following is the error I faced:
Another similar error was below:
I just then re-copied the backup file again and then tried to restore it, which was completed successfully.
Following is the error I faced:
Restore failed for Server 'ServerName'. (Microsoft.SqlServer.SmoExtended)
For help, click: http://go.microsoft.com/fwlink?ProdName=Microsoft+SQL+Server&ProdVer=10.0.2531.0+((Katmai_PCU_Main).090329-1045+)&EvtSrc=Microsoft.SqlServer.Management.Smo.ExceptionTemplates.FailedOperationExceptionText&EvtID=Restore+Server&LinkId=20476
ADDITIONAL INFORMATION:
System.Data.SqlClient.SqlError: RESTORE detected an error on page (0:256) in database "DatabaseName" as read from the backup set. (Microsoft.SqlServer.Smo)
For help, click: http://go.microsoft.com/fwlink?ProdName=Microsoft+SQL+Server&ProdVer=10.0.2531.0+((Katmai_PCU_Main).090329-1045+)&LinkId=20476
Another similar error was below:
Msg 3183, Level 16, State 2, Line 1
RESTORE detected an error on page (0:16777216) in database "DatabaseName" as read from the backup set.
Msg 3013, Level 16, State 1, Line 1
RESTORE DATABASE is terminating abnormally.
I just then re-copied the backup file again and then tried to restore it, which was completed successfully.