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
 SQL Server 2005 Forums
 Transact-SQL (2005)
 restore page when recovery mode is simple

Author  Topic 

hdv212
Posting Yak Master

140 Posts

Posted - 2009-09-13 : 15:10:46
Hi
my customers have a sql server 2000 database.
recovery model is simple.
my customer get full backup about 4 day ago.

today, accidently check eventViewer and found some pages has been corrupted.

i think i must restore page. but it's recovery model is simple.

my questions
1. How to restore page to earlier time without any error ?
2. would u plz give me a useful article to accomplish this ?
i found this link but it does not useful for me :

http://blogs.msdn.com/sqlserverstorageengine/archive/2007/01/18/fixing-damaged-pages-using-page-restore-or-manual-inserts.aspx

thanks in advance

tkizer
Almighty SQL Goddess

38200 Posts

Posted - 2009-09-13 : 23:34:07
You'll need to post the entire output of DBCC CHECKDB. Put it in the Data Corruption forum.

Tara Kizer
Microsoft MVP for Windows Server System - SQL Server
http://weblogs.sqlteam.com/tarad/

Subscribe to my blog

"Let's begin with the premise that everything you've done up until this point is wrong."
Go to Top of Page
   

- Advertisement -