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 2000 Forums
 SQL Server Administration (2000)
 DBCC PAGE

Author  Topic 

sica
Posting Yak Master

143 Posts

Posted - 2001-12-04 : 07:57:39
Hi,
I run a DBCC command like
DBCC PAGE (TEST_DB, ID,1)
GO
I get following message:

Server: Msg 8968, Level 16, State 1, Line 5
Table Corrupt: DBCC PAGE page (256:1) (object ID 0, index ID 0) is out of the range of this database.

Is it a fake message or what?

I run SQL SERVER 7.0 SP2.

Sica

   

- Advertisement -