Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 Data Corruption Issues
 Suspect Database, need help pls.

Author  Topic 

tizer001
Starting Member

9 Posts

Posted - 2007-04-16 : 06:18:58
Hi all,
I have a suspect database caused by a disk error on a Raid5 disk. I'm a bit of a novice on SQL and am using SQL 2005. I have tried the following and can't get the database status to reset which means the DBCC checkdb command does not run. The client I am fixing this for has no backup of the data at all.


USE master
GO
sp_configure 'allow updates', 1
GO
RECONFIGURE WITH OVERRIDE
GO

EXEC sp_resetstatus 'nhd2007';
GO

sp_configure 'allow updates', 0
GO
RECONFIGURE WITH OVERRIDE
GO


DBCC checkdb ('nhd2007',NOINDEX);
GO

I get the following error back:-
Configuration option 'allow updates' changed from 0 to 1. Run the RECONFIGURE statement to install.
The suspect flag on the database "nhd2007" is already reset.
Configuration option 'allow updates' changed from 1 to 0. Run the RECONFIGURE statement to install.
Msg 926, Level 14, State 1, Line 3
Database 'nhd2007' cannot be opened. It has been marked SUSPECT by recovery. See the SQL Server errorlog for more information.


The error in the SQL Log which is causing all the problems is:-
Message
SQL Server detected a logical consistency-based I/O error: incorrect pageid (expected 1:3425329; actual 25600:1744858624). It occurred during a read of page (1:3425329) in database ID 24 at offset 0x00000688862000 in file 'E:\nhd2007\nhd2007.mdf'. Additional messages in the SQL Server error log or system event log may provide more detail. This is a severe error condition that threatens database integrity and must be corrected immediately. Complete a full database consistency check (DBCC CHECKDB). This error can be caused by many factors; for more information, see SQL Server Books Online.


Any advice on what I can do to get some access to the data would be great.

Thanks



Boddedashiva
Starting Member

6 Posts

Posted - 2007-04-16 : 07:55:16
Hi

Try to set the db to ReadOnly mode and then move the database using Import/Export.

Jai
Go to Top of Page

tizer001
Starting Member

9 Posts

Posted - 2007-04-16 : 08:13:24

What would the difference be between changing it to read only or changing it to emergency?

Go to Top of Page

Boddedashiva
Starting Member

6 Posts

Posted - 2007-04-16 : 08:34:33
Hi
Emergency Mode repair the database with loss.

However keeping the database in readonly mode will allow you get the database into a sepeate database and then you can run the emergency mode,this way you will have your data and in case the emergency delets any records you have them in other database.
Go to Top of Page

tizer001
Starting Member

9 Posts

Posted - 2007-04-16 : 09:10:32

Hi Boddedashiva,
I've switched the database to read-only now, it's showing as read-only in the management studio, however I can't export any data from it as the problem database does not show up in the list of exportable databases. I can see and choose all the other databases on the server.

Go to Top of Page

paulrandal
Yak with Vast SQL Skills

899 Posts

Posted - 2007-04-16 : 11:59:38
Do you have any backups? If so, use a backup. If not (which I suspect is the case), the very first thing you need to do after sorting this out is figure out a backup strategy.

You don't need to set the database to read-only - it's already suspect and can't be used. Setting it to emergency mode allows you into the database with the understanding that recovery has not run and you will get inconsistent data back.

ALTER DATABASE nhd2007 SET EMERGENCY

Now, you may be able to repair the database with zero data-loss - it depends on where the errors are. The page (1:3425329) has been irretrievably corrupted by your hardware so that's going to be deleted by repair - the question is what the page is storing. Can you post the results of:

DBCC CHECKDB (ndh2007) WITH NO_INFOMSGS, ALL_ERORRMSGS

I'll be notified automatically when you do.

Paul Randal
Principal Lead Program Manager, Microsoft SQL Server Core Storage Engine
(Legalese: This posting is provided "AS IS" with no warranties, and confers no rights.)
http://blogs.msdn.com/sqlserverstorageengine/default.aspx
Go to Top of Page

tizer001
Starting Member

9 Posts

Posted - 2007-04-17 : 04:14:46
Hi Paul,
I ran the DBCC command and it's generated a lot of information.
I have no official backup of the actual table data in SQL Server but I do have the raw ASCII text data that the tables were created from so loss of data isn't the end of the world but more just a pain finding out what might be lost by running DBCC with repair_allow_data_loss. Is there anything in this list of errors that signifies just how much data has been corrupted? It's simple data, containing just names and addresses, although there is around 40 million of them split across 7 or 8 tables in this database.

Here's the results from DBCC command:-

