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.
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 |
 |
|
RickD
Slow But Sure Yak Herding Master
3608 Posts |
|
|
|
|