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
 Other SQL Server Topics (2005)
 Database Recovery

Author  Topic 

Viral
Starting Member

3 Posts

Posted - 2009-04-23 : 02:34:05
Hi,

If I run "dbcc checkdb" on one of database
It gives me below error

DBCC results for 'GHAVAI'.
CHECKDB found 0 allocation errors and 0 consistency errors in database 'GHAVAI'.
Msg 211, Level 23, State 51, Line 1
Possible schema corruption. Run DBCC CHECKCATALOG.

And When I run "DBCC CHECKCATALOG"
It gives me same error

Possible schema corruption. Run DBCC CHECKCATALOG.

Viral Patel

GilaMonster
Master Smack Fu Yak Hacker

4507 Posts

Posted - 2009-04-23 : 04:13:43
Do you have a backup that doesn't have corruption? From the looks of the message you've got one of the irreparable corruptions there.

--
Gail Shaw
SQL Server MVP
Go to Top of Page

Viral
Starting Member

3 Posts

Posted - 2009-04-23 : 05:35:44
I tried with previous Backup but found same Problem. And at client site this Database is in working state.

Viral Patel
Nelito Systems Ltd
Go to Top of Page

GilaMonster
Master Smack Fu Yak Hacker

4507 Posts

Posted - 2009-04-23 : 11:23:10
Can you take a backup of the database at the client site and restore that? Does that give checkDB errors?

--
Gail Shaw
SQL Server MVP
Go to Top of Page

Viral
Starting Member

3 Posts

Posted - 2009-04-24 : 03:53:52
Yes I did but found same error

Viral Patel
Go to Top of Page

GilaMonster
Master Smack Fu Yak Hacker

4507 Posts

Posted - 2009-04-24 : 11:59:31
And if you run a checkDB on the client's database?

--
Gail Shaw
SQL Server MVP
Go to Top of Page
   

- Advertisement -