Msg 8909, Level 16, State 1, Line 3
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 9007641643581440 (type Unknown), page ID (1:3425331) contains an incorrect page ID in its page header. The PageId in the page header = (101:4915310).
Msg 8909, Level 16, State 1, Line 3
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 9007641643581440 (type Unknown), page ID (1:3425333) contains an incorrect page ID in its page header. The PageId in the page header = (101:4915310).
Msg 8909, Level 16, State 1, Line 3
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 4386329016206819328 (type Unknown), page ID (1:3425334) contains an incorrect page ID in its page header. The PageId in the page header = (32512:2130735872).
Msg 8909, Level 16, State 1, Line 3
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 5692660980929003520 (type Unknown), page ID (1:3425329) contains an incorrect page ID in its page header. The PageId in the page header = (25600:1744858624).
Msg 8909, Level 16, State 1, Line 3
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 7998445715606994944 (type Unknown), page ID (1:3425330) contains an incorrect page ID in its page header. The PageId in the page header = (0:335556608).
CHECKDB found 0 allocation errors and 5 consistency errors not associated with any single object.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:2386712), slot 8 points to page (1:2621015), slot 18. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:2387318), slot 20 points to page (1:2829246), slot 15. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:2388330), slot 3 points to page (1:6167913), slot 7. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:2388661), slot 7 points to page (1:6167913), slot 21. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:2388825), slot 17 points to page (1:3058030), slot 22. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:2410543), slot 13 points to page (1:2500832), slot 20. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:2415855), slot 9 points to page (1:3224126), slot 20. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:2415891), slot 25 points to page (1:2864449), slot 20. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:2416218), slot 14 points to page (1:6167960), slot 12. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:2421656), slot 8 points to page (1:6167940), slot 16. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:2421885), slot 19 points to page (1:6167954), slot 21. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:2421931), slot 22 points to page (1:6167911), slot 9. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:2421942), slot 15 points to page (1:6167910), slot 13. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:2422140), slot 10 points to page (1:3072123), slot 19. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:2422232), slot 5 points to page (1:2668670), slot 21. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:2422613), slot 6 points to page (1:6167909), slot 5. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:2423655), slot 0 points to page (1:2520827), slot 19. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:2423864), slot 17 points to page (1:4282211), slot 18. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:2424328), slot 11 points to page (1:2812191), slot 17. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:2424395), slot 19 points to page (1:4363614), slot 0. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:2424827), slot 17 points to page (1:4572894), slot 15. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:2424831), slot 19 points to page (1:3350569), slot 28. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:2424857), slot 5 points to page (1:2571199), slot 19. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:2424933), slot 13 points to page (1:2684430), slot 22. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:2424963), slot 7 points to page (1:6167989), slot 1. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:2425226), slot 2 points to page (1:6167983), slot 8. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:2433773), slot 6 points to page (1:2952626), slot 19. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:2433839), slot 23 points to page (1:2984832), slot 20. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:2433930), slot 11 points to page (1:4618474), slot 6. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:2434952), slot 6 points to page (1:2992875), slot 17. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:2435111), slot 9 points to page (1:4601284), slot 0. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:2435192), slot 18 points to page (1:2564832), slot 25. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:2435570), slot 24 points to page (1:2696390), slot 22. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:2435706), slot 15 points to page (1:6167931), slot 8. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:2435931), slot 7 points to page (1:4356471), slot 8. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:2496635), slot 17 points to page (1:6167977), slot 8. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:2496766), slot 2 points to page (1:6167973), slot 12. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:2497100), slot 3 points to page (1:3204569), slot 22. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:2497596), slot 14 points to page (1:4452044), slot 0. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:2497624), slot 8 points to page (1:6167947), slot 13. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:2497891), slot 6 points to page (1:3447469), slot 20. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:2498532), slot 9 points to page (1:6167955), slot 5. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:2499128), slot 9 points to page (1:6167990), slot 8. Did not encounter forwarded row. Possible allocation error.
Msg 8994, Level 16, State 1, Line 3
Object ID 357576312, forwarded row page (1:2499128), slot 25 should be pointed to by forwarding row page (1:3177395), slot 5. Did not encounter forwarding row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:2499215), slot 16 points to page (1:3312438), slot 20. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:2499241), slot 17 points to page (1:3115820), slot 19. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:2499412), slot 10 points to page (1:4436282), slot 20. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:2499629), slot 19 points to page (1:3337139), slot 24. Did not encounter forwarded row. Possible allocation error.
Msg 8972, Level 16, State 1, Line 3
Forwarded row referenced by more than one row. Object ID 357576312, partition ID 72057594040156160, alloc unit ID 72057594044284928 (type In-row data), page (1:2500650), slot 2 incorrectly points to the forwarded row page (1:4361594), slot 4, which correctly refers back to page (1:3472293), slot 20.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:2500704), slot 19 points to page (1:4363605), slot 16. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:2501130), slot 18 points to page (1:6167974), slot 1. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:2501141), slot 5 points to page (1:2562258), slot 23. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:2501330), slot 21 points to page (1:3224091), slot 21. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:2502820), slot 15 points to page (1:4422445), slot 20. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:2503263), slot 9 points to page (1:6167907), slot 10. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:2504039), slot 21 points to page (1:2589499), slot 22. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:2506043), slot 19 points to page (1:6167913), slot 9. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:2506548), slot 3 points to page (1:6167929), slot 19. Did not encounter forwarded row. Possible allocation error.
Msg 8971, Level 16, State 1, Line 3
Forwarded row mismatch: Object ID 357576312, partition ID 72057594040156160, alloc unit ID 72057594044284928 (type In-row data) page (1:3491303), slot 18 points to forwarded row page (1:2506991), slot 22; the forwarded row points back to page (1:3423966), slot 1
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:2507383), slot 11 points to page (1:3008436), slot 29. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:2507386), slot 8 points to page (1:3088836), slot 21. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:2507697), slot 20 points to page (1:2924691), slot 19. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:2508707), slot 11 points to page (1:6167892), slot 5. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:2509161), slot 19 points to page (1:6167878), slot 1. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:2511557), slot 15 points to page (1:3009631), slot 19. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:2511838), slot 1 points to page (1:6167988), slot 3. Did not encounter forwarded row. Possible allocation error.
Msg 8914, Level 16, State 1, Line 3
Incorrect PFS free space information for page (1:2511951) in object ID 357576312, index ID 0, partition ID 72057594040156160, alloc unit ID 72057594044284928 (type In-row data). Expected value 100_PCT_FULL, actual value 95_PCT_FULL.
Msg 8914, Level 16, State 1, Line 3
Incorrect PFS free space information for page (1:2512001) in object ID 357576312, index ID 0, partition ID 72057594040156160, alloc unit ID 72057594044284928 (type In-row data). Expected value 100_PCT_FULL, actual value 95_PCT_FULL.
Msg 8994, Level 16, State 1, Line 3
Object ID 357576312, forwarded row page (1:2512001), slot 18 should be pointed to by forwarding row page (1:2388740), slot 16. Did not encounter forwarding row. Possible allocation error.
Msg 8994, Level 16, State 1, Line 3
Object ID 357576312, forwarded row page (1:2512001), slot 19 should be pointed to by forwarding row page (1:3069532), slot 12. Did not encounter forwarding row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:2512017), slot 8 points to page (1:2854231), slot 19. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:2512595), slot 11 points to page (1:3122550), slot 24. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:2513246), slot 3 points to page (1:2848541), slot 19. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:2513247), slot 13 points to page (1:3134171), slot 21. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:2513697), slot 4 points to page (1:2975642), slot 20. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:2513840), slot 23 points to page (1:3330057), slot 20. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:2513995), slot 22 points to page (1:4404119), slot 4. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:2514217), slot 1 points to page (1:2547842), slot 18. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:2514218), slot 24 points to page (1:6167878), slot 8. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:2515006), slot 10 points to page (1:4363589), slot 9. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:2515209), slot 1 points to page (1:6167923), slot 1. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:2515504), slot 6 points to page (1:6167999), slot 12. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:2516612), slot 5 points to page (1:2577052), slot 25. Did not encounter forwarded row. Possible allocation error.
Msg 8972, Level 16, State 1, Line 3
Forwarded row referenced by more than one row. Object ID 357576312, partition ID 72057594040156160, alloc unit ID 72057594044284928 (type In-row data), page (1:2516805), slot 17 incorrectly points to the forwarded row page (1:4368073), slot 15, which correctly refers back to page (1:3475804), slot 9.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:2517130), slot 24 points to page (1:4363703), slot 4. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:2517584), slot 7 points to page (1:3026023), slot 22. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:2517666), slot 4 points to page (1:2881060), slot 17. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:2518187), slot 7 points to page (1:3335757), slot 33. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:2518402), slot 2 points to page (1:4404113), slot 4. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:2519836), slot 16 points to page (1:6167983), slot 11. Did not encounter forwarded row. Possible allocation error.
Msg 8914, Level 16, State 1, Line 3
Incorrect PFS free space information for page (1:2520697) in object ID 357576312, index ID 0, partition ID 72057594040156160, alloc unit ID 72057594044284928 (type In-row data). Expected value 100_PCT_FULL, actual value 95_PCT_FULL.
Msg 8994, Level 16, State 1, Line 3
Object ID 357576312, forwarded row page (1:2520697), slot 19 should be pointed to by forwarding row page (1:2902689), slot 3. Did not encounter forwarding row. Possible allocation error.
Msg 8914, Level 16, State 1, Line 3
Incorrect PFS free space information for page (1:2520789) in object ID 357576312, index ID 0, partition ID 72057594040156160, alloc unit ID 72057594044284928 (type In-row data). Expected value 100_PCT_FULL, actual value 95_PCT_FULL.
Msg 8994, Level 16, State 1, Line 3
Object ID 357576312, forwarded row page (1:2520789), slot 20 should be pointed to by forwarding row page (1:3472108), slot 13. Did not encounter forwarding row. Possible allocation error.
Msg 8994, Level 16, State 1, Line 3
Object ID 357576312, forwarded row page (1:2520789), slot 21 should be pointed to by forwarding row page (1:3438108), slot 17. Did not encounter forwarding row. Possible allocation error.
Msg 8914, Level 16, State 1, Line 3
Incorrect PFS free space information for page (1:2520835) in object ID 357576312, index ID 0, partition ID 72057594040156160, alloc unit ID 72057594044284928 (type In-row data). Expected value 100_PCT_FULL, actual value 95_PCT_FULL.
Msg 8994, Level 16, State 1, Line 3
Object ID 357576312, forwarded row page (1:2520835), slot 22 should be pointed to by forwarding row page (1:3449054), slot 9. Did not encounter forwarding row. Possible allocation error.
Msg 8972, Level 16, State 1, Line 3
Forwarded row referenced by more than one row. Object ID 357576312, partition ID 72057594040156160, alloc unit ID 72057594044284928 (type In-row data), page (1:2520857), slot 16 incorrectly points to the forwarded row page (1:4363676), slot 7, which correctly refers back to page (1:2520857), slot 16.
Msg 8914, Level 16, State 1, Line 3
Incorrect PFS free space information for page (1:2520886) in object ID 357576312, index ID 0, partition ID 72057594040156160, alloc unit ID 72057594044284928 (type In-row data). Expected value 100_PCT_FULL, actual value 95_PCT_FULL.
Msg 8994, Level 16, State 1, Line 3
Object ID 357576312, forwarded row page (1:2520886), slot 24 should be pointed to by forwarding row page (1:2794652), slot 10. Did not encounter forwarding row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:2520955), slot 12 points to page (1:6167900), slot 13. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:2522261), slot 24 points to page (1:6167916), slot 17. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:2522469), slot 22 points to page (1:3198526), slot 19. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:2523044), slot 1 points to page (1:3287901), slot 19. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:2523125), slot 9 points to page (1:2636473), slot 23. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:2523129), slot 5 points to page (1:4572880), slot 12. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:2523295), slot 20 points to page (1:6167939), slot 5. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:2527665), slot 7 points to page (1:3120277), slot 21. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:2527811), slot 20 points to page (1:3337131), slot 27. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:2527919), slot 24 points to page (1:6167979), slot 3. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:2528266), slot 24 points to page (1:4595893), slot 2. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:2528268), slot 14 points to page (1:6167876), slot 8. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:2528308), slot 14 points to page (1:6167878), slot 7. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:2528309), slot 6 points to page (1:2627910), slot 16. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:2528311), slot 16 points to page (1:2648618), slot 21. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:2528418), slot 20 points to page (1:3329505), slot 21. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:2528429), slot 12 points to page (1:2959563), slot 23. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:2528650), slot 23 points to page (1:2659205), slot 22. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:2528880), slot 6 points to page (1:2789242), slot 25. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:2529465), slot 20 points to page (1:3195588), slot 21. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:2529575), slot 3 points to page (1:6167890), slot 5. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:2553106), slot 0 points to page (1:4562058), slot 5. Did not encounter forwarded row. Possible allocation error.
Msg 8914, Level 16, State 1, Line 3
Incorrect PFS free space information for page (1:2554575) in object ID 357576312, index ID 0, partition ID 72057594040156160, alloc unit ID 72057594044284928 (type In-row data). Expected value 100_PCT_FULL, actual value 95_PCT_FULL.
Msg 8994, Level 16, State 1, Line 3
Object ID 357576312, forwarded row page (1:2554575), slot 21 should be pointed to by forwarding row page (1:2878722), slot 16. Did not encounter forwarding row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:2556839), slot 24 points to page (1:2918755), slot 18. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:2557455), slot 17 points to page (1:6167932), slot 15. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:2571365), slot 10 points to page (1:6167949), slot 15. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:2690473), slot 5 points to page (1:4555891), slot 15. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:2690490), slot 19 points to page (1:2421240), slot 20. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:2691442), slot 18 points to page (1:2685679), slot 21. Did not encounter forwarded row. Possible allocation error.
Msg 8914, Level 16, State 1, Line 3
Incorrect PFS free space information for page (1:2716807) in object ID 357576312, index ID 0, partition ID 72057594040156160, alloc unit ID 72057594044284928 (type In-row data). Expected value 95_PCT_FULL, actual value 100_PCT_FULL.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:2716807), slot 15 points to page (1:6168004), slot 14. Did not encounter forwarded row. Possible allocation error.
Msg 8914, Level 16, State 1, Line 3
Incorrect PFS free space information for page (1:2750390) in object ID 357576312, index ID 0, partition ID 72057594040156160, alloc unit ID 72057594044284928 (type In-row data). Expected value 100_PCT_FULL, actual value 95_PCT_FULL.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:2754004), slot 12 points to page (1:6167881), slot 1. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:2754027), slot 4 points to page (1:3122551), slot 23. Did not encounter forwarded row. Possible allocation error.
Msg 8914, Level 16, State 1, Line 3
Incorrect PFS free space information for page (1:2765411) in object ID 357576312, index ID 0, partition ID 72057594040156160, alloc unit ID 72057594044284928 (type In-row data). Expected value 100_PCT_FULL, actual value 95_PCT_FULL.
Msg 8994, Level 16, State 1, Line 3
Object ID 357576312, forwarded row page (1:2765411), slot 19 should be pointed to by forwarding row page (1:2899462), slot 12. Did not encounter forwarding row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:2769573), slot 13 points to page (1:2512066), slot 22. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:2769709), slot 16 points to page (1:2669273), slot 19. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:2770155), slot 20 points to page (1:6167970), slot 16. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:2770652), slot 21 points to page (1:6168004), slot 13. Did not encounter forwarded row. Possible allocation error.
Msg 8914, Level 16, State 1, Line 3
Incorrect PFS free space information for page (1:2771523) in object ID 357576312, index ID 0, partition ID 72057594040156160, alloc unit ID 72057594044284928 (type In-row data). Expected value 95_PCT_FULL, actual value 100_PCT_FULL.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:2771523), slot 19 points to page (1:6167963), slot 9. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:2772586), slot 11 points to page (1:6167990), slot 3. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:2773396), slot 8 points to page (1:4275140), slot 18. Did not encounter forwarded row. Possible allocation error.
Msg 8914, Level 16, State 1, Line 3
Incorrect PFS free space information for page (1:2773483) in object ID 357576312, index ID 0, partition ID 72057594040156160, alloc unit ID 72057594044284928 (type In-row data). Expected value 100_PCT_FULL, actual value 95_PCT_FULL.
Msg 8994, Level 16, State 1, Line 3
Object ID 357576312, forwarded row page (1:2773483), slot 18 should be pointed to by forwarding row page (1:3490460), slot 9. Did not encounter forwarding row. Possible allocation error.
Msg 8914, Level 16, State 1, Line 3
Incorrect PFS free space information for page (1:2773484) in object ID 357576312, index ID 0, partition ID 72057594040156160, alloc unit ID 72057594044284928 (type In-row data). Expected value 100_PCT_FULL, actual value 95_PCT_FULL.
Msg 8994, Level 16, State 1, Line 3
Object ID 357576312, forwarded row page (1:2773484), slot 18 should be pointed to by forwarding row page (1:2881913), slot 16. Did not encounter forwarding row. Possible allocation error.
Msg 8914, Level 16, State 1, Line 3
Incorrect PFS free space information for page (1:2773486) in object ID 357576312, index ID 0, partition ID 72057594040156160, alloc unit ID 72057594044284928 (type In-row data). Expected value 100_PCT_FULL, actual value 95_PCT_FULL.
Msg 8994, Level 16, State 1, Line 3
Object ID 357576312, forwarded row page (1:2773486), slot 19 should be pointed to by forwarding row page (1:3429569), slot 1. Did not encounter forwarding row. Possible allocation error.
Msg 8914, Level 16, State 1, Line 3
Incorrect PFS free space information for page (1:2773487) in object ID 357576312, index ID 0, partition ID 72057594040156160, alloc unit ID 72057594044284928 (type In-row data). Expected value 100_PCT_FULL, actual value 95_PCT_FULL.
Msg 8994, Level 16, State 1, Line 3
Object ID 357576312, forwarded row page (1:2773487), slot 18 should be pointed to by forwarding row page (1:2754835), slot 22. Did not encounter forwarding row. Possible allocation error.
Msg 8914, Level 16, State 1, Line 3
Incorrect PFS free space information for page (1:2773488) in object ID 357576312, index ID 0, partition ID 72057594040156160, alloc unit ID 72057594044284928 (type In-row data). Expected value 100_PCT_FULL, actual value 95_PCT_FULL.
Msg 8994, Level 16, State 1, Line 3
Object ID 357576312, forwarded row page (1:2773488), slot 18 should be pointed to by forwarding row page (1:3374264), slot 4. Did not encounter forwarding row. Possible allocation error.
Msg 8914, Level 16, State 1, Line 3
Incorrect PFS free space information for page (1:2773489) in object ID 357576312, index ID 0, partition ID 72057594040156160, alloc unit ID 72057594044284928 (type In-row data). Expected value 100_PCT_FULL, actual value 95_PCT_FULL.
Msg 8914, Level 16, State 1, Line 3
Incorrect PFS free space information for page (1:2773490) in object ID 357576312, index ID 0, partition ID 72057594040156160, alloc unit ID 72057594044284928 (type In-row data). Expected value 100_PCT_FULL, actual value 95_PCT_FULL.
Msg 8994, Level 16, State 1, Line 3
Object ID 357576312, forwarded row page (1:2773490), slot 18 should be pointed to by forwarding row page (1:3153019), slot 0. Did not encounter forwarding row. Possible allocation error.
Msg 8914, Level 16, State 1, Line 3
Incorrect PFS free space information for page (1:2773493) in object ID 357576312, index ID 0, partition ID 72057594040156160, alloc unit ID 72057594044284928 (type In-row data). Expected value 100_PCT_FULL, actual value 95_PCT_FULL.
Msg 8994, Level 16, State 1, Line 3
Object ID 357576312, forwarded row page (1:2773493), slot 17 should be pointed to by forwarding row page (1:3521270), slot 2. Did not encounter forwarding row. Possible allocation error.
Msg 8994, Level 16, State 1, Line 3
Object ID 357576312, forwarded row page (1:2773493), slot 18 should be pointed to by forwarding row page (1:3374464), slot 18. Did not encounter forwarding row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:2773935), slot 8 points to page (1:6167893), slot 3. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:2774448), slot 9 points to page (1:2696331), slot 21. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:2774785), slot 10 points to page (1:4265755), slot 16. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:2774878), slot 5 points to page (1:2612109), slot 19. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:2774959), slot 2 points to page (1:4428604), slot 0. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:2775061), slot 8 points to page (1:6167928), slot 10. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:2775379), slot 16 points to page (1:2992245), slot 19. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:2792581), slot 15 points to page (1:2636477), slot 22. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:2792667), slot 14 points to page (1:4339836), slot 8. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:2792824), slot 6 points to page (1:6167965), slot 1. Did not encounter forwarded row. Possible allocation error.
Msg 8914, Level 16, State 1, Line 3
Incorrect PFS free space information for page (1:2793269) in object ID 357576312, index ID 0, partition ID 72057594040156160, alloc unit ID 72057594044284928 (type In-row data). Expected value 100_PCT_FULL, actual value 95_PCT_FULL.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:2793488), slot 9 points to page (1:3054407), slot 17. Did not encounter forwarded row. Possible allocation error.
Msg 8914, Level 16, State 1, Line 3
Incorrect PFS free space information for page (1:2793834) in object ID 357576312, index ID 0, partition ID 72057594040156160, alloc unit ID 72057594044284928 (type In-row data). Expected value 100_PCT_FULL, actual value 95_PCT_FULL.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:2794252), slot 11 points to page (1:3330059), slot 19. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:2794711), slot 16 points to page (1:3447531), slot 20. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:2800868), slot 20 points to page (1:4600797), slot 3. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:2800899), slot 18 points to page (1:4395082), slot 0. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:2802436), slot 0 points to page (1:2668687), slot 21. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:2802498), slot 22 points to page (1:2869889), slot 21. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:2802499), slot 3 points to page (1:3525616), slot 22. Did not encounter forwarded row. Possible allocation error.
Msg 8914, Level 16, State 1, Line 3
Incorrect PFS free space information for page (1:2812008) in object ID 357576312, index ID 0, partition ID 72057594040156160, alloc unit ID 72057594044284928 (type In-row data). Expected value 100_PCT_FULL, actual value 95_PCT_FULL.
Msg 8994, Level 16, State 1, Line 3
Object ID 357576312, forwarded row page (1:2812008), slot 18 should be pointed to by forwarding row page (1:3184979), slot 6. Did not encounter forwarding row. Possible allocation error.
Msg 8914, Level 16, State 1, Line 3
Incorrect PFS free space information for page (1:2812009) in object ID 357576312, index ID 0, partition ID 72057594040156160, alloc unit ID 72057594044284928 (type In-row data). Expected value 100_PCT_FULL, actual value 95_PCT_FULL.
Msg 8994, Level 16, State 1, Line 3
Object ID 357576312, forwarded row page (1:2812009), slot 18 should be pointed to by forwarding row page (1:3372765), slot 2. Did not encounter forwarding row. Possible allocation error.
Msg 8914, Level 16, State 1, Line 3
Incorrect PFS free space information for page (1:2812011) in object ID 357576312, index ID 0, partition ID 72057594040156160, alloc unit ID 72057594044284928 (type In-row data). Expected value 100_PCT_FULL, actual value 95_PCT_FULL.
Msg 8994, Level 16, State 1, Line 3
Object ID 357576312, forwarded row page (1:2812011), slot 19 should be pointed to by forwarding row page (1:2837413), slot 10. Did not encounter forwarding row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:2812080), slot 19 points to page (1:6167943), slot 3. Did not encounter forwarded row. Possible allocation error.
Msg 8914, Level 16, State 1, Line 3
Incorrect PFS free space information for page (1:2812114) in object ID 357576312, index ID 0, partition ID 72057594040156160, alloc unit ID 72057594044284928 (type In-row data). Expected value 100_PCT_FULL, actual value 95_PCT_FULL.
Msg 8994, Level 16, State 1, Line 3
Object ID 357576312, forwarded row page (1:2812114), slot 22 should be pointed to by forwarding row page (1:3160146), slot 17. Did not encounter forwarding row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:2813361), slot 3 points to page (1:4260001), slot 24. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:2835755), slot 15 points to page (1:6167889), slot 7. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:2835956), slot 18 points to page (1:2420066), slot 23. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:2836275), slot 7 points to page (1:6167931), slot 14. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:2836868), slot 23 points to page (1:2564838), slot 24. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:2837171), slot 24 points to page (1:4404082), slot 18. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:2837613), slot 2 points to page (1:3181236), slot 19. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:2837908), slot 22 points to page (1:2942572), slot 20. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:2839673), slot 3 points to page (1:4541349), slot 14. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:2839799), slot 8 points to page (1:2577073), slot 19. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:2840125), slot 21 points to page (1:3244133), slot 23. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:2840956), slot 23 points to page (1:2819172), slot 17. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:2841083), slot 16 points to page (1:6167943), slot 8. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:2841308), slot 24 points to page (1:3120322), slot 20. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:2841415), slot 20 points to page (1:3350524), slot 23. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:2855221), slot 1 points to page (1:2703699), slot 24. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:2878402), slot 3 points to page (1:2421233), slot 19. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:2878403), slot 21 points to page (1:3432294), slot 21. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:2878428), slot 13 points to page (1:6167884), slot 6. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:2879507), slot 7 points to page (1:6167940), slot 1. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:2879508), slot 0 points to page (1:3350224), slot 22. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:2879525), slot 9 points to page (1:6167932), slot 14. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:2879729), slot 8 points to page (1:2845360), slot 20. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:2880357), slot 24 points to page (1:3019144), slot 17. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:2880390), slot 1 points to page (1:2659262), slot 20. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:2881182), slot 11 points to page (1:2806061), slot 18. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:2881289), slot 2 points to page (1:2505430), slot 18. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:2881604), slot 10 points to page (1:6167880), slot 20. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:2881667), slot 5 points to page (1:4295550), slot 20. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:2881928), slot 20 points to page (1:2734253), slot 20. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:2882032), slot 4 points to page (1:6167974), slot 18. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:2882167), slot 18 points to page (1:3277999), slot 25. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:2882516), slot 7 points to page (1:4434258), slot 12. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:2882891), slot 3 points to page (1:2749354), slot 18. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:2893925), slot 21 points to page (1:2726624), slot 18. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:2894226), slot 12 points to page (1:3057980), slot 24. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:2894437), slot 3 points to page (1:6167957), slot 10. Did not encounter forwarded row. Possible allocation error.
Msg 8914, Level 16, State 1, Line 3
Incorrect PFS free space information for page (1:2894917) in object ID 357576312, index ID 0, partition ID 72057594040156160, alloc unit ID 72057594044284928 (type In-row data). Expected value 100_PCT_FULL, actual value 95_PCT_FULL.
Msg 8914, Level 16, State 1, Line 3
Incorrect PFS free space information for page (1:2894919) in object ID 357576312, index ID 0, partition ID 72057594040156160, alloc unit ID 72057594044284928 (type In-row data). Expected value 100_PCT_FULL, actual value 95_PCT_FULL.
Msg 8994, Level 16, State 1, Line 3
Object ID 357576312, forwarded row page (1:2894919), slot 19 should be pointed to by forwarding row page (1:3478103), slot 16. Did not encounter forwarding row. Possible allocation error.
Msg 8914, Level 16, State 1, Line 3
Incorrect PFS free space information for page (1:2894940) in object ID 357576312, index ID 0, partition ID 72057594040156160, alloc unit ID 72057594044284928 (type In-row data). Expected value 100_PCT_FULL, actual value 95_PCT_FULL.
Msg 8994, Level 16, State 1, Line 3
Object ID 357576312, forwarded row page (1:2894940), slot 20 should be pointed to by forwarding row page (1:2416128), slot 15. Did not encounter forwarding row. Possible allocation error.
Msg 8994, Level 16, State 1, Line 3
Object ID 357576312, forwarded row page (1:2894940), slot 21 should be pointed to by forwarding row page (1:3815897), slot 1. Did not encounter forwarding row. Possible allocation error.
Msg 8914, Level 16, State 1, Line 3
Incorrect PFS free space information for page (1:2894941) in object ID 357576312, index ID 0, partition ID 72057594040156160, alloc unit ID 72057594044284928 (type In-row data). Expected value 100_PCT_FULL, actual value 95_PCT_FULL.
Msg 8994, Level 16, State 1, Line 3
Object ID 357576312, forwarded row page (1:2894941), slot 19 should be pointed to by forwarding row page (1:4124540), slot 10. Did not encounter forwarding row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:2895517), slot 9 points to page (1:3000247), slot 15. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:2897975), slot 2 points to page (1:3230993), slot 21. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:2898328), slot 6 points to page (1:6167889), slot 14. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:2898345), slot 7 points to page (1:6167912), slot 11. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:2898586), slot 19 points to page (1:4426534), slot 8. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:2898651), slot 20 points to page (1:2661865), slot 20. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:2898727), slot 0 points to page (1:6167925), slot 12. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:2899233), slot 14 points to page (1:4371378), slot 2. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:2899522), slot 13 points to page (1:6167923), slot 17. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:2899622), slot 17 points to page (1:3241890), slot 18. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:2900430), slot 13 points to page (1:6167941), slot 3. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:2900674), slot 20 points to page (1:4394820), slot 7. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:2902253), slot 4 points to page (1:3057838), slot 17. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:2921102), slot 14 points to page (1:4295552), slot 20. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:2921259), slot 11 points to page (1:2711220), slot 18. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:2921636), slot 7 points to page (1:3316461), slot 18. Did not encounter forwarded row. Possible allocation error.
Msg 8914, Level 16, State 1, Line 3
Incorrect PFS free space information for page (1:2975631) in object ID 357576312, index ID 0, partition ID 72057594040156160, alloc unit ID 72057594044284928 (type In-row data). Expected value 100_PCT_FULL, actual value 95_PCT_FULL.
Msg 8994, Level 16, State 1, Line 3
Object ID 357576312, forwarded row page (1:2975631), slot 21 should be pointed to by forwarding row page (1:2842271), slot 13. Did not encounter forwarding row. Possible allocation error.
Msg 8914, Level 16, State 1, Line 3
Incorrect PFS free space information for page (1:2975633) in object ID 357576312, index ID 0, partition ID 72057594040156160, alloc unit ID 72057594044284928 (type In-row data). Expected value 100_PCT_FULL, actual value 95_PCT_FULL.
Msg 8994, Level 16, State 1, Line 3
Object ID 357576312, forwarded row page (1:2975633), slot 20 should be pointed to by forwarding row page (1:3456541), slot 24. Did not encounter forwarding row. Possible allocation error.
Msg 8914, Level 16, State 1, Line 3
Incorrect PFS free space information for page (1:2975634) in object ID 357576312, index ID 0, partition ID 72057594040156160, alloc unit ID 72057594044284928 (type In-row data). Expected value 100_PCT_FULL, actual value 95_PCT_FULL.
Msg 8994, Level 16, State 1, Line 3
Object ID 357576312, forwarded row page (1:2975634), slot 19 should be pointed to by forwarding row page (1:3426464), slot 22. Did not encounter forwarding row. Possible allocation error.
Msg 8914, Level 16, State 1, Line 3
Incorrect PFS free space information for page (1:2975635) in object ID 357576312, index ID 0, partition ID 72057594040156160, alloc unit ID 72057594044284928 (type In-row data). Expected value 100_PCT_FULL, actual value 95_PCT_FULL.
Msg 8994, Level 16, State 1, Line 3
Object ID 357576312, forwarded row page (1:2975635), slot 20 should be pointed to by forwarding row page (1:3319476), slot 21. Did not encounter forwarding row. Possible allocation error.
Msg 8914, Level 16, State 1, Line 3
Incorrect PFS free space information for page (1:2975637) in object ID 357576312, index ID 0, partition ID 72057594040156160, alloc unit ID 72057594044284928 (type In-row data). Expected value 100_PCT_FULL, actual value 95_PCT_FULL.
Msg 8994, Level 16, State 1, Line 3
Object ID 357576312, forwarded row page (1:2975637), slot 18 should be pointed to by forwarding row page (1:2794678), slot 3. Did not encounter forwarding row. Possible allocation error.
Msg 8994, Level 16, State 1, Line 3
Object ID 357576312, forwarded row page (1:2975637), slot 19 should be pointed to by forwarding row page (1:3467211), slot 18. Did not encounter forwarding row. Possible allocation error.
Msg 8994, Level 16, State 1, Line 3
Object ID 357576312, forwarded row page (1:2976091), slot 21 should be pointed to by forwarding row page (1:2502024), slot 17. Did not encounter forwarding row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3069528), slot 10 points to page (1:2597600), slot 19. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3069593), slot 12 points to page (1:3120288), slot 26. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3069703), slot 25 points to page (1:4595896), slot 0. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3070402), slot 2 points to page (1:6167939), slot 20. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3070494), slot 10 points to page (1:3130340), slot 21. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3070933), slot 10 points to page (1:3000257), slot 17. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3071169), slot 9 points to page (1:2783503), slot 16. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3071919), slot 9 points to page (1:3026022), slot 21. Did not encounter forwarded row. Possible allocation error.
Msg 8914, Level 16, State 1, Line 3
Incorrect PFS free space information for page (1:3071981) in object ID 357576312, index ID 0, partition ID 72057594040156160, alloc unit ID 72057594044284928 (type In-row data). Expected value 100_PCT_FULL, actual value 95_PCT_FULL.
Msg 8994, Level 16, State 1, Line 3
Object ID 357576312, forwarded row page (1:3071981), slot 20 should be pointed to by forwarding row page (1:3174022), slot 13. Did not encounter forwarding row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3072086), slot 19 points to page (1:2420082), slot 21. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3072758), slot 10 points to page (1:6167951), slot 3. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3073489), slot 5 points to page (1:2612118), slot 18. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3073895), slot 12 points to page (1:6167904), slot 13. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3073896), slot 24 points to page (1:2512067), slot 20. Did not encounter forwarded row. Possible allocation error.
Msg 8914, Level 16, State 1, Line 3
Incorrect PFS free space information for page (1:3073929) in object ID 357576312, index ID 0, partition ID 72057594040156160, alloc unit ID 72057594044284928 (type In-row data). Expected value 100_PCT_FULL, actual value 95_PCT_FULL.
Msg 8994, Level 16, State 1, Line 3
Object ID 357576312, forwarded row page (1:3073929), slot 17 should be pointed to by forwarding row page (1:3467843), slot 18. Did not encounter forwarding row. Possible allocation error.
Msg 8914, Level 16, State 1, Line 3
Incorrect PFS free space information for page (1:3073930) in object ID 357576312, index ID 0, partition ID 72057594040156160, alloc unit ID 72057594044284928 (type In-row data). Expected value 100_PCT_FULL, actual value 95_PCT_FULL.
Msg 8994, Level 16, State 1, Line 3
Object ID 357576312, forwarded row page (1:3073930), slot 16 should be pointed to by forwarding row page (1:3469566), slot 1. Did not encounter forwarding row. Possible allocation error.
Msg 8994, Level 16, State 1, Line 3
Object ID 357576312, forwarded row page (1:3073930), slot 17 should be pointed to by forwarding row page (1:3814991), slot 6. Did not encounter forwarding row. Possible allocation error.
Msg 8914, Level 16, State 1, Line 3
Incorrect PFS free space information for page (1:3073931) in object ID 357576312, index ID 0, partition ID 72057594040156160, alloc unit ID 72057594044284928 (type In-row data). Expected value 100_PCT_FULL, actual value 95_PCT_FULL.
Msg 8994, Level 16, State 1, Line 3
Object ID 357576312, forwarded row page (1:3073931), slot 18 should be pointed to by forwarding row page (1:2517895), slot 6. Did not encounter forwarding row. Possible allocation error.
Msg 8914, Level 16, State 1, Line 3
Incorrect PFS free space information for page (1:3073932) in object ID 357576312, index ID 0, partition ID 72057594040156160, alloc unit ID 72057594044284928 (type In-row data). Expected value 100_PCT_FULL, actual value 95_PCT_FULL.
Msg 8994, Level 16, State 1, Line 3
Object ID 357576312, forwarded row page (1:3073932), slot 19 should be pointed to by forwarding row page (1:3456137), slot 10. Did not encounter forwarding row. Possible allocation error.
Msg 8914, Level 16, State 1, Line 3
Incorrect PFS free space information for page (1:3073935) in object ID 357576312, index ID 0, partition ID 72057594040156160, alloc unit ID 72057594044284928 (type In-row data). Expected value 100_PCT_FULL, actual value 95_PCT_FULL.
Msg 8994, Level 16, State 1, Line 3
Object ID 357576312, forwarded row page (1:3073935), slot 18 should be pointed to by forwarding row page (1:3517819), slot 16. Did not encounter forwarding row. Possible allocation error.
Msg 8914, Level 16, State 1, Line 3
Incorrect PFS free space information for page (1:3073936) in object ID 357576312, index ID 0, partition ID 72057594040156160, alloc unit ID 72057594044284928 (type In-row data). Expected value 100_PCT_FULL, actual value 95_PCT_FULL.
Msg 8994, Level 16, State 1, Line 3
Object ID 357576312, forwarded row page (1:3073936), slot 19 should be pointed to by forwarding row page (1:2811946), slot 4. Did not encounter forwarding row. Possible allocation error.
Msg 8914, Level 16, State 1, Line 3
Incorrect PFS free space information for page (1:3073938) in object ID 357576312, index ID 0, partition ID 72057594040156160, alloc unit ID 72057594044284928 (type In-row data). Expected value 100_PCT_FULL, actual value 95_PCT_FULL.
Msg 8994, Level 16, State 1, Line 3
Object ID 357576312, forwarded row page (1:3073938), slot 19 should be pointed to by forwarding row page (1:2502984), slot 22. Did not encounter forwarding row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3074012), slot 19 points to page (1:2775774), slot 18. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3074017), slot 11 points to page (1:3287787), slot 23. Did not encounter forwarded row. Possible allocation error.
Msg 8914, Level 16, State 1, Line 3
Incorrect PFS free space information for page (1:3097441) in object ID 357576312, index ID 0, partition ID 72057594040156160, alloc unit ID 72057594044284928 (type In-row data). Expected value 100_PCT_FULL, actual value 95_PCT_FULL.
Msg 8994, Level 16, State 1, Line 3
Object ID 357576312, forwarded row page (1:3097441), slot 18 should be pointed to by forwarding row page (1:3438865), slot 22. Did not encounter forwarding row. Possible allocation error.
Msg 8914, Level 16, State 1, Line 3
Incorrect PFS free space information for page (1:3097442) in object ID 357576312, index ID 0, partition ID 72057594040156160, alloc unit ID 72057594044284928 (type In-row data). Expected value 100_PCT_FULL, actual value 95_PCT_FULL.
Msg 8994, Level 16, State 1, Line 3
Object ID 357576312, forwarded row page (1:3097442), slot 18 should be pointed to by forwarding row page (1:2520943), slot 19. Did not encounter forwarding row. Possible allocation error.
Msg 8914, Level 16, State 1, Line 3
Incorrect PFS free space information for page (1:3097443) in object ID 357576312, index ID 0, partition ID 72057594040156160, alloc unit ID 72057594044284928 (type In-row data). Expected value 100_PCT_FULL, actual value 95_PCT_FULL.
Msg 8994, Level 16, State 1, Line 3
Object ID 357576312, forwarded row page (1:3097443), slot 18 should be pointed to by forwarding row page (1:3913474), slot 3. Did not encounter forwarding row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3135637), slot 16 points to page (1:4451923), slot 20. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3137381), slot 11 points to page (1:4355675), slot 11. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3149439), slot 4 points to page (1:3058031), slot 22. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3149818), slot 4 points to page (1:3269434), slot 21. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3149818), slot 12 points to page (1:4282202), slot 21. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3149831), slot 25 points to page (1:2806059), slot 18. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3152501), slot 14 points to page (1:2585810), slot 17. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3153646), slot 1 points to page (1:2739110), slot 16. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3154588), slot 20 points to page (1:4434249), slot 13. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3154589), slot 17 points to page (1:2898179), slot 18. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3154605), slot 5 points to page (1:6167916), slot 8. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3155276), slot 23 points to page (1:2716333), slot 21. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3158955), slot 8 points to page (1:6167988), slot 15. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3159030), slot 8 points to page (1:2668435), slot 19. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3160424), slot 5 points to page (1:2684455), slot 22. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3161407), slot 1 points to page (1:6167902), slot 19. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3161586), slot 14 points to page (1:6168008), slot 2. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3162820), slot 10 points to page (1:6167928), slot 14. Did not encounter forwarded row. Possible allocation error.
Msg 8994, Level 16, State 1, Line 3
Object ID 357576312, forwarded row page (1:3162820), slot 19 should be pointed to by forwarding row page (1:3423782), slot 16. Did not encounter forwarding row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3163973), slot 7 points to page (1:6167936), slot 0. Did not encounter forwarded row. Possible allocation error.
Msg 8994, Level 16, State 1, Line 3
Object ID 357576312, forwarded row page (1:3163973), slot 23 should be pointed to by forwarding row page (1:3189777), slot 8. Did not encounter forwarding row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3164469), slot 14 points to page (1:3134169), slot 16. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3165765), slot 5 points to page (1:3269447), slot 20. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3170512), slot 1 points to page (1:3274079), slot 20. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3170539), slot 14 points to page (1:6167939), slot 1. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3172248), slot 11 points to page (1:4451899), slot 19. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3174889), slot 0 points to page (1:4379326), slot 0. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3175413), slot 23 points to page (1:6167974), slot 3. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3175417), slot 18 points to page (1:6167894), slot 18. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3180295), slot 11 points to page (1:6167918), slot 19. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3189996), slot 15 points to page (1:3130339), slot 20. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3191268), slot 2 points to page (1:2556511), slot 20. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3191586), slot 9 points to page (1:2806957), slot 19. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3191849), slot 4 points to page (1:3241886), slot 20. Did not encounter forwarded row. Possible allocation error.
Msg 8972, Level 16, State 1, Line 3
Forwarded row referenced by more than one row. Object ID 357576312, partition ID 72057594040156160, alloc unit ID 72057594044284928 (type In-row data), page (1:3193581), slot 22 incorrectly points to the forwarded row page (1:4363637), slot 16, which correctly refers back to page (1:4265752), slot 2.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3194057), slot 16 points to page (1:6167874), slot 12. Did not encounter forwarded row. Possible allocation error.
Msg 8994, Level 16, State 1, Line 3
Object ID 357576312, forwarded row page (1:3194057), slot 20 should be pointed to by forwarding row page (1:2836879), slot 11. Did not encounter forwarding row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3194599), slot 3 points to page (1:6167995), slot 12. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3194764), slot 0 points to page (1:6167932), slot 1. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3194764), slot 22 points to page (1:6167892), slot 14. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3196258), slot 9 points to page (1:4572899), slot 20. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3196261), slot 4 points to page (1:6167919), slot 17. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3196993), slot 10 points to page (1:3057966), slot 23. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3198328), slot 13 points to page (1:6167922), slot 8. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3198463), slot 18 points to page (1:6167952), slot 15. Did not encounter forwarded row. Possible allocation error.
Msg 8994, Level 16, State 1, Line 3
Object ID 357576312, forwarded row page (1:3198463), slot 20 should be pointed to by forwarding row page (1:3761229), slot 18. Did not encounter forwarding row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3199133), slot 12 points to page (1:2843730), slot 18. Did not encounter forwarded row. Possible allocation error.
Msg 8994, Level 16, State 1, Line 3
Object ID 357576312, forwarded row page (1:3202965), slot 19 should be pointed to by forwarding row page (1:3425331), slot 4. Did not encounter forwarding row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3228366), slot 4 points to page (1:2864496), slot 23. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3228506), slot 10 points to page (1:2984830), slot 19. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3228507), slot 12 points to page (1:3437385), slot 19. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3228563), slot 19 points to page (1:3204611), slot 21. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3228671), slot 7 points to page (1:4409177), slot 7. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3229238), slot 6 points to page (1:2718312), slot 19. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3306990), slot 21 points to page (1:2645258), slot 18. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3309158), slot 16 points to page (1:6167967), slot 21. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3309520), slot 6 points to page (1:6167933), slot 7. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3309901), slot 3 points to page (1:6167883), slot 18. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3310717), slot 18 points to page (1:3250059), slot 20. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3310906), slot 21 points to page (1:3287873), slot 19. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3310938), slot 26 points to page (1:6167990), slot 6. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3310999), slot 21 points to page (1:4572889), slot 19. Did not encounter forwarded row. Possible allocation error.
Msg 8914, Level 16, State 1, Line 3
Incorrect PFS free space information for page (1:3316908) in object ID 357576312, index ID 0, partition ID 72057594040156160, alloc unit ID 72057594044284928 (type In-row data). Expected value 100_PCT_FULL, actual value 95_PCT_FULL.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3317469), slot 3 points to page (1:6167877), slot 14. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3317676), slot 21 points to page (1:6167930), slot 7. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3318089), slot 13 points to page (1:6167890), slot 7. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3318423), slot 19 points to page (1:6167964), slot 13. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3318594), slot 14 points to page (1:6167992), slot 14. Did not encounter forwarded row. Possible allocation error.
Msg 8914, Level 16, State 1, Line 3
Incorrect PFS free space information for page (1:3319442) in object ID 357576312, index ID 0, partition ID 72057594040156160, alloc unit ID 72057594044284928 (type In-row data). Expected value 100_PCT_FULL, actual value 95_PCT_FULL.
Msg 8994, Level 16, State 1, Line 3
Object ID 357576312, forwarded row page (1:3319442), slot 19 should be pointed to by forwarding row page (1:3429736), slot 21. Did not encounter forwarding row. Possible allocation error.
Msg 8914, Level 16, State 1, Line 3
Incorrect PFS free space information for page (1:3319443) in object ID 357576312, index ID 0, partition ID 72057594040156160, alloc unit ID 72057594044284928 (type In-row data). Expected value 100_PCT_FULL, actual value 95_PCT_FULL.
Msg 8994, Level 16, State 1, Line 3
Object ID 357576312, forwarded row page (1:3319443), slot 20 should be pointed to by forwarding row page (1:2843557), slot 0. Did not encounter forwarding row. Possible allocation error.
Msg 8914, Level 16, State 1, Line 3
Incorrect PFS free space information for page (1:3319444) in object ID 357576312, index ID 0, partition ID 72057594040156160, alloc unit ID 72057594044284928 (type In-row data). Expected value 100_PCT_FULL, actual value 95_PCT_FULL.
Msg 8994, Level 16, State 1, Line 3
Object ID 357576312, forwarded row page (1:3319444), slot 20 should be pointed to by forwarding row page (1:3072648), slot 8. Did not encounter forwarding row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3319618), slot 6 points to page (1:3283835), slot 24. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3320035), slot 19 points to page (1:4404116), slot 15. Did not encounter forwarded row. Possible allocation error.
Msg 8994, Level 16, State 1, Line 3
Object ID 357576312, forwarded row page (1:3363943), slot 26 should be pointed to by forwarding row page (1:3425333), slot 2. Did not encounter forwarding row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3368234), slot 8 points to page (1:2724395), slot 21. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3368561), slot 3 points to page (1:3067675), slot 17. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3368923), slot 10 points to page (1:3283830), slot 24. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3369129), slot 17 points to page (1:3278003), slot 24. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3369759), slot 16 points to page (1:2992879), slot 20. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3369879), slot 15 points to page (1:6167918), slot 2. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3369998), slot 25 points to page (1:4378451), slot 8. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3370162), slot 15 points to page (1:6167944), slot 12. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3370407), slot 22 points to page (1:4360278), slot 12. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3370810), slot 4 points to page (1:2668462), slot 19. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3370929), slot 25 points to page (1:4617886), slot 9. Did not encounter forwarded row. Possible allocation error.
Msg 8972, Level 16, State 1, Line 3
Forwarded row referenced by more than one row. Object ID 357576312, partition ID 72057594040156160, alloc unit ID 72057594044284928 (type In-row data), page (1:3371070), slot 3 incorrectly points to the forwarded row page (1:4365714), slot 9, which correctly refers back to page (1:3371070), slot 3.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3372104), slot 16 points to page (1:2716167), slot 20. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3372644), slot 3 points to page (1:2659264), slot 22. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3372645), slot 7 points to page (1:4428603), slot 7. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3372898), slot 0 points to page (1:4388317), slot 0. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3372979), slot 5 points to page (1:3319508), slot 23. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3373133), slot 4 points to page (1:4559211), slot 14. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3373307), slot 10 points to page (1:6167969), slot 2. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3374126), slot 3 points to page (1:3019142), slot 17. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3374420), slot 7 points to page (1:6167882), slot 4. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3374466), slot 8 points to page (1:2628910), slot 19. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3374525), slot 19 points to page (1:4562050), slot 6. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3374785), slot 3 points to page (1:6166668), slot 4. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3374845), slot 4 points to page (1:3192644), slot 17. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3374846), slot 13 points to page (1:3034440), slot 18. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3375020), slot 6 points to page (1:3198557), slot 19. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3377100), slot 7 points to page (1:3221214), slot 22. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3378609), slot 22 points to page (1:4459942), slot 5. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3378719), slot 3 points to page (1:2501298), slot 21. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3379182), slot 13 points to page (1:2845313), slot 21. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3381601), slot 21 points to page (1:4386428), slot 18. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3381683), slot 5 points to page (1:4602298), slot 10. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3420592), slot 2 points to page (1:4363590), slot 8. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3421588), slot 18 points to page (1:6167888), slot 7. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3421869), slot 20 points to page (1:3244117), slot 22. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3422438), slot 3 points to page (1:4275224), slot 24. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3422835), slot 18 points to page (1:4546743), slot 21. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3422873), slot 26 points to page (1:4445126), slot 21. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3423152), slot 19 points to page (1:6167980), slot 6. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3423153), slot 12 points to page (1:2645248), slot 22. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3423261), slot 18 points to page (1:2689971), slot 20. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3423578), slot 9 points to page (1:6167929), slot 6. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3423580), slot 15 points to page (1:6167983), slot 12. Did not encounter forwarded row. Possible allocation error.
Msg 8972, Level 16, State 1, Line 3
Forwarded row referenced by more than one row. Object ID 357576312, partition ID 72057594040156160, alloc unit ID 72057594044284928 (type In-row data), page (1:3423966), slot 1 incorrectly points to the forwarded row page (1:2506991), slot 22, which correctly refers back to page (1:3423966), slot 1.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3424145), slot 8 points to page (1:6167913), slot 8. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3424443), slot 2 points to page (1:4422450), slot 19. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3424949), slot 21 points to page (1:2595912), slot 23. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3425018), slot 17 points to page (1:6167880), slot 11. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3425262), slot 0 points to page (1:3159744), slot 20. Did not encounter forwarded row. Possible allocation error.
Msg 8909, Level 16, State 1, Line 3
Table error: Object ID 357576312, index ID 0, partition ID 72057594040156160, alloc unit ID 72057594044284928 (type In-row data), page ID (1:3425327) contains an incorrect page ID in its page header. The PageId in the page header = (1:2894399).
Msg 8928, Level 16, State 1, Line 3
Object ID 357576312, index ID 0, partition ID 72057594040156160, alloc unit ID 72057594044284928 (type In-row data): Page (1:3425327) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 3
Object ID 357576312, index ID 0, partition ID 72057594040156160, alloc unit ID 72057594044284928 (type In-row data): Page (1:3425329) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 3
Object ID 357576312, index ID 0, partition ID 72057594040156160, alloc unit ID 72057594044284928 (type In-row data): Page (1:3425330) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 3
Object ID 357576312, index ID 0, partition ID 72057594040156160, alloc unit ID 72057594044284928 (type In-row data): Page (1:3425331) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 3
Object ID 357576312, index ID 0, partition ID 72057594040156160, alloc unit ID 72057594044284928 (type In-row data): Page (1:3425333) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 3
Object ID 357576312, index ID 0, partition ID 72057594040156160, alloc unit ID 72057594044284928 (type In-row data): Page (1:3425334) could not be processed. See other errors for details.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3425613), slot 2 points to page (1:2793806), slot 19. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3425812), slot 3 points to page (1:4397139), slot 3. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3426485), slot 24 points to page (1:3134156), slot 19. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3426730), slot 7 points to page (1:2547842), slot 20. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3426770), slot 16 points to page (1:4349032), slot 12. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3426801), slot 27 points to page (1:6167888), slot 9. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3427091), slot 25 points to page (1:6167917), slot 18. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3427228), slot 21 points to page (1:2812157), slot 20. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3427249), slot 20 points to page (1:4369347), slot 12. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3427352), slot 24 points to page (1:2577053), slot 28. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3427611), slot 1 points to page (1:2732636), slot 17. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3427722), slot 21 points to page (1:6167900), slot 9. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3427946), slot 24 points to page (1:2992878), slot 19. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3427948), slot 10 points to page (1:4371420), slot 10. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3427949), slot 21 points to page (1:2918765), slot 19. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3428204), slot 19 points to page (1:4452039), slot 10. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3428364), slot 19 points to page (1:3009682), slot 20. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3428686), slot 26 points to page (1:2643774), slot 23. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3428713), slot 25 points to page (1:3134168), slot 17. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3428865), slot 19 points to page (1:2648817), slot 20. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3428988), slot 10 points to page (1:4569261), slot 3. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3428990), slot 1 points to page (1:2772704), slot 19. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3429154), slot 19 points to page (1:3319479), slot 25. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3429435), slot 16 points to page (1:6167969), slot 3. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3429436), slot 24 points to page (1:6167921), slot 17. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3429557), slot 11 points to page (1:6167943), slot 14. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3429998), slot 23 points to page (1:4600765), slot 20. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3430454), slot 2 points to page (1:6167954), slot 14. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3430482), slot 10 points to page (1:2936570), slot 21. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3431175), slot 6 points to page (1:3058316), slot 22. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3431773), slot 4 points to page (1:2819394), slot 18. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3431774), slot 14 points to page (1:4533960), slot 15. Did not encounter forwarded row. Possible allocation error.
Msg 8972, Level 16, State 1, Line 3
Forwarded row referenced by more than one row. Object ID 357576312, partition ID 72057594040156160, alloc unit ID 72057594044284928 (type In-row data), page (1:3431796), slot 5 incorrectly points to the forwarded row page (1:4368073), slot 13, which correctly refers back to page (1:2978734), slot 6.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3432079), slot 13 points to page (1:6167929), slot 4. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3432173), slot 5 points to page (1:3050459), slot 22. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3432586), slot 20 points to page (1:2824687), slot 20. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3433165), slot 1 points to page (1:4396754), slot 15. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3433521), slot 5 points to page (1:2599860), slot 21. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3433929), slot 9 points to page (1:6167898), slot 6. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3434017), slot 0 points to page (1:2533498), slot 26. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3434723), slot 0 points to page (1:3436500), slot 21. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3434804), slot 13 points to page (1:6167911), slot 6. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3435517), slot 16 points to page (1:6168016), slot 16. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3435544), slot 3 points to page (1:6167925), slot 5. Did not encounter forwarded row. Possible allocation error.
Msg 8994, Level 16, State 1, Line 3
Object ID 357576312, forwarded row page (1:3435544), slot 21 should be pointed to by forwarding row page (1:3430029), slot 25. Did not encounter forwarding row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3435632), slot 11 points to page (1:6167951), slot 0. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3435745), slot 10 points to page (1:6168002), slot 13. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3437218), slot 20 points to page (1:2517224), slot 22. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3437219), slot 8 points to page (1:2500570), slot 20. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3437986), slot 15 points to page (1:2689964), slot 22. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3438145), slot 9 points to page (1:3350578), slot 24. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3438517), slot 23 points to page (1:4363578), slot 16. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3438594), slot 4 points to page (1:6167895), slot 6. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3439182), slot 3 points to page (1:2773465), slot 16. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3439206), slot 4 points to page (1:2636467), slot 23. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3440362), slot 8 points to page (1:3054441), slot 21. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3440686), slot 24 points to page (1:4397154), slot 20. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3441550), slot 11 points to page (1:4371003), slot 20. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3441882), slot 1 points to page (1:2757631), slot 19. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3442324), slot 21 points to page (1:3097431), slot 20. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3442758), slot 10 points to page (1:4360376), slot 13. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3443035), slot 6 points to page (1:3316287), slot 20. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3443330), slot 5 points to page (1:2894876), slot 17. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3443728), slot 13 points to page (1:6167947), slot 18. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3444065), slot 2 points to page (1:2871423), slot 19. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3444916), slot 8 points to page (1:3001027), slot 25. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3445297), slot 13 points to page (1:6167885), slot 17. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3445335), slot 2 points to page (1:2511998), slot 19. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3445957), slot 14 points to page (1:6168006), slot 20. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3446114), slot 23 points to page (1:4600772), slot 17. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3446118), slot 17 points to page (1:2749371), slot 18. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3446247), slot 14 points to page (1:2765396), slot 17. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3446340), slot 21 points to page (1:2902889), slot 20. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3446362), slot 15 points to page (1:2533497), slot 25. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3446604), slot 20 points to page (1:6167874), slot 8. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3447056), slot 2 points to page (1:2724214), slot 21. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3448754), slot 19 points to page (1:2645258), slot 19. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3449892), slot 18 points to page (1:6167961), slot 3. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3449941), slot 9 points to page (1:2689901), slot 20. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3450369), slot 1 points to page (1:6167903), slot 10. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3451595), slot 15 points to page (1:6167991), slot 2. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3451962), slot 23 points to page (1:3254215), slot 21. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3452783), slot 7 points to page (1:6167955), slot 15. Did not encounter forwarded row. Possible allocation error.
Msg 8994, Level 16, State 1, Line 3
Object ID 357576312, forwarded row page (1:3452783), slot 21 should be pointed to by forwarding row page (1:3722941), slot 0. Did not encounter forwarding row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3453517), slot 0 points to page (1:6168000), slot 7. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3454156), slot 6 points to page (1:2659204), slot 24. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3454333), slot 19 points to page (1:6167988), slot 20. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3454646), slot 23 points to page (1:3342469), slot 23. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3454920), slot 11 points to page (1:3346217), slot 24. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3457574), slot 9 points to page (1:6168014), slot 0. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3457575), slot 8 points to page (1:6167969), slot 7. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3457828), slot 1 points to page (1:3088840), slot 20. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3457913), slot 21 points to page (1:2869900), slot 19. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3458154), slot 14 points to page (1:6167883), slot 1. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3458494), slot 14 points to page (1:3278000), slot 24. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3459972), slot 20 points to page (1:2984100), slot 19. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3460972), slot 6 points to page (1:3058257), slot 20. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3461186), slot 6 points to page (1:2589501), slot 23. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3461423), slot 16 points to page (1:6167877), slot 5. Did not encounter forwarded row. Possible allocation error.
Msg 8994, Level 16, State 1, Line 3
Object ID 357576312, forwarded row page (1:3461423), slot 21 should be pointed to by forwarding row page (1:2900456), slot 11. Did not encounter forwarding row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3462206), slot 18 points to page (1:4333269), slot 5. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3462971), slot 16 points to page (1:6167993), slot 15. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3463023), slot 6 points to page (1:2812149), slot 19. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3463347), slot 15 points to page (1:3105512), slot 19. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3463674), slot 23 points to page (1:4363579), slot 7. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3463928), slot 8 points to page (1:4422442), slot 1. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3464092), slot 8 points to page (1:3448039), slot 18. Did not encounter forwarded row. Possible allocation error.
Msg 8972, Level 16, State 1, Line 3
Forwarded row referenced by more than one row. Object ID 357576312, partition ID 72057594040156160, alloc unit ID 72057594044284928 (type In-row data), page (1:3464688), slot 18 incorrectly points to the forwarded row page (1:4360025), slot 5, which correctly refers back to page (1:2692343), slot 8.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3465837), slot 4 points to page (1:2718102), slot 21. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3465839), slot 18 points to page (1:3437209), slot 21. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3466225), slot 20 points to page (1:3449825), slot 21. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3466226), slot 11 points to page (1:6167987), slot 11. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3466277), slot 2 points to page (1:6167927), slot 3. Did not encounter forwarded row. Possible allocation error.
Msg 8994, Level 16, State 1, Line 3
Object ID 357576312, forwarded row page (1:3466277), slot 20 should be pointed to by forwarding row page (1:3477749), slot 6. Did not encounter forwarding row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3466364), slot 2 points to page (1:2768354), slot 18. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3466574), slot 13 points to page (1:6167950), slot 6. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3466811), slot 23 points to page (1:6167915), slot 3. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3466894), slot 8 points to page (1:4288690), slot 19. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3467563), slot 18 points to page (1:3047833), slot 19. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3467620), slot 16 points to page (1:3008431), slot 30. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3468138), slot 17 points to page (1:6167975), slot 17. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3468522), slot 10 points to page (1:6168004), slot 4. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3468573), slot 7 points to page (1:6167989), slot 10. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3468998), slot 6 points to page (1:4570478), slot 8. Did not encounter forwarded row. Possible allocation error.
Msg 8972, Level 16, State 1, Line 3
Forwarded row referenced by more than one row. Object ID 357576312, partition ID 72057594040156160, alloc unit ID 72057594044284928 (type In-row data), page (1:3469360), slot 19 incorrectly points to the forwarded row page (1:4368109), slot 6, which correctly refers back to page (1:3317094), slot 7.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3469547), slot 9 points to page (1:4572914), slot 18. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3469801), slot 4 points to page (1:6167937), slot 17. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3470772), slot 4 points to page (1:6167990), slot 7. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3470796), slot 5 points to page (1:6167920), slot 10. Did not encounter forwarded row. Possible allocation error.
Msg 8994, Level 16, State 1, Line 3
Object ID 357576312, forwarded row page (1:3470796), slot 20 should be pointed to by forwarding row page (1:4123692), slot 17. Did not encounter forwarding row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3471349), slot 2 points to page (1:6166666), slot 16. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3471498), slot 4 points to page (1:6167889), slot 3. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3471614), slot 6 points to page (1:4541357), slot 8. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3471949), slot 3 points to page (1:3058232), slot 20. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3471949), slot 15 points to page (1:6167941), slot 19. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3472356), slot 19 points to page (1:2789249), slot 21. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3472477), slot 8 points to page (1:6167949), slot 16. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3472664), slot 16 points to page (1:6167935), slot 4. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3472679), slot 15 points to page (1:6167979), slot 2. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3472877), slot 4 points to page (1:2861351), slot 19. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3472880), slot 21 points to page (1:3000303), slot 20. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3472890), slot 20 points to page (1:3350564), slot 22. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3474027), slot 13 points to page (1:2812002), slot 17. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3474030), slot 19 points to page (1:4634081), slot 13. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3474576), slot 23 points to page (1:2421257), slot 20. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3474623), slot 10 points to page (1:6167926), slot 6. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3474760), slot 2 points to page (1:6167915), slot 16. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3475131), slot 15 points to page (1:2819298), slot 19. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3475198), slot 12 points to page (1:4397249), slot 3. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3476204), slot 1 points to page (1:6167884), slot 14. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3476241), slot 11 points to page (1:2655612), slot 17. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3476243), slot 1 points to page (1:6167907), slot 8. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3476647), slot 0 points to page (1:2918749), slot 21. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3476671), slot 23 points to page (1:3256310), slot 23. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3476892), slot 18 points to page (1:2818009), slot 19. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3477247), slot 20 points to page (1:4602294), slot 13. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3477478), slot 4 points to page (1:4572937), slot 6. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3477771), slot 25 points to page (1:2662009), slot 20. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3477929), slot 17 points to page (1:2992233), slot 20. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3484921), slot 1 points to page (1:6167930), slot 13. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3488675), slot 20 points to page (1:3058031), slot 21. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3488676), slot 7 points to page (1:3224088), slot 21. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3488747), slot 20 points to page (1:2824679), slot 20. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3489306), slot 11 points to page (1:4422447), slot 9. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3489777), slot 6 points to page (1:4451949), slot 21. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3490261), slot 17 points to page (1:2902886), slot 20. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3490416), slot 14 points to page (1:2533525), slot 24. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3490986), slot 9 points to page (1:6167920), slot 13. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3517276), slot 4 points to page (1:2984099), slot 18. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3517397), slot 5 points to page (1:6167922), slot 16. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3518020), slot 7 points to page (1:3230781), slot 19. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3518158), slot 12 points to page (1:6167915), slot 8. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3518159), slot 17 points to page (1:4312898), slot 21. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3518245), slot 23 points to page (1:6167947), slot 11. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3518498), slot 23 points to page (1:2789248), slot 21. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3519625), slot 19 points to page (1:2885229), slot 17. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3520429), slot 0 points to page (1:6167904), slot 19. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3521708), slot 0 points to page (1:3047868), slot 19. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3521806), slot 7 points to page (1:3088843), slot 22. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3521851), slot 7 points to page (1:3463474), slot 21. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3522147), slot 6 points to page (1:2679727), slot 22. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3522209), slot 13 points to page (1:3350428), slot 20. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3522338), slot 14 points to page (1:3008432), slot 30. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3522490), slot 17 points to page (1:6167918), slot 15. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3522851), slot 22 points to page (1:2951376), slot 19. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3523346), slot 17 points to page (1:3054827), slot 20. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3523447), slot 15 points to page (1:2554635), slot 23. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3524051), slot 9 points to page (1:6167981), slot 0. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3524410), slot 12 points to page (1:6167928), slot 2. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3524746), slot 20 points to page (1:6167926), slot 0. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3525282), slot 18 points to page (1:4280062), slot 22. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3525283), slot 9 points to page (1:4312727), slot 16. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3525284), slot 2 points to page (1:3022421), slot 19. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3525365), slot 14 points to page (1:4434215), slot 22. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3525495), slot 19 points to page (1:6167971), slot 3. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3525742), slot 4 points to page (1:2669268), slot 18. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3526154), slot 14 points to page (1:6167988), slot 14. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3526384), slot 21 points to page (1:4275167), slot 22. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3527082), slot 12 points to page (1:6167898), slot 2. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3527282), slot 5 points to page (1:6167968), slot 2. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3527671), slot 13 points to page (1:3053825), slot 18. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3527863), slot 8 points to page (1:6167939), slot 9. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3527931), slot 2 points to page (1:4559174), slot 7. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3527977), slot 6 points to page (1:3212030), slot 21. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3527980), slot 21 points to page (1:2898175), slot 16. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3528163), slot 8 points to page (1:4326242), slot 20. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3528358), slot 13 points to page (1:2612646), slot 18. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3528488), slot 11 points to page (1:3110045), slot 20. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3528601), slot 21 points to page (1:6168006), slot 13. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3529238), slot 18 points to page (1:2708285), slot 23. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3529651), slot 1 points to page (1:2659170), slot 23. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3529686), slot 9 points to page (1:2599770), slot 24. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3529906), slot 12 points to page (1:4323554), slot 3. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3532623), slot 7 points to page (1:3335758), slot 32. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3532751), slot 16 points to page (1:6167980), slot 4. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3533395), slot 11 points to page (1:3067675), slot 18. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3533559), slot 4 points to page (1:6167912), slot 19. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3534693), slot 11 points to page (1:2718307), slot 21. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3534861), slot 7 points to page (1:4318222), slot 9. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3534948), slot 1 points to page (1:4609785), slot 12. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3685018), slot 16 points to page (1:2501409), slot 19. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3700827), slot 10 points to page (1:2655600), slot 24. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3702074), slot 10 points to page (1:6167984), slot 7. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3702447), slot 8 points to page (1:3088847), slot 21. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3722024), slot 7 points to page (1:6167994), slot 7. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3722244), slot 10 points to page (1:6167944), slot 18. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3722319), slot 18 points to page (1:3320024), slot 22. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3722322), slot 9 points to page (1:4404085), slot 5. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3722374), slot 15 points to page (1:2992240), slot 21. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3722492), slot 3 points to page (1:3283828), slot 23. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3722510), slot 20 points to page (1:3001017), slot 22. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3722514), slot 3 points to page (1:6167947), slot 16. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3722518), slot 12 points to page (1:6167923), slot 20. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3723598), slot 17 points to page (1:4275288), slot 21. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3723690), slot 25 points to page (1:4263813), slot 16. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3723838), slot 12 points to page (1:3089785), slot 19. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3724095), slot 29 points to page (1:4618469), slot 19. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3760294), slot 10 points to page (1:4451964), slot 18. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3760340), slot 11 points to page (1:3057915), slot 18. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3760639), slot 1 points to page (1:6167916), slot 11. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3760744), slot 18 points to page (1:6167968), slot 1. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3760753), slot 11 points to page (1:2783499), slot 18. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3760943), slot 1 points to page (1:6167918), slot 12. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3761065), slot 20 points to page (1:4534019), slot 16. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3761715), slot 12 points to page (1:4428642), slot 6. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3761853), slot 27 points to page (1:6167916), slot 10. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3761937), slot 16 points to page (1:2732637), slot 18. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3762085), slot 18 points to page (1:6167901), slot 11. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3814875), slot 16 points to page (1:2789249), slot 19. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3814894), slot 14 points to page (1:3330181), slot 19. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3815715), slot 8 points to page (1:3088840), slot 21. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3816667), slot 13 points to page (1:3230781), slot 20. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3816776), slot 4 points to page (1:6167896), slot 2. Did not encounter forwarded row. Possible allocation error.
Msg 8994, Level 16, State 1, Line 3
Object ID 357576312, forwarded row page (1:3816776), slot 17 should be pointed to by forwarding row page (1:3912941), slot 20. Did not encounter forwarding row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3832719), slot 20 points to page (1:4412472), slot 10. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3832754), slot 13 points to page (1:2643766), slot 21. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3835006), slot 4 points to page (1:3057855), slot 18. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3835193), slot 11 points to page (1:3241897), slot 18. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3835683), slot 1 points to page (1:4426531), slot 6. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3836398), slot 11 points to page (1:6167877), slot 12. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3836949), slot 9 points to page (1:6168004), slot 6. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3843932), slot 14 points to page (1:4345144), slot 18. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3844554), slot 10 points to page (1:6167880), slot 1. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3844613), slot 9 points to page (1:2659264), slot 20. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3845162), slot 6 points to page (1:2845348), slot 18. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3845200), slot 16 points to page (1:2806944), slot 21. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3845339), slot 3 points to page (1:3283833), slot 24. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3912692), slot 12 points to page (1:6167903), slot 7. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3912898), slot 1 points to page (1:2819232), slot 20. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3913355), slot 15 points to page (1:2779072), slot 20. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3914676), slot 20 points to page (1:6167947), slot 21. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3914679), slot 21 points to page (1:4428603), slot 2. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3914978), slot 1 points to page (1:3001039), slot 21. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3914984), slot 0 points to page (1:2903787), slot 21. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3914993), slot 3 points to page (1:6167880), slot 17. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:3915223), slot 10 points to page (1:2612097), slot 19. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:4088788), slot 4 points to page (1:2411963), slot 19. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:4088789), slot 18 points to page (1:3241900), slot 19. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:4121017), slot 9 points to page (1:2554545), slot 20. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:4121345), slot 18 points to page (1:3263697), slot 20. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:4121798), slot 11 points to page (1:2884774), slot 18. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:4121990), slot 29 points to page (1:6167987), slot 3. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:4122059), slot 27 points to page (1:2920052), slot 18. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:4122426), slot 4 points to page (1:3283834), slot 23. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:4123051), slot 24 points to page (1:4572884), slot 4. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:4124266), slot 18 points to page (1:6167959), slot 17. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:4124446), slot 8 points to page (1:2743490), slot 20. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:4124697), slot 19 points to page (1:3019166), slot 19. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:4124703), slot 24 points to page (1:2708293), slot 23. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:4124741), slot 22 points to page (1:2595870), slot 21. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:4124867), slot 19 points to page (1:3025970), slot 23. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:4264539), slot 15 points to page (1:2930094), slot 20. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:4264540), slot 2 points to page (1:6167930), slot 1. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:4264561), slot 0 points to page (1:6167908), slot 0. Did not encounter forwarded row. Possible allocation error.
Msg 8914, Level 16, State 1, Line 3
Incorrect PFS free space information for page (1:4264966) in object ID 357576312, index ID 0, partition ID 72057594040156160, alloc unit ID 72057594044284928 (type In-row data). Expected value 100_PCT_FULL, actual value 95_PCT_FULL.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:4265668), slot 14 points to page (1:6167915), slot 19. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:4265744), slot 12 points to page (1:3201223), slot 20. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:4265810), slot 1 points to page (1:6167999), slot 3. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:4265865), slot 21 points to page (1:4291801), slot 22. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:4265954), slot 11 points to page (1:4386409), slot 1. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:4266644), slot 16 points to page (1:4360374), slot 11. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:4266786), slot 9 points to page (1:2732638), slot 17. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:4266845), slot 20 points to page (1:3058488), slot 24. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:4270907), slot 19 points to page (1:2966474), slot 23. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:4271077), slot 19 points to page (1:3134178), slot 21. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:4271774), slot 8 points to page (1:6167954), slot 2. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:4271851), slot 23 points to page (1:6167956), slot 15. Did not encounter forwarded row. Possible allocation error.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:4272365), slot 17 points to page (1:2648228), slot 22. Did not encounter forwarded row. Possible allocation error.
Msg 8914, Level 16, State 1, Line 3
Incorrect PFS free space information for page (1:4290972) in object ID 357576312, index ID 0, partition ID 72057594040156160, alloc unit ID 72057594044284928 (type In-row data). Expected value 100_PCT_FULL, actual value 95_PCT_FULL.
Msg 8993, Level 16, State 1, Line 3
Object ID 357576312, forwarding row page (1:4291607), slot 8 points to page (1:6167890), slot 0. Did not encounter forwarded row. Possible allocation error.
Msg 8914, Level 16, State 1, Line 3
Incorrect PFS free space information for page (1:4291614) in object ID 357576312, index ID 0, partition ID 72057594040156160, alloc unit ID 72057594044284928 (type In-row data). Expected value 100_PCT_FULL, actual value 95_PCT_FULL.
Msg 8994, Level 16, State 1, Line 3
Object ID 357576312, forwarded row page (1:4318802), slot 0 should be pointed to by forwarding row page (1:3526154), slot 14. Did not encounter forwarding row. Possible allocation error.
Msg 8994, Level 16, State 1, Line 3
Object ID 357576312, forwarded row page (1:4319403), slot 6 should be pointed to by forwarding row page (1:3521851), slot 7. Did not encounter forwarding row. Possible allocation error.
Msg 8994, Level 16, State 1, Line 3
Object ID 357576312, forwarded row page (1:4321088), slot 13 should be pointed to by forwarding row page (1:3517276), slot 4. Did not encounter forwarding row. Possible allocation error.
Msg 8994, Level 16, State 1, Line 3
Object ID 357576312, forwarded row page (1:4321092), slot 11 should be pointed to by forwarding row page (1:3534948), slot 1. Did not encounter forwarding row. Possible allocation error.
Msg 8994, Level 16, State 1, Line 3
Object ID 357576312, forwarded row page (1:4321157), slot 21 should be pointed to by forwarding row page (1:3534693), slot 11. Did not encounter forwarding row. Possible allocation error.
Msg 8994, Level 16, State 1, Line 3
Object ID 357576312, forwarded row page (1:4327908), slot 9 should be pointed to by forwarding row page (1:3425327), slot 3. Did not encounter forwarding row. Possible allocation error.
Msg 8994, Level 16, State 1, Line 3
Object ID 357576312, forwarded row page (1:4346207), slot 5 should be pointed to by forwarding row page (1:3912692), slot 12. Did not encounter forwarding row. Possible allocation error.
Msg 8994, Level 16, State 1, Line 3
Object ID 357576312, forwarded row page (1:4347350), slot 16 should be pointed to by forwarding row page (1:3914768), slot 10. Did not encounter forwarding row. Possible allocation error.
Msg 8994, Level 16, State 1, Line 3
Object ID 357576312, forwarded row page (1:4348712), slot 4 should be pointed to by forwarding row page (1:2424857), slot 5. Did not encounter forwarding row. Possible allocation error.
Msg 8994, Level 16, State 1, Line 3
Object ID 357576312, forwarded row page (1:4352454), slot 3 should be pointed to by forwarding row page (1:3433929), slot 1. Did not encounter forwarding row. Possible allocation error.
Msg 8914, Level 16, State 1, Line 3
Incorrect PFS free space information for page (1:4354155) in object ID 357576312, index ID 0, partition ID 72057594040156160, alloc unit ID 72057594044284928 (type In-row data). Expected value 100_PCT_FULL, actual value 95_PCT_FULL.
Msg 8994, Level 16, State 1, Line 3
Object ID 357576312, forwarded row page (1:4354155), slot 9 should be pointed to by forwarding row page (1:3442372), slot 19. Did not encounter forwarding row. Possible allocation error.
Msg 8994, Level 16, State 1, Line 3
Object ID 357576312, forwarded row page (1:4354155), slot 10 should be pointed to by forwarding row page (1:2878105), slot 11. Did not encounter forwarding row. Possible allocation error.
Msg 8994, Level 16, State 1, Line 3
Object ID 357576312, forwarded row page (1:4354297), slot 16 should be pointed to by forwarding row page (1:3433305), slot 1. Did not encounter forwarding row. Possible allocation error.
Msg 8994, Level 16, State 1, Line 3
Object ID 357576312, forwarded row page (1:4358242), slot 12 should be pointed to by forwarding row page (1:3149818), slot 12. Did not encounter forwarding row. Possible allocation error.
Msg 8994, Level 16, State 1, Line 3
Object ID 357576312, forwarded row page (1:4358721), slot 7 should be pointed to by forwarding row page (1:3184077), slot 0. Did not encounter forwarding row. Possible allocation error.
Msg 8994, Level 16, State 1, Line 3
Object ID 357576312, forwarded row page (1:4360272), slot 10 should be pointed to by forwarding row page (1:3760943), slot 1. Did not encounter forwarding row. Possible allocation error.
Msg 8994, Level 16, State 1, Line 3
Object ID 357576312, forwarded row page (1:4360272), slot 13 should be pointed to by forwarding row page (1:2519080), slot 19. Did not encounter forwarding row. Possible allocation error.
Msg 8994, Level 16, State 1, Line 3
Object ID 357576312, forwarded row page (1:4360429), slot 2 should be pointed to by forwarding row page (1:3471498), slot 18. Did not encounter forwarding row. Possible allocation error.
Msg 8994, Level 16, State 1, Line 3
Object ID 357576312, forwarded row page (1:4360513), slot 12 should be pointed to by forwarding row page (1:2812080), slot 19. Did not encounter forwarding row. Possible allocation error.
Msg 8994, Level 16, State 1, Line 3
Object ID 357576312, forwarded row page (1:4360550), slot 18 should be pointed to by forwarding row page (1:2836005), slot 6. Did not encounter forwarding row. Possible allocation error.
Msg 8994, Level 16, State 1, Line 3
Object ID 357576312, forwarded row page (1:4361309), slot 20 should be pointed to by forwarding row page (1:3428834), slot 24. Did not encounter forwarding row. Possible allocation error.
Msg 8994, Level 16, State 1, Line 3
Object ID 357576312, forwarded row page (1:4361507), slot 11 should be pointed to by forwarding row page (1:2512220), slot 5. Did not encounter forwarding row. Possible allocation error.
Msg 8994, Level 16, State 1, Line 3
Object ID 357576312, forwarded row page (1:4361595), slot 1 should be pointed to by forwarding row page (1:3454952), slot 8. Did not encounter forwarding row. Possible allocation error.
Msg 8994, Level 16, State 1, Line 3
Object ID 357576312, forwarded row page (1:4361666), slot 5 should be pointed to by forwarding row page (1:3700827), slot 10. Did not encounter forwarding row. Possible allocation error.
Msg 8994, Level 16, State 1, Line 3
Object ID 357576312, forwarded row page (1:4362276), slot 11 should be pointed to by forwarding row page (1:3427611), slot 1. Did not encounter forwarding row. Possible allocation error.
Msg 8994, Level 16, State 1, Line 3
Object ID 357576312, forwarded row page (1:4362299), slot 12 should be pointed to by forwarding row page (1:3464657), slot 9. Did not encounter forwarding row. Possible allocation error.
Msg 8994, Level 16, State 1, Line 3
Object ID 357576312, forwarded row page (1:4362362), slot 7 should be pointed to by forwarding row page (1:2435570), slot 24. Did not encounter forwarding row. Possible allocation error.
Msg 8994, Level 16, State 1, Line 3
Object ID 357576312, forwarded row page (1:4363537), slot 8 should be pointed to by forwarding row page (1:3425613), slot 2. Did not encounter forwarding row. Possible allocation error.
Msg 8914, Level 16, State 1, Line 3
Incorrect PFS free space information for page (1:4363577) in object ID 357576312, index ID 0, partition ID 72057594040156160, alloc unit ID 72057594044284928 (type In-row data). Expected value 100_PCT_FULL, actual value 95_PCT_FULL.
Msg 8994, Level 16, State 1, Line 3
Object ID 357576312, forwarded row page (1:4363577), slot 8 should be pointed to by forwarding row page (1:2516276), slot 17. Did not encounter forwarding row. Possible allocation error.
Msg 8914, Level 16, State 1, Line 3
Incorrect PFS free space information for page (1:4363578) in object ID 357576312, index ID 0, partition ID 72057594040156160, alloc unit ID 72057594044284928 (type In-row data). Expected value 100_PCT_FULL, actual value 95_PCT_FULL.
Msg 8914, Level 16, State 1, Line 3
Incorrect PFS free space information for page (1:4363579) in object ID 357576312, index ID 0, partition ID 72057594040156160, alloc unit ID 72057594044284928 (type In-row data). Expected value 95_PCT_FULL, actual value 100_PCT_FULL.
Msg 8914, Level 16, State 1, Line 3
Incorrect PFS free space information for page (1:4363605) in object ID 357576312, index ID 0, partition ID 72057594040156160, alloc unit ID 72057594044284928 (type In-row data). Expected value 95_PCT_FULL, actual value 100_PCT_FULL.
Msg 8971, Level 16, State 1, Line 3
Forwarded row mismatch: Object ID 357576312, partition ID 72057594040156160, alloc unit ID 72057594044284928 (type In-row data) page (1:3456402), slot 12 points to forwarded row page (1:4363613), slot 17; the forwarded row points back to page (1:2500826), slot 22
Msg 8971, Level 16, State 1, Line 3
Forwarded row mismatch: Object ID 357576312, partition ID 72057594040156160, alloc unit ID 72057594044284928 (type In-row data) page (1:3073223), slot 13 points to forwarded row page (1:4363651), slot 19; the forwarded row points back to page (1:3164742), slot 23
Msg 8971, Level 16, State 1, Line 3
Forwarded row mismatch: Object ID 357576312, partition ID 72057594040156160, alloc unit ID 72057594044284928 (type In-row data) page (1:2837352), slot 19 points to forwarded row page (1:4363676), slot 7; the forwarded row points back to page (1:2520857), slot 16
Msg 8994, Level 16, State 1, Line 3
Object ID 357576312, forwarded row page (1:4363684), slot 4 should be pointed to by forwarding row page (1:3478140), slot 8. Did not encounter forwarding row. Possible allocation error.
Msg 8914, Level 16, State 1, Line 3
Incorrect PFS free space information for page (1:4363687) in object ID 357576312, index ID 0, partition ID 72057594040156160, alloc unit ID 72057594044284928 (type In-row data). Expected value 100_PCT_FULL, actual value 95_PCT_FULL.
Msg 8994, Level 16, State 1, Line 3
Object ID 357576312, forwarded row page (1:4363687), slot 20 should be pointed to by forwarding row page (1:3488596), slot 16. Did not encounter forwarding row. Possible allocation error.
Msg 8994, Level 16, State 1, Line 3
Object ID 357576312, forwarded row page (1:4364967), slot 20 should be pointed to by forwarding row page (1:3816667), slot 13. Did not encounter forwarding row. Possible allocation error.
Msg 8994, Level 16, State 1, Line 3
Object ID 357576312, forwarded row page (1:4365244), slot 10 should be pointed to by forwarding row page (1:3374846), slot 9. Did not encounter forwarding row. Possible allocation error.
Msg 8994, Level 16, State 1, Line 3
Object ID 357576312, forwarded row page (1:4365302), slot 1 should be pointed to by forwarding row page (1:3760744), slot 18. Did not encounter forwarding row. Possible allocation error.
Msg 8971, Level 16, State 1, Line 3
Forwarded row mismatch: Object ID 357576312, partition ID 72057594040156160, alloc unit ID 72057594044284928 (type In-row data) page (1:3525336), slot 0 points to forwarded row page (1:4365714), slot 9; the forwarded row points back to page (1:3371070), slot 3
Msg 8994, Level 16, State 1, Line 3
Object ID 357576312, forwarded row page (1:4365723), slot 20 should be pointed to by forwarding row page (1:2414855), slot 1. Did not encounter forwarding row. Possible allocation error.
Msg 8994, Level 16, State 1, Line 3
Object ID 357576312, forwarded row page (1:4366877), slot 16 should be pointed to by forwarding row page (1:3471949), slot 15. Did not encounter forwarding row. Possible allocation error.
Msg 8994, Level 16, State 1, Line 3
Object ID 357576312, forwarded row page (1:4387341), slot 20 should be pointed to by forwarding row page (1:3374525), slot 19. Did not encounter forwarding row. Possible allocation error.
Msg 8994, Level 16, State 1, Line 3
Object ID 357576312, forwarded row page (1:4388318), slot 20 should be pointed to by forwarding row page (1:3149439), slot 4. Did not encounter forwarding row. Possible allocation error.
Msg 8994, Level 16, State 1, Line 3
Object ID 357576312, forwarded row page (1:4388602), slot 19 should be pointed to by forwarding row page (1:3194764), slot 16. Did not encounter forwarding row. Possible allocation error.
Msg 8994, Level 16, State 1, Line 3
Object ID 357576312, forwarded row page (1:4388610), slot 14 should be pointed to by forwarding row page (1:3723690), slot 25. Did not encounter forwarding row. Possible allocation error.
Msg 8994, Level 16, State 1, Line 3
Object ID 357576312, forwarded row page (1:4396754), slot 8 should be pointed to by forwarding row page (1:2881967), slot 14. Did not encounter forwarding row. Possible allocation error.
Msg 8994, Level 16, State 1, Line 3
Object ID 357576312, forwarded row page (1:4403201), slot 10 should be pointed to by forwarding row page (1:3425327), slot 16. Did not encounter forwarding row. Possible allocation error.
Msg 8994, Level 16, State 1, Line 3
Object ID 357576312, forwarded row page (1:6166499), slot 21 should be pointed to by forwarding row page (1:3425334), slot 10. Did not encounter forwarding row. Possible allocation error.
Msg 8994, Level 16, State 1, Line 3
Object ID 357576312, forwarded row page (1:6166622), slot 3 should be pointed to by forwarding row page (1:3425330), slot 5. Did not encounter forwarding row. Possible allocation error.
Msg 8994, Level 16, State 1, Line 3
Object ID 357576312, forwarded row page (1:6166950), slot 4 should be pointed to by forwarding row page (1:3425330), slot 12. Did not encounter forwarding row. Possible allocation error.
CHECKDB found 0 allocation errors and 801 consistency errors in table 'nhd2007' (object ID 357576312).
CHECKDB found 0 allocation errors and 806 consistency errors in database 'nhd2007'.
repair_allow_data_loss is the minimum repair level for the errors found by DBCC CHECKDB (nhd2007).
Go to Top of Page

