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
 Data Corruption Issues
 Corrupt Database-dbcc result-need help

Author  Topic 

greegy08
Starting Member

19 Posts

Posted - 2009-08-24 : 23:40:59
hi good day,

can anyone give me some idea on how to solve this error in my database.

when i run:

DBCC CHECKTABLE ('sysobjects'), it shows this error..

Server: Msg 2515, Level 16, State 1, Line 1
Page (1:34040), object ID 1, index ID 0 has been modified but is not marked modified in the differential backup bitmap.
DBCC results for 'sysobjects'.
There are 6286 rows in 121 pages for object 'sysobjects'.
CHECKTABLE found 0 allocation errors and 1 consistency errors in table 'sysobjects' (object ID 1).
repair_allow_data_loss is the minimum repair level for the errors found by DBCC CHECKTABLE (862.dbo.sysobjects ).

can i fix this system error? plss help..thanks


greegy08
sqlnoob

GilaMonster
Master Smack Fu Yak Hacker

4507 Posts

Posted - 2009-08-25 : 05:16:29
Do you have a clean backup of this database?

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

RickD
Slow But Sure Yak Herding Master

3608 Posts

Posted - 2009-08-25 : 05:17:07
Have a look at the reply to this:

http://social.msdn.microsoft.com/Forums/en-US/sqldisasterrecovery/thread/c3b8ef68-f149-495c-a91c-42abe53a9245

It seems the easy way around this is to take a new full backup as this then resets the differential bitmaps.
Go to Top of Page
   

- Advertisement -