Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Administration
 restore DB

Author  Topic 

laddu
Constraint Violating Yak Guru

332 Posts

Posted - 2009-09-02 : 12:12:13
I am trying to restore a DB, getting below error

TITLE: Microsoft SQL Server Management Studio
------------------------------

Restore failed for Server 'abcd'. (Microsoft.SqlServer.Smo)

For help, click: http://go.microsoft.com/fwlink?ProdName=Microsoft+SQL+Server&ProdVer=9.00.1399.00&EvtSrc=Microsoft.SqlServer.Management.Smo.ExceptionTemplates.FailedOperationExceptionText&EvtID=Restore+Server&LinkId=20476

------------------------------
ADDITIONAL INFORMATION:

System.Data.SqlClient.SqlError: RESTORE detected an error on page (1:16534) in database "xyz" as read from the backup set. (Microsoft.SqlServer.Smo)

For help, click: http://go.microsoft.com/fwlink?ProdName=Microsoft+SQL+Server&ProdVer=9.00.1399.00&LinkId=20476

------------------------------
BUTTONS:

OK
------------------------------


Please advice

laddu
Constraint Violating Yak Guru

332 Posts

Posted - 2009-09-02 : 12:22:42
DB is in 'restoring mode'

should I delete and restore again?
Go to Top of Page

laddu
Constraint Violating Yak Guru

332 Posts

Posted - 2009-09-02 : 12:53:03
Resolved
Go to Top of Page

ScottWhigham
Starting Member

49 Posts

Posted - 2009-09-03 : 10:03:43
In what way was it resolved? Help out others who, in the future, may stumble across this thread :)

========================================================

I have about 1,000 video tutorials on SQL Server 2008, 2005, and 2000 over at http://www.learnitfirst.com/Database-Professionals.aspx
Go to Top of Page
   

- Advertisement -