Results 1 to 4 of 4

Thread: DBCC

  1. #1
    Davis Guest

    DBCC

    After running dbcc checkdb: I see the error message "Extent ### is in the wrong Segment" and "Chain processed with bad segment for object ###"

    Is this a indication that my database is corrupt?



  2. #2
    Craig Guest

    DBCC (reply)

    What is the error number?


    ------------
    Davis at 7/10/00 10:56:51 PM

    After running dbcc checkdb: I see the error message "Extent ### is in the wrong Segment" and "Chain processed with bad segment for object ###"

    Is this a indication that my database is corrupt?



  3. #3
    Kevin Guest

    DBCC (reply)


    There were no error number produce just: extent 1607176 is in the wrong segment

    and

    Chain processed with bad segment for object 1937441976

    ------------
    Craig at 7/11/00 8:18:49 AM

    What is the error number?


    ------------
    Davis at 7/10/00 10:56:51 PM

    After running dbcc checkdb: I see the error message "Extent ### is in the wrong Segment" and "Chain processed with bad segment for object ###"

    Is this a indication that my database is corrupt?



  4. #4
    Craig Guest

    DBCC (reply)

    Dbcc output contains an error number for each message.

    Please check your output again. Look in the SQL error log as well. Do you see a 25??


    ------------
    Kevin at 7/11/00 9:09:43 AM


    There were no error number produce just: extent 1607176 is in the wrong segment

    and

    Chain processed with bad segment for object 1937441976

    ------------
    Craig at 7/11/00 8:18:49 AM

    What is the error number?


    ------------
    Davis at 7/10/00 10:56:51 PM

    After running dbcc checkdb: I see the error message "Extent ### is in the wrong Segment" and "Chain processed with bad segment for object ###"

    Is this a indication that my database is corrupt?



Posting Permissions

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