| Author |
Topic  |
|
|
imughal
Posting Yak Master
185 Posts |
Posted - 09/13/2012 : 06:31:16
|
Hi, I took database full backup and want to restore it on other server machine in order to have DB mirroring. On second machine i create database and try to restore database from backup file. i got following error message :
Restore failed for Server 'MSSQLSERVER'. (Microsoft.SqlServer.SmoExtended) ------------------------------ Program Location:
at Microsoft.SqlServer.Management.Smo.Restore.SqlRestore(Server srv) at Microsoft.SqlServer.Management.SqlManagerUI.SqlRestoreDatabaseOptions.RunRestore()
===================================
System.Data.SqlClient.SqlError: RESTORE detected an error on page (30976:1912628480) in database "MYdatabase" as read from the backup set. (Microsoft.SqlServer.Smo)
i tried to verify backupfile and got following error
RESTORE verifyonly FROM DISK='C:\Backup\Mydatabasefullbackup.bak';
Error: Msg 3189, Level 16, State 1, Line 4 Damage to the backup set was detected. Msg 3013, Level 16, State 1, Line 4 VERIFY DATABASE is terminating abnormally.
Please tell how do i fix it and restore database. thanks.
|
|
|
tkizer
Almighty SQL Goddess
USA
35017 Posts |
|
|
prett
Posting Yak Master
USA
166 Posts |
|
|
davegeeit
Starting Member
11 Posts |
Posted - 03/19/2013 : 05:23:15
|
In case of your SQL Database corrupted, you should try third party utility of RecoveryFix for SQL Recovery, with the help of this software your can repair your inaccessible database.
Thanks |
 |
|
|
russell
Pyro-ma-ni-yak
USA
5037 Posts |
Posted - 03/19/2013 : 23:17:26
|
quote: Originally posted by davegeeit
In case of your SQL Database corrupted, you should try third party utility of RecoveryFix for SQL Recovery, with the help of this software your can repair your inaccessible database.
Thanks
 |
 |
|
| |
Topic  |
|