Help - Cannot recover the master database. Exiting.

  • Here's the actual error messages in SQL log

    2010-01-29 10:33:37.35 server Microsoft SQL Server 2000 - 8.00.760 (Intel X86)

    Dec 17 2002 14:22:05

    Copyright (c) 1988-2003 Microsoft Corporation

    Standard Edition on Windows NT 5.2 (Build 3790: Service Pack 1)

    2010-01-29 10:33:37.35 server Copyright (C) 1988-2002 Microsoft Corporation.

    2010-01-29 10:33:37.35 server All rights reserved.

    2010-01-29 10:33:37.35 server Server Process ID is 2848.

    2010-01-29 10:33:37.35 server Logging SQL Server messages in file 'd:\MSSQL\log\ERRORLOG'.

    2010-01-29 10:33:37.36 server SQL Server is starting at priority class 'normal'(4 CPUs detected).

    2010-01-29 10:33:37.44 server SQL Server configured for thread mode processing.

    2010-01-29 10:33:37.44 server Using dynamic lock allocation. [2500] Lock Blocks, [5000] Lock Owner Blocks.

    2010-01-29 10:33:37.52 server Attempting to initialize Distributed Transaction Coordinator.

    2010-01-29 10:33:38.55 spid3 Starting up database 'master'.

    2010-01-29 10:33:38.64 spid3 Error: 9003, Severity: 20, State: 1.

    2010-01-29 10:33:38.64 spid3 Cannot recover the master database. Exiting.

    I see the master database file and log, is there anything I can do or do I just need to re-install.

    Any help would be greatly appreciated.

    Thanks

    Susan

  • Do you have good backups?

    Are you able to start in single-user mode?

    Are you able to start the DAC?

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

  • Either restore a backup of master (if you can, no guarantees that it will be possible) or rebuild the master database.

    What you can do is rebuild master (to get SQL running again) and then go through the steps to restore your backup of master so that you don't lose all your logins, linked servers, etc.

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass
  • can I suggest that once you get you master database back you copy the system database files off to another location. then if you are in this situation again you can just slide the copies back into position. Its much quicker than rebuild master, and in my experience more reliable. You can then restore your latest backup.

    Copy them again every time you apply a patch.

    ---------------------------------------------------------------------

  • Well it gets worse before it gets better.

    I ended up reinstalling SQL Server and tried to attach the mdf/ldf file.

    However, now I get this error message when accessing the db

    Server: Msg 8948, Level 16, State 3, Line 1

    Database error: Page (1:105) is marked with the wrong type in PFS page (1:1). PFS status 0x70 expected 0x60.

    So I tried to restore a backup of the same database, but I get this error message -

    An internal consistency error occurred. Contact Technical support for assistance

    Restore database is terminating abnormally

    This is our financial database and I need it up pronto.. If mdf/ldf and backup or corrupt what course of action do I have?

    Please help!!

  • SG-348334 (1/29/2010)


    Well it gets worse before it gets better.

    I ended up reinstalling SQL Server and tried to attach the mdf/ldf file.

    However, now I get this error message when accessing the db

    Server: Msg 8948, Level 16, State 3, Line 1

    Database error: Page (1:105) is marked with the wrong type in PFS page (1:1). PFS status 0x70 expected 0x60.

    So I tried to restore a backup of the same database, but I get this error message -

    An internal consistency error occurred. Contact Technical support for assistance

    Restore database is terminating abnormally

    This is our financial database and I need it up pronto.. If mdf/ldf and backup or corrupt what course of action do I have?

    Please help!!

    I googled it for you, I guess you have some reading to do!

    http://msdn.microsoft.com/en-us/library/aa226419%28SQL.80%29.aspx

    Cheers,

    J-F

  • Yes, read that article and already tried the backup and the dbcc checkdb (art, REPAIR_REBUILD)

    but still received the same error message.

    Time to call Microsoft.

  • Please run this and post the full and complete output. If you need a fast response (ie faster than 10 hours) I suggest you call MS. They will likely ask you to run this anyway.

    DBCC CHECKDB (<Database Name>) WITH NO_INFOMSGS, ALL_ERRORMSGS

    Do you have a recent backup of this DB? If so, restore it. Restore is the recommended fix for most corruptions.

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass
  • Thanks for all the help -

    Here's the output of the dbcc command , I've already opened a ticket with microsoft

    Server: Msg 8948, Level 16, State 3, Line 1

    Database error: Page (1:105) is marked with the wrong type in PFS page (1:1). PFS status 0x70 expected 0x60.

    Server: Msg 8948, Level 16, State 1, Line 1

    Database error: Page (1:167) is marked with the wrong type in PFS page (1:1). PFS status 0x70 expected 0x60.

    Server: Msg 8948, Level 16, State 1, Line 1

    Database error: Page (1:197) is marked with the wrong type in PFS page (1:1). PFS status 0x70 expected 0x60.

    Server: Msg 8948, Level 16, State 1, Line 1

    Database error: Page (1:232) is marked with the wrong type in PFS page (1:1). PFS status 0x70 expected 0x60.

    Server: Msg 8948, Level 16, State 1, Line 1

    Database error: Page (1:2311) is marked with the wrong type in PFS page (1:1). PFS status 0x70 expected 0x60.

    Server: Msg 8948, Level 16, State 1, Line 1

    Database error: Page (1:7965) is marked with the wrong type in PFS page (1:1). PFS status 0x70 expected 0x60.

    Server: Msg 8928, Level 16, State 1, Line 1

    Object ID 0, index ID 0: Page (1:7967) could not be processed. See other errors for details.

    Server: Msg 8948, Level 16, State 1, Line 1

    Database error: Page (1:114858) is marked with the wrong type in PFS page (1:113232). PFS status 0x70 expected 0x60.

    Server: Msg 8928, Level 16, State 1, Line 1

    Object ID 0, index ID 0: Page (1:114861) could not be processed. See other errors for details.

    Server: Msg 8904, Level 16, State 1, Line 1

    Extent (1:138952) in database ID 7 is allocated by more than one allocation object.

    Server: Msg 8913, Level 16, State 1, Line 1

    Extent (1:138952) is allocated to 'GAM' and at least one other object.

    Server: Msg 8904, Level 16, State 1, Line 1

    Extent (1:138960) in database ID 7 is allocated by more than one allocation object.

    Server: Msg 8913, Level 16, State 1, Line 1

    Extent (1:138960) is allocated to 'GAM' and at least one other object.

    Server: Msg 8904, Level 16, State 1, Line 1

    Extent (1:139592) in database ID 7 is allocated by more than one allocation object.

    Server: Msg 8913, Level 16, State 1, Line 1

    Extent (1:139592) is allocated to 'GAM' and at least one other object.

    Server: Msg 8904, Level 16, State 1, Line 1

    Extent (1:139600) in database ID 7 is allocated by more than one allocation object.

    Server: Msg 8913, Level 16, State 1, Line 1

    Extent (1:139600) is allocated to 'GAM' and at least one other object.

    Server: Msg 8904, Level 16, State 1, Line 1

    Extent (1:139816) in database ID 7 is allocated by more than one allocation object.

    Server: Msg 8913, Level 16, State 1, Line 1

    Extent (1:139816) is allocated to 'GAM' and at least one other object.

    Server: Msg 8904, Level 16, State 1, Line 1

    Extent (1:139824) in database ID 7 is allocated by more than one allocation object.

    Server: Msg 8913, Level 16, State 1, Line 1

    Extent (1:139824) is allocated to 'GAM' and at least one other object.

    Server: Msg 8904, Level 16, State 1, Line 1

    Extent (1:139832) in database ID 7 is allocated by more than one allocation object.

    Server: Msg 8913, Level 16, State 1, Line 1

    Extent (1:139832) is allocated to 'GAM' and at least one other object.

    Server: Msg 8904, Level 16, State 1, Line 1

    Extent (1:141872) in database ID 7 is allocated by more than one allocation object.

    Server: Msg 8913, Level 16, State 1, Line 1

    Extent (1:141872) is allocated to 'GAM' and at least one other object.

    Server: Msg 8904, Level 16, State 1, Line 1

    Extent (1:141880) in database ID 7 is allocated by more than one allocation object.

    Server: Msg 8913, Level 16, State 1, Line 1

    Extent (1:141880) is allocated to 'GAM' and at least one other object.

    Server: Msg 8904, Level 16, State 1, Line 1

    Extent (1:141888) in database ID 7 is allocated by more than one allocation object.

    Server: Msg 8913, Level 16, State 1, Line 1

    Extent (1:141888) is allocated to 'GAM' and at least one other object.

    Server: Msg 8904, Level 16, State 1, Line 1

    Extent (1:141896) in database ID 7 is allocated by more than one allocation object.

    Server: Msg 8913, Level 16, State 1, Line 1

    Extent (1:141896) is allocated to 'GAM' and at least one other object.

    Server: Msg 8904, Level 16, State 1, Line 1

    Extent (1:141904) in database ID 7 is allocated by more than one allocation object.

    Server: Msg 8913, Level 16, State 1, Line 1

    Extent (1:141904) is allocated to 'GAM' and at least one other object.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:178632) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:179256) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:179272) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:179808) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:179816) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:179824) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:179832) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:179840) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:179848) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:179856) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:179864) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:179872) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:179880) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:179888) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:179936) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:179944) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:179976) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:179984) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:180016) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:180032) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:180056) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:180112) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:180120) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:180128) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:180136) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:180144) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:180160) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:180168) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:180176) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:180184) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:180192) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:180232) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:180296) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:180304) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:180328) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:180336) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:180344) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:180352) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:180360) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:180368) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:180376) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:180384) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:180392) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:180400) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:180408) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:180416) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:180424) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:180432) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:180464) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:180472) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:180568) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:180624) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:180656) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:180704) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:180712) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:180744) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:180752) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:180808) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:180856) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:180872) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:180896) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:180904) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:180912) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:180928) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:180936) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:180960) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:180968) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:180976) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:180984) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:180992) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:181008) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:181016) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:181024) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:181032) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:181040) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:181048) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:181056) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:181064) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:181072) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:181080) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:181096) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:181128) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:181136) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:181176) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:181240) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:181248) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:181256) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:181288) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:181296) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:181320) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:181352) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:181360) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:181368) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:181400) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:181408) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:181416) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:181424) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:181432) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:181440) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:181456) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:181784) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:181808) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:181936) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:181944) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:181952) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:181960) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:181968) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:181976) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:181984) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:181992) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:182000) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:182048) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:182072) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:182080) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:182208) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:182224) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:182232) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:182240) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:182272) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:182288) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:182344) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:182368) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:182376) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:182392) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:182416) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:182424) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:182440) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:182448) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:182456) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:182488) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:182496) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:182512) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:182592) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:182632) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:182640) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:182648) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:182696) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:182720) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:182728) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:182744) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:182752) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:182760) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:182768) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:182776) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:182784) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:182792) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:182800) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:182808) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:182816) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:182824) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:182832) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:182840) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:182848) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:182856) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:182864) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:182872) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:182880) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:182888) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:182896) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:182904) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:182912) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:182920) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:182928) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:182936) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:182944) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:182952) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:182960) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:182968) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:182976) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:182984) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:182992) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:183152) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:183160) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:183176) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:183184) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:183192) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:183200) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:183208) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:183216) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:183224) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:183232) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:183240) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:183248) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:183256) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:183264) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:183272) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:183280) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:183288) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:183296) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:183304) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:183312) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:183320) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:183328) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:183336) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:183344) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:183352) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:183360) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:183368) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:183376) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:183384) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:183392) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:183400) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:183408) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:183416) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:183424) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:183432) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:183440) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:183448) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:183456) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:183464) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:183472) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:183480) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:183488) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:183496) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:183504) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:183512) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:183520) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:183528) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:183536) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:183544) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:183552) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:183560) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:183568) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:183576) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:183584) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:183592) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:183600) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:183608) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:183616) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:183624) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:183632) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:183640) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:183648) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:183656) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:183664) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:183680) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:183688) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:183696) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:183704) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:183712) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:183720) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:183728) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:183736) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:183744) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:183752) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:183760) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:183768) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:183776) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:183792) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:183800) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:183808) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:183816) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8905, Level 16, State 1, Line 1

    Extent (1:183824) in database ID 7 is marked allocated in the GAM, but no SGAM or IAM has allocated it.

    Server: Msg 8929, Level 16, State 1, Line 1

    Object ID 2: Errors found in text ID 17616076800 owned by data record identified by RID = (1:486:0) id = 2105058535 and indid = 19.

    Server: Msg 8929, Level 16, State 1, Line 1

    Object ID 2: Errors found in text ID 17616142336 owned by data record identified by RID = (1:486:1) id = 2105058535 and indid = 20.

    Server: Msg 8929, Level 16, State 1, Line 1

    Object ID 2: Errors found in text ID 17616207872 owned by data record identified by RID = (1:486:2) id = 2105058535 and indid = 21.

    Server: Msg 8929, Level 16, State 1, Line 1

    Object ID 2: Errors found in text ID 17616273408 owned by data record identified by RID = (1:486:3) id = 2105058535 and indid = 22.

    Server: Msg 8929, Level 16, State 1, Line 1

    Object ID 2: Errors found in text ID 17615028224 owned by data record identified by RID = (1:486:4) id = 2105058535 and indid = 23.

    Server: Msg 8929, Level 16, State 1, Line 1

    Object ID 2: Errors found in text ID 17599889408 owned by data record identified by RID = (1:486:5) id = 2129442660 and indid = 1.

    Server: Msg 8929, Level 16, State 1, Line 1

    Object ID 2: Errors found in text ID 17599954944 owned by data record identified by RID = (1:486:6) id = 2129442660 and indid = 2.

    Server: Msg 8929, Level 16, State 1, Line 1

    Object ID 2: Errors found in text ID 17600020480 owned by data record identified by RID = (1:486:7) id = 2129442660 and indid = 3.

    Server: Msg 8929, Level 16, State 1, Line 1

    Object ID 2: Errors found in text ID 17600086016 owned by data record identified by RID = (1:486:8) id = 2129442660 and indid = 4.

    Server: Msg 8929, Level 16, State 1, Line 1

    Object ID 2: Errors found in text ID 17600151552 owned by data record identified by RID = (1:486:9) id = 2129442660 and indid = 5.

    Server: Msg 8929, Level 16, State 1, Line 1

    Object ID 2: Errors found in text ID 17600217088 owned by data record identified by RID = (1:486:10) id = 2129442660 and indid = 6.

    CHECKDB found 286 allocation errors and 0 consistency errors not associated with any single object.

    Server: Msg 8929, Level 16, State 1, Line 1

    Object ID 2: Errors found in text ID 17600282624 owned by data record identified by RID = (1:486:11) id = 2129442660 and indid = 7.

    Server: Msg 8929, Level 16, State 1, Line 1

    Object ID 2: Errors found in text ID 17600348160 owned by data record identified by RID = (1:486:12) id = 2129442660 and indid = 8.

    Server: Msg 8929, Level 16, State 1, Line 1

    Object ID 2: Errors found in text ID 17600413696 owned by data record identified by RID = (1:486:13) id = 2129442660 and indid = 9.

    Server: Msg 8929, Level 16, State 1, Line 1

    Object ID 2: Errors found in text ID 17600479232 owned by data record identified by RID = (1:486:14) id = 2129442660 and indid = 10.

    Server: Msg 8929, Level 16, State 1, Line 1

    Object ID 2: Errors found in text ID 17600544768 owned by data record identified by RID = (1:486:15) id = 2129442660 and indid = 11.

    Server: Msg 8929, Level 16, State 1, Line 1

    Object ID 2: Errors found in text ID 17603559424 owned by data record identified by RID = (1:6312:0) id = 1848393654 and indid = 17.

    Server: Msg 8929, Level 16, State 1, Line 1

    Object ID 2: Errors found in text ID 17603624960 owned by data record identified by RID = (1:6312:1) id = 1848393654 and indid = 18.

    Server: Msg 8929, Level 16, State 1, Line 1

    Object ID 2: Errors found in text ID 17603690496 owned by data record identified by RID = (1:6312:2) id = 1848393654 and indid = 19.

    Server: Msg 8929, Level 16, State 1, Line 1

    Object ID 2: Errors found in text ID 17603756032 owned by data record identified by RID = (1:6312:3) id = 1848393654 and indid = 20.

    Server: Msg 8929, Level 16, State 1, Line 1

    Object ID 2: Errors found in text ID 17603821568 owned by data record identified by RID = (1:6312:4) id = 1848393654 and indid = 21.

    Server: Msg 8929, Level 16, State 1, Line 1

    Object ID 2: Errors found in text ID 17603887104 owned by data record identified by RID = (1:6312:5) id = 1848393654 and indid = 22.

    Server: Msg 8929, Level 16, State 1, Line 1

    Object ID 2: Errors found in text ID 17603952640 owned by data record identified by RID = (1:6312:6) id = 1848393654 and indid = 23.

    Server: Msg 8929, Level 16, State 1, Line 1

    Object ID 2: Errors found in text ID 17604018176 owned by data record identified by RID = (1:6312:7) id = 1848393654 and indid = 24.

    Server: Msg 8929, Level 16, State 1, Line 1

    Object ID 2: Errors found in text ID 17604083712 owned by data record identified by RID = (1:6312:8) id = 1848393654 and indid = 25.

    Server: Msg 8929, Level 16, State 1, Line 1

    Object ID 2: Errors found in text ID 17606836224 owned by data record identified by RID = (1:6313:0) id = 1553440608 and indid = 1.

    Server: Msg 8929, Level 16, State 1, Line 1

    Object ID 2: Errors found in text ID 17606901760 owned by data record identified by RID = (1:6313:1) id = 1553440608 and indid = 2.

    Server: Msg 8929, Level 16, State 1, Line 1

    Object ID 2: Errors found in text ID 17607098368 owned by data record identified by RID = (1:6313:4) id = 1553440608 and indid = 5.

    Server: Msg 8929, Level 16, State 1, Line 1

    Object ID 2: Errors found in text ID 17607163904 owned by data record identified by RID = (1:6313:5) id = 1553440608 and indid = 6.

    Server: Msg 8929, Level 16, State 1, Line 1

    Object ID 2: Errors found in text ID 17607229440 owned by data record identified by RID = (1:6313:6) id = 1553440608 and indid = 7.

    Server: Msg 8929, Level 16, State 1, Line 1

    Object ID 2: Errors found in text ID 17607294976 owned by data record identified by RID = (1:6313:7) id = 1553440608 and indid = 8.

    Server: Msg 8929, Level 16, State 1, Line 1

    Object ID 2: Errors found in text ID 17607360512 owned by data record identified by RID = (1:6313:8) id = 1553440608 and indid = 9.

    Server: Msg 8929, Level 16, State 1, Line 1

    Object ID 2: Errors found in text ID 17607491584 owned by data record identified by RID = (1:6313:10) id = 1553440608 and indid = 11.

    Server: Msg 8929, Level 16, State 1, Line 1

    Object ID 2: Errors found in text ID 17607557120 owned by data record identified by RID = (1:6313:11) id = 1553440608 and indid = 12.

    Server: Msg 8929, Level 16, State 1, Line 1

    Object ID 2: Errors found in text ID 17607622656 owned by data record identified by RID = (1:6313:12) id = 1553440608 and indid = 13.

    Server: Msg 8929, Level 16, State 1, Line 1

    Object ID 2: Errors found in text ID 17607688192 owned by data record identified by RID = (1:6313:13) id = 1553440608 and indid = 14.

    Server: Msg 8929, Level 16, State 1, Line 1

    Object ID 2: Errors found in text ID 17607753728 owned by data record identified by RID = (1:6313:14) id = 1553440608 and indid = 15.

    Server: Msg 8929, Level 16, State 1, Line 1

    Object ID 2: Errors found in text ID 17607819264 owned by data record identified by RID = (1:6313:15) id = 1553440608 and indid = 16.

    Server: Msg 8929, Level 16, State 1, Line 1

    Object ID 2: Errors found in text ID 17607884800 owned by data record identified by RID = (1:6313:16) id = 1553440608 and indid = 17.

    Server: Msg 8929, Level 16, State 1, Line 1

    Object ID 2: Errors found in text ID 17607950336 owned by data record identified by RID = (1:6313:17) id = 1553440608 and indid = 18.

    Server: Msg 8929, Level 16, State 1, Line 1

    Object ID 2: Errors found in text ID 17616994304 owned by data record identified by RID = (1:6314:0) id = 1556200594 and indid = 1.

    Server: Msg 8929, Level 16, State 1, Line 1

    Object ID 2: Errors found in text ID 17617059840 owned by data record identified by RID = (1:6314:1) id = 1556200594 and indid = 2.

    Server: Msg 8929, Level 16, State 1, Line 1

    Object ID 2: Errors found in text ID 17608015872 owned by data record identified by RID = (1:6314:2) id = 1665441007 and indid = 1.

    Server: Msg 8929, Level 16, State 1, Line 1

    Object ID 2: Errors found in text ID 17608081408 owned by data record identified by RID = (1:6314:3) id = 1665441007 and indid = 2.

    Server: Msg 8929, Level 16, State 1, Line 1

    Object ID 2: Errors found in text ID 17608146944 owned by data record identified by RID = (1:6314:4) id = 1665441007 and indid = 3.

    Server: Msg 8929, Level 16, State 1, Line 1

    Object ID 2: Errors found in text ID 17608212480 owned by data record identified by RID = (1:6314:5) id = 1665441007 and indid = 4.

    Server: Msg 8929, Level 16, State 1, Line 1

    Object ID 2: Errors found in text ID 17608278016 owned by data record identified by RID = (1:6314:6) id = 1665441007 and indid = 5.

    Server: Msg 8929, Level 16, State 1, Line 1

    Object ID 2: Errors found in text ID 17608343552 owned by data record identified by RID = (1:6314:7) id = 1665441007 and indid = 6.

    Server: Msg 8929, Level 16, State 1, Line 1

    Object ID 2: Errors found in text ID 17608409088 owned by data record identified by RID = (1:6314:8) id = 1665441007 and indid = 7.

    Server: Msg 8929, Level 16, State 1, Line 1

    Object ID 2: Errors found in text ID 17608474624 owned by data record identified by RID = (1:6314:9) id = 1665441007 and indid = 8.

    Server: Msg 8929, Level 16, State 1, Line 1

    Object ID 2: Errors found in text ID 17608540160 owned by data record identified by RID = (1:6314:10) id = 1665441007 and indid = 9.

    Server: Msg 8929, Level 16, State 1, Line 1

    Object ID 2: Errors found in text ID 17608605696 owned by data record identified by RID = (1:6314:11) id = 1665441007 and indid = 10.

    Server: Msg 8929, Level 16, State 1, Line 1

    Object ID 2: Errors found in text ID 17608671232 owned by data record identified by RID = (1:6314:12) id = 1665441007 and indid = 11.

    Server: Msg 8929, Level 16, State 1, Line 1

    Object ID 2: Errors found in text ID 17608736768 owned by data record identified by RID = (1:6314:13) id = 1665441007 and indid = 12.

    Server: Msg 8929, Level 16, State 1, Line 1

    Object ID 2: Errors found in text ID 17608802304 owned by data record identified by RID = (1:6314:14) id = 1665441007 and indid = 13.

    Server: Msg 8929, Level 16, State 1, Line 1

    Object ID 2: Errors found in text ID 17608867840 owned by data record identified by RID = (1:6314:15) id = 1665441007 and indid = 14.

    Server: Msg 8929, Level 16, State 1, Line 1

    Object ID 2: Errors found in text ID 17614438400 owned by data record identified by RID = (1:6314:16) id = 1681441064 and indid = 1.

    Server: Msg 8929, Level 16, State 1, Line 1

    Object ID 2: Errors found in text ID 17614503936 owned by data record identified by RID = (1:6314:17) id = 1681441064 and indid = 2.

    Server: Msg 8929, Level 16, State 1, Line 1

    Object ID 2: Errors found in text ID 17614569472 owned by data record identified by RID = (1:6314:18) id = 1681441064 and indid = 3.

    Server: Msg 8929, Level 16, State 1, Line 1

    Object ID 2: Errors found in text ID 17614635008 owned by data record identified by RID = (1:6314:19) id = 1681441064 and indid = 4.

    Server: Msg 8929, Level 16, State 1, Line 1

    Object ID 2: Errors found in text ID 17614700544 owned by data record identified by RID = (1:6314:20) id = 1681441064 and indid = 5.

    Server: Msg 8929, Level 16, State 1, Line 1

    Object ID 2: Errors found in text ID 17614766080 owned by data record identified by RID = (1:6314:21) id = 1681441064 and indid = 6.

    Server: Msg 8929, Level 16, State 1, Line 1

    Object ID 2: Errors found in text ID 17600610304 owned by data record identified by RID = (1:6314:22) id = 1697441121 and indid = 1.

    Server: Msg 8929, Level 16, State 1, Line 1

    Object ID 2: Errors found in text ID 17600675840 owned by data record identified by RID = (1:6314:23) id = 1697441121 and indid = 2.

    Server: Msg 8929, Level 16, State 1, Line 1

    Object ID 2: Errors found in text ID 17600741376 owned by data record identified by RID = (1:6314:24) id = 1697441121 and indid = 3.

    Server: Msg 8929, Level 16, State 1, Line 1

    Object ID 2: Errors found in text ID 17600806912 owned by data record identified by RID = (1:6314:25) id = 1697441121 and indid = 4.

    Server: Msg 8929, Level 16, State 1, Line 1

    Object ID 2: Errors found in text ID 17600872448 owned by data record identified by RID = (1:6314:26) id = 1697441121 and indid = 5.

    Server: Msg 8929, Level 16, State 1, Line 1

    Object ID 2: Errors found in text ID 17600937984 owned by data record identified by RID = (1:6314:27) id = 1697441121 and indid = 6.

    Server: Msg 8929, Level 16, State 1, Line 1

    Object ID 2: Errors found in text ID 17601003520 owned by data record identified by RID = (1:6314:28) id = 1697441121 and indid = 7.

    Server: Msg 8929, Level 16, State 1, Line 1

    Object ID 2: Errors found in text ID 17601069056 owned by data record identified by RID = (1:6314:29) id = 1697441121 and indid = 8.

    Server: Msg 8928, Level 16, State 1, Line 1

    Object ID 2, index ID 255: Page (1:69) could not be processed. See other errors for details.

    Server: Msg 8939, Level 16, State 1, Line 1

    Table error: Object ID 2, index ID 255, page (1:69). Test (IS_ON (BUF_IOERR, bp->bstat) &&bp->berrcode) failed. Values are 2057 and -1.

    Server: Msg 8965, Level 16, State 1, Line 1

    Table error: Object ID 2. The text, ntext, or image node at page (1:69), slot 1, text ID 17603690496 is referenced by page (1:6312), slot 2, but was not seen in the scan.

    Server: Msg 8965, Level 16, State 1, Line 1

    Table error: Object ID 2. The text, ntext, or image node at page (1:69), slot 2, text ID 17603756032 is referenced by page (1:6312), slot 3, but was not seen in the scan.

    Server: Msg 8965, Level 16, State 1, Line 1

    Table error: Object ID 2. The text, ntext, or image node at page (1:69), slot 3, text ID 17603821568 is referenced by page (1:6312), slot 4, but was not seen in the scan.

    Server: Msg 8965, Level 16, State 1, Line 1

    Table error: Object ID 2. The text, ntext, or image node at page (1:69), slot 5, text ID 17603887104 is referenced by page (1:6312), slot 5, but was not seen in the scan.

    Server: Msg 8965, Level 16, State 1, Line 1

    Table error: Object ID 2. The text, ntext, or image node at page (1:69), slot 6, text ID 17603952640 is referenced by page (1:6312), slot 6, but was not seen in the scan.

    Server: Msg 8965, Level 16, State 1, Line 1

    Table error: Object ID 2. The text, ntext, or image node at page (1:69), slot 7, text ID 17604018176 is referenced by page (1:6312), slot 7, but was not seen in the scan.

    Server: Msg 8965, Level 16, State 1, Line 1

    Table error: Object ID 2. The text, ntext, or image node at page (1:144), slot 7, text ID 17616994304 is referenced by page (1:6314), slot 0, but was not seen in the scan.

    Server: Msg 8964, Level 16, State 1, Line 1

    Table error: Object ID 2. The text, ntext, or image node at page (1:198), slot 1, text ID 17604214784 is not referenced.

    Server: Msg 8964, Level 16, State 1, Line 1

    Table error: Object ID 2. The text, ntext, or image node at page (1:198), slot 3, text ID 17604280320 is not referenced.

    Server: Msg 8964, Level 16, State 1, Line 1

    Table error: Object ID 2. The text, ntext, or image node at page (1:198), slot 4, text ID 17604345856 is not referenced.

    Server: Msg 8965, Level 16, State 1, Line 1

    Table error: Object ID 2. The text, ntext, or image node at page (1:2335), slot 4, text ID 17607098368 is referenced by page (1:6313), slot 4, but was not seen in the scan.

    Server: Msg 8965, Level 16, State 1, Line 1

    Table error: Object ID 2. The text, ntext, or image node at page (1:2335), slot 6, text ID 17607163904 is referenced by page (1:6313), slot 5, but was not seen in the scan.

    Server: Msg 8928, Level 16, State 1, Line 1

    Object ID 2, index ID 255: Page (1:4389) could not be processed. See other errors for details.

    Server: Msg 8939, Level 16, State 1, Line 1

    Table error: Object ID 2, index ID 255, page (1:4389). Test (IS_ON (BUF_IOERR, bp->bstat) &&bp->berrcode) failed. Values are 2057 and -1.

    Server: Msg 8965, Level 16, State 1, Line 1

    Table error: Object ID 2. The text, ntext, or image node at page (1:4389), slot 7, text ID 17599954944 is referenced by page (1:486), slot 6, but was not seen in the scan.

    Server: Msg 8965, Level 16, State 1, Line 1

    Table error: Object ID 2. The text, ntext, or image node at page (1:4389), slot 8, text ID 17600020480 is referenced by page (1:486), slot 7, but was not seen in the scan.

    Server: Msg 8965, Level 16, State 1, Line 1

    Table error: Object ID 2. The text, ntext, or image node at page (1:4389), slot 9, text ID 17600086016 is referenced by page (1:486), slot 8, but was not seen in the scan.

    Server: Msg 8964, Level 16, State 1, Line 1

    Table error: Object ID 2. The text, ntext, or image node at page (1:41224), slot 5, text ID 17613979648 is not referenced.

    Server: Msg 8964, Level 16, State 1, Line 1

    Table error: Object ID 2. The text, ntext, or image node at page (1:41224), slot 15, text ID 17614045184 is not referenced.

    Server: Msg 8964, Level 16, State 1, Line 1

    Table error: Object ID 2. The text, ntext, or image node at page (1:41224), slot 16, text ID 17614110720 is not referenced.

    Server: Msg 8965, Level 16, State 1, Line 1

    Table error: Object ID 2. The text, ntext, or image node at page (1:109333), slot 1, text ID 17607491584 is referenced by page (1:6313), slot 10, but was not seen in the scan.

    Server: Msg 8965, Level 16, State 1, Line 1

    Table error: Object ID 2. The text, ntext, or image node at page (1:109333), slot 3, text ID 17607557120 is referenced by page (1:6313), slot 11, but was not seen in the scan.

    Server: Msg 8965, Level 16, State 1, Line 1

    Table error: Object ID 2. The text, ntext, or image node at page (1:109333), slot 6, text ID 17607622656 is referenced by page (1:6313), slot 12, but was not seen in the scan.

    Server: Msg 8965, Level 16, State 1, Line 1

    Table error: Object ID 2. The text, ntext, or image node at page (1:109333), slot 8, text ID 17607688192 is referenced by page (1:6313), slot 13, but was not seen in the scan.

    Server: Msg 8965, Level 16, State 1, Line 1

    Table error: Object ID 2. The text, ntext, or image node at page (1:109333), slot 9, text ID 17607753728 is referenced by page (1:6313), slot 14, but was not seen in the scan.

    Server: Msg 8965, Level 16, State 1, Line 1

    Table error: Object ID 2. The text, ntext, or image node at page (1:109333), slot 10, text ID 17607819264 is referenced by page (1:6313), slot 15, but was not seen in the scan.

    Server: Msg 8965, Level 16, State 1, Line 1

    Table error: Object ID 2. The text, ntext, or image node at page (1:111623), slot 13, text ID 17614110720 is referenced by page (1:41224), slot 16, but was not seen in the scan.

    Server: Msg 8965, Level 16, State 1, Line 1

    Table error: Object ID 2. The text, ntext, or image node at page (1:118180), slot 0, text ID 17607229440 is referenced by page (1:41224), slot 10, but was not seen in the scan.

    Server: Msg 8965, Level 16, State 1, Line 1

    Table error: Object ID 2. The text, ntext, or image node at page (1:118181), slot 0, text ID 17607294976 is referenced by page (1:41224), slot 11, but was not seen in the scan.

    Server: Msg 8965, Level 16, State 1, Line 1

    Table error: Object ID 2. The text, ntext, or image node at page (1:118182), slot 0, text ID 17607360512 is referenced by page (1:41224), slot 12, but was not seen in the scan.

    Server: Msg 8965, Level 16, State 1, Line 1

    Table error: Object ID 2. The text, ntext, or image node at page (1:120352), slot 2, text ID 17614438400 is referenced by page (1:6314), slot 16, but was not seen in the scan.

    Server: Msg 8965, Level 16, State 1, Line 1

    Table error: Object ID 2. The text, ntext, or image node at page (1:120352), slot 3, text ID 17614503936 is referenced by page (1:6314), slot 17, but was not seen in the scan.

    Server: Msg 8965, Level 16, State 1, Line 1

    Table error: Object ID 2. The text, ntext, or image node at page (1:120352), slot 4, text ID 17614569472 is referenced by page (1:6314), slot 18, but was not seen in the scan.

    Server: Msg 8965, Level 16, State 1, Line 1

    Table error: Object ID 2. The text, ntext, or image node at page (1:120352), slot 5, text ID 17614635008 is referenced by page (1:6314), slot 19, but was not seen in the scan.

    Server: Msg 8965, Level 16, State 1, Line 1

    Table error: Object ID 2. The text, ntext, or image node at page (1:120352), slot 6, text ID 17614700544 is referenced by page (1:6314), slot 20, but was not seen in the scan.

    Server: Msg 8965, Level 16, State 1, Line 1

    Table error: Object ID 2. The text, ntext, or image node at page (1:120352), slot 7, text ID 17614766080 is referenced by page (1:6314), slot 21, but was not seen in the scan.

    Server: Msg 8965, Level 16, State 1, Line 1

    Table error: Object ID 2. The text, ntext, or image node at page (1:120352), slot 11, text ID 17615028224 is referenced by page (1:486), slot 4, but was not seen in the scan.

    Server: Msg 8965, Level 16, State 1, Line 1

    Table error: Object ID 2. The text, ntext, or image node at page (1:126431), slot 27, text ID 17599889408 is referenced by page (1:486), slot 5, but was not seen in the scan.

    Server: Msg 8965, Level 16, State 1, Line 1

    Table error: Object ID 2. The text, ntext, or image node at page (1:127389), slot 1, text ID 17607884800 is referenced by page (1:6313), slot 16, but was not seen in the scan.

    Server: Msg 8965, Level 16, State 1, Line 1

    Table error: Object ID 2. The text, ntext, or image node at page (1:127389), slot 2, text ID 17607950336 is referenced by page (1:6313), slot 17, but was not seen in the scan.

    Server: Msg 8965, Level 16, State 1, Line 1

    Table error: Object ID 2. The text, ntext, or image node at page (1:127389), slot 15, text ID 17608015872 is referenced by page (1:6314), slot 2, but was not seen in the scan.

    Server: Msg 8965, Level 16, State 1, Line 1

    Table error: Object ID 2. The text, ntext, or image node at page (1:127389), slot 16, text ID 17608081408 is referenced by page (1:6314), slot 3, but was not seen in the scan.

    Server: Msg 8965, Level 16, State 1, Line 1

    Table error: Object ID 2. The text, ntext, or image node at page (1:127389), slot 17, text ID 17608146944 is referenced by page (1:6314), slot 4, but was not seen in the scan.

    Server: Msg 8965, Level 16, State 1, Line 1

    Table error: Object ID 2. The text, ntext, or image node at page (1:127389), slot 18, text ID 17608212480 is referenced by page (1:6314), slot 5, but was not seen in the scan.

    Server: Msg 8965, Level 16, State 1, Line 1

    Table error: Object ID 2. The text, ntext, or image node at page (1:127389), slot 19, text ID 17608278016 is referenced by page (1:6314), slot 6, but was not seen in the scan.

    Server: Msg 8965, Level 16, State 1, Line 1

    Table error: Object ID 2. The text, ntext, or image node at page (1:127389), slot 20, text ID 17608343552 is referenced by page (1:6314), slot 7, but was not seen in the scan.

    Server: Msg 8965, Level 16, State 1, Line 1

    Table error: Object ID 2. The text, ntext, or image node at page (1:127389), slot 21, text ID 17608409088 is referenced by page (1:6314), slot 8, but was not seen in the scan.

    Server: Msg 8965, Level 16, State 1, Line 1

    Table error: Object ID 2. The text, ntext, or image node at page (1:127389), slot 22, text ID 17608474624 is referenced by page (1:6314), slot 9, but was not seen in the scan.

    Server: Msg 8965, Level 16, State 1, Line 1

    Table error: Object ID 2. The text, ntext, or image node at page (1:127389), slot 23, text ID 17608540160 is referenced by page (1:6314), slot 10, but was not seen in the scan.

    Server: Msg 8965, Level 16, State 1, Line 1

    Table error: Object ID 2. The text, ntext, or image node at page (1:127389), slot 24, text ID 17608605696 is referenced by page (1:6314), slot 11, but was not seen in the scan.

    Server: Msg 8965, Level 16, State 1, Line 1

    Table error: Object ID 2. The text, ntext, or image node at page (1:127389), slot 25, text ID 17608671232 is referenced by page (1:6314), slot 12, but was not seen in the scan.

    Server: Msg 8965, Level 16, State 1, Line 1

    Table error: Object ID 2. The text, ntext, or image node at page (1:127389), slot 26, text ID 17608736768 is referenced by page (1:6314), slot 13, but was not seen in the scan.

    Server: Msg 8965, Level 16, State 1, Line 1

    Table error: Object ID 2. The text, ntext, or image node at page (1:127389), slot 27, text ID 17608802304 is referenced by page (1:6314), slot 14, but was not seen in the scan.

    Server: Msg 8965, Level 16, State 1, Line 1

    Table error: Object ID 2. The text, ntext, or image node at page (1:127389), slot 28, text ID 17608867840 is referenced by page (1:6314), slot 15, but was not seen in the scan.

    Server: Msg 8965, Level 16, State 1, Line 1

    Table error: Object ID 2. The text, ntext, or image node at page (1:127389), slot 31, text ID 17616076800 is referenced by page (1:486), slot 0, but was not seen in the scan.

    Server: Msg 8965, Level 16, State 1, Line 1

    Table error: Object ID 2. The text, ntext, or image node at page (1:127389), slot 32, text ID 17616142336 is referenced by page (1:486), slot 1, but was not seen in the scan.

    Server: Msg 8965, Level 16, State 1, Line 1

    Table error: Object ID 2. The text, ntext, or image node at page (1:127389), slot 33, text ID 17616207872 is referenced by page (1:486), slot 2, but was not seen in the scan.

    Server: Msg 8965, Level 16, State 1, Line 1

    Table error: Object ID 2. The text, ntext, or image node at page (1:127389), slot 34, text ID 17616273408 is referenced by page (1:486), slot 3, but was not seen in the scan.

    Server: Msg 8965, Level 16, State 1, Line 1

    Table error: Object ID 2. The text, ntext, or image node at page (1:130535), slot 1, text ID 17617059840 is referenced by page (1:6314), slot 1, but was not seen in the scan.

    Server: Msg 8965, Level 16, State 1, Line 1

    Table error: Object ID 2. The text, ntext, or image node at page (1:135885), slot 1, text ID 17603559424 is referenced by page (1:6312), slot 0, but was not seen in the scan.

    Server: Msg 8965, Level 16, State 1, Line 1

    Table error: Object ID 2. The text, ntext, or image node at page (1:135885), slot 2, text ID 17603624960 is referenced by page (1:6312), slot 1, but was not seen in the scan.

    Server: Msg 8965, Level 16, State 1, Line 1

    Table error: Object ID 2. The text, ntext, or image node at page (1:135886), slot 3, text ID 17606836224 is referenced by page (1:6313), slot 0, but was not seen in the scan.

    Server: Msg 8965, Level 16, State 1, Line 1

    Table error: Object ID 2. The text, ntext, or image node at page (1:135886), slot 4, text ID 17606901760 is referenced by page (1:6313), slot 1, but was not seen in the scan.

    Server: Msg 8965, Level 16, State 1, Line 1

    Table error: Object ID 2. The text, ntext, or image node at page (1:138986), slot 1, text ID 17600151552 is referenced by page (1:486), slot 9, but was not seen in the scan.

    Server: Msg 8965, Level 16, State 1, Line 1

    Table error: Object ID 2. The text, ntext, or image node at page (1:138986), slot 2, text ID 17600217088 is referenced by page (1:486), slot 10, but was not seen in the scan.

    Server: Msg 8965, Level 16, State 1, Line 1

    Table error: Object ID 2. The text, ntext, or image node at page (1:138986), slot 4, text ID 17600282624 is referenced by page (1:486), slot 11, but was not seen in the scan.

    Server: Msg 8965, Level 16, State 1, Line 1

    Table error: Object ID 2. The text, ntext, or image node at page (1:138986), slot 6, text ID 17600348160 is referenced by page (1:486), slot 12, but was not seen in the scan.

    Server: Msg 8965, Level 16, State 1, Line 1

    Table error: Object ID 2. The text, ntext, or image node at page (1:138986), slot 7, text ID 17600413696 is referenced by page (1:486), slot 13, but was not seen in the scan.

    Server: Msg 8965, Level 16, State 1, Line 1

    Table error: Object ID 2. The text, ntext, or image node at page (1:138986), slot 8, text ID 17600479232 is referenced by page (1:486), slot 14, but was not seen in the scan.

    Server: Msg 8965, Level 16, State 1, Line 1

    Table error: Object ID 2. The text, ntext, or image node at page (1:138986), slot 9, text ID 17600544768 is referenced by page (1:486), slot 15, but was not seen in the scan.

    Server: Msg 8965, Level 16, State 1, Line 1

    Table error: Object ID 2. The text, ntext, or image node at page (1:138986), slot 10, text ID 17600610304 is referenced by page (1:6314), slot 22, but was not seen in the scan.

    Server: Msg 8965, Level 16, State 1, Line 1

    Table error: Object ID 2. The text, ntext, or image node at page (1:138986), slot 11, text ID 17600675840 is referenced by page (1:6314), slot 23, but was not seen in the scan.

    Server: Msg 8965, Level 16, State 1, Line 1

    Table error: Object ID 2. The text, ntext, or image node at page (1:138986), slot 12, text ID 17600741376 is referenced by page (1:6314), slot 24, but was not seen in the scan.

    Server: Msg 8965, Level 16, State 1, Line 1

    Table error: Object ID 2. The text, ntext, or image node at page (1:138986), slot 13, text ID 17600806912 is referenced by page (1:6314), slot 25, but was not seen in the scan.

    Server: Msg 8965, Level 16, State 1, Line 1

    Table error: Object ID 2. The text, ntext, or image node at page (1:138986), slot 14, text ID 17600872448 is referenced by page (1:6314), slot 26, but was not seen in the scan.

    Server: Msg 8965, Level 16, State 1, Line 1

    Table error: Object ID 2. The text, ntext, or image node at page (1:138986), slot 15, text ID 17600937984 is referenced by page (1:6314), slot 27, but was not seen in the scan.

    Server: Msg 8965, Level 16, State 1, Line 1

    Table error: Object ID 2. The text, ntext, or image node at page (1:138986), slot 16, text ID 17601003520 is referenced by page (1:6314), slot 28, but was not seen in the scan.

    Server: Msg 8965, Level 16, State 1, Line 1

    Table error: Object ID 2. The text, ntext, or image node at page (1:138986), slot 17, text ID 17601069056 is referenced by page (1:6314), slot 29, but was not seen in the scan.

    Server: Msg 8965, Level 16, State 1, Line 1

    Table error: Object ID 2. The text, ntext, or image node at page (1:139216), slot 1, text ID 17604083712 is referenced by page (1:6312), slot 8, but was not seen in the scan.

    Server: Msg 8965, Level 16, State 1, Line 1

    Table error: Object ID 2. The text, ntext, or image node at page (1:141869), slot 0, text ID 17613914112 is referenced by page (1:41224), slot 3, but was not seen in the scan.

    Server: Msg 8965, Level 16, State 1, Line 1

    Table error: Object ID 2. The text, ntext, or image node at page (1:141870), slot 0, text ID 17613979648 is referenced by page (1:41224), slot 5, but was not seen in the scan.

    Server: Msg 2533, Level 16, State 1, Line 1

    Table error: Page (1:178664) allocated to object ID 2, index ID 255 was not seen. Page may be invalid or have incorrect object ID information in its header.

    Server: Msg 2533, Level 16, State 1, Line 1

    Table error: Page (1:178665) allocated to object ID 2, index ID 255 was not seen. Page may be invalid or have incorrect object ID information in its header.

    Server: Msg 2533, Level 16, State 1, Line 1

    Table error: Page (1:178666) allocated to object ID 2, index ID 255 was not seen. Page may be invalid or have incorrect object ID information in its header.

    Server: Msg 8928, Level 16, State 1, Line 1

    Object ID 2, index ID 255: Page (1:178667) could not be processed. See other errors for details.

    Server: Msg 2533, Level 16, State 1, Line 1

    Table error: Page (1:179176) allocated to object ID 2, index ID 255 was not seen. Page may be invalid or have incorrect object ID information in its header.

    Server: Msg 2533, Level 16, State 1, Line 1

    Table error: Page (1:179178) allocated to object ID 2, index ID 255 was not seen. Page may be invalid or have incorrect object ID information in its header.

    Server: Msg 8928, Level 16, State 1, Line 1

    Object ID 2, index ID 255: Page (1:179179) could not be processed. See other errors for details.

    Server: Msg 8928, Level 16, State 1, Line 1

    Object ID 2, index ID 255: Page (1:179267) could not be processed. See other errors for details.

    Server: Msg 8939, Level 16, State 1, Line 1

    Table error: Object ID 2, index ID 255, page (1:179267). Test (IS_ON (BUF_IOERR, bp->bstat) &&bp->berrcode) failed. Values are 2057 and -1.

    Server: Msg 2533, Level 16, State 1, Line 1

    Table error: Page (1:179268) allocated to object ID 2, index ID 255 was not seen. Page may be invalid or have incorrect object ID information in its header.

    Server: Msg 2533, Level 16, State 1, Line 1

    Table error: Page (1:179269) allocated to object ID 2, index ID 255 was not seen. Page may be invalid or have incorrect object ID information in its header.

    Server: Msg 2533, Level 16, State 1, Line 1

    Table error: Page (1:179270) allocated to object ID 2, index ID 255 was not seen. Page may be invalid or have incorrect object ID information in its header.

    Server: Msg 2533, Level 16, State 1, Line 1

    Table error: Page (1:179271) allocated to object ID 2, index ID 255 was not seen. Page may be invalid or have incorrect object ID information in its header.

    Server: Msg 2533, Level 16, State 1, Line 1

    Table error: Page (1:180105) allocated to object ID 2, index ID 255 was not seen. Page may be invalid or have incorrect object ID information in its header.

    Server: Msg 2533, Level 16, State 1, Line 1

    Table error: Page (1:180106) allocated to object ID 2, index ID 255 was not seen. Page may be invalid or have incorrect object ID information in its header.

    Server: Msg 8928, Level 16, State 1, Line 1

    Object ID 2, index ID 255: Page (1:180107) could not be processed. See other errors for details.

    Server: Msg 8928, Level 16, State 1, Line 1

    Object ID 2, index ID 255: Page (1:180675) could not be processed. See other errors for details.

    Server: Msg 8944, Level 16, State 1, Line 1

    Table error: Object ID 2, index ID 255, page (1:180675), row 0. Test (ColumnOffsets <= (nextRec - pRec)) failed. Values are 6228 and 127.

    Server: Msg 2533, Level 16, State 1, Line 1

    Table error: Page (1:180676) allocated to object ID 2, index ID 255 was not seen. Page may be invalid or have incorrect object ID information in its header.

    Server: Msg 2533, Level 16, State 1, Line 1

    Table error: Page (1:180677) allocated to object ID 2, index ID 255 was not seen. Page may be invalid or have incorrect object ID information in its header.

    Server: Msg 2533, Level 16, State 1, Line 1

    Table error: Page (1:180678) allocated to object ID 2, index ID 255 was not seen. Page may be invalid or have incorrect object ID information in its header.

    Server: Msg 2533, Level 16, State 1, Line 1

    Table error: Page (1:180679) allocated to object ID 2, index ID 255 was not seen. Page may be invalid or have incorrect object ID information in its header.

    Server: Msg 8959, Level 16, State 1, Line 1

    Table error: IAM page (1:139) for object ID 157959639, index ID 0 is linked in the IAM chain for object ID 1544392571, index ID 0 by page (0:0).

    Server: Msg 8913, Level 16, State 1, Line 1

    Extent (1:141872) is allocated to 'art_pay2' and at least one other object.

    Server: Msg 8913, Level 16, State 1, Line 1

    Extent (1:141880) is allocated to 'art_pay2' and at least one other object.

    Server: Msg 8913, Level 16, State 1, Line 1

    Extent (1:141888) is allocated to 'art_pay2' and at least one other object.

    Server: Msg 8913, Level 16, State 1, Line 1

    Extent (1:141896) is allocated to 'art_pay2' and at least one other object.

    Server: Msg 8913, Level 16, State 1, Line 1

    Extent (1:141904) is allocated to 'art_pay2' and at least one other object.

    Server: Msg 8928, Level 16, State 1, Line 1

    Object ID 157959639, index ID 0: Page (1:178563) could not be processed. See other errors for details.

    Server: Msg 8944, Level 16, State 1, Line 1

    Table error: Object ID 157959639, index ID 0, page (1:178563), row 0. Test (columnOffsets->offTbl [varColumnNumber] <= (nextRec - pRec)) failed. Values are 136 and 127.

    Server: Msg 2533, Level 16, State 1, Line 1

    Table error: Page (1:178564) allocated to object ID 157959639, index ID 0 was not seen. Page may be invalid or have incorrect object ID information in its header.

    Server: Msg 2533, Level 16, State 1, Line 1

    Table error: Page (1:178565) allocated to object ID 157959639, index ID 0 was not seen. Page may be invalid or have incorrect object ID information in its header.

    CHECKDB found 0 allocation errors and 175 consistency errors in table 'sysindexes' (object ID 2).

    Server: Msg 2533, Level 16, State 1, Line 1

    Table error: Page (1:178566) allocated to object ID 157959639, index ID 0 was not seen. Page may be invalid or have incorrect object ID information in its header.

    Server: Msg 2533, Level 16, State 1, Line 1

    Table error: Page (1:178567) allocated to object ID 157959639, index ID 0 was not seen. Page may be invalid or have incorrect object ID information in its header.

    Server: Msg 2533, Level 16, State 1, Line 1

    Table error: Page (1:178568) allocated to object ID 157959639, index ID 0 was not seen. Page may be invalid or have incorrect object ID information in its header.

    Server: Msg 2533, Level 16, State 1, Line 1

    Table error: Page (1:178569) allocated to object ID 157959639, index ID 0 was not seen. Page may be invalid or have incorrect object ID information in its header.

    Server: Msg 2533, Level 16, State 1, Line 1

    Table error: Page (1:178570) allocated to object ID 157959639, index ID 0 was not seen. Page may be invalid or have incorrect object ID information in its header.

    Server: Msg 8928, Level 16, State 1, Line 1

    Object ID 157959639, index ID 0: Page (1:178571) could not be processed. See other errors for details.

    Server: Msg 8959, Level 16, State 1, Line 1

    Table error: IAM page (1:139) for object ID 157959639, index ID 1 is linked in the IAM chain for object ID 1544392571, index ID 1 by page (0:0).

    Server: Msg 8959, Level 16, State 1, Line 1

    Table error: IAM page (1:139) for object ID 157959639, index ID 1 is linked in the IAM chain for object ID 1544392571, index ID 1 by page (0:0).

    Server: Msg 8925, Level 16, State 1, Line 1

    Table error: Cross object linkage: Page (1:178553), slot 11, in object ID 157959639, index ID 1, refers to page (1:178564), slot 0, in object ID 1490104349, index ID 1.

    Server: Msg 8925, Level 16, State 1, Line 1

    Table error: Cross object linkage: Page (1:178553), slot 12, in object ID 157959639, index ID 1, refers to page (1:178565), slot 0, in object ID 1490104349, index ID 1.

    Server: Msg 8925, Level 16, State 1, Line 1

    Table error: Cross object linkage: Page (1:178553), slot 13, in object ID 157959639, index ID 1, refers to page (1:178566), slot 0, in object ID 1490104349, index ID 1.

    Server: Msg 8925, Level 16, State 1, Line 1

    Table error: Cross object linkage: Page (1:178553), slot 14, in object ID 157959639, index ID 1, refers to page (1:178567), slot 0, in object ID 1490104349, index ID 1.

    Server: Msg 8925, Level 16, State 1, Line 1

    Table error: Cross object linkage: Page (1:178553), slot 15, in object ID 157959639, index ID 1, refers to page (1:178568), slot 0, in object ID 1490104349, index ID 1.

    Server: Msg 8925, Level 16, State 1, Line 1

    Table error: Cross object linkage: Page (1:178553), slot 16, in object ID 157959639, index ID 1, refers to page (1:178569), slot 0, in object ID 1490104349, index ID 1.

    Server: Msg 8925, Level 16, State 1, Line 1

    Table error: Cross object linkage: Page (1:178553), slot 17, in object ID 157959639, index ID 1, refers to page (1:178570), slot 0, in object ID 1490104349, index ID 1.

    Server: Msg 8926, Level 16, State 1, Line 1

    Table error: Cross object linkage: Parent page (1:178553), slot 18, in object ID 157959639, index ID 1, and page (1:178570), slot 0, in object ID 1490104349, index ID 1, next refer to page (1:178571) but are not in the same object.

    Server: Msg 7965, Level 16, State 1, Line 1

    Table error: Could not check object ID 157959639, index ID 2 due to invalid allocation (IAM) page(s).

    Server: Msg 8906, Level 16, State 1, Line 1

    Page (1:4385) in database ID 7 is allocated in the SGAM (1:3) and PFS (1:1), but was not allocated in any IAM. PFS flags 'MIXED_EXT ALLOCATED 0_PCT_FULL'.

    Server: Msg 8906, Level 16, State 1, Line 1

    Page (1:4386) in database ID 7 is allocated in the SGAM (1:3) and PFS (1:1), but was not allocated in any IAM. PFS flags 'MIXED_EXT ALLOCATED 0_PCT_FULL'.

    Server: Msg 8906, Level 16, State 1, Line 1

    Page (1:4387) in database ID 7 is allocated in the SGAM (1:3) and PFS (1:1), but was not allocated in any IAM. PFS flags 'MIXED_EXT ALLOCATED 0_PCT_FULL'.

    Server: Msg 8906, Level 16, State 1, Line 1

    Page (1:6964) in database ID 7 is allocated in the SGAM (1:3) and PFS (1:1), but was not allocated in any IAM. PFS flags 'MIXED_EXT ALLOCATED 0_PCT_FULL'.

    Server: Msg 8906, Level 16, State 1, Line 1

    Page (1:6965) in database ID 7 is allocated in the SGAM (1:3) and PFS (1:1), but was not allocated in any IAM. PFS flags 'MIXED_EXT ALLOCATED 0_PCT_FULL'.

    Server: Msg 8906, Level 16, State 1, Line 1

    Page (1:6966) in database ID 7 is allocated in the SGAM (1:3) and PFS (1:1), but was not allocated in any IAM. PFS flags 'MIXED_EXT ALLOCATED 0_PCT_FULL'.

    Server: Msg 8906, Level 16, State 1, Line 1

    Page (1:6967) in database ID 7 is allocated in the SGAM (1:3) and PFS (1:1), but was not allocated in any IAM. PFS flags 'MIXED_EXT ALLOCATED 0_PCT_FULL'.

    Server: Msg 7965, Level 16, State 2, Line 1

    Table error: Could not check object ID 157959639, index ID 3 due to invalid allocation (IAM) page(s).

    Server: Msg 8946, Level 16, State 1, Line 1

    Table error: Allocation page (1:114858) has invalid IAM_PAGE page header values. Type is 1. Check type, object ID and page ID on the page.

    Server: Msg 8946, Level 16, State 1, Line 1

    Table error: Allocation page (1:114858) has invalid IAM_PAGE page header values. Type is 1. Check type, object ID and page ID on the page.

    Server: Msg 8906, Level 16, State 1, Line 1

    Page (1:115089) in database ID 7 is allocated in the SGAM (1:3) and PFS (1:113232), but was not allocated in any IAM. PFS flags 'MIXED_EXT ALLOCATED 0_PCT_FULL'.

    Server: Msg 8906, Level 16, State 1, Line 1

    Page (1:115090) in database ID 7 is allocated in the SGAM (1:3) and PFS (1:113232), but was not allocated in any IAM. PFS flags 'MIXED_EXT ALLOCATED 0_PCT_FULL'.

    Server: Msg 8906, Level 16, State 1, Line 1

    Page (1:115091) in database ID 7 is allocated in the SGAM (1:3) and PFS (1:113232), but was not allocated in any IAM. PFS flags 'MIXED_EXT ALLOCATED 0_PCT_FULL'.

    Server: Msg 8906, Level 16, State 1, Line 1

    Page (1:115092) in database ID 7 is allocated in the SGAM (1:3) and PFS (1:113232), but was not allocated in any IAM. PFS flags 'MIXED_EXT ALLOCATED 0_PCT_FULL'.

    Server: Msg 8925, Level 16, State 1, Line 1

    Table error: Cross object linkage: Page (0:0), slot 0, in object ID 157959639, index ID 4, refers to page (1:115119), slot 0, in object ID 1490104349, index ID 1.

    Server: Msg 2533, Level 16, State 1, Line 1

    Table error: Page (1:115118) allocated to object ID 157959639, index ID 4 was not seen. Page may be invalid or have incorrect object ID information in its header.

    Server: Msg 2533, Level 16, State 1, Line 1

    Table error: Page (1:115119) allocated to object ID 157959639, index ID 4 was not seen. Page may be invalid or have incorrect object ID information in its header.

    Server: Msg 8906, Level 16, State 1, Line 1

    Page (1:161) in database ID 7 is allocated in the SGAM (1:3) and PFS (1:1), but was not allocated in any IAM. PFS flags 'MIXED_EXT ALLOCATED 0_PCT_FULL'.

    Server: Msg 7965, Level 16, State 1, Line 1

    Table error: Could not check object ID 368720366, index ID 1 due to invalid allocation (IAM) page(s).

    CHECKDB found 17 allocation errors and 27 consistency errors in table 'art_pay2' (object ID 157959639).

    Server: Msg 8906, Level 16, State 1, Line 1

    Page (1:193) in database ID 7 is allocated in the SGAM (1:3) and PFS (1:1), but was not allocated in any IAM. PFS flags 'MIXED_EXT ALLOCATED 0_PCT_FULL'.

    Server: Msg 2533, Level 16, State 1, Line 1

    Table error: Page (1:4388) allocated to object ID 368720366, index ID 3 was not seen. Page may be invalid or have incorrect object ID information in its header.

    Server: Msg 8928, Level 16, State 1, Line 1

    Object ID 390292450, index ID 0: Page (1:179459) could not be processed. See other errors for details.

    Server: Msg 8944, Level 16, State 1, Line 1

    Table error: Object ID 390292450, index ID 0, page (1:179459), row 1. Test (((UNALIGNED DataRecHdr*) m_pRec)->r_tagB == 0) failed. Values are 162 and 0.

    Server: Msg 2533, Level 16, State 1, Line 1

    Table error: Page (1:179460) allocated to object ID 390292450, index ID 0 was not seen. Page may be invalid or have incorrect object ID information in its header.

    Server: Msg 2533, Level 16, State 1, Line 1

    Table error: Page (1:179461) allocated to object ID 390292450, index ID 0 was not seen. Page may be invalid or have incorrect object ID information in its header.

    Server: Msg 2533, Level 16, State 1, Line 1

    Table error: Page (1:179462) allocated to object ID 390292450, index ID 0 was not seen. Page may be invalid or have incorrect object ID information in its header.

    Server: Msg 2533, Level 16, State 1, Line 1

    Table error: Page (1:179463) allocated to object ID 390292450, index ID 0 was not seen. Page may be invalid or have incorrect object ID information in its header.

    Server: Msg 2533, Level 16, State 1, Line 1

    Table error: Page (1:179464) allocated to object ID 390292450, index ID 0 was not seen. Page may be invalid or have incorrect object ID information in its header.

    Server: Msg 2533, Level 16, State 1, Line 1

    Table error: Page (1:179465) allocated to object ID 390292450, index ID 0 was not seen. Page may be invalid or have incorrect object ID information in its header.

    Server: Msg 2533, Level 16, State 1, Line 1

    Table error: Page (1:179466) allocated to object ID 390292450, index ID 0 was not seen. Page may be invalid or have incorrect object ID information in its header.

    CHECKDB found 2 allocation errors and 2 consistency errors in table 'art_account' (object ID 368720366).

    Server: Msg 8928, Level 16, State 1, Line 1

    Object ID 390292450, index ID 0: Page (1:179467) could not be processed. See other errors for details.

    Server: Msg 8925, Level 16, State 1, Line 1

    Table error: Cross object linkage: Page (1:179449), slot 11, in object ID 390292450, index ID 1, refers to page (1:179460), slot 0, in object ID 1490104349, index ID 1.

    Server: Msg 8925, Level 16, State 1, Line 1

    Table error: Cross object linkage: Page (1:179449), slot 12, in object ID 390292450, index ID 1, refers to page (1:179461), slot 0, in object ID 1490104349, index ID 1.

    Server: Msg 8925, Level 16, State 1, Line 1

    Table error: Cross object linkage: Page (1:179449), slot 13, in object ID 390292450, index ID 1, refers to page (1:179462), slot 0, in object ID 1490104349, index ID 1.

    Server: Msg 8925, Level 16, State 1, Line 1

    Table error: Cross object linkage: Page (1:179449), slot 14, in object ID 390292450, index ID 1, refers to page (1:179463), slot 0, in object ID 1490104349, index ID 1.

    Server: Msg 8925, Level 16, State 1, Line 1

    Table error: Cross object linkage: Page (1:179449), slot 15, in object ID 390292450, index ID 1, refers to page (1:179464), slot 0, in object ID 1490104349, index ID 1.

    Server: Msg 8925, Level 16, State 1, Line 1

    Table error: Cross object linkage: Page (1:179449), slot 16, in object ID 390292450, index ID 1, refers to page (1:179465), slot 0, in object ID 1490104349, index ID 1.

    Server: Msg 8925, Level 16, State 1, Line 1

    Table error: Cross object linkage: Page (1:179449), slot 17, in object ID 390292450, index ID 1, refers to page (1:179466), slot 0, in object ID 1490104349, index ID 1.

    Server: Msg 8926, Level 16, State 1, Line 1

    Table error: Cross object linkage: Parent page (1:179449), slot 18, in object ID 390292450, index ID 1, and page (1:179466), slot 0, in object ID 1490104349, index ID 1, next refer to page (1:179467) but are not in the same object.

    Server: Msg 7965, Level 16, State 1, Line 1

    Table error: Could not check object ID 402816497, index ID 1 due to invalid allocation (IAM) page(s).

    Server: Msg 8946, Level 16, State 1, Line 1

    Table error: Allocation page (1:105) has invalid IAM_PAGE page header values. Type is 1. Check type, object ID and page ID on the page.

    CHECKDB found 0 allocation errors and 18 consistency errors in table 'art_customer' (object ID 390292450).

    Server: Msg 8946, Level 16, State 1, Line 1

    Table error: Allocation page (1:105) has invalid IAM_PAGE page header values. Type is 1. Check type, object ID and page ID on the page.

    Server: Msg 8925, Level 16, State 1, Line 1

    Table error: Cross object linkage: Page (0:0), slot 0, in object ID 402816497, index ID 2, refers to page (1:178918), slot 0, in object ID 1490104349, index ID 1.

    Server: Msg 8959, Level 16, State 1, Line 1

    Table error: IAM page (1:150) for object ID 402816497, index ID 2 is linked in the IAM chain for object ID 1556200594, index ID 1 by page (0:0).

    Server: Msg 8959, Level 16, State 1, Line 1

    Table error: IAM page (1:150) for object ID 402816497, index ID 2 is linked in the IAM chain for object ID 1556200594, index ID 1 by page (0:0).

    Server: Msg 8906, Level 16, State 1, Line 1

    Page (1:199) in database ID 7 is allocated in the SGAM (1:3) and PFS (1:1), but was not allocated in any IAM. PFS flags 'MIXED_EXT ALLOCATED 0_PCT_FULL'.

    Server: Msg 2533, Level 16, State 1, Line 1

    Table error: Page (1:178696) allocated to object ID 402816497, index ID 2 was not seen. Page may be invalid or have incorrect object ID information in its header.

    Server: Msg 2533, Level 16, State 1, Line 1

    Table error: Page (1:178697) allocated to object ID 402816497, index ID 2 was not seen. Page may be invalid or have incorrect object ID information in its header.

    Server: Msg 2533, Level 16, State 1, Line 1

    Table error: Page (1:178698) allocated to object ID 402816497, index ID 2 was not seen. Page may be invalid or have incorrect object ID information in its header.

    Server: Msg 8928, Level 16, State 1, Line 1

    Object ID 402816497, index ID 2: Page (1:178699) could not be processed. See other errors for details.

    Server: Msg 2533, Level 16, State 1, Line 1

    Table error: Page (1:178728) allocated to object ID 402816497, index ID 2 was not seen. Page may be invalid or have incorrect object ID information in its header.

    Server: Msg 2533, Level 16, State 1, Line 1

    Table error: Page (1:178729) allocated to object ID 402816497, index ID 2 was not seen. Page may be invalid or have incorrect object ID information in its header.

    Server: Msg 2533, Level 16, State 1, Line 1

    Table error: Page (1:178730) allocated to object ID 402816497, index ID 2 was not seen. Page may be invalid or have incorrect object ID information in its header.

    Server: Msg 8928, Level 16, State 1, Line 1

    Object ID 402816497, index ID 2: Page (1:178731) could not be processed. See other errors for details.

    Server: Msg 8928, Level 16, State 1, Line 1

    Object ID 402816497, index ID 2: Page (1:178787) could not be processed. See other errors for details.

    Server: Msg 8944, Level 16, State 1, Line 1

    Table error: Object ID 402816497, index ID 2, page (1:178787), row 1. Test (ColumnOffsets <= (nextRec - pRec)) failed. Values are 8183 and 127.

    Server: Msg 2533, Level 16, State 1, Line 1

    Table error: Page (1:178788) allocated to object ID 402816497, index ID 2 was not seen. Page may be invalid or have incorrect object ID information in its header.

    Server: Msg 2533, Level 16, State 1, Line 1

    Table error: Page (1:178789) allocated to object ID 402816497, index ID 2 was not seen. Page may be invalid or have incorrect object ID information in its header.

    Server: Msg 2533, Level 16, State 1, Line 1

    Table error: Page (1:178790) allocated to object ID 402816497, index ID 2 was not seen. Page may be invalid or have incorrect object ID information in its header.

    Server: Msg 2533, Level 16, State 1, Line 1

    Table error: Page (1:178791) allocated to object ID 402816497, index ID 2 was not seen. Page may be invalid or have incorrect object ID information in its header.

    Server: Msg 8928, Level 16, State 1, Line 1

    Object ID 402816497, index ID 2: Page (1:178819) could not be processed. See other errors for details.

    Server: Msg 8944, Level 16, State 1, Line 1

    Table error: Object ID 402816497, index ID 2, page (1:178819), row 2. Test (!(hdr->r_tagA & (VERSION_MASK | RECTAG_RESV_A | RECTAG_RESV_B))) failed. Values are 215 and 193.

    Server: Msg 2533, Level 16, State 1, Line 1

    Table error: Page (1:178820) allocated to object ID 402816497, index ID 2 was not seen. Page may be invalid or have incorrect object ID information in its header.

    Server: Msg 2533, Level 16, State 1, Line 1

    Table error: Page (1:178821) allocated to object ID 402816497, index ID 2 was not seen. Page may be invalid or have incorrect object ID information in its header.

    Server: Msg 2533, Level 16, State 1, Line 1

    Table error: Page (1:178822) allocated to object ID 402816497, index ID 2 was not seen. Page may be invalid or have incorrect object ID information in its header.

    Server: Msg 2533, Level 16, State 1, Line 1

    Table error: Page (1:178823) allocated to object ID 402816497, index ID 2 was not seen. Page may be invalid or have incorrect object ID information in its header.

    Server: Msg 2533, Level 16, State 1, Line 1

    Table error: Page (1:178824) allocated to object ID 402816497, index ID 2 was not seen. Page may be invalid or have incorrect object ID information in its header.

    Server: Msg 2533, Level 16, State 1, Line 1

    Table error: Page (1:178825) allocated to object ID 402816497, index ID 2 was not seen. Page may be invalid or have incorrect object ID information in its header.

    Server: Msg 2533, Level 16, State 1, Line 1

    Table error: Page (1:178826) allocated to object ID 402816497, index ID 2 was not seen. Page may be invalid or have incorrect object ID information in its header.

    Server: Msg 8928, Level 16, State 1, Line 1

    Object ID 402816497, index ID 2: Page (1:178827) could not be processed. See other errors for details.

    Server: Msg 2533, Level 16, State 1, Line 1

    Table error: Page (1:178856) allocated to object ID 402816497, index ID 2 was not seen. Page may be invalid or have incorrect object ID information in its header.

    Server: Msg 2533, Level 16, State 1, Line 1

    Table error: Page (1:178857) allocated to object ID 402816497, index ID 2 was not seen. Page may be invalid or have incorrect object ID information in its header.

    Server: Msg 2533, Level 16, State 1, Line 1

    Table error: Page (1:178858) allocated to object ID 402816497, index ID 2 was not seen. Page may be invalid or have incorrect object ID information in its header.

    Server: Msg 8928, Level 16, State 1, Line 1

    Object ID 402816497, index ID 2: Page (1:178859) could not be processed. See other errors for details.

    Server: Msg 2533, Level 16, State 1, Line 1

    Table error: Page (1:178888) allocated to object ID 402816497, index ID 2 was not seen. Page may be invalid or have incorrect object ID information in its header.

    Server: Msg 2533, Level 16, State 1, Line 1

    Table error: Page (1:178889) allocated to object ID 402816497, index ID 2 was not seen. Page may be invalid or have incorrect object ID information in its header.

    Server: Msg 2533, Level 16, State 1, Line 1

    Table error: Page (1:178890) allocated to object ID 402816497, index ID 2 was not seen. Page may be invalid or have incorrect object ID information in its header.

    Server: Msg 8928, Level 16, State 1, Line 1

    Object ID 402816497, index ID 2: Page (1:178891) could not be processed. See other errors for details.

    Server: Msg 8928, Level 16, State 1, Line 1

    Object ID 402816497, index ID 2: Page (1:178915) could not be processed. See other errors for details.

    Server: Msg 8944, Level 16, State 2, Line 1

    Table error: Object ID 402816497, index ID 2, page (1:178915), row 1. Test (!(hdr->r_tagA & (VERSION_MASK | RECTAG_RESV_A | RECTAG_RESV_B))) failed. Values are 1 and 193.

    Server: Msg 8944, Level 16, State 1, Line 1

    Table error: Object ID 402816497, index ID 2, page (1:178915), row 1. Test (offsetNull >= BASEOFFSET) failed. Values are 0 and 4.

    Server: Msg 2533, Level 16, State 1, Line 1

    Table error: Page (1:178916) allocated to object ID 402816497, index ID 2 was not seen. Page may be invalid or have incorrect object ID information in its header.

    Server: Msg 2533, Level 16, State 1, Line 1

    Table error: Page (1:178917) allocated to object ID 402816497, index ID 2 was not seen. Page may be invalid or have incorrect object ID information in its header.

    Server: Msg 2533, Level 16, State 1, Line 1

    Table error: Page (1:178918) allocated to object ID 402816497, index ID 2 was not seen. Page may be invalid or have incorrect object ID information in its header.

    Server: Msg 2533, Level 16, State 1, Line 1

    Table error: Page (1:178919) allocated to object ID 402816497, index ID 2 was not seen. Page may be invalid or have incorrect object ID information in its header.

    Server: Msg 2533, Level 16, State 1, Line 1

    Table error: Page (1:178920) allocated to object ID 402816497, index ID 2 was not seen. Page may be invalid or have incorrect object ID information in its header.

    Server: Msg 2533, Level 16, State 1, Line 1

    Table error: Page (1:178921) allocated to object ID 402816497, index ID 2 was not seen. Page may be invalid or have incorrect object ID information in its header.

    Server: Msg 2533, Level 16, State 1, Line 1

    Table error: Page (1:178922) allocated to object ID 402816497, index ID 2 was not seen. Page may be invalid or have incorrect object ID information in its header.

    Server: Msg 8928, Level 16, State 1, Line 1

    Object ID 402816497, index ID 2: Page (1:178923) could not be processed. See other errors for details.

    Server: Msg 8928, Level 16, State 1, Line 1

    Object ID 402816497, index ID 2: Page (1:178947) could not be processed. See other errors for details.

    Server: Msg 8944, Level 16, State 1, Line 1

    Table error: Object ID 402816497, index ID 2, page (1:178947), row 1. Test (!(hdr->r_tagA & (VERSION_MASK | RECTAG_RESV_A | RECTAG_RESV_B))) failed. Values are 1 and 193.

    Server: Msg 8944, Level 16, State 4, Line 1

    Table error: Object ID 402816497, index ID 2, page (1:178947), row 1. Test (offsetNull >= BASEOFFSET) failed. Values are 0 and 4.

    Server: Msg 2533, Level 16, State 1, Line 1

    Table error: Page (1:178948) allocated to object ID 402816497, index ID 2 was not seen. Page may be invalid or have incorrect object ID information in its header.

    Server: Msg 2533, Level 16, State 1, Line 1

    Table error: Page (1:178949) allocated to object ID 402816497, index ID 2 was not seen. Page may be invalid or have incorrect object ID information in its header.

    Server: Msg 2533, Level 16, State 1, Line 1

    Table error: Page (1:178950) allocated to object ID 402816497, index ID 2 was not seen. Page may be invalid or have incorrect object ID information in its header.

    Server: Msg 2533, Level 16, State 1, Line 1

    Table error: Page (1:178951) allocated to object ID 402816497, index ID 2 was not seen. Page may be invalid or have incorrect object ID information in its header.

    Server: Msg 8928, Level 16, State 1, Line 1

    Object ID 402816497, index ID 2: Page (1:178979) could not be processed. See other errors for details.

    Server: Msg 8944, Level 16, State 1, Line 1

    Table error: Object ID 402816497, index ID 2, page (1:178979), row 1. Test (!(hdr->r_tagA & (VERSION_MASK | RECTAG_RESV_A | RECTAG_RESV_B))) failed. Values are 1 and 193.

    Server: Msg 8944, Level 16, State 1, Line 1

    Table error: Object ID 402816497, index ID 2, page (1:178979), row 1. Test (offsetNull >= BASEOFFSET) failed. Values are 0 and 4.

    Server: Msg 2533, Level 16, State 1, Line 1

    Table error: Page (1:178980) allocated to object ID 402816497, index ID 2 was not seen. Page may be invalid or have incorrect object ID information in its header.

    Server: Msg 2533, Level 16, State 1, Line 1

    Table error: Page (1:178981) allocated to object ID 402816497, index ID 2 was not seen. Page may be invalid or have incorrect object ID information in its header.

    Server: Msg 2533, Level 16, State 1, Line 1

    Table error: Page (1:178982) allocated to object ID 402816497, index ID 2 was not seen. Page may be invalid or have incorrect object ID information in its header.

    Server: Msg 2533, Level 16, State 1, Line 1

    Table error: Page (1:178983) allocated to object ID 402816497, index ID 2 was not seen. Page may be invalid or have incorrect object ID information in its header.

    Server: Msg 2533, Level 16, State 1, Line 1

    Table error: Page (1:178984) allocated to object ID 402816497, index ID 2 was not seen. Page may be invalid or have incorrect object ID information in its header.

    Server: Msg 2533, Level 16, State 1, Line 1

    Table error: Page (1:178985) allocated to object ID 402816497, index ID 2 was not seen. Page may be invalid or have incorrect object ID information in its header.

    Server: Msg 2533, Level 16, State 1, Line 1

    Table error: Page (1:178986) allocated to object ID 402816497, index ID 2 was not seen. Page may be invalid or have incorrect object ID information in its header.

    Server: Msg 8928, Level 16, State 1, Line 1

    Object ID 402816497, index ID 2: Page (1:178987) could not be processed. See other errors for details.

    Server: Msg 8928, Level 16, State 1, Line 1

    Object ID 402816497, index ID 2: Page (1:179011) could not be processed. See other errors for details.

    Server: Msg 8944, Level 16, State 1, Line 1

    Table error: Object ID 402816497, index ID 2, page (1:179011), row 1. Test (!(hdr->r_tagA & (VERSION_MASK | RECTAG_RESV_A | RECTAG_RESV_B))) failed. Values are 1 and 193.

    Server: Msg 8944, Level 16, State 1, Line 1

    Table error: Object ID 402816497, index ID 2, page (1:179011), row 1. Test (offsetNull >= BASEOFFSET) failed. Values are 0 and 4.

    Server: Msg 2533, Level 16, State 1, Line 1

    Table error: Page (1:179012) allocated to object ID 402816497, index ID 2 was not seen. Page may be invalid or have incorrect object ID information in its header.

    Server: Msg 2533, Level 16, State 1, Line 1

    Table error: Page (1:179013) allocated to object ID 402816497, index ID 2 was not seen. Page may be invalid or have incorrect object ID information in its header.

    Server: Msg 2533, Level 16, State 1, Line 1

    Table error: Page (1:179014) allocated to object ID 402816497, index ID 2 was not seen. Page may be invalid or have incorrect object ID information in its header.

    Server: Msg 2533, Level 16, State 1, Line 1

    Table error: Page (1:179015) allocated to object ID 402816497, index ID 2 was not seen. Page may be invalid or have incorrect object ID information in its header.

    Server: Msg 2533, Level 16, State 1, Line 1

    Table error: Page (1:179016) allocated to object ID 402816497, index ID 2 was not seen. Page may be invalid or have incorrect object ID information in its header.

    Server: Msg 2533, Level 16, State 1, Line 1

    Table error: Page (1:179017) allocated to object ID 402816497, index ID 2 was not seen. Page may be invalid or have incorrect object ID information in its header.

    Server: Msg 2533, Level 16, State 1, Line 1

    Table error: Page (1:179018) allocated to object ID 402816497, index ID 2 was not seen. Page may be invalid or have incorrect object ID information in its header.

    Server: Msg 8928, Level 16, State 1, Line 1

    Object ID 402816497, index ID 2: Page (1:179019) could not be processed. See other errors for details.

    Server: Msg 8928, Level 16, State 1, Line 1

    Object ID 402816497, index ID 2: Page (1:179043) could not be processed. See other errors for details.

    Server: Msg 8944, Level 16, State 1, Line 1

    Table error: Object ID 402816497, index ID 2, page (1:179043), row 1. Test (!(hdr->r_tagA & (VERSION_MASK | RECTAG_RESV_A | RECTAG_RESV_B))) failed. Values are 74 and 193.

    Server: Msg 2533, Level 16, State 1, Line 1

    Table error: Page (1:179044) allocated to object ID 402816497, index ID 2 was not seen. Page may be invalid or have incorrect object ID information in its header.

    Server: Msg 2533, Level 16, State 1, Line 1

    Table error: Page (1:179045) allocated to object ID 402816497, index ID 2 was not seen. Page may be invalid or have incorrect object ID information in its header.

    Server: Msg 2533, Level 16, State 1, Line 1

    Table error: Page (1:179046) allocated to object ID 402816497, index ID 2 was not seen. Page may be invalid or have incorrect object ID information in its header.

    Server: Msg 2533, Level 16, State 1, Line 1

    Table error: Page (1:179047) allocated to object ID 402816497, index ID 2 was not seen. Page may be invalid or have incorrect object ID information in its header.

    Server: Msg 2533, Level 16, State 1, Line 1

    Table error: Page (1:179048) allocated to object ID 402816497, index ID 2 was not seen. Page may be invalid or have incorrect object ID information in its header.

    Server: Msg 2533, Level 16, State 1, Line 1

    Table error: Page (1:179049) allocated to object ID 402816497, index ID 2 was not seen. Page may be invalid or have incorrect object ID information in its header.

    Server: Msg 2533, Level 16, State 1, Line 1

    Table error: Page (1:179050) allocated to object ID 402816497, index ID 2 was not seen. Page may be invalid or have incorrect object ID information in its header.

    Server: Msg 8928, Level 16, State 1, Line 1

    Object ID 402816497, index ID 2: Page (1:179051) could not be processed. See other errors for details.

    Server: Msg 8928, Level 16, State 1, Line 1

    Object ID 402816497, index ID 2: Page (1:179075) could not be processed. See other errors for details.

    Server: Msg 8944, Level 16, State 1, Line 1

    Table error: Object ID 402816497, index ID 2, page (1:179075), row 1. Test (GetRecType (pRec) >= 0 && GetRecType (pRec) <= LAST_REC_TYPE) failed. Values are 14 and 12.

    Server: Msg 2533, Level 16, State 1, Line 1

    Table error: Page (1:179076) allocated to object ID 402816497, index ID 2 was not seen. Page may be invalid or have incorrect object ID information in its header.

    Server: Msg 2533, Level 16, State 1, Line 1

    Table error: Page (1:179077) allocated to object ID 402816497, index ID 2 was not seen. Page may be invalid or have incorrect object ID information in its header.

    Server: Msg 2533, Level 16, State 1, Line 1

    Table error: Page (1:179078) allocated to object ID 402816497, index ID 2 was not seen. Page may be invalid or have incorrect object ID information in its header.

    Server: Msg 2533, Level 16, State 1, Line 1

    Table error: Page (1:179079) allocated to object ID 402816497, index ID 2 was not seen. Page may be invalid or have incorrect object ID information in its header.

    Server: Msg 8928, Level 16, State 1, Line 1

    Object ID 402816497, index ID 2: Page (1:179107) could not be processed. See other errors for details.

    Server: Msg 8944, Level 16, State 1, Line 1

    Table error: Object ID 402816497, index ID 2, page (1:179107), row 1. Test (!(hdr->r_tagA & (VERSION_MASK | RECTAG_RESV_A | RECTAG_RESV_B))) failed. Values are 59 and 193.

    Server: Msg 2533, Level 16, State 1, Line 1

    Table error: Page (1:179108) allocated to object ID 402816497, index ID 2 was not seen. Page may be invalid or have incorrect object ID information in its header.

    Server: Msg 2533, Level 16, State 1, Line 1

    Table error: Page (1:179109) allocated to object ID 402816497, index ID 2 was not seen. Page may be invalid or have incorrect object ID information in its header.

    Server: Msg 2533, Level 16, State 1, Line 1

    Table error: Page (1:179110) allocated to object ID 402816497, index ID 2 was not seen. Page may be invalid or have incorrect object ID information in its header.

    Server: Msg 2533, Level 16, State 1, Line 1

    Table error: Page (1:179111) allocated to object ID 402816497, index ID 2 was not seen. Page may be invalid or have incorrect object ID information in its header.

    Server: Msg 8928, Level 16, State 1, Line 1

    Object ID 402816497, index ID 2: Page (1:179203) could not be processed. See other errors for details.

    Server: Msg 8944, Level 16, State 2, Line 1

    Table error: Object ID 402816497, index ID 2, page (1:179203), row 1. Test (!(hdr->r_tagA & (VERSION_MASK | RECTAG_RESV_A | RECTAG_RESV_B))) failed. Values are 51 and 193.

    Server: Msg 8944, Level 16, State 1, Line 1

    Table error: Object ID 402816497, index ID 2, page (1:179203), row 1. Test (offsetNull >= BASEOFFSET) failed. Values are 0 and 4.

    Server: Msg 2533, Level 16, State 1, Line 1

    Table error: Page (1:179204) allocated to object ID 402816497, index ID 2 was not seen. Page may be invalid or have incorrect object ID information in its header.

    Server: Msg 2533, Level 16, State 1, Line 1

    Table error: Page (1:179205) allocated to object ID 402816497, index ID 2 was not seen. Page may be invalid or have incorrect object ID information in its header.

    Server: Msg 2533, Level 16, State 1, Line 1

    Table error: Page (1:179206) allocated to object ID 402816497, index ID 2 was not seen. Page may be invalid or have incorrect object ID information in its header.

    Server: Msg 2533, Level 16, State 1, Line 1

    Table error: Page (1:179207) allocated to object ID 402816497, index ID 2 was not seen. Page may be invalid or have incorrect object ID information in its header.

    Server: Msg 2533, Level 16, State 1, Line 1

    Table error: Page (1:179208) allocated to object ID 402816497, index ID 2 was not seen. Page may be invalid or have incorrect object ID information in its header.

    Server: Msg 2533, Level 16, State 1, Line 1

    Table error: Page (1:179209) allocated to object ID 402816497, index ID 2 was not seen. Page may be invalid or have incorrect object ID information in its header.

    Server: Msg 2533, Level 16, State 1, Line 1

    Table error: Page (1:179210) allocated to object ID 402816497, index ID 2 was not seen. Page may be invalid or have incorrect object ID information in its header.

    Server: Msg 8928, Level 16, State 1, Line 1

    Object ID 402816497, index ID 2: Page (1:179211) could not be processed. See other errors for details.

    Server: Msg 2533, Level 16, State 1, Line 1

    Table error: Page (1:179240) allocated to object ID 402816497, index ID 2 was not seen. Page may be invalid or have incorrect object ID information in its header.

    Server: Msg 2533, Level 16, State 1, Line 1

    Table error: Page (1:179241) allocated to object ID 402816497, index ID 2 was not seen. Page may be invalid or have incorrect object ID information in its header.

    Server: Msg 2533, Level 16, State 1, Line 1

    Table error: Page (1:179242) allocated to object ID 402816497, index ID 2 was not seen. Page may be invalid or have incorrect object ID information in its header.

    Server: Msg 8928, Level 16, State 1, Line 1

    Object ID 402816497, index ID 2: Page (1:179243) could not be processed. See other errors for details.

    Server: Msg 8928, Level 16, State 1, Line 1

    Object ID 402816497, index ID 2: Page (1:179299) could not be processed. See other errors for details.

    Server: Msg 8944, Level 16, State 1, Line 1

    Table error: Object ID 402816497, index ID 2, page (1:179299), row 1. Test (!(hdr->r_tagA & (VERSION_MASK | RECTAG_RESV_A | RECTAG_RESV_B))) failed. Values are 5 and 193.

    Server: Msg 2533, Level 16, State 1, Line 1

    Table error: Page (1:179300) allocated to object ID 402816497, index ID 2 was not seen. Page may be invalid or have incorrect object ID information in its header.

    Server: Msg 2533, Level 16, State 1, Line 1

    Table error: Page (1:179301) allocated to object ID 402816497, index ID 2 was not seen. Page may be invalid or have incorrect object ID information in its header.

    Server: Msg 2533, Level 16, State 1, Line 1

    Table error: Page (1:179302) allocated to object ID 402816497, index ID 2 was not seen. Page may be invalid or have incorrect object ID information in its header.

    Server: Msg 2533, Level 16, State 1, Line 1

    Table error: Page (1:179303) allocated to object ID 402816497, index ID 2 was not seen. Page may be invalid or have incorrect object ID information in its header.

    Server: Msg 8928, Level 16, State 1, Line 1

    Object ID 402816497, index ID 2: Page (1:179395) could not be processed. See other errors for details.

    Server: Msg 8944, Level 16, State 1, Line 1

    Table error: Object ID 402816497, index ID 2, page (1:179395), row 1. Test (offsetNull >= BASEOFFSET) failed. Values are 0 and 4.

    Server: Msg 2533, Level 16, State 1, Line 1

    Table error: Page (1:179396) allocated to object ID 402816497, index ID 2 was not seen. Page may be invalid or have incorrect object ID information in its header.

    Server: Msg 2533, Level 16, State 1, Line 1

    Table error: Page (1:179397) allocated to object ID 402816497, index ID 2 was not seen. Page may be invalid or have incorrect object ID information in its header.

    Server: Msg 2533, Level 16, State 1, Line 1

    Table error: Page (1:179398) allocated to object ID 402816497, index ID 2 was not seen. Page may be invalid or have incorrect object ID information in its header.

    Server: Msg 2533, Level 16, State 1, Line 1

    Table error: Page (1:179399) allocated to object ID 402816497, index ID 2 was not seen. Page may be invalid or have incorrect object ID information in its header.

    Server: Msg 2533, Level 16, State 1, Line 1

    Table error: Page (1:179400) allocated to object ID 402816497, index ID 2 was not seen. Page may be invalid or have incorrect object ID information in its header.

    Server: Msg 2533, Level 16, State 1, Line 1

    Table error: Page (1:179401) allocated to object ID 402816497, index ID 2 was not seen. Page may be invalid or have incorrect object ID information in its header.

    Server: Msg 2533, Level 16, State 1, Line 1

    Table error: Page (1:179402) allocated to object ID 402816497, index ID 2 was not seen. Page may be invalid or have incorrect object ID information in its header.

    Server: Msg 8928, Level 16, State 1, Line 1

    Object ID 402816497, index ID 2: Page (1:179403) could not be processed. See other errors for details.

    Server: Msg 8928, Level 16, State 1, Line 1

    Object ID 402816497, index ID 2: Page (1:179427) could not be processed. See other errors for details.

    Server: Msg 8944, Level 16, State 1, Line 1

    Table error: Object ID 402816497, index ID 2, page (1:179427), row 1. Test (!(hdr->r_tagA & (VERSION_MASK | RECTAG_RESV_A | RECTAG_RESV_B))) failed. Values are 1 and 193.

    Server: Msg 8944, Level 16, State 1, Line 1

    Table error: Object ID 402816497, index ID 2, page (1:179427), row 1. Test (offsetNull >= BASEOFFSET) failed. Values are 0 and 4.

    Server: Msg 2533, Level 16, State 1, Line 1

    Table error: Page (1:179428) allocated to object ID 402816497, index ID 2 was not seen. Page may be invalid or have incorrect object ID information in its header.

    Server: Msg 2533, Level 16, State 1, Line 1

    Table error: Page (1:179429) allocated to object ID 402816497, index ID 2 was not seen. Page may be invalid or have incorrect object ID information in its header.

    Server: Msg 2533, Level 16, State 1, Line 1

    Table error: Page (1:179430) allocated to object ID 402816497, index ID 2 was not seen. Page may be invalid or have incorrect object ID information in its header.

    Server: Msg 2533, Level 16, State 1, Line 1

    Table error: Page (1:179431) allocated to object ID 402816497, index ID 2 was not seen. Page may be invalid or have incorrect object ID information in its header.

    Server: Msg 2533, Level 16, State 1, Line 1

    Table error: Page (1:179432) allocated to object ID 402816497, index ID 2 was not seen. Page may be invalid or have incorrect object ID information in its header.

    Server: Msg 2533, Level 16, State 1, Line 1

    Table error: Page (1:179433) allocated to object ID 402816497, index ID 2 was not seen. Page may be invalid or have incorrect object ID information in its header.

    Server: Msg 2533, Level 16, State 1, Line 1

    Table error: Page (1:179434) allocated to object ID 402816497, index ID 2 was not seen. Page may be invalid or have incorrect object ID information in its header.

    Server: Msg 8928, Level 16, State 1, Line 1

    Object ID 402816497, index ID 2: Page (1:179435) could not be processed. See other errors for details.

    Server: Msg 8928, Level 16, State 1, Line 1

    Object ID 402816497, index ID 2: Page (1:179491) could not be processed. See other errors for details.

    Server: Msg 8944, Level 16, State 1, Line 1

    Table error: Object ID 402816497, index ID 2, page (1:179491), row 1. Test (!(hdr->r_tagA & (VERSION_MASK | RECTAG_RESV_A | RECTAG_RESV_B))) failed. Values are 1 and 193.

    Server: Msg 8944, Level 16, State 1, Line 1

    Table error: Object ID 402816497, index ID 2, page (1:179491), row 1. Test (offsetNull >= BASEOFFSET) failed. Values are 0 and 4.

    Server: Msg 2533, Level 16, State 1, Line 1

    Table error: Page (1:179492) allocated to object ID 402816497, index ID 2 was not seen. Page may be invalid or have incorrect object ID information in its header.

    Server: Msg 2533, Level 16, State 1, Line 1

    Table error: Page (1:179493) allocated to object ID 402816497, index ID 2 was not seen. Page may be invalid or have incorrect object ID information in its header.

    Server: Msg 2533, Level 16, State 1, Line 1

    Table error: Page (1:179494) allocated to object ID 402816497, index ID 2 was not seen. Page may be invalid or have incorrect object ID information in its header.

    Server: Msg 2533, Level 16, State 1, Line 1

    Table error: Page (1:179495) allocated to object ID 402816497, index ID 2 was not seen. Page may be invalid or have incorrect object ID information in its header.

    Server: Msg 2533, Level 16, State 1, Line 1

    Table error: Page (1:179496) allocated to object ID 402816497, index ID 2 was not seen. Page may be invalid or have incorrect object ID information in its header.

    Server: Msg 2533, Level 16, State 1, Line 1

    Table error: Page (1:179497) allocated to object ID 402816497, index ID 2 was not seen. Page may be invalid or have incorrect object ID information in its header.

    Server: Msg 2533, Level 16, State 1, Line 1

    Table error: Page (1:179498) allocated to object ID 402816497, index ID 2 was not seen. Page may be invalid or have incorrect object ID information in its header.

    Server: Msg 8928, Level 16, State 1, Line 1

    Object ID 402816497, index ID 2: Page (1:179499) could not be processed. See other errors for details.

    Server: Msg 8925, Level 16, State 1, Line 1

    Table error: Cross object linkage: Page (1:179514), slot 7, in object ID 402816497, index ID 2, refers to page (1:179496), slot 0, in object ID 1490104349, index ID 1.

    Server: Msg 8925, Level 16, State 1, Line 1

    Table error: Cross object linkage: Page (1:179514), slot 8, in object ID 402816497, index ID 2, refers to page (1:179497), slot 0, in object ID 1490104349, index ID 1.

    Server: Msg 8925, Level 16, State 1, Line 1

    Table error: Cross object linkage: Page (1:179514), slot 9, in object ID 402816497, index ID 2, refers to page (1:179498), slot 0, in object ID 1490104349, index ID 1.

    Server: Msg 8926, Level 16, State 1, Line 1

    Table error: Cross object linkage: Parent page (1:179514), slot 10, in object ID 402816497, index ID 2, and page (1:179498), slot 0, in object ID 1490104349, index ID 1, next refer to page (1:179499) but are not in the same object.

    Server: Msg 8925, Level 16, State 1, Line 1

    Table error: Cross object linkage: Page (1:179514), slot 19, in object ID 402816497, index ID 2, refers to page (1:179492), slot 0, in object ID 1490104349, index ID 1.

    Server: Msg 8925, Level 16, State 1, Line 1

    Table error: Cross object linkage: Page (1:179514), slot 20, in object ID 402816497, index ID 2, refers to page (1:179493), slot 0, in object ID 1490104349, index ID 1.

    Server: Msg 8925, Level 16, State 1, Line 1

    Table error: Cross object linkage: Page (1:179514), slot 21, in object ID 402816497, index ID 2, refers to page (1:179494), slot 0, in object ID 1490104349, index ID 1.

    Server: Msg 8925, Level 16, State 1, Line 1

    Table error: Cross object linkage: Page (1:179514), slot 22, in object ID 402816497, index ID 2, refers to page (1:179495), slot 0, in object ID 1490104349, index ID 1.

    Server: Msg 8925, Level 16, State 1, Line 1

    Table error: Cross object linkage: Page (1:179514), slot 39, in object ID 402816497, index ID 2, refers to page (1:179432), slot 0, in object ID 1490104349, index ID 1.

    Server: Msg 8925, Level 16, State 1, Line 1

    Table error: Cross object linkage: Page (1:179514), slot 40, in object ID 402816497, index ID 2, refers to page (1:179433), slot 0, in object ID 1490104349, index ID 1.

    Server: Msg 8925, Level 16, State 1, Line 1

    Table error: Cross object linkage: Page (1:179514), slot 41, in object ID 402816497, index ID 2, refers to page (1:179434), slot 0, in object ID 1490104349, index ID 1.

    Server: Msg 8926, Level 16, State 1, Line 1

    Table error: Cross object linkage: Parent page (1:179514), slot 42, in object ID 402816497, index ID 2, and page (1:179434), slot 0, in object ID 1490104349, index ID 1, next refer to page (1:179435) but are not in the same object.

    Server: Msg 8925, Level 16, State 1, Line 1

    Table error: Cross object linkage: Page (1:179514), slot 51, in object ID 402816497, index ID 2, refers to page (1:179428), slot 0, in object ID 1490104349, index ID 1.

    Server: Msg 8925, Level 16, State 1, Line 1

    Table error: Cross object linkage: Page (1:179514), slot 52, in object ID 402816497, index ID 2, refers to page (1:179429), slot 0, in object ID 1490104349, index ID 1.

    Server: Msg 8925, Level 16, State 1, Line 1

    Table error: Cross object linkage: Page (1:179514), slot 53, in object ID 402816497, index ID 2, refers to page (1:179430), slot 0, in object ID 1490104349, index ID 1.

    Server: Msg 8925, Level 16, State 1, Line 1

    Table error: Cross object linkage: Page (1:179514), slot 54, in object ID 402816497, index ID 2, refers to page (1:179431), slot 0, in object ID 1490104349, index ID 1.

    Server: Msg 8925, Level 16, State 1, Line 1

    Table error: Cross object linkage: Page (1:179514), slot 63, in object ID 402816497, index ID 2, refers to page (1:179400), slot 0, in object ID 1490104349, index ID 1.

    Server: Msg 8925, Level 16, State 1, Line 1

    Table error: Cross object linkage: Page (1:179514), slot 64, in object ID 402816497, index ID 2, refers to page (1:179401), slot 0, in object ID 1490104349, index ID 1.

    Server: Msg 8925, Level 16, State 1, Line 1

    Table error: Cross object linkage: Page (1:179514), slot 65, in object ID 402816497, index ID 2, refers to page (1:179402), slot 0, in object ID 1490104349, index ID 1.

    Server: Msg 8926, Level 16, State 3, Line 1

    Table error: Cross object linkage: Parent page (1:179514), slot 66, in object ID 402816497, index ID 2, and page (1:179402), slot 0, in object ID 1490104349, index ID 1, next refer to page (1:179403) but are not in the same object.

    Server: Msg 8925, Level 16, State 1, Line 1

    Table error: Cross object linkage: Page (1:179514), slot 75, in object ID 402816497, index ID 2, refers to page (1:179396), slot 0, in object ID 1490104349, index ID 1.

    Server: Msg 8925, Level 16, State 1, Line 1

    Table error: Cross object linkage: Page (1:179514), slot 76, in object ID 402816497, index ID 2, refers to page (1:179397), slot 0, in object ID 1490104349, index ID 1.

    Server: Msg 8925, Level 16, State 1, Line 1

    Table error: Cross object linkage: Page (1:179514), slot 77, in object ID 402816497, index ID 2, refers to page (1:179398), slot 0, in object ID 1490104349, index ID 1.

    Server: Msg 8925, Level 16, State 1, Line 1

    Table error: Cross object linkage: Page (1:179514), slot 78, in object ID 402816497, index ID 2, refers to page (1:179399), slot 0, in object ID 1490104349, index ID 1.

    Server: Msg 8925, Level 16, State 1, Line 1

    Table error: Cross object linkage: Page (1:179514), slot 91, in object ID 402816497, index ID 2, refers to page (1:179300), slot 0, in object ID 1490104349, index ID 1.

    Server: Msg 8925, Level 16, State 1, Line 1

    Table error: Cross object linkage: Page (1:179514), slot 92, in object ID 402816497, index ID 2, refers to page (1:179301), slot 0, in object ID 1490104349, index ID 1.

    Server: Msg 8925, Level 16, State 1, Line 1

    Table error: Cross object linkage: Page (1:179514), slot 93, in object ID 402816497, index ID 2, refers to page (1:179302), slot 0, in object ID 1490104349, index ID 1.

    Server: Msg 8925, Level 16, State 1, Line 1

    Table error: Cross object linkage: Page (1:179514), slot 94, in object ID 402816497, index ID 2, refers to page (1:179303), slot 0, in object ID 1490104349, index ID 1.

    Server: Msg 8925, Level 16, State 1, Line 1

    Table error: Cross object linkage: Page (1:179514), slot 119, in object ID 402816497, index ID 2, refers to page (1:179240), slot 0, in object ID 1490104349, index ID 1.

    Server: Msg 8925, Level 16, State 1, Line 1

    Table error: Cross object linkage: Page (1:179514), slot 120, in object ID 402816497, index ID 2, refers to page (1:179241), slot 0, in object ID 1490104349, index ID 1.

    Server: Msg 8925, Level 16, State 1, Line 1

    Table error: Cross object linkage: Page (1:179514), slot 121, in object ID 402816497, index ID 2, refers to page (1:179242), slot 0, in object ID 1490104349, index ID 1.

    Server: Msg 8926, Level 16, State 1, Line 1

    Table error: Cross object linkage: Parent page (1:179514), slot 122, in object ID 402816497, index ID 2, and page (1:179242), slot 0, in object ID 1490104349, index ID 1, next refer to page (1:179243) but are not in the same object.

    Server: Msg 8925, Level 16, State 1, Line 1

    Table error: Cross object linkage: Page (1:179514), slot 127, in object ID 402816497, index ID 2, refers to page (1:179208), slot 0, in object ID 1490104349, index ID 1.

    Server: Msg 8925, Level 16, State 1, Line 1

    Table error: Cross object linkage: Page (1:179514), slot 128, in object ID 402816497, index ID 2, refers to page (1:179209), slot 0, in object ID 1490104349, index ID 1.

    Server: Msg 8925, Level 16, State 1, Line 1

    Table error: Cross object linkage: Page (1:179514), slot 129, in object ID 402816497, index ID 2, refers to page (1:179210), slot 0, in object ID 1490104349, index ID 1.

    Server: Msg 8926, Level 16, State 1, Line 1

    Table error: Cross object linkage: Parent page (1:179514), slot 130, in object ID 402816497, index ID 2, and page (1:179210), slot 0, in object ID 1490104349, index ID 1, next refer to page (1:179211) but are not in the same object.

    Server: Msg 8925, Level 16, State 1, Line 1

    Table error: Cross object linkage: Page (1:179514), slot 139, in object ID 402816497, index ID 2, refers to page (1:179204), slot 0, in object ID 1490104349, index ID 1.

    Server: Msg 8925, Level 16, State 1, Line 1

    Table error: Cross object linkage: Page (1:179514), slot 140, in object ID 402816497, index ID 2, refers to page (1:179205), slot 0, in object ID 1490104349, index ID 1.

    Server: Msg 8925, Level 16, State 1, Line 1

    Table error: Cross object linkage: Page (1:179514), slot 141, in object ID 402816497, index ID 2, refers to page (1:179206), slot 0, in object ID 1490104349, index ID 1.

    Server: Msg 8925, Level 16, State 1, Line 1

    Table error: Cross object linkage: Page (1:179514), slot 142, in object ID 402816497, index ID 2, refers to page (1:179207), slot 0, in object ID 1490104349, index ID 1.

    Server: Msg 8925, Level 16, State 1, Line 1

    Table error: Cross object linkage: Page (1:179514), slot 155, in object ID 402816497, index ID 2, refers to page (1:179108), slot 0, in object ID 1490104349, index ID 1.

    Server: Msg 8925, Level 16, State 1, Line 1

    Table error: Cross object linkage: Page (1:179514), slot 156, in object ID 402816497, index ID 2, refers to page (1:179109), slot 0, in object ID 1490104349, index ID 1.

    Server: Msg 8925, Level 16, State 1, Line 1

    Table error: Cross object linkage: Page (1:179514), slot 157, in object ID 402816497, index ID 2, refers to page (1:179110), slot 0, in object ID 1490104349, index ID 1.

    Server: Msg 8925, Level 16, State 1, Line 1

    Table error: Cross object linkage: Page (1:179514), slot 158, in object ID 402816497, index ID 2, refers to page (1:179111), slot 0, in object ID 1490104349, index ID 1.

    Server: Msg 8925, Level 16, State 1, Line 1

    Table error: Cross object linkage: Page (1:179514), slot 163, in object ID 402816497, index ID 2, refers to page (1:179076), slot 0, in object ID 1490104349, index ID 1.

    Server: Msg 8925, Level 16, State 1, Line 1

    Table error: Cross object linkage: Page (1:179514), slot 164, in object ID 402816497, index ID 2, refers to page (1:179077), slot 0, in object ID 1490104349, index ID 1.

    Server: Msg 8925, Level 16, State 1, Line 1

    Table error: Cross object linkage: Page (1:179514), slot 165, in object ID 402816497, index ID 2, refers to page (1:179078), slot 0, in object ID 1490104349, index ID 1.

    Server: Msg 8925, Level 16, State 1, Line 1

    Table error: Cross object linkage: Page (1:179514), slot 166, in object ID 402816497, index ID 2, refers to page (1:179079), slot 0, in object ID 1490104349, index ID 1.

    Server: Msg 8925, Level 16, State 1, Line 1

    Table error: Cross object linkage: Page (1:179514), slot 167, in object ID 402816497, index ID 2, refers to page (1:179048), slot 0, in object ID 1490104349, index ID 1.

    Server: Msg 8925, Level 16, State 1, Line 1

    Table error: Cross object linkage: Page (1:179514), slot 168, in object ID 402816497, index ID 2, refers to page (1:179049), slot 0, in object ID 1490104349, index ID 1.

    Server: Msg 8925, Level 16, State 1, Line 1

    Table error: Cross object linkage: Page (1:179514), slot 169, in object ID 402816497, index ID 2, refers to page (1:179050), slot 0, in object ID 1490104349, index ID 1.

    Server: Msg 8926, Level 16, State 3, Line 1

    Table error: Cross object linkage: Parent page (1:179514), slot 170, in object ID 402816497, index ID 2, and page (1:179050), slot 0, in object ID 1490104349, index ID 1, next refer to page (1:179051) but are not in the same object.

    Server: Msg 8925, Level 16, State 1, Line 1

    Table error: Cross object linkage: Page (1:179514), slot 179, in object ID 402816497, index ID 2, refers to page (1:179044), slot 0, in object ID 1490104349, index ID 1.

    Server: Msg 8925, Level 16, State 1, Line 1

    Table error: Cross object linkage: Page (1:179514), slot 180, in object ID 402816497, index ID 2, refers to page (1:179045), slot 0, in object ID 1490104349, index ID 1.

    Server: Msg 8925, Level 16, State 1, Line 1

    Table error: Cross object linkage: Page (1:179514), slot 181, in object ID 402816497, index ID 2, refers to page (1:179046), slot 0, in object ID 1490104349, index ID 1.

    Server: Msg 8925, Level 16, State 1, Line 1

    Table error: Cross object linkage: Page (1:179514), slot 182, in object ID 402816497, index ID 2, refers to page (1:179047), slot 0, in object ID 1490104349, index ID 1.

    Server: Msg 8925, Level 16, State 1, Line 1

    Table error: Cross object linkage: Page (1:179514), slot 191, in object ID 402816497, index ID 2, refers to page (1:179016), slot 0, in object ID 1490104349, index ID 1.

    Server: Msg 8925, Level 16, State 1, Line 1

    Table error: Cross object linkage: Page (1:179514), slot 192, in object ID 402816497, index ID 2, refers to page (1:179017), slot 0, in object ID 1490104349, index ID 1.

    Server: Msg 8925, Level 16, State 1, Line 1

    Table error: Cross object linkage: Page (1:179514), slot 193, in object ID 402816497, index ID 2, refers to page (1:179018), slot 0, in object ID 1490104349, index ID 1.

    Server: Msg 8926, Level 16, State 1, Line 1

    Table error: Cross object linkage: Parent page (1:179514), slot 194, in object ID 402816497, index ID 2, and page (1:179018), slot 0, in object ID 1490104349, index ID 1, next refer to page (1:179019) but are not in the same object.

    Server: Msg 8925, Level 16, State 1, Line 1

    Table error: Cross object linkage: Page (1:179514), slot 203, in object ID 402816497, index ID 2, refers to page (1:179012), slot 0, in object ID 1490104349, index ID 1.

    Server: Msg 8925, Level 16, State 1, Line 1

    Table error: Cross object linkage: Page (1:179514), slot 204, in object ID 402816497, index ID 2, refers to page (1:179013), slot 0, in object ID 1490104349, index ID 1.

    Server: Msg 8925, Level 16, State 1, Line 1

    Table error: Cross object linkage: Page (1:179514), slot 205, in object ID 402816497, index ID 2, refers to page (1:179014), slot 0, in object ID 1490104349, index ID 1.

    Server: Msg 8925, Level 16, State 1, Line 1

    Table error: Cross object linkage: Page (1:179514), slot 206, in object ID 402816497, index ID 2, refers to page (1:179015), slot 0, in object ID 1490104349, index ID 1.

    Server: Msg 8925, Level 16, State 1, Line 1

    Table error: Cross object linkage: Page (1:179514), slot 207, in object ID 402816497, index ID 2, refers to page (1:178984), slot 0, in object ID 1490104349, index ID 1.

    Server: Msg 8925, Level 16, State 1, Line 1

    Table error: Cross object linkage: Page (1:179514), slot 208, in object ID 402816497, index ID 2, refers to page (1:178985), slot 0, in object ID 1490104349, index ID 1.

    Server: Msg 8925, Level 16, State 1, Line 1

    Table error: Cross object linkage: Page (1:179514), slot 209, in object ID 402816497, index ID 2, refers to page (1:178986), slot 0, in object ID 1490104349, index ID 1.

    Server: Msg 8926, Level 16, State 1, Line 1

    Table error: Cross object linkage: Parent page (1:179514), slot 210, in object ID 402816497, index ID 2, and page (1:178986), slot 0, in object ID 1490104349, index ID 1, next refer to page (1:178987) but are not in the same object.

    Server: Msg 8925, Level 16, State 1, Line 1

    Table error: Cross object linkage: Page (1:179514), slot 219, in object ID 402816497, index ID 2, refers to page (1:178980), slot 0, in object ID 1490104349, index ID 1.

    Server: Msg 8925, Level 16, State 1, Line 1

    Table error: Cross object linkage: Page (1:179514), slot 220, in object ID 402816497, index ID 2, refers to page (1:178981), slot 0, in object ID 1490104349, index ID 1.

    Server: Msg 8925, Level 16, State 1, Line 1

    Table error: Cross object linkage: Page (1:179514), slot 221, in object ID 402816497, index ID 2, refers to page (1:178982), slot 0, in object ID 1490104349, index ID 1.

    Server: Msg 8925, Level 16, State 1, Line 1

    Table error: Cross object linkage: Page (1:179514), slot 222, in object ID 402816497, index ID 2, refers to page (1:178983), slot 0, in object ID 1490104349, index ID 1.

    Server: Msg 8925, Level 16, State 1, Line 1

    Table error: Cross object linkage: Page (1:179514), slot 227, in object ID 402816497, index ID 2, refers to page (1:178948), slot 0, in object ID 1490104349, index ID 1.

    Server: Msg 8925, Level 16, State 1, Line 1

    Table error: Cross object linkage: Page (1:179514), slot 228, in object ID 402816497, index ID 2, refers to page (1:178949), slot 0, in object ID 1490104349, index ID 1.

    Server: Msg 8925, Level 16, State 1, Line 1

    Table error: Cross object linkage: Page (1:179514), slot 229, in object ID 402816497, index ID 2, refers to page (1:178950), slot 0, in object ID 1490104349, index ID 1.

    Server: Msg 8925, Level 16, State 1, Line 1

    Table error: Cross object linkage: Page (1:179514), slot 230, in object ID 402816497, index ID 2, refers to page (1:178951), slot 0, in object ID 1490104349, index ID 1.

    Server: Msg 8925, Level 16, State 1, Line 1

    Table error: Cross object linkage: Page (1:179514), slot 239, in object ID 402816497, index ID 2, refers to page (1:178920), slot 0, in object ID 1490104349, index ID 1.

    Server: Msg 8925, Level 16, State 1, Line 1

    Table error: Cross object linkage: Page (1:179514), slot 240, in object ID 402816497, index ID 2, refers to page (1:178921), slot 0, in object ID 1490104349, index ID 1.

    Server: Msg 8925, Level 16, State 1, Line 1

    Table error: Cross object linkage: Page (1:179514), slot 241, in object ID 402816497, index ID 2, refers to page (1:178922), slot 0, in object ID 1490104349, index ID 1.

    Server: Msg 8926, Level 16, State 1, Line 1

    Table error: Cross object linkage: Parent page (1:179514), slot 242, in object ID 402816497, index ID 2, and page (1:178922), slot 0, in object ID 1490104349, index ID 1, next refer to page (1:178923) but are not in the same object.

    Server: Msg 8959, Level 16, State 1, Line 1

    Table error: IAM page (1:237) for object ID 548913027, index ID 0 is linked in the IAM chain for object ID 1361439924, index ID 2 by page (0:0).

    Server: Msg 8910, Level 16, State 1, Line 1

    Page (1:239) in database ID 7 is allocated to both object ID 548913027, index ID 0, and object ID 159339632, index ID 2.

    Server: Msg 8959, Level 16, State 1, Line 1

    Table error: IAM page (1:237) for object ID 548913027, index ID 1 is linked in the IAM chain for object ID 1361439924, index ID 2 by page (0:0).

    Server: Msg 8959, Level 16, State 1, Line 1

    Table error: IAM page (1:237) for object ID 548913027, index ID 1 is linked in the IAM chain for object ID 1361439924, index ID 2 by page (0:0).

    CHECKDB found 1 allocation errors and 233 consistency errors in table 'art_inv2item' (object ID 402816497).

    Server: Msg 2533, Level 16, State 1, Line 1

    Table error: Page (1:234) allocated to object ID 578817124, index ID 0 was not seen. Page may be invalid or have incorrect object ID information in its header.

    Server: Msg 8906, Level 16, State 1, Line 1

    Page (1:167) in database ID 7 is allocated in the SGAM (1:3) and PFS (1:1), but was not allocated in any IAM. PFS flags 'IAM_PG MIXED_EXT ALLOCATED 0_PCT_FULL'.

    Server: Msg 8959, Level 16, State 1, Line 1

    Table error: IAM page (1:2755) for object ID 578817124, index ID 1 is linked in the IAM chain for object ID 2129442660, index ID 2 by page (0:0).

    Server: Msg 8959, Level 16, State 1, Line 1

    Table error: IAM page (1:2755) for object ID 578817124, index ID 1 is linked in the IAM chain for object ID 2129442660, index ID 2 by page (0:0).

    Server: Msg 8925, Level 16, State 1, Line 1

    Table error: Cross object linkage: Page (1:2756), slot 0, in object ID 578817124, index ID 1, refers to page (1:234), slot 0, in object ID 1464392286, index ID 2.

    Server: Msg 2533, Level 16, State 1, Line 1

    Table error: Page (1:4390) allocated to object ID 680389493, index ID 2 was not seen. Page may be invalid or have incorrect object ID information in its header.

    Server: Msg 8980, Level 16, State 1, Line 1

    Table error: Object ID 680389493, index ID 2. Index node page (0:0), slot 0 refers to child page (1:4390) and previous child (0:0), but they were not encountered.

    Server: Msg 2533, Level 16, State 1, Line 1

    Table error: Page (1:178792) allocated to object ID 695673526, index ID 0 was not seen. Page may be invalid or have incorrect object ID information in its header.

    Server: Msg 2533, Level 16, State 1, Line 1

    Table error: Page (1:178793) allocated to object ID 695673526, index ID 0 was not seen. Page may be invalid or have incorrect object ID information in its header.

    CHECKDB found 2 allocation errors and 2 consistency errors in table 'art_invoicetype' (object ID 548913027).

    CHECKDB found 1 allocation errors and 4 consistency errors in table 'art_gp_status' (object ID 578817124).

    CHECKDB found 0 allocation errors and 2 consistency errors in table 'art_cc_issuer' (object ID 680389493).

    Server: Msg 2533, Level 16, State 1, Line 1

    Table error: Page (1:178794) allocated to object ID 695673526, index ID 0 was not seen. Page may be invalid or have incorrect object ID information in its header.

    Server: Msg 8928, Level 16, State 1, Line 1

    Object ID 695673526, index ID 0: Page (1:178795) could not be processed. See other errors for details.

    Server: Msg 8925, Level 16, State 1, Line 1

    Table error: Cross object linkage: Page (1:178769), slot 7, in object ID 695673526, index ID 1, refers to page (1:178792), slot 0, in object ID 1490104349, index ID 1.

    Server: Msg 8925, Level 16, State 1, Line 1

    Table error: Cross object linkage: Page (1:178769), slot 8, in object ID 695673526, index ID 1, refers to page (1:178793), slot 0, in object ID 1490104349, index ID 1.

    Server: Msg 8925, Level 16, State 1, Line 1

    Table error: Cross object linkage: Page (1:178769), slot 9, in object ID 695673526, index ID 1, refers to page (1:178794), slot 0, in object ID 1490104349, index ID 1.

    Server: Msg 8926, Level 16, State 1, Line 1

    Table error: Cross object linkage: Parent page (1:178769), slot 10, in object ID 695673526, index ID 1, and page (1:178794), slot 0, in object ID 1490104349, index ID 1, next refer to page (1:178795) but are not in the same object.

    Server: Msg 8906, Level 16, State 1, Line 1

    Page (1:151) in database ID 7 is allocated in the SGAM (1:3) and PFS (1:1), but was not allocated in any IAM. PFS flags 'MIXED_EXT ALLOCATED 0_PCT_FULL'.

    Server: Msg 8906, Level 16, State 1, Line 1

    Page (1:235) in database ID 7 is allocated in the SGAM (1:3) and PFS (1:1), but was not allocated in any IAM. PFS flags 'MIXED_EXT ALLOCATED 0_PCT_FULL'.

    Server: Msg 7965, Level 16, State 1, Line 1

    Table error: Could not check object ID 909246294, index ID 1 due to invalid allocation (IAM) page(s).

    Server: Msg 8946, Level 16, State 1, Line 1

    Table error: Allocation page (1:167) has invalid IAM_PAGE page header values. Type is 2. Check type, object ID and page ID on the page.

    Server: Msg 8946, Level 16, State 1, Line 1

    Table error: Allocation page (1:167) has invalid IAM_PAGE page header values. Type is 2. Check type, object ID and page ID on the page.

    Server: Msg 8906, Level 16, State 1, Line 1

    Page (1:195) in database ID 7 is allocated in the SGAM (1:3) and PFS (1:1), but was not allocated in any IAM. PFS flags 'MIXED_EXT ALLOCATED 0_PCT_FULL'.

    CHECKDB found 0 allocation errors and 8 consistency errors in table 'tbl_numbers' (object ID 695673526).

    Server: Msg 2534, Level 16, State 1, Line 1

    Table error: Page (1:2406) with object ID 909246294, index ID 2 in its header is allocated by another object.

    Server: Msg 8906, Level 16, State 1, Line 1

    Page (1:232) in database ID 7 is allocated in the SGAM (1:3) and PFS (1:1), but was not allocated in any IAM. PFS flags 'IAM_PG MIXED_EXT ALLOCATED 0_PCT_FULL'.

    Server: Msg 8906, Level 16, State 1, Line 1

    Page (1:2306) in database ID 7 is allocated in the SGAM (1:3) and PFS (1:1), but was not allocated in any IAM. PFS flags 'MIXED_EXT ALLOCATED 0_PCT_FULL'.

    Server: Msg 7965, Level 16, State 1, Line 1

    Table error: Could not check object ID 980914566, index ID 3 due to invalid allocation (IAM) page(s).

    Server: Msg 8946, Level 16, State 1, Line 1

    Table error: Allocation page (1:2311) has invalid IAM_PAGE page header values. Type is 2. Check type, object ID and page ID on the page.

    Server: Msg 8946, Level 16, State 1, Line 1

    Table error: Allocation page (1:2311) has invalid IAM_PAGE page header values. Type is 2. Check type, object ID and page ID on the page.

    Server: Msg 8928, Level 16, State 1, Line 1

    Object ID 1361439924, index ID 0: Page (1:182115) could not be processed. See other errors for details.

    Server: Msg 8944, Level 16, State 1, Line 1

    Table error: Object ID 1361439924, index ID 0, page (1:182115), row 1. Test (ColumnOffsets <= (nextRec - pRec)) failed. Values are 256 and 136.

    Server: Msg 2533, Level 16, State 1, Line 1

    Table error: Page (1:182116) allocated to object ID 1361439924, index ID 0 was not seen. Page may be invalid or have incorrect object ID information in its header.

    Server: Msg 2533, Level 16, State 1, Line 1

    Table error: Page (1:182117) allocated to object ID 1361439924, index ID 0 was not seen. Page may be invalid or have incorrect object ID information in its header.

    Server: Msg 2533, Level 16, State 1, Line 1

    Table error: Page (1:182118) allocated to object ID 1361439924, index ID 0 was not seen. Page may be invalid or have incorrect object ID information in its header.

    Server: Msg 2533, Level 16, State 1, Line 1

    Table error: Page (1:182119) allocated to object ID 1361439924, index ID 0 was not seen. Page may be invalid or have incorrect object ID information in its header.

    CHECKDB found 3 allocation errors and 4 consistency errors in table 'art_ledger' (object ID 909246294).

    CHECKDB found 2 allocation errors and 3 consistency errors in table 'art_gp_batch' (object ID 980914566).

    Server: Msg 2533, Level 16, State 1, Line 1

    Table error: Page (1:182120) allocated to object ID 1361439924, index ID 0 was not seen. Page may be invalid or have incorrect object ID information in its header.

    Server: Msg 2533, Level 16, State 1, Line 1

    Table error: Page (1:182121) allocated to object ID 1361439924, index ID 0 was not seen. Page may be invalid or have incorrect object ID information in its header.

    Server: Msg 2533, Level 16, State 1, Line 1

    Table error: Page (1:182122) allocated to object ID 1361439924, index ID 0 was not seen. Page may be invalid or have incorrect object ID information in its header.

    Server: Msg 8928, Level 16, State 1, Line 1

    Object ID 1361439924, index ID 0: Page (1:182123) could not be processed. See other errors for details.

    Server: Msg 8928, Level 16, State 1, Line 1

    Object ID 1361439924, index ID 0: Page (1:182179) could not be processed. See other errors for details.

    Server: Msg 8944, Level 16, State 1, Line 1

    Table error: Object ID 1361439924, index ID 0, page (1:182179), row 1. Test (!(hdr->r_tagA & (VERSION_MASK | RECTAG_RESV_A | RECTAG_RESV_B))) failed. Values are 1 and 193.

    Server: Msg 2533, Level 16, State 1, Line 1

    Table error: Page (1:182180) allocated to object ID 1361439924, index ID 0 was not seen. Page may be invalid or have incorrect object ID information in its header.

    Server: Msg 2533, Level 16, State 1, Line 1

    Table error: Page (1:182181) allocated to object ID 1361439924, index ID 0 was not seen. Page may be invalid or have incorrect object ID information in its header.

    Server: Msg 2533, Level 16, State 1, Line 1

    Table error: Page (1:182182) allocated to object ID 1361439924, index ID 0 was not seen. Page may be invalid or have incorrect object ID information in its header.

    Server: Msg 2533, Level 16, State 1, Line 1

    Table error: Page (1:182183) allocated to object ID 1361439924, index ID 0 was not seen. Page may be invalid or have incorrect object ID information in its header.

    Server: Msg 8925, Level 16, State 1, Line 1

    Table error: Cross object linkage: Page (1:182105), slot 11, in object ID 1361439924, index ID 1, refers to page (1:182116), slot 0, in object ID 1490104349, index ID 1.

    Server: Msg 8925, Level 16, State 1, Line 1

    Table error: Cross object linkage: Page (1:182105), slot 12, in object ID 1361439924, index ID 1, refers to page (1:182117), slot 0, in object ID 1490104349, index ID 1.

    Server: Msg 8925, Level 16, State 1, Line 1

    Table error: Cross object linkage: Page (1:182105), slot 13, in object ID 1361439924, index ID 1, refers to page (1:182118), slot 0, in object ID 1490104349, index ID 1.

    Server: Msg 8925, Level 16, State 1, Line 1

    Table error: Cross object linkage: Page (1:182105), slot 14, in object ID 1361439924, index ID 1, refers to page (1:182119), slot 0, in object ID 1490104349, index ID 1.

    Server: Msg 8925, Level 16, State 1, Line 1

    Table error: Cross object linkage: Page (1:182105), slot 15, in object ID 1361439924, index ID 1, refers to page (1:182120), slot 0, in object ID 1490104349, index ID 1.

    Server: Msg 8925, Level 16, State 1, Line 1

    Table error: Cross object linkage: Page (1:182105), slot 16, in object ID 1361439924, index ID 1, refers to page (1:182121), slot 0, in object ID 1490104349, index ID 1.

    Server: Msg 8925, Level 16, State 1, Line 1

    Table error: Cross object linkage: Page (1:182105), slot 17, in object ID 1361439924, index ID 1, refers to page (1:182122), slot 0, in object ID 1490104349, index ID 1.

    Server: Msg 8926, Level 16, State 1, Line 1

    Table error: Cross object linkage: Parent page (1:182105), slot 18, in object ID 1361439924, index ID 1, and page (1:182122), slot 0, in object ID 1490104349, index ID 1, next refer to page (1:182123) but are not in the same object.

    Server: Msg 8925, Level 16, State 1, Line 1

    Table error: Cross object linkage: Page (1:182105), slot 27, in object ID 1361439924, index ID 1, refers to page (1:182180), slot 0, in object ID 1490104349, index ID 1.

    Server: Msg 8925, Level 16, State 1, Line 1

    Table error: Cross object linkage: Page (1:182105), slot 28, in object ID 1361439924, index ID 1, refers to page (1:182181), slot 0, in object ID 1490104349, index ID 1.

    Server: Msg 8925, Level 16, State 1, Line 1

    Table error: Cross object linkage: Page (1:182105), slot 29, in object ID 1361439924, index ID 1, refers to page (1:182182), slot 0, in object ID 1490104349, index ID 1.

    Server: Msg 8925, Level 16, State 1, Line 1

    Table error: Cross object linkage: Page (1:182105), slot 30, in object ID 1361439924, index ID 1, refers to page (1:182183), slot 0, in object ID 1490104349, index ID 1.

    Server: Msg 7965, Level 16, State 1, Line 1

    Table error: Could not check object ID 1361439924, index ID 2 due to invalid allocation (IAM) page(s).

    Server: Msg 8906, Level 16, State 1, Line 1

    Page (1:2311) in database ID 7 is allocated in the SGAM (1:3) and PFS (1:1), but was not allocated in any IAM. PFS flags 'IAM_PG MIXED_EXT ALLOCATED 0_PCT_FULL'.

    Server: Msg 8906, Level 16, State 1, Line 1

    Page (1:2757) in database ID 7 is allocated in the SGAM (1:3) and PFS (1:1), but was not allocated in any IAM. PFS flags 'MIXED_EXT ALLOCATED 0_PCT_FULL'.

    Server: Msg 8906, Level 16, State 1, Line 1

    Page (1:3536) in database ID 7 is allocated in the SGAM (1:3) and PFS (1:1), but was not allocated in any IAM. PFS flags 'MIXED_EXT ALLOCATED 0_PCT_FULL'.

    Server: Msg 8906, Level 16, State 1, Line 1

    Page (1:3537) in database ID 7 is allocated in the SGAM (1:3) and PFS (1:1), but was not allocated in any IAM. PFS flags 'MIXED_EXT ALLOCATED 0_PCT_FULL'.

    Server: Msg 8906, Level 16, State 1, Line 1

    Page (1:6962) in database ID 7 is allocated in the SGAM (1:3) and PFS (1:1), but was not allocated in any IAM. PFS flags 'MIXED_EXT ALLOCATED 0_PCT_FULL'.

    Server: Msg 8906, Level 16, State 1, Line 1

    Page (1:6963) in database ID 7 is allocated in the SGAM (1:3) and PFS (1:1), but was not allocated in any IAM. PFS flags 'MIXED_EXT ALLOCATED 0_PCT_FULL'.

    Server: Msg 8906, Level 16, State 1, Line 1

    Page (1:114815) in database ID 7 is allocated in the SGAM (1:3) and PFS (1:113232), but was not allocated in any IAM. PFS flags 'MIXED_EXT ALLOCATED 0_PCT_FULL'.

    Server: Msg 8906, Level 16, State 1, Line 1

    Page (1:7963) in database ID 7 is allocated in the SGAM (1:3) and PFS (1:1), but was not allocated in any IAM. PFS flags 'MIXED_EXT ALLOCATED 0_PCT_FULL'.

    Server: Msg 2533, Level 16, State 1, Line 1

    Table error: Page (1:114952) allocated to object ID 1361439924, index ID 3 was not seen. Page may be invalid or have incorrect object ID information in its header.

    Server: Msg 8925, Level 16, State 1, Line 1

    Table error: Cross object linkage: Page (1:115038), slot 0, in object ID 1361439924, index ID 3, refers to page (1:114952), slot 0, in object ID 1490104349, index ID 1.

    Server: Msg 8925, Level 16, State 1, Line 1

    Table error: Cross object linkage: Page (1:115038), slot 7, in object ID 1361439924, index ID 3, refers to page (1:182280), slot 0, in object ID 1490104349, index ID 1.

    Server: Msg 2533, Level 16, State 2, Line 1

    Table error: Page (1:182280) allocated to object ID 1361439924, index ID 3 was not seen. Page may be invalid or have incorrect object ID information in its header.

    Server: Msg 8925, Level 16, State 1, Line 1

    Table error: Cross object linkage: Page (0:0), slot 0, in object ID 1361439924, index ID 4, refers to page (1:115113), slot 0, in object ID 1490104349, index ID 1.

    Server: Msg 2533, Level 16, State 1, Line 1

    Table error: Page (1:115112) allocated to object ID 1361439924, index ID 4 was not seen. Page may be invalid or have incorrect object ID information in its header.

    Server: Msg 2533, Level 16, State 1, Line 1

    Table error: Page (1:115113) allocated to object ID 1361439924, index ID 4 was not seen. Page may be invalid or have incorrect object ID information in its header.

    Server: Msg 2533, Level 16, State 1, Line 1

    Table error: Page (1:115114) allocated to object ID 1361439924, index ID 4 was not seen. Page may be invalid or have incorrect object ID information in its header.

    Server: Msg 2533, Level 16, State 1, Line 1

    Table error: Page (1:115115) allocated to object ID 1361439924, index ID 4 was not seen. Page may be invalid or have incorrect object ID information in its header.

    Server: Msg 2533, Level 16, State 1, Line 1

    Table error: Page (1:115116) allocated to object ID 1361439924, index ID 4 was not seen. Page may be invalid or have incorrect object ID information in its header.

    Server: Msg 2533, Level 16, State 1, Line 1

    Table error: Page (1:115117) allocated to object ID 1361439924, index ID 4 was not seen. Page may be invalid or have incorrect object ID information in its header.

    Server: Msg 7965, Level 16, State 1, Line 1

    Table error: Could not check object ID 1464392286, index ID 1 due to invalid allocation (IAM) page(s).

    Server: Msg 8925, Level 16, State 1, Line 1

    Table error: Cross object linkage: Page (0:0), slot 0, in object ID 1464392286, index ID 2, refers to page (1:2406), slot 0, in object ID 909246294, index ID 2.

    Server: Msg 2533, Level 16, State 1, Line 1

    Table error: Page (1:217) allocated to object ID 1464392286, index ID 2 was not seen. Page may be invalid or have incorrect object ID information in its header.

    Server: Msg 8978, Level 16, State 1, Line 1

    Table error: Object ID 1464392286, index ID 2. Page (1:234) is missing a reference from previous page (1:217). Possible chain linkage problem.

    CHECKDB found 8 allocation errors and 40 consistency errors in table 'art_inv2' (object ID 1361439924).

    Server: Msg 2533, Level 16, State 1, Line 1

    Table error: Page (1:499) allocated to object ID 1464392286, index ID 2 was not seen. Page may be invalid or have incorrect object ID information in its header.

    Server: Msg 8928, Level 16, State 1, Line 1

    Object ID 1464392286, index ID 2: Page (1:2405) could not be processed. See other errors for details.

    Server: Msg 8944, Level 16, State 1, Line 1

    Table error: Object ID 1464392286, index ID 2, page (1:2405), row 148. Test (nVarCols && (hdr->r_tagA & VARIABLE_COLUMNS)) failed. Values are 0 and 32.

    Server: Msg 2533, Level 16, State 1, Line 1

    Table error: Page (1:2406) allocated to object ID 1464392286, index ID 2 was not seen. Page may be invalid or have incorrect object ID information in its header.

    Server: Msg 2533, Level 16, State 1, Line 1

    Table error: Page (1:2407) allocated to object ID 1464392286, index ID 2 was not seen. Page may be invalid or have incorrect object ID information in its header.

    Server: Msg 2533, Level 16, State 1, Line 1

    Table error: Page (1:2759) allocated to object ID 1464392286, index ID 2 was not seen. Page may be invalid or have incorrect object ID information in its header.

    Server: Msg 8981, Level 16, State 1, Line 1

    Table error: Object ID 1464392286, index ID 2. The next pointer of (1:234) refers to page (1:2759). Neither (1:2759) nor its parent were encountered. Possible bad chain linkage.

    Server: Msg 2533, Level 16, State 1, Line 1

    Table error: Page (1:3536) allocated to object ID 1464392286, index ID 2 was not seen. Page may be invalid or have incorrect object ID information in its header.

    Server: Msg 2533, Level 16, State 1, Line 1

    Table error: Page (1:7960) allocated to object ID 1464392286, index ID 2 was not seen. Page may be invalid or have incorrect object ID information in its header.

    Server: Msg 2533, Level 16, State 1, Line 1

    Table error: Page (1:7964) allocated to object ID 1464392286, index ID 2 was not seen. Page may be invalid or have incorrect object ID information in its header.

    Server: Msg 7965, Level 16, State 1, Line 1

    Table error: Could not check object ID 1464392286, index ID 3 due to invalid allocation (IAM) page(s).

    Server: Msg 8946, Level 16, State 1, Line 1

    Table error: Allocation page (1:7965) has invalid IAM_PAGE page header values. Type is 2. Check type, object ID and page ID on the page.

    Server: Msg 8946, Level 16, State 1, Line 1

    Table error: Allocation page (1:7965) has invalid IAM_PAGE page header values. Type is 2. Check type, object ID and page ID on the page.

    Server: Msg 8906, Level 16, State 1, Line 1

    Page (1:7965) in database ID 7 is allocated in the SGAM (1:3) and PFS (1:1), but was not allocated in any IAM. PFS flags 'IAM_PG MIXED_EXT ALLOCATED 0_PCT_FULL'.

    Server: Msg 8906, Level 16, State 1, Line 1

    Page (1:7966) in database ID 7 is allocated in the SGAM (1:3) and PFS (1:1), but was not allocated in any IAM. PFS flags 'MIXED_EXT ALLOCATED 0_PCT_FULL'.

    Server: Msg 7965, Level 16, State 1, Line 1

    Table error: Could not check object ID 1464392286, index ID 4 due to invalid allocation (IAM) page(s).

    Server: Msg 8906, Level 16, State 1, Line 1

    Page (1:7967) in database ID 7 is allocated in the SGAM (1:3) and PFS (1:1), but was not allocated in any IAM. PFS flags 'IAM_PG MIXED_EXT ALLOCATED 0_PCT_FULL'.

    Server: Msg 8946, Level 16, State 1, Line 1

    Table error: Allocation page (1:7967) has invalid IAM_PAGE page header values. Type is 2. Check type, object ID and page ID on the page.

    Server: Msg 8946, Level 16, State 1, Line 1

    Table error: Allocation page (1:7967) has invalid IAM_PAGE page header values. Type is 2. Check type, object ID and page ID on the page.

    Server: Msg 8906, Level 16, State 1, Line 1

    Page (1:8056) in database ID 7 is allocated in the SGAM (1:3) and PFS (1:1), but was not allocated in any IAM. PFS flags 'MIXED_EXT ALLOCATED 0_PCT_FULL'.

    Server: Msg 8906, Level 16, State 1, Line 1

    Page (1:114801) in database ID 7 is allocated in the SGAM (1:3) and PFS (1:113232), but was not allocated in any IAM. PFS flags 'MIXED_EXT ALLOCATED 0_PCT_FULL'.

    Server: Msg 8906, Level 16, State 1, Line 1

    Page (1:114802) in database ID 7 is allocated in the SGAM (1:3) and PFS (1:113232), but was not allocated in any IAM. PFS flags 'MIXED_EXT ALLOCATED 0_PCT_FULL'.

    Server: Msg 8906, Level 16, State 1, Line 1

    Page (1:114803) in database ID 7 is allocated in the SGAM (1:3) and PFS (1:113232), but was not allocated in any IAM. PFS flags 'MIXED_EXT ALLOCATED 0_PCT_FULL'.

    Server: Msg 8906, Level 16, State 1, Line 1

    Page (1:114809) in database ID 7 is allocated in the SGAM (1:3) and PFS (1:113232), but was not allocated in any IAM. PFS flags 'MIXED_EXT ALLOCATED 0_PCT_FULL'.

    Server: Msg 8906, Level 16, State 1, Line 1

    Page (1:114810) in database ID 7 is allocated in the SGAM (1:3) and PFS (1:113232), but was not allocated in any IAM. PFS flags 'MIXED_EXT ALLOCATED 0_PCT_FULL'.

    Server: Msg 8906, Level 16, State 1, Line 1

    Page (1:114811) in database ID 7 is allocated in the SGAM (1:3) and PFS (1:113232), but was not allocated in any IAM. PFS flags 'MIXED_EXT ALLOCATED 0_PCT_FULL'.

    Server: Msg 8906, Level 16, State 1, Line 1

    Page (1:114857) in database ID 7 is allocated in the SGAM (1:3) and PFS (1:113232), but was not allocated in any IAM. PFS flags 'MIXED_EXT ALLOCATED 0_PCT_FULL'.

    Server: Msg 8906, Level 16, State 1, Line 1

    Page (1:114858) in database ID 7 is allocated in the SGAM (1:3) and PFS (1:113232), but was not allocated in any IAM. PFS flags 'IAM_PG MIXED_EXT ALLOCATED 0_PCT_FULL'.

    Server: Msg 8906, Level 16, State 1, Line 1

    Page (1:114859) in database ID 7 is allocated in the SGAM (1:3) and PFS (1:113232), but was not allocated in any IAM. PFS flags 'MIXED_EXT ALLOCATED 0_PCT_FULL'.

    Server: Msg 8906, Level 16, State 1, Line 1

    Page (1:114860) in database ID 7 is allocated in the SGAM (1:3) and PFS (1:113232), but was not allocated in any IAM. PFS flags 'MIXED_EXT ALLOCATED 0_PCT_FULL'.

    Server: Msg 8906, Level 16, State 1, Line 1

    Page (1:114861) in database ID 7 is allocated in the SGAM (1:3) and PFS (1:113232), but was not allocated in any IAM. PFS flags 'IAM_PG MIXED_EXT ALLOCATED 0_PCT_FULL'.

    Server: Msg 8906, Level 16, State 1, Line 1

    Page (1:114862) in database ID 7 is allocated in the SGAM (1:3) and PFS (1:113232), but was not allocated in any IAM. PFS flags 'MIXED_EXT ALLOCATED 0_PCT_FULL'.

    Server: Msg 2534, Level 16, State 1, Line 1

    Table error: Page (1:114952) with object ID 1490104349, index ID 0 in its header is allocated by another object.

    Server: Msg 8906, Level 16, State 1, Line 1

    Page (1:114953) in database ID 7 is allocated in the SGAM (1:3) and PFS (1:113232), but was not allocated in any IAM. PFS flags 'MIXED_EXT ALLOCATED 0_PCT_FULL'.

    Server: Msg 2534, Level 16, State 1, Line 1

    Table error: Page (1:114954) with object ID 1490104349, index ID 0 in its header is allocated by another object.

    Server: Msg 2534, Level 16, State 1, Line 1

    Table error: Page (1:114959) with object ID 1490104349, index ID 0 in its header is allocated by another object.

    CHECKDB found 10 allocation errors and 20 consistency errors in table 'art_gp_invoice' (object ID 1464392286).

    Server: Msg 2534, Level 16, State 2, Line 1

    Table error: Page (1:115112) with object ID 1490104349, index ID 0 in its header is allocated by another object.

    Server: Msg 2534, Level 16, State 1, Line 1

    Table error: Page (1:115113) with object ID 1490104349, index ID 0 in its header is allocated by another object.

    Server: Msg 2534, Level 16, State 1, Line 1

    Table error: Page (1:115114) with object ID 1490104349, index ID 0 in its header is allocated by another object.

    Server: Msg 2534, Level 16, State 1, Line 1

    Table error: Page (1:115115) with object ID 1490104349, index ID 0 in its header is allocated by another object.

    Server: Msg 2534, Level 16, State 1, Line 1

    Table error: Page (1:115116) with object ID 1490104349, index ID 0 in its header is allocated by another object.

    Server: Msg 2534, Level 16, State 1, Line 1

    Table error: Page (1:115117) with object ID 1490104349, index ID 0 in its header is allocated by another object.

    Server: Msg 2534, Level 16, State 1, Line 1

    Table error: Page (1:115118) with object ID 1490104349, index ID 0 in its header is allocated by another object.

    Server: Msg 2534, Level 16, State 1, Line 1

    Table error: Page (1:115119) with object ID 1490104349, index ID 0 in its header is allocated by another object.

    Server: Msg 2534, Level 16, State 1, Line 1

    Table error: Page (1:178564) with object ID 1490104349, index ID 0 in its header is allocated by another object.

    Server: Msg 2534, Level 16, State 1, Line 1

    Table error: Page (1:178565) with object ID 1490104349, index ID 0 in its header is allocated by another object.

    Server: Msg 2534, Level 16, State 1, Line 1

    Table error: Page (1:178566) with object ID 1490104349, index ID 0 in its header is allocated by another object.

    Server: Msg 2534, Level 16, State 1, Line 1

    Table error: Page (1:178567) with object ID 1490104349, index ID 0 in its header is allocated by another object.

    Server: Msg 2534, Level 16, State 1, Line 1

    Table error: Page (1:178568) with object ID 1490104349, index ID 0 in its header is allocated by another object.

    Server: Msg 2534, Level 16, State 1, Line 1

    Table error: Page (1:178569) with object ID 1490104349, index ID 0 in its header is allocated by another object.

    Server: Msg 2534, Level 16, State 1, Line 1

    Table error: Page (1:178570) with object ID 1490104349, index ID 0 in its header is allocated by another object.

    Server: Msg 8944, Level 16, State 1, Line 1

    Table error: Object ID 1490104349, index ID 0, page (1:178571), row 1. Test (offsetNull >= BASEOFFSET) failed. Values are 0 and 4.

    Server: Msg 2534, Level 16, State 2, Line 1

    Table error: Page (1:178664) with object ID 1490104349, index ID 0 in its header is allocated by another object.

    Server: Msg 2534, Level 16, State 1, Line 1

    Table error: Page (1:178665) with object ID 1490104349, index ID 0 in its header is allocated by another object.

    Server: Msg 2534, Level 16, State 1, Line 1

    Table error: Page (1:178666) with object ID 1490104349, index ID 0 in its header is allocated by another object.

    Server: Msg 8944, Level 16, State 1, Line 1

    Table error: Object ID 1490104349, index ID 0, page (1:178667), row 24. Test (!(hdr->r_tagA & (VERSION_MASK | RECTAG_RESV_A | RECTAG_RESV_B))) failed. Values are 1 and 193.

    Server: Msg 8944, Level 16, State 1, Line 1

    Table error: Object ID 1490104349, index ID 0, page (1:178667), row 24. Test (offsetNull >= BASEOFFSET) failed. Values are 0 and 4.

    Server: Msg 2534, Level 16, State 1, Line 1

    Table error: Page (1:178692) with object ID 1490104349, index ID 0 in its header is allocated by another object.

    Server: Msg 2534, Level 16, State 1, Line 1

    Table error: Page (1:178693) with object ID 1490104349, index ID 0 in its header is allocated by another object.

    Server: Msg 2534, Level 16, State 1, Line 1

    Table error: Page (1:178694) with object ID 1490104349, index ID 0 in its header is allocated by another object.

    Server: Msg 2534, Level 16, State 1, Line 1

    Table error: Page (1:178695) with object ID 1490104349, index ID 0 in its header is allocated by another object.

    Server: Msg 2534, Level 16, State 1, Line 1

    Table error: Page (1:178696) with object ID 1490104349, index ID 0 in its header is allocated by another object.

    Server: Msg 2534, Level 16, State 1, Line 1

    Table error: Page (1:178697) with object ID 1490104349, index ID 0 in its header is allocated by another object.

    Server: Msg 2534, Level 16, State 1, Line 1

    Table error: Page (1:178698) with object ID 1490104349, index ID 0 in its header is allocated by another object.

    Server: Msg 8944, Level 16, State 1, Line 1

    Table error: Object ID 1490104349, index ID 0, page (1:178699), row 0. Test (ColumnOffsets <= (nextRec - pRec)) failed. Values are 103 and 24.

    Server: Msg 2534, Level 16, State 1, Line 1

    Table error: Page (1:178728) with object ID 1490104349, index ID 0 in its header is allocated by another object.

    Server: Msg 2534, Level 16, State 1, Line 1

    Table error: Page (1:178729) with object ID 1490104349, index ID 0 in its header is allocated by another object.

    Server: Msg 2534, Level 16, State 1, Line 1

    Table error: Page (1:178730) with object ID 1490104349, index ID 0 in its header is allocated by another object.

    Server: Msg 8944, Level 16, State 12, Line 1

    Table error: Object ID 1490104349, index ID 0, page (1:178731), row 0. Test (ColumnOffsets <= (nextRec - pRec)) failed. Values are 103 and 24.

    Server: Msg 2534, Level 16, State 1, Line 1

    Table error: Page (1:178788) with object ID 1490104349, index ID 0 in its header is allocated by another object.

    Server: Msg 2534, Level 16, State 1, Line 1

    Table error: Page (1:178789) with object ID 1490104349, index ID 0 in its header is allocated by another object.

    Server: Msg 2534, Level 16, State 1, Line 1

    Table error: Page (1:178790) with object ID 1490104349, index ID 0 in its header is allocated by another object.

    Server: Msg 2534, Level 16, State 1, Line 1

    Table error: Page (1:178791) with object ID 1490104349, index ID 0 in its header is allocated by another object.

    Server: Msg 2534, Level 16, State 1, Line 1

    Table error: Page (1:178792) with object ID 1490104349, index ID 0 in its header is allocated by another object.

    Server: Msg 2534, Level 16, State 1, Line 1

    Table error: Page (1:178793) with object ID 1490104349, index ID 0 in its header is allocated by another object.

    Server: Msg 2534, Level 16, State 1, Line 1

    Table error: Page (1:178794) with object ID 1490104349, index ID 0 in its header is allocated by another object.

    Server: Msg 8944, Level 16, State 1, Line 1

    Table error: Object ID 1490104349, index ID 0, page (1:178795), row 0. Test (ColumnOffsets <= (nextRec - pRec)) failed. Values are 103 and 11.

    Server: Msg 2534, Level 16, State 1, Line 1

    Table error: Page (1:178820) with object ID 1490104349, index ID 0 in its header is allocated by another object.

    Server: Msg 2534, Level 16, State 1, Line 1

    Table error: Page (1:178821) with object ID 1490104349, index ID 0 in its header is allocated by another object.

    Server: Msg 2534, Level 16, State 1, Line 1

    Table error: Page (1:178822) with object ID 1490104349, index ID 0 in its header is allocated by another object.

    Server: Msg 2534, Level 16, State 1, Line 1

    Table error: Page (1:178823) with object ID 1490104349, index ID 0 in its header is allocated by another object.

    Server: Msg 2534, Level 16, State 1, Line 1

    Table error: Page (1:178824) with object ID 1490104349, index ID 0 in its header is allocated by another object.

    Server: Msg 2534, Level 16, State 1, Line 1

    Table error: Page (1:178825) with object ID 1490104349, index ID 0 in its header is allocated by another object.

    Server: Msg 2534, Level 16, State 2, Line 1

    Table error: Page (1:178826) with object ID 1490104349, index ID 0 in its header is allocated by another object.

    Server: Msg 8944, Level 16, State 1, Line 1

    Table error: Object ID 1490104349, index ID 0, page (1:178827), row 0. Test (ColumnOffsets <= (nextRec - pRec)) failed. Values are 103 and 24.

    Server: Msg 2534, Level 16, State 1, Line 1

    Table error: Page (1:178856) with object ID 1490104349, index ID 0 in its header is allocated by another object.

    Server: Msg 2534, Level 16, State 1, Line 1

    Table error: Page (1:178857) with object ID 1490104349, index ID 0 in its header is allocated by another object.

    Server: Msg 2534, Level 16, State 1, Line 1

    Table error: Page (1:178858) with object ID 1490104349, index ID 0 in its header is allocated by another object.

    Server: Msg 8944, Level 16, State 1, Line 1

    Table error: Object ID 1490104349, index ID 0, page (1:178859), row 0. Test (ColumnOffsets <= (nextRec - pRec)) failed. Values are 103 and 24.

    Server: Msg 2534, Level 16, State 1, Line 1

    Table error: Page (1:178888) with object ID 1490104349, index ID 0 in its header is allocated by another object.

    Server: Msg 2534, Level 16, State 1, Line 1

    Table error: Page (1:178889) with object ID 1490104349, index ID 0 in its header is allocated by another object.

    Server: Msg 2534, Level 16, State 1, Line 1

    Table error: Page (1:178890) with object ID 1490104349, index ID 0 in its header is allocated by another object.

    Server: Msg 8944, Level 16, State 1, Line 1

    Table error: Object ID 1490104349, index ID 0, page (1:178891), row 0. Test (ColumnOffsets <= (nextRec - pRec)) failed. Values are 103 and 24.

    Server: Msg 2534, Level 16, State 1, Line 1

    Table error: Page (1:178916) with object ID 1490104349, index ID 0 in its header is allocated by another object.

    Server: Msg 2534, Level 16, State 1, Line 1

    Table error: Page (1:178917) with object ID 1490104349, index ID 0 in its header is allocated by another object.

    Server: Msg 2534, Level 16, State 1, Line 1

    Table error: Page (1:178918) with object ID 1490104349, index ID 0 in its header is allocated by another object.

    Server: Msg 2534, Level 16, State 1, Line 1

    Table error: Page (1:178919) with object ID 1490104349, index ID 0 in its header is allocated by another object.

    Server: Msg 2534, Level 16, State 1, Line 1

    Table error: Page (1:178920) with object ID 1490104349, index ID 0 in its header is allocated by another object.

    Server: Msg 2534, Level 16, State 1, Line 1

    Table error: Page (1:178921) with object ID 1490104349, index ID 0 in its header is allocated by another object.

    Server: Msg 2534, Level 16, State 2, Line 1

    Table error: Page (1:178922) with object ID 1490104349, index ID 0 in its header is allocated by another object.

    Server: Msg 8944, Level 16, State 1, Line 1

    Table error: Object ID 1490104349, index ID 0, page (1:178923), row 0. Test (ColumnOffsets <= (nextRec - pRec)) failed. Values are 103 and 24.

    Server: Msg 2534, Level 16, State 1, Line 1

    Table error: Page (1:178948) with object ID 1490104349, index ID 0 in its header is allocated by another object.

    Server: Msg 2534, Level 16, State 1, Line 1

    Table error: Page (1:178949) with object ID 1490104349, index ID 0 in its header is allocated by another object.

    Server: Msg 2534, Level 16, State 1, Line 1

    Table error: Page (1:178950) with object ID 1490104349, index ID 0 in its header is allocated by another object.

    Server: Msg 2534, Level 16, State 1, Line 1

    Table error: Page (1:178951) with object ID 1490104349, index ID 0 in its header is allocated by another object.

    Server: Msg 2534, Level 16, State 1, Line 1

    Table error: Page (1:178980) with object ID 1490104349, index ID 0 in its header is allocated by another object.

    Server: Msg 2534, Level 16, State 1, Line 1

    Table error: Page (1:178981) with object ID 1490104349, index ID 0 in its header is allocated by another object.

    Server: Msg 2534, Level 16, State 1, Line 1

    Table error: Page (1:178982) with object ID 1490104349, index ID 0 in its header is allocated by another object.

    Server: Msg 2534, Level 16, State 1, Line 1

    Table error: Page (1:178983) with object ID 1490104349, index ID 0 in its header is allocated by another object.

    Server: Msg 2534, Level 16, State 1, Line 1

    Table error: Page (1:178984) with object ID 1490104349, index ID 0 in its header is allocated by another object.

    Server: Msg 2534, Level 16, State 1, Line 1

    Table error: Page (1:178985) with object ID 1490104349, index ID 0 in its header is allocated by another object.

    Server: Msg 2534, Level 16, State 1, Line 1

    Table error: Page (1:178986) with object ID 1490104349, index ID 0 in its header is allocated by another object.

    Server: Msg 8944, Level 16, State 1, Line 1

    Table error: Object ID 1490104349, index ID 0, page (1:178987), row 0. Test (ColumnOffsets <= (nextRec - pRec)) failed. Values are 103 and 24.

    Server: Msg 2534, Level 16, State 1, Line 1

    Table error: Page (1:179012) with object ID 1490104349, index ID 0 in its header is allocated by another object.

    Server: Msg 2534, Level 16, State 1, Line 1

    Table error: Page (1:179013) with object ID 1490104349, index ID 0 in its header is allocated by another object.

    Server: Msg 2534, Level 16, State 1, Line 1

    Table error: Page (1:179014) with object ID 1490104349, index ID 0 in its header is allocated by another object.

    Server: Msg 2534, Level 16, State 1, Line 1

    Table error: Page (1:179015) with object ID 1490104349, index ID 0 in its header is allocated by another object.

    Server: Msg 2534, Level 16, State 1, Line 1

    Table error: Page (1:179016) with object ID 1490104349, index ID 0 in its header is allocated by another object.

    Server: Msg 2534, Level 16, State 1, Line 1

    Table error: Page (1:179017) with object ID 1490104349, index ID 0 in its header is allocated by another object.

    Server: Msg 2534, Level 16, State 1, Line 1

    Table error: Page (1:179018) with object ID 1490104349, index ID 0 in its header is allocated by another object.

    Server: Msg 8944, Level 16, State 1, Line 1

    Table error: Object ID 1490104349, index ID 0, page (1:179019), row 0. Test (ColumnOffsets <= (nextRec - pRec)) failed. Values are 103 and 24.

    Server: Msg 2534, Level 16, State 1, Line 1

    Table error: Page (1:179044) with object ID 1490104349, index ID 0 in its header is allocated by another object.

    Server: Msg 2534, Level 16, State 1, Line 1

    Table error: Page (1:179045) with object ID 1490104349, index ID 0 in its header is allocated by another object.

    Server: Msg 2534, Level 16, State 1, Line 1

    Table error: Page (1:179046) with object ID 1490104349, index ID 0 in its header is allocated by another object.

    Server: Msg 2534, Level 16, State 1, Line 1

    Table error: Page (1:179047) with object ID 1490104349, index ID 0 in its header is allocated by another object.

    Server: Msg 2534, Level 16, State 1, Line 1

    Table error: Page (1:179048) with object ID 1490104349, index ID 0 in its header is allocated by another object.

    Server: Msg 2534, Level 16, State 1, Line 1

    Table error: Page (1:179049) with object ID 1490104349, index ID 0 in its header is allocated by another object.

    Server: Msg 2534, Level 16, State 1, Line 1

    Table error: Page (1:179050) with object ID 1490104349, index ID 0 in its header is allocated by another object.

    Server: Msg 8944, Level 16, State 1, Line 1

    Table error: Object ID 1490104349, index ID 0, page (1:179051), row 0. Test (ColumnOffsets <= (nextRec - pRec)) failed. Values are 103 and 24.

    Server: Msg 2534, Level 16, State 1, Line 1

    Table error: Page (1:179076) with object ID 1490104349, index ID 0 in its header is allocated by another object.

    Server: Msg 2534, Level 16, State 2, Line 1

    Table error: Page (1:179077) with object ID 1490104349, index ID 0 in its header is allocated by another object.

    Server: Msg 2534, Level 16, State 1, Line 1

    Table error: Page (1:179078) with object ID 1490104349, index ID 0 in its header is allocated by another object.

    Server: Msg 2534, Level 16, State 1, Line 1

    Table error: Page (1:179079) with object ID 1490104349, index ID 0 in its header is allocated by another object.

    Server: Msg 2534, Level 16, State 1, Line 1

    Table error: Page (1:179108) with object ID 1490104349, index ID 0 in its header is allocated by another object.

    Server: Msg 2534, Level 16, State 1, Line 1

    Table error: Page (1:179109) with object ID 1490104349, index ID 0 in its header is allocated by another object.

    Server: Msg 2534, Level 16, State 1, Line 1

    Table error: Page (1:179110) with object ID 1490104349, index ID 0 in its header is allocated by another object.

    Server: Msg 2534, Level 16, State 1, Line 1

    Table error: Page (1:179111) with object ID 1490104349, index ID 0 in its header is allocated by another object.

    Server: Msg 2534, Level 16, State 1, Line 1

    Table error: Page (1:179176) with object ID 1490104349, index ID 0 in its header is allocated by another object.

    Server: Msg 2534, Level 16, State 1, Line 1

    Table error: Page (1:179178) with object ID 1490104349, index ID 0 in its header is allocated by another object.

    Server: Msg 8944, Level 16, State 1, Line 1

    Table error: Object ID 1490104349, index ID 0, page (1:179179), row 10. Test (ColumnOffsets <= (nextRec - pRec)) failed. Values are 12336 and 24.

    Server: Msg 2534, Level 16, State 1, Line 1

    Table error: Page (1:179204) with object ID 1490104349, index ID 0 in its header is allocated by another object.

    Server: Msg 2534, Level 16, State 1, Line 1

    Table error: Page (1:179205) with object ID 1490104349, index ID 0 in its header is allocated by another object.

    Server: Msg 2534, Level 16, State 1, Line 1

    Table error: Page (1:179206) with object ID 1490104349, index ID 0 in its header is allocated by another object.

    Server: Msg 2534, Level 16, State 1, Line 1

    Table error: Page (1:179207) with object ID 1490104349, index ID 0 in its header is allocated by another object.

    Server: Msg 2534, Level 16, State 1, Line 1

    Table error: Page (1:179208) with object ID 1490104349, index ID 0 in its header is allocated by another object.

    Server: Msg 2534, Level 16, State 1, Line 1

    Table error: Page (1:179209) with object ID 1490104349, index ID 0 in its header is allocated by another object.

    Server: Msg 2534, Level 16, State 2, Line 1

    Table error: Page (1:179210) with object ID 1490104349, index ID 0 in its header is allocated by another object.

    Server: Msg 8944, Level 16, State 1, Line 1

    Table error: Object ID 1490104349, index ID 0, page (1:179211), row 0. Test (ColumnOffsets <= (nextRec - pRec)) failed. Values are 103 and 24.

    Server: Msg 2534, Level 16, State 1, Line 1

    Table error: Page (1:179240) with object ID 1490104349, index ID 0 in its header is allocated by another object.

    Server: Msg 2534, Level 16, State 1, Line 1

    Table error: Page (1:179241) with object ID 1490104349, index ID 0 in its header is allocated by another object.

    Server: Msg 2534, Level 16, State 1, Line 1

    Table error: Page (1:179242) with object ID 1490104349, index ID 0 in its header is allocated by another object.

    Server: Msg 8944, Level 16, State 1, Line 1

    Table error: Object ID 1490104349, index ID 0, page (1:179243), row 0. Test (ColumnOffsets <= (nextRec - pRec)) failed. Values are 103 and 24.

    Server: Msg 2534, Level 16, State 1, Line 1

    Table error: Page (1:179268) with object ID 1490104349, index ID 0 in its header is allocated by another object.

    Server: Msg 2534, Level 16, State 1, Line 1

    Table error: Page (1:179269) with object ID 1490104349, index ID 0 in its header is allocated by another object.

    Server: Msg 2534, Level 16, State 1, Line 1

    Table error: Page (1:179270) with object ID 1490104349, index ID 0 in its header is allocated by another object.

    Server: Msg 2534, Level 16, State 1, Line 1

    Table error: Page (1:179271) with object ID 1490104349, index ID 0 in its header is allocated by another object.

    Server: Msg 2534, Level 16, State 1, Line 1

    Table error: Page (1:179300) with object ID 1490104349, index ID 0 in its header is allocated by another object.

    Server: Msg 2534, Level 16, State 1, Line 1

    Table error: Page (1:179301) with object ID 1490104349, index ID 0 in its header is allocated by another object.

    Server: Msg 2534, Level 16, State 1, Line 1

    Table error: Page (1:179302) with object ID 1490104349, index ID 0 in its header is allocated by another object.

    Server: Msg 2534, Level 16, State 1, Line 1

    Table error: Page (1:179303) with object ID 1490104349, index ID 0 in its header is allocated by another object.

    Server: Msg 2534, Level 16, State 1, Line 1

    Table error: Page (1:179396) with object ID 1490104349, index ID 0 in its header is allocated by another object.

    Server: Msg 2534, Level 16, State 1, Line 1

    Table error: Page (1:179397) with object ID 1490104349, index ID 0 in its header is allocated by another object.

    Server: Msg 2534, Level 16, State 2, Line 1

    Table error: Page (1:179398) with object ID 1490104349, index ID 0 in its header is allocated by another object.

    Server: Msg 2534, Level 16, State 1, Line 1

    Table error: Page (1:179399) with object ID 1490104349, index ID 0 in its header is allocated by another object.

    Server: Msg 2534, Level 16, State 1, Line 1

    Table error: Page (1:179400) with object ID 1490104349, index ID 0 in its header is allocated by another object.

    Server: Msg 2534, Level 16, State 1, Line 1

    Table error: Page (1:179401) with object ID 1490104349, index ID 0 in its header is allocated by another object.

    Server: Msg 2534, Level 16, State 1, Line 1

    Table error: Page (1:179402) with object ID 1490104349, index ID 0 in its header is allocated by another object.

    Server: Msg 8944, Level 16, State 1, Line 1

    Table error: Object ID 1490104349, index ID 0, page (1:179403), row 0. Test (ColumnOffsets <= (nextRec - pRec)) failed. Values are 103 and 24.

    Server: Msg 2534, Level 16, State 1, Line 1

    Table error: Page (1:179428) with object ID 1490104349, index ID 0 in its header is allocated by another object.

    Server: Msg 2534, Level 16, State 1, Line 1

    Table error: Page (1:179429) with object ID 1490104349, index ID 0 in its header is allocated by another object.

    Server: Msg 2534, Level 16, State 1, Line 1

    Table error: Page (1:179430) with object ID 1490104349, index ID 0 in its header is allocated by another object.

    Server: Msg 2534, Level 16, State 1, Line 1

    Table error: Page (1:179431) with object ID 1490104349, index ID 0 in its header is allocated by another object.

    Server: Msg 2534, Level 16, State 1, Line 1

    Table error: Page (1:179432) with object ID 1490104349, index ID 0 in its header is allocated by another object.

    Server: Msg 2534, Level 16, State 1, Line 1

    Table error: Page (1:179433) with object ID 1490104349, index ID 0 in its header is allocated by another object.

    Server: Msg 2534, Level 16, State 1, Line 1

    Table error: Page (1:179434) with object ID 1490104349, index ID 0 in its header is allocated by another object.

    Server: Msg 8944, Level 16, State 1, Line 1

    Table error: Object ID 1490104349, index ID 0, page (1:179435), row 0. Test (ColumnOffsets <= (nextRec - pRec)) failed. Values are 103 and 24.

    Server: Msg 2534, Level 16, State 1, Line 1

    Table error: Page (1:179460) with object ID 1490104349, index ID 0 in its header is allocated by another object.

    Server: Msg 2534, Level 16, State 2, Line 1

    Table error: Page (1:179461) with object ID 1490104349, index ID 0 in its header is allocated by another object.

    Server: Msg 2534, Level 16, State 1, Line 1

    Table error: Page (1:179462) with object ID 1490104349, index ID 0 in its header is allocated by another object.

    Server: Msg 2534, Level 16, State 1, Line 1

    Table error: Page (1:179463) with object ID 1490104349, index ID 0 in its header is allocated by another object.

    Server: Msg 2534, Level 16, State 1, Line 1

    Table error: Page (1:179464) with object ID 1490104349, index ID 0 in its header is allocated by another object.

    Server: Msg 2534, Level 16, State 1, Line 1

    Table error: Page (1:179465) with object ID 1490104349, index ID 0 in its header is allocated by another object.

    Server: Msg 2534, Level 16, State 1, Line 1

    Table error: Page (1:179466) with object ID 1490104349, index ID 0 in its header is allocated by another object.

    Server: Msg 8941, Level 16, State 1, Line 1

    Table error: Object ID 1490104349, index ID 0, page (1:179467). Test (sorted .offset >= PAGEHEADSIZE) failed. Slot 55, offset 0x1 is invalid.

    Server: Msg 8942, Level 16, State 1, Line 1

    Table error: Object ID 1490104349, index ID 0, page (1:179467). Test (sorted.offset >= max) failed. Slot 0, offset 0x37 overlaps with the prior row.

    Server: Msg 2534, Level 16, State 1, Line 1

    Table error: Page (1:179492) with object ID 1490104349, index ID 0 in its header is allocated by another object.

    Server: Msg 2534, Level 16, State 1, Line 1

    Table error: Page (1:179493) with object ID 1490104349, index ID 0 in its header is allocated by another object.

    Server: Msg 2534, Level 16, State 1, Line 1

    Table error: Page (1:179494) with object ID 1490104349, index ID 0 in its header is allocated by another object.

    Server: Msg 2534, Level 16, State 1, Line 1

    Table error: Page (1:179495) with object ID 1490104349, index ID 0 in its header is allocated by another object.

    Server: Msg 2534, Level 16, State 1, Line 1

    Table error: Page (1:179496) with object ID 1490104349, index ID 0 in its header is allocated by another object.

    Server: Msg 2534, Level 16, State 1, Line 1

    Table error: Page (1:179497) with object ID 1490104349, index ID 0 in its header is allocated by another object.

    Server: Msg 2534, Level 16, State 1, Line 1

    Table error: Page (1:179498) with object ID 1490104349, index ID 0 in its header is allocated by another object.

    Server: Msg 8944, Level 16, State 1, Line 1

    Table error: Object ID 1490104349, index ID 0, page (1:179499), row 0. Test (ColumnOffsets <= (nextRec - pRec)) failed. Values are 103 and 24.

    Server: Msg 2534, Level 16, State 2, Line 1

    Table error: Page (1:179524) with object ID 1490104349, index ID 0 in its header is allocated by another object.

    Server: Msg 2534, Level 16, State 1, Line 1

    Table error: Page (1:179525) with object ID 1490104349, index ID 0 in its header is allocated by another object.

    Server: Msg 2534, Level 16, State 1, Line 1

    Table error: Page (1:179526) with object ID 1490104349, index ID 0 in its header is allocated by another object.

    Server: Msg 2534, Level 16, State 1, Line 1

    Table error: Page (1:179527) with object ID 1490104349, index ID 0 in its header is allocated by another object.

    Server: Msg 2534, Level 16, State 1, Line 1

    Table error: Page (1:179528) with object ID 1490104349, index ID 0 in its header is allocated by another object.

    Server: Msg 2534, Level 16, State 1, Line 1

    Table error: Page (1:179529) with object ID 1490104349, index ID 0 in its header is allocated by another object.

    Server: Msg 2534, Level 16, State 1, Line 1

    Table error: Page (1:179530) with object ID 1490104349, index ID 0 in its header is allocated by another object.

    Server: Msg 8944, Level 16, State 1, Line 1

    Table error: Object ID 1490104349, index ID 0, page (1:179531), row 1. Test (offsetNull >= BASEOFFSET) failed. Values are 0 and 4.

    Server: Msg 2534, Level 16, State 1, Line 1

    Table error: Page (1:180105) with object ID 1490104349, index ID 0 in its header is allocated by another object.

    Server: Msg 2534, Level 16, State 1, Line 1

    Table error: Page (1:180106) with object ID 1490104349, index ID 0 in its header is allocated by another object.

    Server: Msg 8939, Level 16, State 1, Line 1

    Table error: Object ID 1490104349, index ID 0, page (1:180107). Test (IS_ON (BUF_IOERR, bp->bstat) &&bp->berrcode) failed. Values are 2057 and -1.

    Server: Msg 2534, Level 16, State 1, Line 1

    Table error: Page (1:180452) with object ID 1490104349, index ID 0 in its header is allocated by another object.

    Server: Msg 2534, Level 16, State 1, Line 1

    Table error: Page (1:180484) with object ID 1490104349, index ID 0 in its header is allocated by another object.

    Server: Msg 2534, Level 16, State 1, Line 1

    Table error: Page (1:180485) with object ID 1490104349, index ID 0 in its header is allocated by another object.

    Server: Msg 2534, Level 16, State 1, Line 1

    Table error: Page (1:180486) with object ID 1490104349, index ID 0 in its header is allocated by another object.

    Server: Msg 2534, Level 16, State 1, Line 1

    Table error: Page (1:180487) with object ID 1490104349, index ID 0 in its header is allocated by another object.

    Server: Msg 2534, Level 16, State 2, Line 1

    Table error: Page (1:180644) with object ID 1490104349, index ID 0 in its header is allocated by another object.

    Server: Msg 2534, Level 16, State 1, Line 1

    Table error: Page (1:180676) with object ID 1490104349, index ID 0 in its header is allocated by another object.

    Server: Msg 2534, Level 16, State 1, Line 1

    Table error: Page (1:180677) with object ID 1490104349, index ID 0 in its header is allocated by another object.

    Server: Msg 2534, Level 16, State 1, Line 1

    Table error: Page (1:180678) with object ID 1490104349, index ID 0 in its header is allocated by another object.

    Server: Msg 2534, Level 16, State 1, Line 1

    Table error: Page (1:180679) with object ID 1490104349, index ID 0 in its header is allocated by another object.

    Server: Msg 2534, Level 16, State 1, Line 1

    Table error: Page (1:182116) with object ID 1490104349, index ID 0 in its header is allocated by another object.

    Server: Msg 2534, Level 16, State 1, Line 1

    Table error: Page (1:182117) with object ID 1490104349, index ID 0 in its header is allocated by another object.

    Server: Msg 2534, Level 16, State 1, Line 1

    Table error: Page (1:182118) with object ID 1490104349, index ID 0 in its header is allocated by another object.

    Server: Msg 2534, Level 16, State 1, Line 1

    Table error: Page (1:182119) with object ID 1490104349, index ID 0 in its header is allocated by another object.

    Server: Msg 2534, Level 16, State 1, Line 1

    Table error: Page (1:182120) with object ID 1490104349, index ID 0 in its header is allocated by another object.

    Server: Msg 2534, Level 16, State 1, Line 1

    Table error: Page (1:182121) with object ID 1490104349, index ID 0 in its header is allocated by another object.

    Server: Msg 2534, Level 16, State 1, Line 1

    Table error: Page (1:182122) with object ID 1490104349, index ID 0 in its header is allocated by another object.

    Server: Msg 8944, Level 16, State 1, Line 1

    Table error: Object ID 1490104349, index ID 0, page (1:182123), row 0. Test (columnOffsets->offTbl [varColumnNumber] <= (nextRec - pRec)) failed. Values are 136 and 133.

    Server: Msg 2534, Level 16, State 1, Line 1

    Table error: Page (1:182180) with object ID 1490104349, index ID 0 in its header is allocated by another object.

    Server: Msg 2534, Level 16, State 1, Line 1

    Table error: Page (1:182181) with object ID 1490104349, index ID 0 in its header is allocated by another object.

    Server: Msg 2534, Level 16, State 2, Line 1

    Table error: Page (1:182182) with object ID 1490104349, index ID 0 in its header is allocated by another object.

    Server: Msg 2534, Level 16, State 1, Line 1

    Table error: Page (1:182183) with object ID 1490104349, index ID 0 in its header is allocated by another object.

    Server: Msg 2534, Level 16, State 1, Line 1

    Table error: Page (1:182280) with object ID 1490104349, index ID 0 in its header is allocated by another object.

    Server: Msg 8926, Level 16, State 1, Line 1

    Table error: Cross object linkage: Parent page (0:1), slot 0, in object ID 1490104349, index ID 1, and page (1:178775), slot 0, in object ID 695673526, index ID 1, next refer to page (1:178792) but are not in the same object.

    Server: Msg 8926, Level 16, State 1, Line 1

    Table error: Cross object linkage: Parent page (0:1), slot 0, in object ID 1490104349, index ID 1, and page (1:178935), slot 0, in object ID 402816497, index ID 2, next refer to page (1:178920) but are not in the same object.

    Server: Msg 8926, Level 16, State 1, Line 1

    Table error: Cross object linkage: Parent page (0:1), slot 0, in object ID 1490104349, index ID 1, and page (1:179039), slot 0, in object ID 402816497, index ID 2, next refer to page (1:179016) but are not in the same object.

    Server: Msg 8926, Level 16, State 1, Line 1

    Table error: Cross object linkage: Parent page (0:1), slot 0, in object ID 1490104349, index ID 1, and page (1:179247), slot 0, in object ID 402816497, index ID 2, next refer to page (1:179208) but are not in the same object.

    Server: Msg 8926, Level 16, State 1, Line 1

    Table error: Cross object linkage: Parent page (0:1), slot 0, in object ID 1490104349, index ID 1, and page (1:179255), slot 0, in object ID 402816497, index ID 2, next refer to page (1:179240) but are not in the same object.

    Server: Msg 8926, Level 16, State 1, Line 1

    Table error: Cross object linkage: Parent page (0:1), slot 0, in object ID 1490104349, index ID 1, and page (1:179415), slot 0, in object ID 402816497, index ID 2, next refer to page (1:179400) but are not in the same object.

    Server: Msg 8926, Level 16, State 1, Line 1

    Table error: Cross object linkage: Parent page (0:1), slot 0, in object ID 1490104349, index ID 1, and page (1:114935), slot 0, in object ID 1848393654, index ID 3, next refer to page (1:114954) but are not in the same object.

    Server: Msg 8926, Level 16, State 3, Line 1

    Table error: Cross object linkage: Parent page (0:1), slot 0, in object ID 1490104349, index ID 1, and page (1:115063), slot 0, in object ID 1361439924, index ID 3, next refer to page (1:182280) but are not in the same object.

    Server: Msg 8926, Level 16, State 1, Line 1

    Table error: Cross object linkage: Parent page (0:1), slot 0, in object ID 1490104349, index ID 1, and page (1:179447), slot 0, in object ID 402816497, index ID 2, next refer to page (1:179432) but are not in the same object.

    Server: Msg 8926, Level 16, State 1, Line 1

    Table error: Cross object linkage: Parent page (0:1), slot 0, in object ID 1490104349, index ID 1, and page (1:179519), slot 0, in object ID 402816497, index ID 2, next refer to page (1:179496) but are not in the same object.

    Server: Msg 8978, Level 16, State 1, Line 1

    Table error: Object ID 1490104349, index ID 1. Page (1:114952) is missing a reference from previous page (1:114967). Possible chain linkage problem.

    Server: Msg 8981, Level 16, State 1, Line 1

    Table error: Object ID 1490104349, index ID 1. The next pointer of (1:114952) refers to page (1:114953). Neither (1:114953) nor its parent were encountered. Possible bad chain linkage.

    Server: Msg 8936, Level 16, State 1, Line 1

    Table error: Object ID 1490104349, index ID 1. B-tree chain linkage mismatch. (1:114935)->next = (1:114954), but (1:114954)->Prev = (1:114953).

    Server: Msg 8981, Level 16, State 1, Line 1

    Table error: Object ID 1490104349, index ID 1. The next pointer of (1:114954) refers to page (1:114955). Neither (1:114955) nor its parent were encountered. Possible bad chain linkage.

    Server: Msg 8978, Level 16, State 1, Line 1

    Table error: Object ID 1490104349, index ID 1. Page (1:114959) is missing a reference from previous page (1:114958). Possible chain linkage problem.

    Server: Msg 8936, Level 16, State 1, Line 1

    Table error: Object ID 1490104349, index ID 1. B-tree chain linkage mismatch. (1:115088)->next = (1:115112), but (1:115112)->Prev = (1:123047).

    Server: Msg 8977, Level 16, State 1, Line 1

    Table error: Object ID 1490104349, index ID 1. Parent node for page (1:115112) was not encountered.

    Server: Msg 8977, Level 16, State 1, Line 1

    Table error: Object ID 1490104349, index ID 1. Parent node for page (1:115114) was not encountered.

    Server: Msg 8977, Level 16, State 1, Line 1

    Table error: Object ID 1490104349, index ID 1. Parent node for page (1:115115) was not encountered.

    Server: Msg 8977, Level 16, State 1, Line 1

    Table error: Object ID 1490104349, index ID 1. Parent node for page (1:115116) was not encountered.

    Server: Msg 8977, Level 16, State 1, Line 1

    Table error: Object ID 1490104349, index ID 1. Parent node for page (1:115117) was not encountered.

    Server: Msg 8936, Level 16, State 1, Line 1

    Table error: Object ID 1490104349, index ID 1. B-tree chain linkage mismatch. (1:115093)->next = (1:115118), but (1:115118)->Prev = (1:115117).

    Server: Msg 8977, Level 16, State 1, Line 1

    Table error: Object ID 1490104349, index ID 1. Parent node for page (1:115118) was not encountered.

    Server: Msg 8981, Level 16, State 1, Line 1

    Table error: Object ID 1490104349, index ID 1. The next pointer of (1:115119) refers to page (1:123048). Neither (1:123048) nor its parent were encountered. Possible bad chain linkage.

    Server: Msg 8981, Level 16, State 1, Line 1

    Table error: Object ID 1490104349, index ID 1. The next pointer of (1:114959) refers to page (1:125192). Neither (1:125192) nor its parent were encountered. Possible bad chain linkage.

    Server: Msg 8978, Level 16, State 1, Line 1

    Table error: Object ID 1490104349, index ID 1. Page (1:178564) is missing a reference from previous page (1:178563). Possible chain linkage problem.

    Server: Msg 8979, Level 16, State 1, Line 1

    Table error: Object ID 1490104349, index ID 1. Page (1:178664) is missing references from parent (unknown) and previous (page (1:178663)) nodes. Possible bad root entry in sysindexes.

    Server: Msg 8977, Level 16, State 1, Line 1

    Table error: Object ID 1490104349, index ID 1. Parent node for page (1:178665) was not encountered.

    Server: Msg 8977, Level 16, State 1, Line 1

    Table error: Object ID 1490104349, index ID 1. Parent node for page (1:178666) was not encountered.

    Server: Msg 8981, Level 16, State 1, Line 1

    Table error: Object ID 1490104349, index ID 1. The next pointer of (1:178666) refers to page (1:178667). Neither (1:178667) nor its parent were encountered. Possible bad chain linkage.

    Server: Msg 8978, Level 16, State 1, Line 1

    Table error: Object ID 1490104349, index ID 1. Page (1:178692) is missing a reference from previous page (1:178691). Possible chain linkage problem.

    Server: Msg 8936, Level 16, State 1, Line 1

    Table error: Object ID 1490104349, index ID 1. B-tree chain linkage mismatch. (1:178735)->next = (1:178696), but (1:178696)->Prev = (1:178695).

    Server: Msg 8977, Level 16, State 1, Line 1

    Table error: Object ID 1490104349, index ID 1. Parent node for page (1:178696) was not encountered.

    Server: Msg 8977, Level 16, State 1, Line 1

    Table error: Object ID 1490104349, index ID 1. Parent node for page (1:178697) was not encountered.

    Server: Msg 8977, Level 16, State 1, Line 1

    Table error: Object ID 1490104349, index ID 1. Parent node for page (1:178698) was not encountered.

    Server: Msg 8981, Level 16, State 1, Line 1

    Table error: Object ID 1490104349, index ID 1. The next pointer of (1:178698) refers to page (1:178699). Neither (1:178699) nor its parent were encountered. Possible bad chain linkage.

    Server: Msg 8936, Level 16, State 1, Line 1

    Table error: Object ID 1490104349, index ID 1. B-tree chain linkage mismatch. (1:178743)->next = (1:178728), but (1:178728)->Prev = (1:178727).

    Server: Msg 8977, Level 16, State 1, Line 1

    Table error: Object ID 1490104349, index ID 1. Parent node for page (1:178728) was not encountered.

    Server: Msg 8977, Level 16, State 1, Line 1

    Table error: Object ID 1490104349, index ID 1. Parent node for page (1:178729) was not encountered.

    Server: Msg 8977, Level 16, State 1, Line 1

    Table error: Object ID 1490104349, index ID 1. Parent node for page (1:178730) was not encountered.

    Server: Msg 8981, Level 16, State 1, Line 1

    Table error: Object ID 1490104349, index ID 1. The next pointer of (1:178730) refers to page (1:178731). Neither (1:178731) nor its parent were encountered. Possible bad chain linkage.

    Server: Msg 8979, Level 16, State 1, Line 1

    Table error: Object ID 1490104349, index ID 1. Page (1:178788) is missing references from parent (unknown) and previous (page (1:178787)) nodes. Possible bad root entry in sysindexes.

    Server: Msg 8977, Level 16, State 1, Line 1

    Table error: Object ID 1490104349, index ID 1. Parent node for page (1:178789) was not encountered.

    Server: Msg 8977, Level 16, State 1, Line 1

    Table error: Object ID 1490104349, index ID 1. Parent node for page (1:178790) was not encountered.

    Server: Msg 8977, Level 16, State 1, Line 1

    Table error: Object ID 1490104349, index ID 1. Parent node for page (1:178791) was not encountered.

    Server: Msg 8936, Level 16, State 1, Line 1

    Table error: Object ID 1490104349, index ID 1. B-tree chain linkage mismatch. (1:178775)->next = (1:178792), but (1:178792)->Prev = (1:178791).

    Server: Msg 8979, Level 16, State 1, Line 1

    Table error: Object ID 1490104349, index ID 1. Page (1:178820) is missing references from parent (unknown) and previous (page (1:178819)) nodes. Possible bad root entry in sysindexes.

    Server: Msg 8977, Level 16, State 1, Line 1

    Table error: Object ID 1490104349, index ID 1. Parent node for page (1:178821) was not encountered.

    Server: Msg 8977, Level 16, State 1, Line 1

    Table error: Object ID 1490104349, index ID 1. Parent node for page (1:178822) was not encountered.

    Server: Msg 8977, Level 16, State 1, Line 1

    Table error: Object ID 1490104349, index ID 1. Parent node for page (1:178823) was not encountered.

    Server: Msg 8936, Level 16, State 1, Line 1

    Table error: Object ID 1490104349, index ID 1. B-tree chain linkage mismatch. (1:178863)->next = (1:178824), but (1:178824)->Prev = (1:178823).

    Server: Msg 8977, Level 16, State 1, Line 1

    Table error: Object ID 1490104349, index ID 1. Parent node for page (1:178824) was not encountered.

    Server: Msg 8977, Level 16, State 1, Line 1

    Table error: Object ID 1490104349, index ID 1. Parent node for page (1:178825) was not encountered.

    Server: Msg 8977, Level 16, State 1, Line 1

    Table error: Object ID 1490104349, index ID 1. Parent node for page (1:178826) was not encountered.

    Server: Msg 8981, Level 16, State 1, Line 1

    Table error: Object ID 1490104349, index ID 1. The next pointer of (1:178826) refers to page (1:178827). Neither (1:178827) nor its parent were encountered. Possible bad chain linkage.

    Server: Msg 8936, Level 16, State 1, Line 1

    Table error: Object ID 1490104349, index ID 1. B-tree chain linkage mismatch. (1:178895)->next = (1:178856), but (1:178856)->Prev = (1:178855).

    Server: Msg 8977, Level 16, State 1, Line 1

    Table error: Object ID 1490104349, index ID 1. Parent node for page (1:178856) was not encountered.

    Server: Msg 8977, Level 16, State 1, Line 1

    Table error: Object ID 1490104349, index ID 1. Parent node for page (1:178857) was not encountered.

    Server: Msg 8977, Level 16, State 1, Line 1

    Table error: Object ID 1490104349, index ID 1. Parent node for page (1:178858) was not encountered.

    Server: Msg 8981, Level 16, State 1, Line 1

    Table error: Object ID 1490104349, index ID 1. The next pointer of (1:178858) refers to page (1:178859). Neither (1:178859) nor its parent were encountered. Possible bad chain linkage.

    Server: Msg 8936, Level 16, State 1, Line 1

    Table error: Object ID 1490104349, index ID 1. B-tree chain linkage mismatch. (1:178903)->next = (1:178888), but (1:178888)->Prev = (1:178887).

    Server: Msg 8977, Level 16, State 1, Line 1

    Table error: Object ID 1490104349, index ID 1. Parent node for page (1:178888) was not encountered.

    Server: Msg 8977, Level 16, State 1, Line 1

    Table error: Object ID 1490104349, index ID 1. Parent node for page (1:178889) was not encountered.

    Server: Msg 8977, Level 16, State 1, Line 1

    Table error: Object ID 1490104349, index ID 1. Parent node for page (1:178890) was not encountered.

    Server: Msg 8981, Level 16, State 1, Line 1

    Table error: Object ID 1490104349, index ID 1. The next pointer of (1:178890) refers to page (1:178891). Neither (1:178891) nor its parent were encountered. Possible bad chain linkage.

    Server: Msg 8979, Level 16, State 1, Line 1

    Table error: Object ID 1490104349, index ID 1. Page (1:178916) is missing references from parent (unknown) and previous (page (1:178915)) nodes. Possible bad root entry in sysindexes.

    Server: Msg 8936, Level 16, State 1, Line 1

    Table error: Object ID 1490104349, index ID 1. B-tree chain linkage mismatch. (1:179514)->next = (1:178917), but (1:178917)->Prev = (1:178916).

    Server: Msg 8977, Level 16, State 1, Line 1

    Table error: Object ID 1490104349, index ID 1. Parent node for page (1:178917) was not encountered.

    Server: Msg 8977, Level 16, State 1, Line 1

    Table error: Object ID 1490104349, index ID 1. Parent node for page (1:178919) was not encountered.

    Server: Msg 8936, Level 16, State 1, Line 1

    Table error: Object ID 1490104349, index ID 1. B-tree chain linkage mismatch. (1:178935)->next = (1:178920), but (1:178920)->Prev = (1:178919).

    Server: Msg 8978, Level 16, State 1, Line 1

    Table error: Object ID 1490104349, index ID 1. Page (1:178948) is missing a reference from previous page (1:178947). Possible chain linkage problem.

    Server: Msg 8981, Level 16, State 1, Line 1

    Table error: Object ID 1490104349, index ID 1. The next pointer of (1:178951) refers to page (1:178952). Neither (1:178952) nor its parent were encountered. Possible bad chain linkage.

    Server: Msg 8978, Level 16, State 1, Line 1

    Table error: Object ID 1490104349, index ID 1. Page (1:178980) is missing a reference from previous page (1:178979). Possible chain linkage problem.

    Server: Msg 8978, Level 16, State 1, Line 1

    Table error: Object ID 1490104349, index ID 1. Page (1:179012) is missing a reference from previous page (1:179011). Possible chain linkage problem.

    Server: Msg 8936, Level 16, State 1, Line 1

    Table error: Object ID 1490104349, index ID 1. B-tree chain linkage mismatch. (1:179039)->next = (1:179016), but (1:179016)->Prev = (1:179015).

    Server: Msg 8978, Level 16, State 1, Line 1

    Table error: Object ID 1490104349, index ID 1. Page (1:179044) is missing a reference from previous page (1:179043). Possible chain linkage problem.

    Server: Msg 8978, Level 16, State 1, Line 1

    Table error: Object ID 1490104349, index ID 1. Page (1:179076) is missing a reference from previous page (1:179075). Possible chain linkage problem.

    Server: Msg 8981, Level 16, State 1, Line 1

    Table error: Object ID 1490104349, index ID 1. The next pointer of (1:179079) refers to page (1:179080). Neither (1:179080) nor its parent were encountered. Possible bad chain linkage.

    Server: Msg 8978, Level 16, State 1, Line 1

    Table error: Object ID 1490104349, index ID 1. Page (1:179108) is missing a reference from previous page (1:179107). Possible chain linkage problem.

    Server: Msg 8981, Level 16, State 1, Line 1

    Table error: Object ID 1490104349, index ID 1. The next pointer of (1:179111) refers to page (1:179112). Neither (1:179112) nor its parent were encountered. Possible bad chain linkage.

    Server: Msg 8979, Level 16, State 1, Line 1

    Table error: Object ID 1490104349, index ID 1. Page (1:179176) is missing references from parent (unknown) and previous (page (1:179175)) nodes. Possible bad root entry in sysindexes.

    Server: Msg 8981, Level 16, State 1, Line 1

    Table error: Object ID 1490104349, index ID 1. The next pointer of (1:179176) refers to page (1:179177). Neither (1:179177) nor its parent were encountered. Possible bad chain linkage.

    Server: Msg 8979, Level 16, State 1, Line 1

    Table error: Object ID 1490104349, index ID 1. Page (1:179178) is missing references from parent (unknown) and previous (page (1:179177)) nodes. Possible bad root entry in sysindexes.

    Server: Msg 8981, Level 16, State 1, Line 1

    Table error: Object ID 1490104349, index ID 1. The next pointer of (1:179178) refers to page (1:179179). Neither (1:179179) nor its parent were encountered. Possible bad chain linkage.

    Server: Msg 8978, Level 16, State 1, Line 1

    Table error: Object ID 1490104349, index ID 1. Page (1:179204) is missing a reference from previous page (1:179203). Possible chain linkage problem.

    Server: Msg 8936, Level 16, State 1, Line 1

    Table error: Object ID 1490104349, index ID 1. B-tree chain linkage mismatch. (1:179247)->next = (1:179208), but (1:179208)->Prev = (1:179207).

    Server: Msg 8936, Level 16, State 1, Line 1

    Table error: Object ID 1490104349, index ID 1. B-tree chain linkage mismatch. (1:179255)->next = (1:179240), but (1:179240)->Prev = (1:179239).

    Server: Msg 8979, Level 16, State 1, Line 1

    Table error: Object ID 1490104349, index ID 1. Page (1:179268) is missing references from parent (unknown) and previous (page (1:179267)) nodes. Possible bad root entry in sysindexes.

    Server: Msg 8977, Level 16, State 1, Line 1

    Table error: Object ID 1490104349, index ID 1. Parent node for page (1:179269) was not encountered.

    Server: Msg 8977, Level 16, State 1, Line 1

    Table error: Object ID 1490104349, index ID 1. Parent node for page (1:179270) was not encountered.

    Server: Msg 8977, Level 16, State 1, Line 1

    Table error: Object ID 1490104349, index ID 1. Parent node for page (1:179271) was not encountered.

    Server: Msg 8981, Level 16, State 1, Line 1

    Table error: Object ID 1490104349, index ID 1. The next pointer of (1:179271) refers to page (1:179272). Neither (1:179272) nor its parent were encountered. Possible bad chain linkage.

    Server: Msg 8978, Level 16, State 1, Line 1

    Table error: Object ID 1490104349, index ID 1. Page (1:179300) is missing a reference from previous page (1:179299). Possible chain linkage problem.

    Server: Msg 8981, Level 16, State 1, Line 1

    Table error: Object ID 1490104349, index ID 1. The next pointer of (1:179303) refers to page (1:179304). Neither (1:179304) nor its parent were encountered. Possible bad chain linkage.

    Server: Msg 8978, Level 16, State 1, Line 1

    Table error: Object ID 1490104349, index ID 1. Page (1:179396) is missing a reference from previous page (1:179395). Possible chain linkage problem.

    Server: Msg 8936, Level 16, State 1, Line 1

    Table error: Object ID 1490104349, index ID 1. B-tree chain linkage mismatch. (1:179415)->next = (1:179400), but (1:179400)->Prev = (1:179399).

    Server: Msg 8978, Level 16, State 1, Line 1

    Table error: Object ID 1490104349, index ID 1. Page (1:179428) is missing a reference from previous page (1:179427). Possible chain linkage problem.

    Server: Msg 8936, Level 16, State 1, Line 1

    Table error: Object ID 1490104349, index ID 1. B-tree chain linkage mismatch. (1:179447)->next = (1:179432), but (1:179432)->Prev = (1:179431).

    Server: Msg 8978, Level 16, State 1, Line 1

    Table error: Object ID 1490104349, index ID 1. Page (1:179460) is missing a reference from previous page (1:179459). Possible chain linkage problem.

    Server: Msg 8978, Level 16, State 1, Line 1

    Table error: Object ID 1490104349, index ID 1. Page (1:179492) is missing a reference from previous page (1:179491). Possible chain linkage problem.

    Server: Msg 8936, Level 16, State 1, Line 1

    Table error: Object ID 1490104349, index ID 1. B-tree chain linkage mismatch. (1:179519)->next = (1:179496), but (1:179496)->Prev = (1:179495).

    Server: Msg 8978, Level 16, State 1, Line 1

    Table error: Object ID 1490104349, index ID 1. Page (1:179524) is missing a reference from previous page (1:179523). Possible chain linkage problem.

    Server: Msg 8979, Level 16, State 1, Line 1

    Table error: Object ID 1490104349, index ID 1. Page (1:180105) is missing references from parent (unknown) and previous (page (1:180104)) nodes. Possible bad root entry in sysindexes.

    Server: Msg 8977, Level 16, State 1, Line 1

    Table error: Object ID 1490104349, index ID 1. Parent node for page (1:180106) was not encountered.

    Server: Msg 8981, Level 16, State 1, Line 1

    Table error: Object ID 1490104349, index ID 1. The next pointer of (1:180106) refers to page (1:180107). Neither (1:180107) nor its parent were encountered. Possible bad chain linkage.

    Server: Msg 8978, Level 16, State 1, Line 1

    Table error: Object ID 1490104349, index ID 1. Page (1:180452) is missing a reference from previous page (1:180451). Possible chain linkage problem.

    Server: Msg 8981, Level 16, State 1, Line 1

    Table error: Object ID 1490104349, index ID 1. The next pointer of (1:180452) refers to page (1:180453). Neither (1:180453) nor its parent were encountered. Possible bad chain linkage.

    Server: Msg 8978, Level 16, State 1, Line 1

    Table error: Object ID 1490104349, index ID 1. Page (1:180484) is missing a reference from previous page (1:180483). Possible chain linkage problem.

    Server: Msg 8981, Level 16, State 1, Line 1

    Table error: Object ID 1490104349, index ID 1. The next pointer of (1:180487) refers to page (1:180488). Neither (1:180488) nor its parent were encountered. Possible bad chain linkage.

    Server: Msg 8978, Level 16, State 1, Line 1

    Table error: Object ID 1490104349, index ID 1. Page (1:180644) is missing a reference from previous page (1:180643). Possible chain linkage problem.

    Server: Msg 8981, Level 16, State 1, Line 1

    Table error: Object ID 1490104349, index ID 1. The next pointer of (1:180644) refers to page (1:180645). Neither (1:180645) nor its parent were encountered. Possible bad chain linkage.

    Server: Msg 8979, Level 16, State 1, Line 1

    Table error: Object ID 1490104349, index ID 1. Page (1:180676) is missing references from parent (unknown) and previous (page (1:180675)) nodes. Possible bad root entry in sysindexes.

    Server: Msg 8977, Level 16, State 1, Line 1

    Table error: Object ID 1490104349, index ID 1. Parent node for page (1:180677) was not encountered.

    Server: Msg 8977, Level 16, State 1, Line 1

    Table error: Object ID 1490104349, index ID 1. Parent node for page (1:180678) was not encountered.

    Server: Msg 8977, Level 16, State 1, Line 1

    Table error: Object ID 1490104349, index ID 1. Parent node for page (1:180679) was not encountered.

    Server: Msg 8981, Level 16, State 1, Line 1

    Table error: Object ID 1490104349, index ID 1. The next pointer of (1:180679) refers to page (1:180680). Neither (1:180680) nor its parent were encountered. Possible bad chain linkage.

    Server: Msg 8978, Level 16, State 1, Line 1

    Table error: Object ID 1490104349, index ID 1. Page (1:182116) is missing a reference from previous page (1:182115). Possible chain linkage problem.

    Server: Msg 8978, Level 16, State 1, Line 1

    Table error: Object ID 1490104349, index ID 1. Page (1:182180) is missing a reference from previous page (1:182179). Possible chain linkage problem.

    Server: Msg 8981, Level 16, State 1, Line 1

    Table error: Object ID 1490104349, index ID 1. The next pointer of (1:182183) refers to page (1:182184). Neither (1:182184) nor its parent were encountered. Possible bad chain linkage.

    Server: Msg 8936, Level 16, State 1, Line 1

    Table error: Object ID 1490104349, index ID 1. B-tree chain linkage mismatch. (1:115063)->next = (1:182280), but (1:182280)->Prev = (1:182279).

    Server: Msg 8981, Level 16, State 1, Line 1

    Table error: Object ID 1490104349, index ID 1. The next pointer of (1:182280) refers to page (1:182281). Neither (1:182281) nor its parent were encountered. Possible bad chain linkage.

    Server: Msg 7965, Level 16, State 1, Line 1

    Table error: Could not check object ID 1544392571, index ID 1 due to invalid allocation (IAM) page(s).

    Server: Msg 8925, Level 16, State 1, Line 1

    Table error: Cross object linkage: Page (1:180442), slot 11, in object ID 1544392571, index ID 2, refers to page (1:180452), slot 0, in object ID 1490104349, index ID 1.

    CHECKDB found 7 allocation errors and 315 consistency errors in table 'art_invoice' (object ID 1490104349).

    Server: Msg 8928, Level 16, State 1, Line 1

    Object ID 1544392571, index ID 2: Page (1:180451) could not be processed. See other errors for details.

    Server: Msg 8944, Level 16, State 1, Line 1

    Table error: Object ID 1544392571, index ID 2, page (1:180451), row 1. Test (ColumnOffsets <= (nextRec - pRec)) failed. Values are 4608 and 127.

    Server: Msg 2533, Level 16, State 1, Line 1

    Table error: Page (1:180452) allocated to object ID 1544392571, index ID 2 was not seen. Page may be invalid or have incorrect object ID information in its header.

    Server: Msg 8925, Level 16, State 1, Line 1

    Table error: Cross object linkage: Page (1:180482), slot 3, in object ID 1544392571, index ID 3, refers to page (1:180484), slot 0, in object ID 1490104349, index ID 1.

    Server: Msg 8925, Level 16, State 1, Line 1

    Table error: Cross object linkage: Page (1:180482), slot 4, in object ID 1544392571, index ID 3, refers to page (1:180485), slot 0, in object ID 1490104349, index ID 1.

    Server: Msg 8925, Level 16, State 1, Line 1

    Table error: Cross object linkage: Page (1:180482), slot 5, in object ID 1544392571, index ID 3, refers to page (1:180486), slot 0, in object ID 1490104349, index ID 1.

    Server: Msg 8925, Level 16, State 1, Line 1

    Table error: Cross object linkage: Page (1:180482), slot 6, in object ID 1544392571, index ID 3, refers to page (1:180487), slot 0, in object ID 1490104349, index ID 1.

    Server: Msg 8928, Level 16, State 1, Line 1

    Object ID 1544392571, index ID 3: Page (1:180483) could not be processed. See other errors for details.

    Server: Msg 8944, Level 16, State 1, Line 1

    Table error: Object ID 1544392571, index ID 3, page (1:180483), row 1. Test (offsetNull >= BASEOFFSET) failed. Values are 3 and 4.

    Server: Msg 2533, Level 16, State 1, Line 1

    Table error: Page (1:180484) allocated to object ID 1544392571, index ID 3 was not seen. Page may be invalid or have incorrect object ID information in its header.

    Server: Msg 2533, Level 16, State 1, Line 1

    Table error: Page (1:180485) allocated to object ID 1544392571, index ID 3 was not seen. Page may be invalid or have incorrect object ID information in its header.

    Server: Msg 2533, Level 16, State 1, Line 1

    Table error: Page (1:180486) allocated to object ID 1544392571, index ID 3 was not seen. Page may be invalid or have incorrect object ID information in its header.

    Server: Msg 2533, Level 16, State 1, Line 1

    Table error: Page (1:180487) allocated to object ID 1544392571, index ID 3 was not seen. Page may be invalid or have incorrect object ID information in its header.

    Server: Msg 8959, Level 16, State 1, Line 1

    Table error: IAM page (1:487) for object ID 1544392571, index ID 4 is linked in the IAM chain for object ID 2025058250, index ID 2 by page (0:0).

    Server: Msg 8959, Level 16, State 1, Line 1

    Table error: IAM page (1:487) for object ID 1544392571, index ID 4 is linked in the IAM chain for object ID 2025058250, index ID 2 by page (0:0).

    Server: Msg 8959, Level 16, State 1, Line 1

    Table error: IAM page (1:487) for object ID 1544392571, index ID 4 is linked in the IAM chain for object ID 2025058250, index ID 2 by page (0:0).

    Server: Msg 8913, Level 16, State 1, Line 1

    Extent (1:139592) is allocated to 'art_gp_customer, PK_art_gp_customer' and at least one other object.

    Server: Msg 8913, Level 16, State 1, Line 1

    Extent (1:139600) is allocated to 'art_gp_customer, PK_art_gp_customer' and at least one other object.

    Server: Msg 8925, Level 16, State 1, Line 1

    Table error: Cross object linkage: Page (1:180634), slot 11, in object ID 1544392571, index ID 4, refers to page (1:180644), slot 0, in object ID 1490104349, index ID 1.

    Server: Msg 8928, Level 16, State 1, Line 1

    Object ID 1544392571, index ID 4: Page (1:180643) could not be processed. See other errors for details.

    Server: Msg 8944, Level 16, State 1, Line 1

    Table error: Object ID 1544392571, index ID 4, page (1:180643), row 1. Test (ColumnOffsets <= (nextRec - pRec)) failed. Values are 4608 and 127.

    Server: Msg 2533, Level 16, State 1, Line 1

    Table error: Page (1:180644) allocated to object ID 1544392571, index ID 4 was not seen. Page may be invalid or have incorrect object ID information in its header.

    Server: Msg 2576, Level 16, State 1, Line 1

    IAM page (0:0) is pointed to by the previous pointer of IAM page (1:147) object ID 1553440608 index ID 0 but was not detected in the scan.

    Server: Msg 8959, Level 16, State 1, Line 1

    Table error: IAM page (1:141) for object ID 1553440608, index ID 0 is linked in the IAM chain for object ID 1464392286, index ID 0 by page (0:0).

    Server: Msg 8913, Level 16, State 1, Line 1

    Extent (1:139816) is allocated to 'art_gp_payment' and at least one other object.

    Server: Msg 8913, Level 16, State 1, Line 1

    Extent (1:139824) is allocated to 'art_gp_payment' and at least one other object.

    CHECKDB found 3 allocation errors and 21 consistency errors in table 'art_gp_customer' (object ID 1544392571).

    Server: Msg 8913, Level 16, State 3, Line 1

    Extent (1:139832) is allocated to 'art_gp_payment' and at least one other object.

    Server: Msg 8959, Level 16, State 1, Line 1

    Table error: IAM page (1:141) for object ID 1553440608, index ID 1 is linked in the IAM chain for object ID 1464392286, index ID 1 by page (0:0).

    Server: Msg 8959, Level 16, State 1, Line 1

    Table error: IAM page (1:141) for object ID 1553440608, index ID 1 is linked in the IAM chain for object ID 1464392286, index ID 1 by page (0:0).

    Server: Msg 8980, Level 16, State 1, Line 1

    Table error: Object ID 1553440608, index ID 1. Index node page (0:0), slot 0 refers to child page (1:139817) and previous child (0:0), but they were not encountered.

    Server: Msg 8906, Level 16, State 1, Line 1

    Page (1:165) in database ID 7 is allocated in the SGAM (1:3) and PFS (1:1), but was not allocated in any IAM. PFS flags 'MIXED_EXT ALLOCATED 0_PCT_FULL'.

    Server: Msg 2533, Level 16, State 1, Line 1

    Table error: Page (1:222) allocated to object ID 1553440608, index ID 2 was not seen. Page may be invalid or have incorrect object ID information in its header.

    Server: Msg 8910, Level 16, State 1, Line 1

    Page (1:222) in database ID 7 is allocated to both object ID 1553440608, index ID 2, and object ID 1464392286, index ID 2.

    Server: Msg 8959, Level 16, State 1, Line 1

    Table error: IAM page (1:236) for object ID 1553440608, index ID 2 is linked in the IAM chain for object ID 157959639, index ID 2 by page (0:0).

    Server: Msg 8959, Level 16, State 1, Line 1

    Table error: IAM page (1:236) for object ID 1553440608, index ID 2 is linked in the IAM chain for object ID 157959639, index ID 2 by page (0:0).

    Server: Msg 8959, Level 16, State 1, Line 1

    Table error: IAM page (1:236) for object ID 1553440608, index ID 2 is linked in the IAM chain for object ID 157959639, index ID 2 by page (0:0).

    Server: Msg 8906, Level 16, State 1, Line 1

    Page (1:252) in database ID 7 is allocated in the SGAM (1:3) and PFS (1:1), but was not allocated in any IAM. PFS flags 'MIXED_EXT ALLOCATED 0_PCT_FULL'.

    Server: Msg 2533, Level 16, State 1, Line 1

    Table error: Page (1:480) allocated to object ID 1553440608, index ID 2 was not seen. Page may be invalid or have incorrect object ID information in its header.

    Server: Msg 2533, Level 16, State 1, Line 1

    Table error: Page (1:500) allocated to object ID 1553440608, index ID 2 was not seen. Page may be invalid or have incorrect object ID information in its header.

    Server: Msg 8980, Level 16, State 1, Line 1

    Table error: Object ID 1553440608, index ID 2. Index node page (0:0), slot 0 refers to child page (1:500) and previous child (0:0), but they were not encountered.

    Server: Msg 8906, Level 16, State 1, Line 1

    Page (1:2753) in database ID 7 is allocated in the SGAM (1:3) and PFS (1:1), but was not allocated in any IAM. PFS flags 'MIXED_EXT ALLOCATED 0_PCT_FULL'.

    Server: Msg 2576, Level 16, State 1, Line 1

    IAM page (0:0) is pointed to by the previous pointer of IAM page (1:6961) object ID 1553440608 index ID 3 but was not detected in the scan.

    Server: Msg 2575, Level 16, State 1, Line 1

    IAM page (1:3538) is pointed to by the next pointer of IAM page (0:0) object ID 1553440608 index ID 3 but was not detected in the scan.

    Server: Msg 7965, Level 16, State 1, Line 1

    Table error: Could not check object ID 1553440608, index ID 3 due to invalid allocation (IAM) page(s).

    Server: Msg 8946, Level 16, State 1, Line 1

    Table error: Allocation page (1:3538) has invalid IAM_PAGE page header values. Type is 2. Check type, object ID and page ID on the page.

    Server: Msg 8946, Level 16, State 1, Line 1

    Table error: Allocation page (1:3538) has invalid IAM_PAGE page header values. Type is 2. Check type, object ID and page ID on the page.

    Server: Msg 2575, Level 16, State 1, Line 1

    IAM page (1:8069) is pointed to by the next pointer of IAM page (0:0) object ID 1553440608 index ID 4 but was not detected in the scan.

    Server: Msg 7965, Level 16, State 1, Line 1

    Table error: Could not check object ID 1553440608, index ID 4 due to invalid allocation (IAM) page(s).

    Server: Msg 8946, Level 16, State 1, Line 1

    Table error: Allocation page (1:8069) has invalid IAM_PAGE page header values. Type is 2. Check type, object ID and page ID on the page.

    Server: Msg 8946, Level 16, State 1, Line 1

    Table error: Allocation page (1:8069) has invalid IAM_PAGE page header values. Type is 2. Check type, object ID and page ID on the page.

    Server: Msg 8906, Level 16, State 1, Line 1

    Page (1:114814) in database ID 7 is allocated in the SGAM (1:3) and PFS (1:113232), but was not allocated in any IAM. PFS flags 'MIXED_EXT ALLOCATED 0_PCT_FULL'.

    Server: Msg 8906, Level 16, State 1, Line 1

    Page (1:114932) in database ID 7 is allocated in the SGAM (1:3) and PFS (1:113232), but was not allocated in any IAM. PFS flags 'MIXED_EXT ALLOCATED 0_PCT_FULL'.

    Server: Msg 8906, Level 16, State 1, Line 1

    Page (1:114933) in database ID 7 is allocated in the SGAM (1:3) and PFS (1:113232), but was not allocated in any IAM. PFS flags 'MIXED_EXT ALLOCATED 0_PCT_FULL'.

    Server: Msg 8906, Level 16, State 1, Line 1

    Page (1:114934) in database ID 7 is allocated in the SGAM (1:3) and PFS (1:113232), but was not allocated in any IAM. PFS flags 'MIXED_EXT ALLOCATED 0_PCT_FULL'.

    Server: Msg 2576, Level 16, State 1, Line 1

    IAM page (0:0) is pointed to by the previous pointer of IAM page (1:254) object ID 1556200594 index ID 0 but was not detected in the scan.

    Server: Msg 2534, Level 16, State 1, Line 1

    Table error: Page (1:2407) with object ID 1556200594, index ID 0 in its header is allocated by another object.

    Server: Msg 7965, Level 16, State 1, Line 1

    Table error: Could not check object ID 1556200594, index ID 1 due to invalid allocation (IAM) page(s).

    Server: Msg 8980, Level 16, State 1, Line 1

    Table error: Object ID 1556200594, index ID 1. Index node page (1:2407), slot 0 refers to child page (1:157) and previous child (0:0), but they were not encountered.

    Server: Msg 8979, Level 16, State 1, Line 1

    Table error: Object ID 1556200594, index ID 1. Page (1:2407) is missing references from parent (unknown) and previous (page (0:0)) nodes. Possible bad root entry in sysindexes.

    Server: Msg 8928, Level 16, State 1, Line 1

    Object ID 1848393654, index ID 0: Page (1:179523) could not be processed. See other errors for details.

    Server: Msg 8944, Level 16, State 1, Line 1

    Table error: Object ID 1848393654, index ID 0, page (1:179523), row 0. Test (columnOffsets->offTbl [varColumnNumber] <= (nextRec - pRec)) failed. Values are 130 and 127.

    Server: Msg 2533, Level 16, State 1, Line 1

    Table error: Page (1:179524) allocated to object ID 1848393654, index ID 0 was not seen. Page may be invalid or have incorrect object ID information in its header.

    Server: Msg 2533, Level 16, State 1, Line 1

    Table error: Page (1:179525) allocated to object ID 1848393654, index ID 0 was not seen. Page may be invalid or have incorrect object ID information in its header.

    CHECKDB found 17 allocation errors and 15 consistency errors in table 'art_gp_payment' (object ID 1553440608).

    CHECKDB found 1 allocation errors and 4 consistency errors in table 'art_unitlabel' (object ID 1556200594).

    Server: Msg 2533, Level 16, State 1, Line 1

    Table error: Page (1:179526) allocated to object ID 1848393654, index ID 0 was not seen. Page may be invalid or have incorrect object ID information in its header.

    Server: Msg 2533, Level 16, State 1, Line 1

    Table error: Page (1:179527) allocated to object ID 1848393654, index ID 0 was not seen. Page may be invalid or have incorrect object ID information in its header.

    Server: Msg 2533, Level 16, State 1, Line 1

    Table error: Page (1:179528) allocated to object ID 1848393654, index ID 0 was not seen. Page may be invalid or have incorrect object ID information in its header.

    Server: Msg 2533, Level 16, State 1, Line 1

    Table error: Page (1:179529) allocated to object ID 1848393654, index ID 0 was not seen. Page may be invalid or have incorrect object ID information in its header.

    Server: Msg 2533, Level 16, State 1, Line 1

    Table error: Page (1:179530) allocated to object ID 1848393654, index ID 0 was not seen. Page may be invalid or have incorrect object ID information in its header.

    Server: Msg 8928, Level 16, State 1, Line 1

    Object ID 1848393654, index ID 0: Page (1:179531) could not be processed. See other errors for details.

    Server: Msg 8925, Level 16, State 1, Line 1

    Table error: Cross object linkage: Page (1:179505), slot 11, in object ID 1848393654, index ID 1, refers to page (1:179524), slot 0, in object ID 1490104349, index ID 1.

    Server: Msg 8925, Level 16, State 1, Line 1

    Table error: Cross object linkage: Page (1:179505), slot 12, in object ID 1848393654, index ID 1, refers to page (1:179525), slot 0, in object ID 1490104349, index ID 1.

    Server: Msg 8925, Level 16, State 1, Line 1

    Table error: Cross object linkage: Page (1:179505), slot 13, in object ID 1848393654, index ID 1, refers to page (1:179526), slot 0, in object ID 1490104349, index ID 1.

    Server: Msg 8925, Level 16, State 1, Line 1

    Table error: Cross object linkage: Page (1:179505), slot 14, in object ID 1848393654, index ID 1, refers to page (1:179527), slot 0, in object ID 1490104349, index ID 1.

    Server: Msg 8925, Level 16, State 1, Line 1

    Table error: Cross object linkage: Page (1:179505), slot 15, in object ID 1848393654, index ID 1, refers to page (1:179528), slot 0, in object ID 1490104349, index ID 1.

    Server: Msg 8925, Level 16, State 1, Line 1

    Table error: Cross object linkage: Page (1:179505), slot 16, in object ID 1848393654, index ID 1, refers to page (1:179529), slot 0, in object ID 1490104349, index ID 1.

    Server: Msg 8925, Level 16, State 1, Line 1

    Table error: Cross object linkage: Page (1:179505), slot 17, in object ID 1848393654, index ID 1, refers to page (1:179530), slot 0, in object ID 1490104349, index ID 1.

    Server: Msg 8926, Level 16, State 1, Line 1

    Table error: Cross object linkage: Parent page (1:179505), slot 18, in object ID 1848393654, index ID 1, and page (1:179530), slot 0, in object ID 1490104349, index ID 1, next refer to page (1:179531) but are not in the same object.

    Server: Msg 2533, Level 16, State 1, Line 1

    Table error: Page (1:233) allocated to object ID 1848393654, index ID 2 was not seen. Page may be invalid or have incorrect object ID information in its header.

    Server: Msg 8925, Level 16, State 1, Line 1

    Table error: Cross object linkage: Page (1:114931), slot 3, in object ID 1848393654, index ID 3, refers to page (1:114954), slot 0, in object ID 1490104349, index ID 1.

    Server: Msg 8925, Level 16, State 1, Line 1

    Table error: Cross object linkage: Page (1:114931), slot 4, in object ID 1848393654, index ID 3, refers to page (1:114959), slot 0, in object ID 1490104349, index ID 1.

    Server: Msg 2533, Level 16, State 1, Line 1

    Table error: Page (1:114954) allocated to object ID 1848393654, index ID 3 was not seen. Page may be invalid or have incorrect object ID information in its header.

    Server: Msg 2533, Level 16, State 1, Line 1

    Table error: Page (1:114959) allocated to object ID 1848393654, index ID 3 was not seen. Page may be invalid or have incorrect object ID information in its header.

    Server: Msg 8959, Level 16, State 1, Line 1

    Table error: IAM page (1:166) for object ID 1993058136, index ID 0 is linked in the IAM chain for object ID 368720366, index ID 0 by page (0:0).

    Server: Msg 8913, Level 16, State 1, Line 1

    Extent (1:138952) is allocated to 'art_address' and at least one other object.

    Server: Msg 8913, Level 16, State 1, Line 1

    Extent (1:138960) is allocated to 'art_address' and at least one other object.

    Server: Msg 8959, Level 16, State 1, Line 1

    Table error: IAM page (1:166) for object ID 1993058136, index ID 1 is linked in the IAM chain for object ID 368720366, index ID 1 by page (0:0).

    CHECKDB found 0 allocation errors and 23 consistency errors in table 'art_gp_application' (object ID 1848393654).

    Server: Msg 8959, Level 16, State 1, Line 1

    Table error: IAM page (1:166) for object ID 1993058136, index ID 1 is linked in the IAM chain for object ID 368720366, index ID 1 by page (0:0).

    Server: Msg 7965, Level 16, State 1, Line 1

    Table error: Could not check object ID 1993058136, index ID 1 due to invalid allocation (IAM) page(s).

    Server: Msg 8906, Level 16, State 1, Line 1

    Page (1:197) in database ID 7 is allocated in the SGAM (1:3) and PFS (1:1), but was not allocated in any IAM. PFS flags 'IAM_PG MIXED_EXT ALLOCATED 0_PCT_FULL'.

    Server: Msg 8939, Level 16, State 1, Line 1

    Table error: Object ID 1993058136, index ID 1, page (1:197). Test (Align(m_slots[-1].GetOffset ()) == Align(m_slots[0].GetOffset () + sizeof(IAMHEADER) + sizeof(DataRecHdr)) && m_type == IAM_PAGE) failed. Values are 136 and 190.

    Server: Msg 8939, Level 16, State 1, Line 1

    Table error: Object ID 1993058136, index ID 1, page (1:197). Test (Align(m_slots[-1].GetOffset ()) == Align(m_slots[0].GetOffset () + sizeof(IAMHEADER) + sizeof(DataRecHdr)) && m_type == IAM_PAGE) failed. Values are 136 and 190.

    Server: Msg 8928, Level 16, State 1, Line 1

    Object ID 1998630163, index ID 0: Page (1:178691) could not be processed. See other errors for details.

    Server: Msg 8944, Level 16, State 1, Line 1

    Table error: Object ID 1998630163, index ID 0, page (1:178691), row 1. Test (offsetNull >= BASEOFFSET) failed. Values are 0 and 4.

    Server: Msg 2533, Level 16, State 1, Line 1

    Table error: Page (1:178692) allocated to object ID 1998630163, index ID 0 was not seen. Page may be invalid or have incorrect object ID information in its header.

    Server: Msg 2533, Level 16, State 1, Line 1

    Table error: Page (1:178693) allocated to object ID 1998630163, index ID 0 was not seen. Page may be invalid or have incorrect object ID information in its header.

    Server: Msg 2533, Level 16, State 1, Line 1

    Table error: Page (1:178694) allocated to object ID 1998630163, index ID 0 was not seen. Page may be invalid or have incorrect object ID information in its header.

    Server: Msg 2533, Level 16, State 1, Line 1

    Table error: Page (1:178695) allocated to object ID 1998630163, index ID 0 was not seen. Page may be invalid or have incorrect object ID information in its header.

    CHECKDB found 4 allocation errors and 5 consistency errors in table 'art_address' (object ID 1993058136).

    Server: Msg 8925, Level 16, State 1, Line 1

    Table error: Cross object linkage: Page (1:178681), slot 11, in object ID 1998630163, index ID 1, refers to page (1:178692), slot 0, in object ID 1490104349, index ID 1.

    Server: Msg 8925, Level 16, State 1, Line 1

    Table error: Cross object linkage: Page (1:178681), slot 12, in object ID 1998630163, index ID 1, refers to page (1:178693), slot 0, in object ID 1490104349, index ID 1.

    Server: Msg 8925, Level 16, State 1, Line 1

    Table error: Cross object linkage: Page (1:178681), slot 13, in object ID 1998630163, index ID 1, refers to page (1:178694), slot 0, in object ID 1490104349, index ID 1.

    Server: Msg 8925, Level 16, State 1, Line 1

    Table error: Cross object linkage: Page (1:178681), slot 14, in object ID 1998630163, index ID 1, refers to page (1:178695), slot 0, in object ID 1490104349, index ID 1.

    Server: Msg 8959, Level 16, State 1, Line 1

    Table error: IAM page (1:220) for object ID 2025058250, index ID 1 is linked in the IAM chain for object ID 2129442660, index ID 1 by page (0:0).

    Server: Msg 8959, Level 16, State 1, Line 1

    Table error: IAM page (1:220) for object ID 2025058250, index ID 1 is linked in the IAM chain for object ID 2129442660, index ID 1 by page (0:0).

    Server: Msg 8906, Level 16, State 1, Line 1

    Page (1:485) in database ID 7 is allocated in the SGAM (1:3) and PFS (1:1), but was not allocated in any IAM. PFS flags 'MIXED_EXT ALLOCATED 0_PCT_FULL'.

    Server: Msg 7965, Level 16, State 1, Line 1

    Table error: Could not check object ID 2025058250, index ID 2 due to invalid allocation (IAM) page(s).

    Server: Msg 2576, Level 16, State 1, Line 1

    IAM page (0:0) is pointed to by the previous pointer of IAM page (1:146) object ID 2129442660 index ID 0 but was not detected in the scan.

    Server: Msg 7965, Level 16, State 1, Line 1

    Table error: Could not check object ID 2129442660, index ID 1 due to invalid allocation (IAM) page(s).

    Server: Msg 2576, Level 16, State 1, Line 1

    IAM page (0:0) is pointed to by the previous pointer of IAM page (1:480) object ID 2129442660 index ID 2 but was not detected in the scan.

    CHECKDB found 0 allocation errors and 10 consistency errors in table 'art_person' (object ID 1998630163).

    CHECKDB found 1 allocation errors and 3 consistency errors in table 'art_brand' (object ID 2025058250).

    Server: Msg 2533, Level 16, State 1, Line 1

    Table error: Page (1:468) allocated to object ID 2129442660, index ID 2 was not seen. Page may be invalid or have incorrect object ID information in its header.

    Server: Msg 2533, Level 16, State 1, Line 1

    Table error: Page (1:481) allocated to object ID 2129442660, index ID 2 was not seen. Page may be invalid or have incorrect object ID information in its header.

    Server: Msg 2533, Level 16, State 1, Line 1

    Table error: Page (1:482) allocated to object ID 2129442660, index ID 2 was not seen. Page may be invalid or have incorrect object ID information in its header.

    Server: Msg 2533, Level 16, State 1, Line 1

    Table error: Page (1:483) allocated to object ID 2129442660, index ID 2 was not seen. Page may be invalid or have incorrect object ID information in its header.

    Server: Msg 7965, Level 16, State 1, Line 1

    Table error: Could not check object ID 2129442660, index ID 2 due to invalid allocation (IAM) page(s).

    Server: Msg 2533, Level 16, State 1, Line 1

    Table error: Page (1:114807) allocated to object ID 2129442660, index ID 2 was not seen. Page may be invalid or have incorrect object ID information in its header.

    Server: Msg 2533, Level 16, State 1, Line 1

    Table error: Page (1:114808) allocated to object ID 2129442660, index ID 2 was not seen. Page may be invalid or have incorrect object ID information in its header.

    Server: Msg 2533, Level 16, State 1, Line 1

    Table error: Page (1:114856) allocated to object ID 2129442660, index ID 2 was not seen. Page may be invalid or have incorrect object ID information in its header.

    Server: Msg 2533, Level 16, State 1, Line 1

    Table error: Page (1:114863) allocated to object ID 2129442660, index ID 2 was not seen. Page may be invalid or have incorrect object ID information in its header.

    Server: Msg 2533, Level 16, State 1, Line 1

    Table error: Page (1:179416) allocated to object ID 2129442660, index ID 2 was not seen. Page may be invalid or have incorrect object ID information in its header.

    CHECKDB found 2 allocation errors and 11 consistency errors in table 'art_apply2' (object ID 2129442660).

    CHECKDB found 367 allocation errors and 945 consistency errors in database 'ART'.

  • Do you have a backup of the master database?

    A restore of the database is imminent.

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

  • I have already uninstalled and installed a new copy of SQL Server.

    When the backup AND data disk went down, it corrupted ALL my backups and mdf/ldf files.

    There was nothing Microsoft could do... I have to recreate from scratch!!

    Big bummer!!

  • Little late to point it out, but any good backup plan should have backups to tape to make sure you have some place to go back to.

  • Thanks for updating us. As Michael pointed out, make sure you get some good backups of your databases and keep them in separate physical locations / media.

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

Viewing 13 posts - 1 through 12 (of 12 total)

You must be logged in to reply to this topic. Login to reply