paulrandal
Yak with Vast SQL Skills

899 Posts

Posted - 2007-04-17 : 10:22:22
You're going to lose 5 pages of data from the tables, totally between 700 and 800 rows. I can't tell what data you're going to lose because the tables are heaps, and so there's no key information.

I noticed from the output that there are a lot of forwarding rows - where you've updated a row to be longer than the space that holds it and it gets moved to a different page. This is an artifact of using heaps for data with variable length fields that get updated, and basically means that there's an extra IO involve din looking up such rows.

I'd recommend adding a clustered index to avoi this problem.

Your best bet is to scrap the database and regenerate it from the data you have on hand.

Thanks

Paul Randal
Principal Lead Program Manager, Microsoft SQL Server Core Storage Engine
(Legalese: This posting is provided "AS IS" with no warranties, and confers no rights.)
http://blogs.msdn.com/sqlserverstorageengine/default.aspx
Go to Top of Page

tizer001
Starting Member

9 Posts

Posted - 2007-04-17 : 11:30:54
Hi Paul,
Thanks for the reply.

It's probably preferable to just recover whats left of the data due to the volume. The source data is split across over 600 files and there's quite a few different formats of data across them all. Losing 800 records or so isn't a major concern as it's not really important to the extent that we want to reload it all. I'm going to go ahead and run DBCC with the repair_allow_data_loss and take it from there, worst case scenario I can go back to the source files.

One thing that I'm curious about is if the Raid 5 disks throw up another error during recovery. What will DBCC do in this situation?

Many thanks for the advice.

Dave
Go to Top of Page

paulrandal
Yak with Vast SQL Skills

899 Posts

Posted - 2007-04-17 : 11:58:38
Well - it depends. If the disks screw up a page while writing it, or after its been written, then DBCC won't know anything about it - nothing will know about it until the next time its read from disk.

If the disks fail to read a page, or corrupt a page during the read, it will manifest itself as more corruption errors in the DBCC output and repair will have to delete the page. If a physical read or write operation fails (i.e. the drive returns to the OS that it couldn't read or write to the disk for some reason), then it depends on what phase DBCC was in when it happened. It may cope with it or it may decide to terminate the operation.

Thanks

Paul Randal
Principal Lead Program Manager, Microsoft SQL Server Core Storage Engine
(Legalese: This posting is provided "AS IS" with no warranties, and confers no rights.)
http://blogs.msdn.com/sqlserverstorageengine/default.aspx
Go to Top of Page
   

- Advertisement -