February 29, 2016 at 10:23 am
Hello,
I am getting the following when I run checkdb against one of my databases. I'm guessing it is some kind of corruption. checkdb is suggesting repair_allow_data_loss.
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66287), slot 0, text ID 412549120 is not referenced.
Any help would greatly be appreciated.
Thanks.
March 1, 2016 at 4:35 am
Before you repair with the data loss (which could be severe), identify that object by the object ID. If it's a non-clustered index, you can just drop it and recreate it, no worries. If it's a table, you should at least understand which table. Maybe it's something small you can drop and recover easily. Identify the object first. That will help you determine next steps.
"The credit belongs to the man who is actually in the arena, whose face is marred by dust and sweat and blood"
- Theodore Roosevelt
Author of:
SQL Server Execution Plans
SQL Server Query Performance Tuning
March 1, 2016 at 4:48 am
It's Index ID 1, it's a clustered index.
What you've got there is an orphaned LOB page. LOG data types are stored off-row, and this one is not referenced by any row. Normally that's the result of other corruption, or other corruption and a CheckDB with repair allow data loss.
Can you post the full output of
DBCC CheckDB('<database name>') WITH NO_INFOMSGS
?
There should be more messages than just that one.
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
March 1, 2016 at 8:13 am
Hi Both,
Thanks thus far for your comments. I've found the table name and it is pretty much all LOB data. Please find the output from CHECKDB below.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66084), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66090), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66095), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66125), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66185), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66210), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66240), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66328), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66340), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66410), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66440), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66460), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66485), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66530), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66559), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66115), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66132), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66170), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66188), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66203), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66226), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66294), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66297), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66307), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66351), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66356), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66390), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66445), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66458), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66469), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66507), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66514), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66110), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66076), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66130), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66144), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66171), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66218), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66159), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66176), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66262), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66276), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66298), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66321), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66338), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66374), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66416), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66419), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66433), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66452), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66494), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66511), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66525), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66131), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66154), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66161), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66219), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66072), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66074), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66089), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66127), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66560), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66111), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66249), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66158), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66287), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66367), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66182), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66397), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66199), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66403), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66267), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66404), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66327), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66137), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66466), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66371), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66142), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66496), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66385), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66193), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66555), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66400), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66230), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66228), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66439), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66251), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66296), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66454), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66293), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66309), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66488), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66311), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66350), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66495), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66348), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66364), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66510), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66387), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66083), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66418), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66564), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66406), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66113), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66432), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66437), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66194), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66467), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66462), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66197), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66080), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66477), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66472), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66235), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66165), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66506), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66543), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66221), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66545), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66566), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66236), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66255), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66082), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66344), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66097), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66103), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66399), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66265), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66425), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66271), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66481), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66314), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66112), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66500), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66383), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66174), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66413), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66204), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66451), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66223), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66482), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66253), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66085), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66501), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66300), slot 0, text ID 412549120 is not referenced.
Msg 8939, Level 16, State 98, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data), page (1:66069). Test (IS_OFF (BUF_IOERR, pBUF->bstat)) failed. Values are 133129 and -4.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66096), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66094), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66539), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66319), slot 0, text ID 412549120 is not referenced.
Msg 8928, Level 16, State 1, Line 1
Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data): Page (1:66069) could not be processed. See other errors for details.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66134), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66153), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66567), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66357), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66128), slot 0, text ID 412549120 is not referenced.
Msg 8939, Level 16, State 98, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data), page (1:65302). Test (IS_OFF (BUF_IOERR, pBUF->bstat)) failed. Values are 133129 and -4.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66151), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66209), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66363), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66114), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66149), slot 0, text ID 412549120 is not referenced.
Msg 8928, Level 16, State 1, Line 1
Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data): Page (1:66070) could not be processed. See other errors for details.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66164), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66075), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66250), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66393), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66123), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66205), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66077), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66079), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66184), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66136), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66259), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66431), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66156), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66116), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66252), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66157), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66254), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66192), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66118), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66263), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66483), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66179), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66122), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66273), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66177), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66284), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66102), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66213), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66148), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66105), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66264), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66513), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66180), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66163), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66071), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66290), slot 0, text ID 412549120 is not referenced.
Msg 8965, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66070), slot 0, text ID 412549120 is referenced by page (1:59056), slot 0, but was not seen in the scan.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66231), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66129), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66329), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66145), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66246), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66091), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66086), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66167), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66106), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66375), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66107), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66087), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66081), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66538), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66202), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66172), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66104), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66108), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66360), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66100), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66245), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66135), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66362), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66233), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66260), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66146), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66093), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66200), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66120), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66389), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66121), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66117), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66098), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66124), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66562), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66270), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66178), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66126), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66139), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66394), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66109), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66299), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66150), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66392), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66239), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66281), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66169), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66099), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66238), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66183), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66396), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66173), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66160), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66119), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66133), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66279), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66187), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66140), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66162), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66409), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66138), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66310), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66191), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66398), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66256), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66336), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66189), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66152), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66268), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66198), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66484), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66073), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66227), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66190), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66166), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66155), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66280), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66272), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66143), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66186), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66465), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66147), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66320), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66206), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66428), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66301), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66386), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66211), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66208), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66274), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66212), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66552), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66078), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66088), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66232), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66201), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66175), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66225), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66322), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66278), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66181), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66195), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66533), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66168), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66339), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66285), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66471), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66312), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66449), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66247), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66217), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66346), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66261), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66565), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66092), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66141), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66241), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66207), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66222), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66234), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66325), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66317), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66214), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66196), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66548), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66220), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66349), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66291), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66512), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66381), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66473), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66289), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66242), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66376), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66283), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66568), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66101), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66215), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66295), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66237), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66243), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66248), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66334), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66323), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66224), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66277), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66561), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66258), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66407), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66313), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66550), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66415), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66524), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66366), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66365), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66414), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66326), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66216), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66229), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66306), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66275), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66269), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66315), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66337), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66324), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66282), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66286), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66288), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66417), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66395), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66420), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66569), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66391), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66372), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66457), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66333), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66257), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66244), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66316), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66347), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66318), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66380), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66359), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66330), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66292), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66331), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66303), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66478), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66408), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66476), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66405), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66378), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66502), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66352), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66266), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66308), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66343), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66377), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66341), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66402), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66434), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66335), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66305), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66332), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66358), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66491), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66446), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66537), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66427), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66487), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66519), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66355), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66302), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66384), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66353), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66447), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66345), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66461), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66448), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66342), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66354), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66382), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66388), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66492), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66464), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66544), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66441), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66528), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66532), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66369), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66304), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66401), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66411), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66486), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66379), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66468), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66459), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66361), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66368), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66443), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66426), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66527), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66470), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66444), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66534), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66549), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66438), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66370), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66489), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66421), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66497), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66424), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66554), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66493), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66429), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66422), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66450), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66456), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66551), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66490), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66553), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66455), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66373), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66526), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66520), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66516), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66430), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66558), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66515), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66435), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66436), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66453), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66475), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66504), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66521), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66412), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66540), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66531), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66535), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66480), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66522), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66442), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66463), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66474), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66505), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66547), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66423), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66557), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66503), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66498), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66541), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66499), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66508), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66479), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66563), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66518), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66517), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66542), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66509), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66546), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66529), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66523), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66556), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66536), slot 0, text ID 412549120 is not referenced.
Msg 8929, Level 16, State 1, Line 1
Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040221696 (type In-row data): Errors found in off-row data with ID 412549120 owned by data record identified by RID = (1:229:37)
Thanks.
March 1, 2016 at 9:18 am
Hi Grant and Gail,
Thanks for your replies above. Please see the full output for checkdb below:
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66086), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66093), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66099), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66152), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66208), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66217), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66242), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66365), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66372), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66378), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66487), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66528), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66534), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66553), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66091), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66146), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66169), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66189), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66211), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66077), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66247), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66289), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66366), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66114), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66123), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66156), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66179), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66180), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66202), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66270), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66279), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66280), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66322), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66131), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66154), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66161), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66219), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66391), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66405), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66427), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66441), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66444), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66490), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66325), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66504), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66334), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66547), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66337), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66359), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66434), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66448), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66459), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66493), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66515), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66522), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66249), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66287), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66367), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66397), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66403), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66404), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66466), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66496), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66555), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66118), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66148), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66167), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66200), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66238), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66268), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66274), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66346), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66376), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66414), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66457), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66502), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66519), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66532), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66549), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66102), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66145), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66233), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66239), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66256), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66301), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66312), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66381), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66415), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66420), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66476), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66537), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66107), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66544), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66072), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66089), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66111), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66158), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66182), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66199), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66267), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66327), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66121), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66371), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66173), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66385), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66227), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66400), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66232), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66439), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66241), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66454), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66295), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66488), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66306), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66495), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66316), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66510), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66343), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66564), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66353), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66411), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66421), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66520), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66531), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66096), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66134), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66151), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66164), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66184), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66254), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66284), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66329), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66362), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66392), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66398), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66428), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66471), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66512), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66550), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66074), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66127), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66128), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66149), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66205), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66252), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66273), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66290), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66360), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66394), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66409), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66465), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66533), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66548), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66561), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66104), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66126), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66137), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66140), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66142), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66143), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66193), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66181), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66230), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66214), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66251), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66224), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66293), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66282), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66311), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66292), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66348), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66305), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66387), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66354), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66406), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66368), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66437), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66422), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66462), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66472), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66543), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66566), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66436), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66463), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66541), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66542), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66556), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66080), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66165), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66221), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66236), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66255), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66344), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66399), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66425), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66481), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66500), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66071), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66108), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66139), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66162), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66186), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66195), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66196), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66277), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66286), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66331), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66332), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66382), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66443), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66450), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66453), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66474), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66499), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66509), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66110), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66083), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66113), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66194), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66197), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66235), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66159), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66176), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66262), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66276), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66298), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66321), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66338), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66374), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66416), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66419), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66433), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66452), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66494), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66511), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66525), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66265), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66271), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66314), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66383), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66413), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66451), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66482), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66501), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66539), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66567), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66560), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66115), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66132), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66170), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66188), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66203), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66226), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66294), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66297), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66307), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66351), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66356), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66390), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66445), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66458), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66469), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66507), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66514), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66087), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66117), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66160), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66190), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66201), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66207), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66237), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66275), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66347), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66377), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66447), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66486), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66497), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66516), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66535), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66124), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66133), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66155), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66225), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66234), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66248), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66315), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66380), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66402), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66461), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66468), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66554), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66558), slot 0, text ID 412549120 is not referenced.
Msg 8965, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66070), slot 0, text ID 412549120 is referenced by page (1:59056), slot 0, but was not seen in the scan.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66100), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66109), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66138), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66147), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66168), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66220), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66081), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66258), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66098), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66288), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66119), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66303), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66166), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66358), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66388), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66426), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66456), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66475), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66505), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66508), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66546), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66175), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66222), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66243), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66269), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66318), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66341), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66345), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66379), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66424), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66430), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66480), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66503), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66518), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66082), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66097), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66103), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66076), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66130), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66144), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66171), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66218), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66085), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66094), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66153), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66209), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66250), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66259), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66263), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66264), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66375), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66389), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66112), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66174), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66204), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66228), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66223), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66296), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66253), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66309), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66300), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66350), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66319), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66364), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66357), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66418), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66363), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66432), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66393), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66467), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66431), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66477), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66483), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66506), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66513), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66545), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66538), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66562), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66396), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66484), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66552), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66565), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66568), slot 0, text ID 412549120 is not referenced.
Msg 8939, Level 16, State 98, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data), page (1:66069). Test (IS_OFF (BUF_IOERR, pBUF->bstat)) failed. Values are 133129 and -4.
Msg 8928, Level 16, State 1, Line 19
Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data): Page (1:66069) could not be processed. See other errors for details.
Msg 8939, Level 16, State 98, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data), page (1:65302). Test (IS_OFF (BUF_IOERR, pBUF->bstat)) failed. Values are 133129 and -4.
Msg 8928, Level 16, State 1, Line 19
Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data): Page (1:66070) could not be processed. See other errors for details.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66116), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66122), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66163), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66172), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66178), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66187), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66272), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66278), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66317), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66323), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66324), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66330), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66335), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66342), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66361), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66429), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66435), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66442), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66498), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66517), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66523), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66075), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66136), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66192), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66213), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66246), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66260), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66281), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66336), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66386), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66449), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66473), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66084), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66090), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66095), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66125), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66185), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66210), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66240), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66524), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66569), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66328), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66340), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66410), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66440), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66460), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66485), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66530), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66559), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66079), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66157), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66177), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66231), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66245), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66299), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66129), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66135), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66150), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66310), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66191), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66320), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66206), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66339), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66285), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66349), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66291), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66407), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66313), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66417), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66395), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66478), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66491), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66492), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66527), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66408), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66446), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66464), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66470), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66551), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66105), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66106), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66120), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66183), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66198), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66212), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66261), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66283), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66326), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66333), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66352), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66355), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66369), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66438), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66455), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66521), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66073), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66088), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66141), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66215), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66229), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66244), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66308), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66384), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66401), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66489), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66526), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66540), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66557), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66563), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66078), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66092), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66101), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66216), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66257), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66266), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66302), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66304), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66370), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66373), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66412), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66423), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66479), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66529), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66536), slot 0, text ID 412549120 is not referenced.
Msg 8929, Level 16, State 1, Line 19
Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040221696 (type In-row data): Errors found in off-row data with ID 412549120 owned by data record identified by RID = (1:229:37)
Thanks.
I have some further observations questions on this which ill post in a separate reply.
March 1, 2016 at 10:33 am
Thanks for continued support/help. Greatly appreciated.
Further to the above. I have restored a copy of the database on another server and run REPAIR_ALLOW_DATA_LOSS. Before and after running the repare I ran DBCC PAGE for one of the faulty pages. Looking at the DBCC PAGE output below I am a bit confused with some of the info.
Is the buffer section just about the page in the SQL Buffer?
BUFFER:(Before Repair)
BUF @0x000000082E01B700
bpage = 0x0000000235E1E000 bhash = 0x0000000000000000 bpageno = (1:66118)
bdbid = 497 breferences = 1 bcputicks = 132
bsampleCount = 1 bUse1 = 22111 bstat = 0x9
blog = 0x5215215a bnext = 0x0000000000000000
BUFFER: (After Repair)
BUF @0x000000080CC81740
bpage = 0x000000073B720000 bhash = 0x0000000000000000 bpageno = (1:66118)
bdbid = 497 breferences = 3 bcputicks = 0
bsampleCount = 0 bUse1 = 24187 bstat = 0x9
blog = 0x15ab215a bnext = 0x0000000000000000
Allocation Status
Before GAM (1:2) = ALLOCATED SGAM (1:3) = NOT ALLOCATED PFS (1:64704) = 0x44 ALLOCATED 100_PCT_FULL
After GAM (1:2) = NOT ALLOCATED SGAM (1:3) = NOT ALLOCATED PFS (1:64704) = 0x4 100_PCT_FULL
The following is the output from REPAIR_ALLOW_DATA_LOSS. Excuse my lack of understanding. Does the following mean all of the errors have been fixed without data loss?
Repair: The Clustered index successfully rebuilt for the object "dbo.XXXX" in database "XXXX".
Repair: Deleted record for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040221696 (type In-row data), on page (1:229), slot 37. Indexes will be rebuilt.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040221696 (type In-row data) on page (1:229), slot 37.
Repair: The page (1:65302) has been deallocated from object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data).
Repair: The page (1:66069) has been deallocated from object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data).
Repair: The page (1:66070) has been deallocated from object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data).
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66071), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66072), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66073), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66074), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66075), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66076), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66077), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66078), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66079), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66080), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66081), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66082), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66083), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66084), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66085), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66086), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66087), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66088), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66089), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66090), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66091), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66092), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66093), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66094), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66095), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66096), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66097), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66098), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66099), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66100), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66101), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66102), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66103), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66104), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66105), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66106), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66107), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66108), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66109), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66110), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66111), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66112), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66113), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66114), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66115), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66116), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66117), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66118), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66119), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66120), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66121), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66122), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66123), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66124), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66125), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66126), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66127), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66128), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66129), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66130), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66131), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66132), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66133), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66134), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66135), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66136), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66137), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66138), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66139), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66140), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66141), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66142), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66143), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66144), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66145), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66146), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66147), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66148), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66149), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66150), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66151), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66152), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66153), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66154), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66155), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66156), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66157), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66158), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66159), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66160), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66161), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66162), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66163), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66164), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66165), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66166), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66167), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66168), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66169), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66170), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66171), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66172), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66173), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66174), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66175), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66176), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66177), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66178), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66179), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66180), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66181), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66182), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66183), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66184), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66185), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66186), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66187), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66188), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66189), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66190), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66191), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66192), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66193), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66194), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66195), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66196), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66197), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66198), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66199), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66200), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66201), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66202), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66203), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66204), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66205), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66206), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66207), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66208), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66209), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66210), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66211), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66212), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66213), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66214), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66215), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66216), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66217), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66218), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66219), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66220), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66221), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66222), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66223), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66224), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66225), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66226), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66227), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66228), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66229), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66230), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66231), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66232), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66233), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66234), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66235), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66236), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66237), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66238), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66239), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66240), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66241), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66242), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66243), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66244), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66245), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66246), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66247), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66248), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66249), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66250), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66251), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66252), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66253), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66254), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66255), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66256), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66257), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66258), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66259), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66260), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66261), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66262), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66263), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66264), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66265), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66266), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66267), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66268), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66269), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66270), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66271), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66272), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66273), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66274), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66275), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66276), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66277), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66278), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66279), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66280), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66281), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66282), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66283), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66284), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66285), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66286), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66287), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66288), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66289), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66290), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66291), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66292), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66293), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66294), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66295), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66296), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66297), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66298), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66299), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66300), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66301), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66302), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66303), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66304), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66305), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66306), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66307), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66308), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66309), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66310), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66311), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66312), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66313), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66314), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66315), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66316), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66317), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66318), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66319), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66320), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66321), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66322), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66323), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66324), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66325), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66326), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66327), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66328), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66329), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66330), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66331), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66332), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66333), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66334), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66335), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66336), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66337), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66338), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66339), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66340), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66341), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66342), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66343), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66344), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66345), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66346), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66347), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66348), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66349), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66350), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66351), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66352), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66353), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66354), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66355), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66356), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66357), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66358), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66359), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66360), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66361), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66362), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66363), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66364), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66365), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66366), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66367), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66368), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66369), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66370), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66371), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66372), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66373), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66374), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66375), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66376), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66377), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66378), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66379), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66380), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66381), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66382), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66383), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66384), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66385), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66386), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66387), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66388), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66389), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66390), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66391), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66392), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66393), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66394), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66395), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66396), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66397), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66398), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66399), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66400), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66401), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66402), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66403), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66404), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66405), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66406), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66407), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66408), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66409), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66410), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66411), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66412), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66413), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66414), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66415), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66416), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66417), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66418), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66419), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66420), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66421), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66422), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66423), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66424), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66425), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66426), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66427), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66428), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66429), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66430), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66431), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66432), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66433), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66434), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66435), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66436), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66437), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66438), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66439), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66440), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66441), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66442), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66443), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66444), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66445), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66446), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66447), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66448), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66449), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66450), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66451), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66452), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66453), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66454), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66455), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66456), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66457), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66458), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66459), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66460), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66461), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66462), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66463), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66464), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66465), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66466), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66467), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66468), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66469), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66470), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66471), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66472), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66473), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66474), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66475), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66476), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66477), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66478), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66479), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66480), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66481), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66482), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66483), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66484), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66485), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66486), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66487), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66488), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66489), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66490), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66491), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66492), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66493), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66494), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66495), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66496), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66497), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66498), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66499), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66500), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66501), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66502), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66503), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66504), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66505), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66506), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66507), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66508), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66509), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66510), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66511), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66512), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66513), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66514), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66515), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66516), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66517), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66518), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66519), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66520), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66521), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66522), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66523), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66524), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66525), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66526), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66527), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66528), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66529), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66530), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66531), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66532), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66533), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66534), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66535), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66536), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66537), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66538), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66539), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66540), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66541), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66542), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66543), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66544), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66545), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66546), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66547), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66548), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66549), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66550), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66551), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66552), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66553), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66554), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66555), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66556), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66557), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66558), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66559), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66560), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66561), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66562), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66563), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66564), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66565), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66566), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66567), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66568), slot 0.
Repair: Deleted off-row data column with ID 412549120, for object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data) on page (1:66569), slot 0.
Repair: The Nonclustered index successfully rebuilt for the object "dbo.XXXX, XXXX" in database "XXXX".
Msg 8945, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1 will be rebuilt.
The error has been repaired.
Msg 8929, Level 16, State 1, Line 21
Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040221696 (type In-row data): Errors found in off-row data with ID 412549120 owned by data record identified by RID = (1:229:37)
The error has been repaired.
Msg 8939, Level 16, State 98, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data), page (1:65302). Test (IS_OFF (BUF_IOERR, pBUF->bstat)) failed. Values are 2057 and -4.
The error has been repaired.
Msg 8928, Level 16, State 1, Line 21
Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data): Page (1:66069) could not be processed. See other errors for details.
The error has been repaired.
Msg 8939, Level 16, State 98, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data), page (1:66069). Test (IS_OFF (BUF_IOERR, pBUF->bstat)) failed. Values are 2057 and -4.
The error has been repaired.
Msg 8928, Level 16, State 1, Line 21
Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data): Page (1:66070) could not be processed. See other errors for details.
The error has been repaired.
Msg 8965, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66070), slot 0, text ID 412549120 is referenced by page (1:59056), slot 0, but was not seen in the scan.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66071), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66072), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66073), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66074), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66075), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66076), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66077), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66078), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66079), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66080), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66081), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66082), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66083), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66084), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66085), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66086), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66087), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66088), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66089), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66090), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66091), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66092), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66093), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66094), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66095), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66096), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66097), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66098), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66099), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66100), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66101), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66102), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66103), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66104), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66105), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66106), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66107), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66108), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66109), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66110), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66111), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66112), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66113), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66114), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66115), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66116), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66117), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66118), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66119), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66120), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66121), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66122), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66123), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66124), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66125), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66126), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66127), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66128), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66129), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66130), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66131), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66132), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66133), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66134), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66135), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66136), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66137), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66138), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66139), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66140), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66141), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66142), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66143), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66144), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66145), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66146), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66147), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66148), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66149), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66150), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66151), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66152), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66153), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66154), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66155), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66156), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66157), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66158), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66159), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66160), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66161), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66162), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66163), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66164), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66165), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66166), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66167), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66168), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66169), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66170), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66171), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66172), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66173), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66174), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66175), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66176), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66177), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66178), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66179), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66180), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66181), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66182), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66183), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66184), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66185), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66186), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66187), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66188), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66189), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66190), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66191), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66192), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66193), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66194), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66195), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66196), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66197), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66198), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66199), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66200), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66201), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66202), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66203), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66204), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66205), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66206), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66207), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66208), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66209), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66210), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66211), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66212), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66213), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66214), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66215), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66216), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66217), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66218), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66219), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66220), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66221), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66222), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66223), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66224), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66225), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66226), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66227), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66228), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66229), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66230), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66231), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66232), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66233), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66234), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66235), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66236), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66237), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66238), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66239), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66240), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66241), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66242), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66243), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66244), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66245), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66246), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66247), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66248), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66249), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66250), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66251), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66252), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66253), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66254), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66255), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66256), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66257), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66258), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66259), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66260), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66261), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66262), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66263), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66264), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66265), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66266), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66267), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66268), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66269), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66270), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66271), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66272), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66273), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66274), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66275), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66276), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66277), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66278), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66279), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66280), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66281), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66282), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66283), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66284), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66285), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66286), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66287), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66288), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66289), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66290), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66291), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66292), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66293), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66294), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66295), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66296), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66297), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66298), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66299), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66300), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66301), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66302), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66303), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66304), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66305), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66306), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66307), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66308), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66309), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66310), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66311), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66312), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66313), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66314), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66315), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66316), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66317), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66318), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66319), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66320), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66321), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66322), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66323), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66324), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66325), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66326), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66327), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66328), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66329), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66330), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66331), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66332), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66333), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66334), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66335), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66336), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66337), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66338), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66339), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66340), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66341), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66342), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66343), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66344), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66345), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66346), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66347), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66348), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66349), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66350), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66351), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66352), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66353), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66354), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66355), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66356), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66357), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66358), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66359), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66360), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66361), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66362), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66363), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66364), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66365), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66366), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66367), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66368), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66369), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66370), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66371), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66372), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66373), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66374), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66375), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66376), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66377), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66378), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66379), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66380), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66381), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66382), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66383), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66384), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66385), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66386), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66387), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66388), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66389), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66390), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66391), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66392), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66393), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66394), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66395), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66396), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66397), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66398), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66399), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66400), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66401), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66402), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66403), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66404), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66405), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66406), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66407), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66408), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66409), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66410), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66411), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66412), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66413), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66414), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66415), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66416), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66417), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66418), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66419), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66420), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66421), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66422), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66423), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66424), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66425), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66426), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66427), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66428), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66429), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66430), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66431), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66432), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66433), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66434), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66435), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66436), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66437), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66438), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66439), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66440), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66441), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66442), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66443), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66444), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66445), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66446), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66447), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66448), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66449), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66450), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66451), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66452), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66453), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66454), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66455), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66456), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66457), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66458), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66459), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66460), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66461), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66462), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66463), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66464), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66465), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66466), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66467), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66468), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66469), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66470), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66471), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66472), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66473), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66474), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66475), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66476), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66477), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66478), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66479), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66480), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66481), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66482), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66483), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66484), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66485), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66486), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66487), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66488), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66489), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66490), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66491), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66492), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66493), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66494), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66495), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66496), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66497), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66498), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66499), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66500), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66501), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66502), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66503), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66504), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66505), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66506), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66507), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66508), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66509), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66510), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66511), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66512), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66513), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66514), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66515), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66516), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66517), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66518), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66519), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66520), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66521), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66522), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66523), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66524), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66525), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66526), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66527), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66528), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66529), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66530), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66531), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66532), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66533), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66534), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66535), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66536), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66537), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66538), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66539), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66540), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66541), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66542), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66543), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66544), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66545), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66546), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66547), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66548), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66549), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66550), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66551), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66552), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66553), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66554), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66555), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66556), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66557), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66558), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66559), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66560), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66561), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66562), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66563), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66564), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66565), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66566), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66567), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66568), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8964, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66569), slot 0, text ID 412549120 is not referenced.
The error has been repaired.
Msg 8945, Level 16, State 1, Line 21
Table error: Object ID 21575115, index ID 2 will be rebuilt.
The error has been repaired.
CHECKDB found 0 allocation errors and 505 consistency errors in table 'XXXX' (object ID 21575115).
CHECKDB fixed 0 allocation errors and 505 consistency errors in table 'XXXX' (object ID 21575115).
March 1, 2016 at 10:39 am
I didn't ask you to run it with repair! I asked for a normal checkDB with NO_INFOMSGS so I can tell you how severe the damage is, and whether repair is needed or not.
And no, the repair allow data loss did actually cause data loss.
The BUFFER part of DBCC Page refers to the buffer pool attributes of the page
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
March 2, 2016 at 2:57 am
Hi Gail,
I know you didn't ask me to run it with repair! I tried exactly as you requested and posted the output. Twice. For some reason it keeps getting removed. Maybe it's too big.
I went on and ran the repair as i'm keen to expand my knowledge and understanding.
Below is the beginning and end of the output from checkdb WITH NO_INFOMSGS. The objectid and partitionid is consistent. Just the page number changes.
Thanks again.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66087), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66096), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66164), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66178), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66205), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66230), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66237), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66289), slot 0, text ID 412549120 is not referenced.
.....
.....
.....
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66518), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66558), slot 0, text ID 412549120 is not referenced.
Msg 8929, Level 16, State 1, Line 19
Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040221696 (type In-row data): Errors found in off-row data with ID 412549120 owned by data record identified by RID = (1:229:37)
March 2, 2016 at 3:51 am
Thanks Gail.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66087), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66096), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66164), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66178), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66205), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66230), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66237), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66289), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66298), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66318), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66361), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66429), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66461), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66463), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66468), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66531), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66552), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66091), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66108), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66126), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66143), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66189), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66226), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66277), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66322), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66341), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66391), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66406), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66438), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66089), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66123), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66157), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66175), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66207), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66241), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66275), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66339), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66373), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66423), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66440), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66474), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66489), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66523), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66557), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66568), slot 0, text ID 412549120 is not referenced.
Msg 8965, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66070), slot 0, text ID 412549120 is referenced by page (1:59056), slot 0, but was not seen in the scan.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66110), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66124), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66159), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66129), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66173), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66152), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66242), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66491), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66154), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66261), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66540), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66291), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66306), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66357), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66375), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66404), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66240), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66270), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66279), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66385), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66387), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66392), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66394), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66505), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66510), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66535), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66422), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66454), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66507), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66524), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66554), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66569), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66086), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66097), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66120), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66186), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66238), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66247), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66272), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66281), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66308), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66355), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66424), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66426), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66458), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66492), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66539), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66542), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66077), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66117), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66131), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66184), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66198), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66201), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66216), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66233), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66251), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66284), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66286), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66303), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66315), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66380), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66417), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66449), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66080), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66464), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66094), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66482), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66517), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66551), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66103), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66180), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66194), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66203), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66212), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66214), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66221), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66334), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66345), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66359), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66420), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66078), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66447), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66105), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66452), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66128), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66477), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66146), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66547), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66196), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66228), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66563), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66257), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66262), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66329), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66350), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66071), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66400), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66102), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66418), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66136), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66431), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66170), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66481), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66204), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66534), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66231), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66236), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66254), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66288), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66305), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66324), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66374), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66408), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66455), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66508), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66526), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66559), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66075), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66101), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66115), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66182), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66235), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66249), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66300), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66331), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66364), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66565), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66378), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66401), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66415), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66433), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66466), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66480), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66533), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66073), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66113), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66138), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66147), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66168), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66256), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66263), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66371), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66376), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66410), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66442), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66494), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66521), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66083), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66084), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66133), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66199), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66218), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66267), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66268), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66313), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66363), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66383), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66413), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66448), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66465), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66515), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66560), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66081), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66099), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66149), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66183), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66215), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66252), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66265), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66283), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66347), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66348), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66397), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66399), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66432), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66450), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66499), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66500), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66549), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66112), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66092), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66107), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66121), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66141), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66162), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66191), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66223), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66210), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66246), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66244), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66273), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66259), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66296), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66293), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66332), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66389), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66366), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66390), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66402), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66407), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66416), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66439), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66434), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66456), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66445), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66473), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66567), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66484), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66550), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66079), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66104), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66177), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66181), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66202), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66213), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66222), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66290), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66297), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66337), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66342), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66405), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66437), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66476), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66487), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66528), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66555), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66093), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66111), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66145), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66179), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66245), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66295), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66310), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66317), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66335), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66344), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66369), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66403), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66444), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66462), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66469), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66496), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66519), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66553), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66072), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66135), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66171), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66185), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66253), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66287), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66327), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66352), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66377), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66427), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66479), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66486), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66529), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66536), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66125), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66160), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66172), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66190), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66209), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66106), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66243), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66140), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66260), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66158), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66307), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66192), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66356), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66425), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66457), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66472), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66506), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66525), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66543), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66566), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66076), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66116), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66165), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66167), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66250), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66211), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66224), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66258), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66292), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66309), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66320), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66354), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66388), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66459), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66493), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66504), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66538), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66285), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66299), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66314), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66328), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66351), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66381), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66398), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66428), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66430), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66483), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66516), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66530), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66085), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66119), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66169), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66187), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66219), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66269), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66271), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66336), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66343), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66393), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66411), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66436), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66470), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66495), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66520), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66545), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66100), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66134), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66151), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66234), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66301), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66312), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66330), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66365), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66367), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66382), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66467), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66532), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66082), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66132), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66166), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66248), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66266), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66333), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66362), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66412), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66414), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66435), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66446), slot 0, text ID 412549120 is not referenced.
Msg 8939, Level 16, State 98, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data), page (1:66069). Test (IS_OFF (BUF_IOERR, pBUF->bstat)) failed. Values are 133129 and -4.
Msg 8928, Level 16, State 1, Line 19
Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data): Page (1:66069) could not be processed. See other errors for details.
Msg 8939, Level 16, State 98, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data), page (1:65302). Test (IS_OFF (BUF_IOERR, pBUF->bstat)) failed. Values are 133129 and -4.
Msg 8928, Level 16, State 1, Line 19
Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data): Page (1:66070) could not be processed. See other errors for details.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66485), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66514), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66561), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66088), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66095), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66118), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66188), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66195), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66206), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66220), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66321), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66358), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66421), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66453), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66460), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66471), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66544), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66546), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66562), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66074), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66114), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66137), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66155), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66239), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66280), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66294), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66311), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66316), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66368), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66379), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66386), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66502), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66513), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66098), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66148), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66150), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66200), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66217), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66232), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66282), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66302), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66304), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66346), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66349), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66396), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66451), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66498), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66501), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66548), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66564), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66127), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66161), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66163), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66197), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66229), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66319), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66326), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66353), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66360), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66419), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66478), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66503), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66512), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66090), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66537), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66109), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66139), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66174), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66193), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66225), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66227), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66276), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66323), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66340), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66370), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66441), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66443), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66488), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66490), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66527), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66541), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66122), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66142), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66156), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66176), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66208), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66274), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66325), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66338), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66372), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66475), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66509), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66522), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66556), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66130), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66144), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66153), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66255), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66264), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66278), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66384), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66395), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66409), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66497), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66511), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66518), slot 0, text ID 412549120 is not referenced.
Msg 8964, Level 16, State 1, Line 19
Table error: Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040352768 (type LOB data). The off-row data node at page (1:66558), slot 0, text ID 412549120 is not referenced.
Msg 8929, Level 16, State 1, Line 19
Object ID 21575115, index ID 1, partition ID 72057594038910976, alloc unit ID 72057594040221696 (type In-row data): Errors found in off-row data with ID 412549120 owned by data record identified by RID = (1:229:37)
CHECKDB found 0 allocation errors and 505 consistency errors in table 'XXXX' (object ID 21575115).
CHECKDB found 0 allocation errors and 505 consistency errors in database 'XXXX'.
repair_allow_data_loss is the minimum repair level for the errors found by DBCC CHECKDB (XXXX).
March 2, 2016 at 9:23 am
Hi Gail,
I was wondering if you got my messages this morning? I appreciate you are busy but I just wanted to check. I can see the admins have taken my replies out of the spam.
Any further guidance would be great.
Thanks.
March 3, 2016 at 7:03 am
Ok, now that I have some time to sit and look at this all.
Despite the huge number of rows in the output, there's only two errors there. Whatever that table is, it has a LOB column that contains vary, very large amount of data. Two pages that store LOB data (pages 1:66069 and 1:66070) are damaged.
All the other messages are reference errors, I suspect that 1:66069 and 1:66070 are Text tree pages, pages which link to other LOB pages, and with them damaged there are a large number (~500) unreferenced pages, resulting in all the other errors.
Repair_allow_data_loss is required, because fixing this will require deleting data. CheckDB will delete the row that owned the damaged text structure.
It's row 1:229:37 (file 1, page 229, slot array entry 37)
That page is undamaged so a DBCC Page with output style 3 should let you see the other values of that row. If you get the primary key value from DBCC PAGE, then you can run repair on the table and fetch the row, along with it's text column, from your last good backup.
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
March 7, 2016 at 10:09 am
Hi Gail,
Thanks for taking the time to examine the output and feedback.
The column is a VARBINARY(MAX). It stores material uploaded by our clients. Video files and other large document types.
It turns out a single row was affected and there is another row in the table with the same data. The data was 100+MB
I tried updating the broken value this did not work.
I tried deleting the row to no avail.
As you suggested I needed to run repair with allow data loss. This deleted one row which I was able to recover from another record in the table.
Thanks again.
October 4, 2017 at 11:17 pm
This was removed by the editor as SPAM
Viewing 13 posts - 1 through 12 (of 12 total)
You must be logged in to reply to this topic. Login to reply