Results 1 to 2 of 2

Thread: DBCC problem

  1. #1
    KylieDude Guest

    DBCC problem

    Hi there,

    I've just run DBCC UPDATEUSAGE (MyUserDB, SYSOBJECTS) and got the following error message which is quite worrying!

    Table Corrupt: object id does not match between extent in allocation on page and Sysindexes; check the following extent: alloc pg#=8665088 extent#=8665232 object id on extent=0 (object name = 0) object id in Sysindexes=1 (object name = sysobjects)
    DBCC execution completed. If DBCC print... etc, etc.

    Has anyone had this before and know what the problem is?

    Cheers!

  2. #2
    Sean Guest

    DBCC problem (reply)


    I would be tepted to run dbcc checkdb etc
    to see if it throws up the same problem

    ------------
    KylieDude at 6/7/01 6:28:24 AM

    Hi there,

    I've just run DBCC UPDATEUSAGE (MyUserDB, SYSOBJECTS) and got the following error message which is quite worrying!

    Table Corrupt: object id does not match between extent in allocation on page and Sysindexes; check the following extent: alloc pg#=8665088 extent#=8665232 object id on extent=0 (object name = 0) object id in Sysindexes=1 (object name = sysobjects)
    DBCC execution completed. If DBCC print... etc, etc.

    Has anyone had this before and know what the problem is?

    Cheers!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •