﻿<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>SQLServerCentral / SQL Server 2005 / Data Corruption </title><generator>InstantForum.NET v2.9.0</generator><description>SQLServerCentral</description><link>http://www.sqlservercentral.com/Forums/</link><webMaster>notifications@sqlservercentral.com</webMaster><lastBuildDate>Thu, 24 May 2012 12:37:41 GMT</lastBuildDate><ttl>20</ttl><item><title>Table data Corrupted</title><link>http://www.sqlservercentral.com/Forums/Topic1301673-266-1.aspx</link><description>While Fetching record from a table we are getting below error for few records. Error:-Msg 823, Level 24, State 2, Line 1The operating system returned error 23(Data error (cyclic redundancy check).) to SQL Server during a read at offset 0x000000344c000 in file 'D:\DB_NAME\DB_NAME.mdf'. Additional messages in the SQL Server error log and system event log may provide more detail. This is a severe system-level error condition that threatens database integrity and must be corrected immediately. Complete a full database consistency check (DBCC CHECKDB). This error can be caused by many factors; for more information, see SQL Server Books Online.After Executing DBCC CHECKTABLE ("TABLE_NAME") We are getting below error:-Msg 8966, Level 16, State 2, Line 1Unable to read and latch page (1:117) with latch type SH. 23(Data error (cyclic redundancy check).) failed. CHECKTABLE found 0 allocation errors and 1 consistency errors not associated with any single object.DBCC results for 'TABLE_NAME'.Msg 2533, Level 16, State 1, Line 1Table error: page (1:117) allocated to object ID 1606, index ID 0, partition ID 7205, alloc unit ID 72057 (type In-row data) was not seen. The page may be invalid or may have an incorrect alloc unit ID in its header.There are 932 rows in 927 pages for object "TABLE_NAME".CHECKTABLE found 0 allocation errors and 1 consistency errors in table 'TABLE_NAME' (object ID 1606).repair_allow_data_loss is the minimum repair level for the errors found by DBCC CHECKTABLE (DB_NAME.dbo.TABLE_NAME).DBCC execution completed. If DBCC printed error messages, contact your system administrator.Please advice how we could rectify this error.Regards</description><pubDate>Thu, 17 May 2012 06:03:19 GMT</pubDate><dc:creator>DIB IN</dc:creator></item><item><title>distribution db became suspect while replication</title><link>http://www.sqlservercentral.com/Forums/Topic1081039-266-1.aspx</link><description>HI,We are running a transactional replication between 2 servers (push subscriber). both the distribution and subscriber DB rely on the same server.for some reason the distribution DB became "Suspect" and cannot be reached, stoping the subscriber from being update.What could be the reasons of the situation?The Distribution server, is under low-level usage (few users use it),we did not find anything weird in the sql server error logs, or the windows error log.WE didnt find any HW failure, or corrupted disk file.Any help…??Thnks,YK</description><pubDate>Sun, 20 Mar 2011 15:17:11 GMT</pubDate><dc:creator>Image IT</dc:creator></item><item><title>RESTORE detected an error on page (0:0)</title><link>http://www.sqlservercentral.com/Forums/Topic1279635-266-1.aspx</link><description>I am trying to restore a backup taken from SQL 2005 to SQL 2008 R2. The restore process has worked countless times before, but this morning I received the error below:[quote]RESTORE detected an error on page (0:0) in database "[i]database_name[/i]" as read from the backup set.Error: 3183, Severity: 16, State: 1.[/quote]I tried a second backup file from the day before but received the same result. I ran a RESTORE VERIFYONLY on both backup files through the 2008 R2 instance and after about 10 minutes (backup file is ~100GB) received the following errors from both:[quote]Msg 3189, Level 16, State 1, Line 1Damage to the backup set was detected.Msg 3013, Level 16, State 1, Line 1VERIFY DATABASE is terminating abnormally.[/quote]CHECKDB ran clean last weekend and no I/O errors were found in the error log on 2005.At present I am re-copying the latest backup file to the 2008 R2 server thinking it could have been a corruption when copying the file around the network...however I have little hope that is the issue since I get the same result from both backups taken on consecutive nights.Any insight into what might be going on?</description><pubDate>Fri, 06 Apr 2012 12:50:09 GMT</pubDate><dc:creator>opc.three</dc:creator></item><item><title>sql server 2005</title><link>http://www.sqlservercentral.com/Forums/Topic1296164-266-1.aspx</link><description>i have a probleme to transfer data form access to sql serverSSIS package "Package.dtsx" starting.Information: 0x4004300A at Data Flow Task, DTS.Pipeline: Validation phase is beginning.Information: 0x4004300A at Data Flow Task, DTS.Pipeline: Validation phase is beginning.Information: 0x40043006 at Data Flow Task, DTS.Pipeline: Prepare for Execute phase is beginning.Information: 0x40043007 at Data Flow Task, DTS.Pipeline: Pre-Execute phase is beginning.Error: 0xC020203B at Data Flow Task, SQL Server Destination [1]: The thread for the SSIS Bulk Insert task failed initialization.Error: 0xC004701A at Data Flow Task, DTS.Pipeline: component "SQL Server Destination" (1) failed the pre-execute phase and returned error code 0xC020203B.Information: 0x40043009 at Data Flow Task, DTS.Pipeline: Cleanup phase is beginning.Information: 0x4004300B at Data Flow Task, DTS.Pipeline: "component "SQL Server Destination" (1)" wrote 0 rows.Task failed: Data Flow TaskWarning: 0x80019002 at Package: The Execution method succeeded, but the number of errors raised (2) reached the maximum allowed (1); resulting in failure. This occurs when the number of errors reaches the number specified in MaximumErrorCount. Change the MaximumErrorCount or fix the errors.SSIS package "Package.dtsx" finished: Failure.The program '[7692] Package.dtsx: DTS' has exited with code 0 (0x0).</description><pubDate>Mon, 07 May 2012 16:58:15 GMT</pubDate><dc:creator>mossawihossine</dc:creator></item><item><title>Data from Corrupt SQL backup file</title><link>http://www.sqlservercentral.com/Forums/Topic706863-266-1.aspx</link><description>Hi All,Think I may already know the answer to this post, however would like others opinion on it please. I have a corrupted sql backup file that will not restore, it appears that the backup isnt complete. Is there anyway of retrieving the data? Any software? Any methods anybody has used to retrieve such data would be much aprreciated.RegardsAndy</description><pubDate>Wed, 29 Apr 2009 08:24:22 GMT</pubDate><dc:creator>andy.hextall</dc:creator></item><item><title>DBCC Question</title><link>http://www.sqlservercentral.com/Forums/Topic1278442-266-1.aspx</link><description>I have a client (SQL 2008R2SP1) who run maintenance plans and reported back to me DBCC errors, unfortunately he's in SIMPLE mode, but the application has 2 week data-caching and the client has backups for several weeks.I hopped on the server and has DBCC CheckDB ('DB NAME') WITH ALL_ERRORMSGS, NO_INFOMSGS and it returned no errors, I even restored a backup and the same thing.The next step in the Maintenance Plan was a index reorg/rebuild (don't remember which), so this probably deallocated the corrupt bit.My question is now that DBCC comes back clean, I know there's still corruption somewhere in there and it's just a matter of time before SQL reallocates to that page.  Is there anything I can do in the mean time? Switch the Full mode? shrink the db and do a alter index rebuild?  I know how to fix it, just curious cause it seems like you have to catch it in the bad state.Also I know even I did catch it, DBCC PAGE wouldn't have worked from the backup because the pages were likely different from the rebuilt pages (post-backup rebuild).Any advice would be appreciated!/* Here's the errors, I know what they are though, post really isn't about that :) */Task start: 2012-04-01T00:30:06.Task end: 2012-04-01T00:39:18.Failed:(-1073548784) Executing the query "DBCC CHECKDB(N'FOODB') WITH NO_INFOMSGS " failed with the following error: "Object ID 1895013832, index ID 2, partition ID 72057594183090176, alloc unit ID 72057594179158016 (type In-row data): Page (1:563928) could not be processed. See other errors for details.Table error: Object ID 1895013832, index ID 2, partition ID 72057594183090176, alloc unit ID 72057594179158016 (type In-row data). Page (1:563928) was not seen in the scan although its parent (1:226755) and previous (1:563903) refer to it. Check any previous errors.Object ID 1895013832, index ID 2, partition ID 72057594183090176, alloc unit ID 72057594179158016 (type In-row data): Page (1:563929) could not be processed. See other errors for details.Table error: Object ID 1895013832, index ID 2, partition ID 72057594183090176, alloc unit ID 72057594179158016 (type In-row data). Index node page (1:226755), slot 15 refers to child page (1:563929) and previous child (1:563928), but they were not encountered.Object ID 1895013832, index ID 2, partition ID 72057594183090176, alloc unit ID 72057594179158016 (type In-row data): Page (1:563930) could not be processed. See other errors for details.Table error: Object ID 1895013832, index ID 2, partition ID 72057594183090176, alloc unit ID 72057594179158016 (type In-row data). Index node page (1:226755), slot 16 refers to child page (1:563930) and previous child (1:563929), but they were not encountered.Object ID 1895013832, index ID 2, partition ID 72057594183090176, alloc unit ID 72057594179158016 (type In-row data): Page (1:563931) could not be processed. See other errors for details.Table error: Object ID 1895013832, index ID 2, partition ID 72057594183090176, alloc unit ID 72057594179158016 (type In-row data). Index node page (1:226755), slot 17 refers to child page (1:563931) and previous child (1:563930), but they were not encountered.Object ID 1895013832, index ID 2, partition ID 72057594183090176, alloc unit ID 72057594179158016 (type In-row data): Page (1:563932) could not be processed. See other errors for details.Table error: Object ID 1895013832, index ID 2, partition ID 72057594183090176, alloc unit ID 72057594179158016 (type In-row data). Index node page (1:226755), slot 18 refers to child page (1:563932) and previous child (1:563931), but they were not encountered.Object ID 1895013832, index ID 2, partition ID 72057594183090176, alloc unit ID 72057594179158016 (type In-row data): Page (1:563933) could not be processed. See other errors for details.Table error: Object ID 1895013832, index ID 2, partition ID 72057594183090176, alloc unit ID 72057594179158016 (type In-row data). Index node page (1:226755), slot 19 refers to child page (1:563933) and previous child (1:563932), but they were not encountered.Object ID 1895013832, index ID 2, partition ID 72057594183090176, alloc unit ID 72057594179158016 (type In-row data): Page (1:563934) could not be processed. See other errors for details.Table error: Object ID 1895013832, index ID 2, partition ID 72057594183090176, alloc unit ID 72057594179158016 (type In-row data). Index node page (1:226755), slot 20 refers to child page (1:563934) and previous child (1:563933), but they were not encountered.Object ID 1895013832, index ID 2, partition ID 72057594183090176, alloc unit ID 72057594179158016 (type In-row data): Page (1:563935) could not be processed. See other errors for details.Table error: Object ID 1895013832, index ID 2, partition ID 72057594183090176, alloc unit ID 72057594179158016 (type In-row data). Index node page (1:226755), slot 21 refers to child page (1:563935) and previous child (1:563934), but they were not encountered.Table error: Object ID 1895013832, index ID 2, partition ID 72057594183090176, alloc unit ID 72057594179158016 (type In-row data). Page (1:563944) is missing a reference from previous page (1:563935). Possible chain linkage problem.CHECKDB found 0 allocation errors and 17 consistency errors in table 'FOOTABLE' (object ID 1895013832).CHECKDB found 0 allocation errors and 17 consistency errors in database 'FOODB'.repair_allow_data_loss is the minimum repair level for the errors found by DBCC CHECKDB (FOO).". Possible failure reasons: Problems with the query, "ResultSet" property not set correctly, parameters not set correctly, or connection not established correctly.</description><pubDate>Wed, 04 Apr 2012 15:39:40 GMT</pubDate><dc:creator>dfrome</dc:creator></item><item><title>Database Corruption problems</title><link>http://www.sqlservercentral.com/Forums/Topic522582-266-1.aspx</link><description>We had a server reboot the other night and it seams to have corrupted several files. I have a database in SQL Express that is corrupt and one in regular SQL that was labeled suspect. I found this on a web site for fixing suspect DB's. ALTER DATABASE koochdata SET EMERGENCYDBCC checkdb('koochdata')ALTER DATABASE koochdata SET SINGLE_USER WITH ROLLBACK IMMEDIATEDBCC CheckDB ('koochdata', REPAIR_ALLOW_DATA_LOSS)ALTER DATABASE koochdata SET MULTI_USERWhen I issue these one at a time I can see in the log files that the DB is changing status but when I run the dbcc commands I get this result.Msg 922, Level 14, State 1, Line 1Database 'KoochData' is being recovered. Waiting until recovery is finished.Query completed with errorsI haven't been able to find msg 922 anywhere. Is there a reason that dbcc doesn't want to work? It didn't leave a message in the log file just the changes in the DB status.Also. Can I use the same procedure in Sqlserver express?Thank you in advance.Quinn McCarthy</description><pubDate>Tue, 24 Jun 2008 08:25:14 GMT</pubDate><dc:creator>Quinn-793124</dc:creator></item><item><title>corrupted mdf file</title><link>http://www.sqlservercentral.com/Forums/Topic1078689-266-1.aspx</link><description>hello:  i was given a corrupted mdf file, the server the database (sql 2000) crashed and the only file recovered was this .mdf file. I have tried as many of the options that i can find, and still cannot get this database recovered. downloaded several of the programs that claim to be able to recover mdf files and none work.. This latest gives me the following error:SQL Server detected a logical consistency-based I/O error: torn page (expected signature: 0xaaaaaaaa; actual signature: 0xd8b4c0f2). It occurred during a read of page (0:0) in database ID 0 at offset 0000000000000000 in file 'C:\DBIO\testy.mdf'.  Additional messages in the SQL Server error log or system event log may provide more detail. This is a severe error condition that threatens database integrity and must be corrected immediately. Complete a full database consistency check (DBCC CHECKDB). This error can be caused by many factors; for more information, see SQL Server Books Online.I created a new database (sql 2008 r2) since I do not have sql 2000 anywhere. renamed the mdf file and then renamed the corrupted one to the new name and restarted. This then brings up the db in recovery_pending mode and I cannot get it out of that mode. Tried setting it to emergency mode, no luck. Is there anyway for me to recover this db? No there were no backups of this database at all, and yes, i completely agree that a backup strategy is needed, but i'm just the lucky recipient of the issue :)thank you for any help!</description><pubDate>Tue, 15 Mar 2011 15:29:05 GMT</pubDate><dc:creator>Ukon</dc:creator></item><item><title>How to recover suspect database</title><link>http://www.sqlservercentral.com/Forums/Topic399609-266-1.aspx</link><description>&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"&gt;&lt;SPAN lang=EN-US style="mso-ansi-language: EN-US; mso-no-proof: no"&gt;&lt;FONT face=Calibri&gt;Hi,&lt;?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"&gt;&lt;SPAN lang=EN-US style="mso-ansi-language: EN-US; mso-no-proof: no"&gt;&lt;o:p&gt;&lt;FONT face=Calibri&gt; &lt;/FONT&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"&gt;&lt;SPAN lang=EN-US style="mso-ansi-language: EN-US; mso-no-proof: no"&gt;&lt;FONT face=Calibri&gt;I have SQL 2005 database in suspect state. By my opinion it is damaged because of hard disk error. I’m &lt;SPAN style="mso-spacerun: yes"&gt; &lt;/SPAN&gt;trying to set the database in such kind of state so, that I can read undamaged data from it.&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"&gt;&lt;SPAN lang=EN-US style="mso-ansi-language: EN-US; mso-no-proof: no"&gt;&lt;o:p&gt;&lt;FONT face=Calibri&gt; &lt;/FONT&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"&gt;&lt;SPAN lang=EN-US style="mso-ansi-language: EN-US; mso-no-proof: no"&gt;&lt;FONT face=Calibri&gt;First I was tried with &lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN lang=EN-US style="FONT-SIZE: 10pt; COLOR: blue; FONT-FAMILY: 'Courier New'; mso-ansi-language: EN-US; mso-no-proof: no; mso-fareast-language: EN-US"&gt;EXEC&lt;/SPAN&gt;&lt;SPAN lang=EN-US style="FONT-SIZE: 10pt; FONT-FAMILY: 'Courier New'; mso-ansi-language: EN-US; mso-no-proof: no; mso-fareast-language: EN-US"&gt; &lt;SPAN style="COLOR: maroon"&gt;sp_resetstatus&lt;/SPAN&gt; &lt;SPAN style="COLOR: red"&gt;'PIS'&lt;/SPAN&gt;&lt;B&gt;&lt;SPAN style="COLOR: navy"&gt;;&lt;/SPAN&gt;&lt;/B&gt;&lt;/SPAN&gt;&lt;SPAN lang=EN-US style="mso-ansi-language: EN-US; mso-no-proof: no"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"&gt;&lt;SPAN lang=EN-US style="mso-ansi-language: EN-US; mso-no-proof: no"&gt;&lt;FONT face=Calibri&gt;and I was got the following message:&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"&gt;&lt;SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: 'Courier New'; mso-ansi-language: EN-US; mso-no-proof: no; mso-fareast-language: EN-US"&gt;The suspect flag on the database "PIS" is already reset.&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"&gt;&lt;SPAN lang=EN-US style="mso-ansi-language: EN-US; mso-no-proof: no"&gt;&lt;o:p&gt;&lt;FONT face=Calibri&gt; &lt;/FONT&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"&gt;&lt;SPAN lang=EN-US style="mso-ansi-language: EN-US; mso-no-proof: no"&gt;&lt;FONT face=Calibri&gt;Then I was tried to use &lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN lang=EN-US style="FONT-SIZE: 10pt; COLOR: blue; FONT-FAMILY: 'Courier New'; mso-ansi-language: EN-US; mso-no-proof: no; mso-fareast-language: EN-US"&gt;DBCC&lt;/SPAN&gt;&lt;SPAN lang=EN-US style="FONT-SIZE: 10pt; FONT-FAMILY: 'Courier New'; mso-ansi-language: EN-US; mso-no-proof: no; mso-fareast-language: EN-US"&gt; checkdb&lt;B&gt;&lt;SPAN style="COLOR: navy"&gt;(&lt;/SPAN&gt;&lt;/B&gt;&lt;SPAN style="COLOR: red"&gt;'PIS'&lt;/SPAN&gt;&lt;B&gt;&lt;SPAN style="COLOR: navy"&gt;)&lt;/SPAN&gt;&lt;/B&gt;&lt;/SPAN&gt;&lt;SPAN lang=EN-US style="mso-ansi-language: EN-US; mso-no-proof: no"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"&gt;&lt;SPAN lang=EN-US style="mso-ansi-language: EN-US; mso-no-proof: no"&gt;&lt;FONT face=Calibri&gt;but I was got the message:&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 0pt; mso-layout-grid-align: none"&gt;&lt;SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: 'Courier New'; mso-ansi-language: EN-US; mso-no-proof: no; mso-fareast-language: EN-US"&gt;Msg 926, Level 14, State 1, Line 1&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"&gt;&lt;SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: 'Courier New'; mso-ansi-language: EN-US; mso-no-proof: no; mso-fareast-language: EN-US"&gt;Database 'PIS' cannot be opened. It has been marked SUSPECT by recovery. See the SQL Server errorlog for more information.&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"&gt;&lt;SPAN lang=EN-US style="mso-ansi-language: EN-US; mso-no-proof: no"&gt;&lt;o:p&gt;&lt;FONT face=Calibri&gt; &lt;/FONT&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"&gt;&lt;SPAN lang=EN-US style="mso-ansi-language: EN-US; mso-no-proof: no"&gt;&lt;FONT face=Calibri&gt;Then I was tried to set database in emergency mode with &lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN lang=EN-US style="FONT-SIZE: 10pt; COLOR: blue; FONT-FAMILY: 'Courier New'; mso-ansi-language: EN-US; mso-no-proof: no; mso-fareast-language: EN-US"&gt;Alter&lt;/SPAN&gt;&lt;SPAN lang=EN-US style="FONT-SIZE: 10pt; FONT-FAMILY: 'Courier New'; mso-ansi-language: EN-US; mso-no-proof: no; mso-fareast-language: EN-US"&gt; &lt;SPAN style="COLOR: blue"&gt;Database&lt;/SPAN&gt; PIS &lt;SPAN style="COLOR: blue"&gt;Set&lt;/SPAN&gt; &lt;SPAN style="COLOR: blue"&gt;Emergency&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"&gt;&lt;SPAN lang=EN-US style="mso-ansi-language: EN-US; mso-no-proof: no"&gt;&lt;FONT face=Calibri&gt;but I was got the following error again :&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 0pt; mso-layout-grid-align: none"&gt;&lt;SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: 'Courier New'; mso-ansi-language: EN-US; mso-no-proof: no; mso-fareast-language: EN-US"&gt;Msg 823, Level 24, State 2, Line 1&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 0pt; mso-layout-grid-align: none"&gt;&lt;SPAN lang=EN-US style="FONT-SIZE: 8pt; FONT-FAMILY: 'Courier New'; mso-ansi-language: EN-US; mso-no-proof: no; mso-fareast-language: EN-US"&gt;The operating system returned error 38(Dosežen je bil konec datoteke (EOF).) to SQL Server during a read at offset 0x0000000c0b8000 in file 'c:\DATA\DATA\MITIC1.mdf'. Additional messages in the SQL Server error log and system event log may provide more detail. This is a severe system-level error condition that threatens database integrity and must be corrected immediately. Complete a full database consistency check (DBCC CHECKDB). This error can be caused by many factors; for more information, see SQL Server Books Online.&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"&gt;&lt;SPAN lang=EN-US style="mso-ansi-language: EN-US; mso-no-proof: no"&gt;&lt;FONT face=Calibri&gt;The database is now not suspected but in the Management Studio I see just database without any database objects. &lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"&gt;&lt;SPAN lang=EN-US style="mso-ansi-language: EN-US; mso-no-proof: no"&gt;&lt;o:p&gt;&lt;FONT face=Calibri&gt; &lt;/FONT&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"&gt;&lt;SPAN lang=EN-US style="mso-ansi-language: EN-US; mso-no-proof: no"&gt;&lt;FONT face=Calibri&gt;Likewise I was tried to move database to another SQL server so, that I was restore database from older backup on the another SQL server. Then I was stopped this server and original server then I was copied original files (I have 3 files and 1 log file) over new restored files and then I was started new SQL server. The database becomes suspected with all above problems.&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"&gt;&lt;SPAN lang=EN-US style="mso-ansi-language: EN-US; mso-no-proof: no"&gt;&lt;o:p&gt;&lt;FONT face=Calibri&gt; &lt;/FONT&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"&gt;&lt;SPAN lang=EN-US style="mso-ansi-language: EN-US; mso-no-proof: no"&gt;&lt;FONT face=Calibri&gt;Does anybody has ideas or tricks how to correct this database so, that I can read good data from it?&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"&gt;&lt;SPAN lang=EN-US style="mso-ansi-language: EN-US; mso-no-proof: no"&gt;&lt;o:p&gt;&lt;FONT face=Calibri&gt; &lt;/FONT&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"&gt;&lt;SPAN lang=EN-US style="mso-ansi-language: EN-US; mso-no-proof: no"&gt;&lt;FONT face=Calibri&gt;Regards &lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;</description><pubDate>Mon, 17 Sep 2007 02:06:00 GMT</pubDate><dc:creator>INFO01</dc:creator></item><item><title>Auto Increment</title><link>http://www.sqlservercentral.com/Forums/Topic1270216-266-1.aspx</link><description>In testing with auto increment I havde noticed the ID field gets incremented even when the insert fails resulting in missing entries.  I have tested on 2 build levels of SQL 2005 with bad input and got the same result.  Is this working as advertised or is there a way for the incfrement only to occur on a successful insert.</description><pubDate>Wed, 21 Mar 2012 08:34:59 GMT</pubDate><dc:creator>jamesforest</dc:creator></item><item><title>missing mdf and ldf files</title><link>http://www.sqlservercentral.com/Forums/Topic1262873-266-1.aspx</link><description>I’m not sure if this is a SQL or OS related error but please bare with me.So after a server reboot several of my databases are no longer working. When attempting to view the properties of the database I get an error saying:“Database cannot be opened due to inaccessible files or insufficient memory or disk space. See SQL server error log for details (Microsoft Server error 945 “The SQL error log says:FCB::Open: Operating system error 32(error not found) occurred while creating or opening file 'C:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\Data\Sagedata5.mdf'. Diagnose and correct the operating system error, and retry the operation.I can’t run a check db or anything on the database as SQL can’t recognise the database I get an incorrect syntax (as expected)My first thought was to try and attach the mdf and ldf files but this is where it gets strange. When I use the attach in SQL management studio I cannot see any of the mdf or ldf files in question, but when using windows explorer and I navigate to the directory I can see all of my files both mdf and ldf.I only want to resort to a backup as a last resort so any other advice would be very appreciative. I know its not disk space or memory as plenty is available.InfoSQL Server 2005 standard SP3OS Server 2003 standard edition SP2</description><pubDate>Wed, 07 Mar 2012 04:55:37 GMT</pubDate><dc:creator>dave 92282</dc:creator></item><item><title>Log record ID corruption</title><link>http://www.sqlservercentral.com/Forums/Topic1262263-266-1.aspx</link><description>I see these error messages..As per my earlier experience, this looks like data corruption. Please throw some light on this During undoing of a logged operation in database 'Maximum', an error occurred at log record ID (112736:2730:213). Typically, the specific failure is logged previously as an error in the Windows Event Log service. Restore the database or file from a backup, or repair the database.2012-03-04 04:17:28.17 spid416     Error: 9001, Severity: 21, State: 1.2012-03-04 04:17:28.17 spid416     The log for database 'Maximum' is not available. Check the event log for related error messages. Resolve any errors and restart the database.2012-03-04 04:17:39.34 spid28s     SQL Server has encountered 7 occurrence(s) of cachestore flush for the 'SQL Plans' cachestore (part of plan cache) due to some database maintenance or reconfigure operations.2012-03-04 04:17:39.36 spid28s     SQL Server has encountered 7 occurrence(s) of cachestore flush for the 'Bound Trees' cachestore (part of plan cache) due to some database maintenance or reconfigure operations.2012-03-04 04:17:39.41 spid28s     Starting up database 'Maximum'.2012-03-04 04:17:42.21 spid28s     1219 transactions rolled forward in database 'Maximum' (29). This is an informational message only. No user action is required.2012-03-04 04:17:42.35 spid28s     1 transactions rolled back in database 'Maximum' (29). This is an informational message only. No user action is required.2012-03-04 04:17:42.35 spid28s     Recovery is writing a checkpoint in database 'Maximum' (29). This is an informational message only. No user action is required.2012-03-04 04:17:42.65 spid28s     Error: 17053, Severity: 16, State: 1.2012-03-04 04:17:42.65 spid28s     I:\Microsoft SQL Server\MSSQL.2\MSSQL\LOGS\Maximum.ldf: Operating system error 112(error not found) encountered.2012-03-04 04:17:42.66 spid28s     Error: 9002, Severity: 17, State: 2.2012-03-04 04:17:42.66 spid28s     The transaction log for database 'Maximum' is full. To find out why space in the log cannot be reused, see the log_reuse_wait_desc column in sys.databases</description><pubDate>Tue, 06 Mar 2012 08:39:25 GMT</pubDate><dc:creator>Benki Chendu</dc:creator></item><item><title>read_only filegroup</title><link>http://www.sqlservercentral.com/Forums/Topic1249750-266-1.aspx</link><description>Hi,I have a filegroup which is set to read-only. I need to set it back to read-write. When I try to modify it, it errors out with: 'An error occurred while processing 'AltFile' metadata for database...'After looking at sys.master_files, the filegroup has all redo_xxxx_lsn values set. The redo_start_lsn and redo_target_lsn is the same values, so theoretically, the filegroup is ok, but it still prevents me from changing the read-only mode.Any thoughts?Thanks.</description><pubDate>Thu, 09 Feb 2012 08:25:03 GMT</pubDate><dc:creator>deepforest</dc:creator></item><item><title>Very unwise customer with "suspect" db</title><link>http://www.sqlservercentral.com/Forums/Topic1249346-266-1.aspx</link><description>I work for a small software company whose desktop app runs off a small SQL Server 2005 backend.  Typically 2005 Express is installed on the user's machine.  We strongly and repeatedly advise all of our customers to do regular, preferably daily, backups of their data for obvious reasons.Well this one didn't, and in fact has never done so, and last night they had a power outage.  When they restarted SQL Server, their database came up in a "suspect" state.Attempting to run DBCC CHECKDB ('CE_DATA') WITH NO_INFOMSGS, ALL_ERRORMSGS returned:[code]Database 'CE_DATA' cannot be opened. It has been marked SUSPECT by recovery. See the SQL Server errorlog for more information.[/code]So I started following Gail's instructions on page two of [url=http://www.sqlservercentral.com/Forums/Topic1080882-266-2.aspx]this thread[/url]:[quote][b]GilaMonster (3/19/2011)[/b][hr][code="sql"]ALTER DATABASE CE_DATA SET EMERGENCYALTER DATABASE CE_DATA SET SINGLE_USERDBCC CHECKDB('CE_DATA', REPAIR_ALLOW_DATA_LOSS)ALTER DATABASE CE_DATA SET ONLINE[/code]Run them one by one if any give an error post it here and do not run anything further.[/quote]We did that, but got an error on the third line:[code="plain"]Msg 211, Level 23, State 51, Line 1Possible schema corruption. Run DBCC CHECKCATALOG.Msg 0, Level 20, State 0, Line 0A severe error occurred on the current command. The results, if any, should be discarded.[/code]Per the error message, we ran DBCC CHECKCATALOG, and got no errors.  Any suggestions what we might look at next?  I'm quite happy telling this customer "Hey, we told you to make backups, now you're SOL," but if we can help the guy while teaching him a lesson, all the better.thanks!Ron</description><pubDate>Wed, 08 Feb 2012 14:18:36 GMT</pubDate><dc:creator>ronmoses</dc:creator></item><item><title>Consistency errors</title><link>http://www.sqlservercentral.com/Forums/Topic1242111-266-1.aspx</link><description>Hi!I got a problem with av database(SharePoint 2007) that when i check it by running CHECKDB when the database is online everything is ok  no allocation errors and no consistency errors, but when i take a backup and restore it to another database server CHECKDB reports: There are xrows in xpages for object "AllDocStreams".CHECKDB found 0 allocation errors and 4 consistency errors in table 'AllDocStreams' (object ID x).Its an virtual enviroment(VMWare) so we have tryed to move the whole virtual enviroment to, but the strange thing is that when we try this the same error occurs in the database!Could the CHECKDB report wrong while the database is online or any other suggestions?Thanks in advance!/Thomas</description><pubDate>Thu, 26 Jan 2012 06:18:16 GMT</pubDate><dc:creator>thomas.johansson</dc:creator></item><item><title>DBCC CHECKDB Error</title><link>http://www.sqlservercentral.com/Forums/Topic1247082-266-1.aspx</link><description>Dear All,I have executed DBCC Checkdb on my database after that i got below error.please advise.DBCC results for 'prod_lrpdb'.Service Broker Msg 9675, State 1: Message Types analyzed: 14.Service Broker Msg 9676, State 1: Service Contracts analyzed: 6.Service Broker Msg 9667, State 1: Services analyzed: 3.Service Broker Msg 9668, State 1: Service Queues analyzed: 3.Service Broker Msg 9669, State 1: Conversation Endpoints analyzed: 0.Service Broker Msg 9674, State 1: Conversation Groups analyzed: 0.Service Broker Msg 9670, State 1: Remote Service Bindings analyzed: 0.Msg 8909, Level 16, State 1, Line 4Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page ID (1:39192736) contains an incorrect page ID in its page header. The PageId in the page header = (0:0).Msg 8909, Level 16, State 1, Line 4Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page ID (1:39192737) contains an incorrect page ID in its page header. The PageId in the page header = (0:0).Msg 8909, Level 16, State 1, Line 4Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page ID (1:39192738) contains an incorrect page ID in its page header. The PageId in the page header = (0:0).Msg 8909, Level 16, State 1, Line 4Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page ID (1:39192739) contains an incorrect page ID in its page header. The PageId in the page header = (0:0).Msg 8909, Level 16, State 1, Line 4Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page ID (1:39192740) contains an incorrect page ID in its page header. The PageId in the page header = (0:0).Msg 8909, Level 16, State 1, Line 4Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page ID (1:39192741) contains an incorrect page ID in its page header. The PageId in the page header = (0:0).Msg 8909, Level 16, State 1, Line 4Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page ID (1:39192742) contains an incorrect page ID in its page header. The PageId in the page header = (0:0).Msg 8909, Level 16, State 1, Line 4Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page ID (1:39192743) contains an incorrect page ID in its page header. The PageId in the page header = (0:0).Msg 8909, Level 16, State 1, Line 4Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page ID (1:39192936) contains an incorrect page ID in its page header. The PageId in the page header = (0:0).Msg 8909, Level 16, State 1, Line 4Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page ID (1:39192937) contains an incorrect page ID in its page header. The PageId in the page header = (0:0).Msg 8909, Level 16, State 1, Line 4Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page ID (1:39192938) contains an incorrect page ID in its page header. The PageId in the page header = (0:0).Msg 8909, Level 16, State 1, Line 4Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page ID (1:39192939) contains an incorrect page ID in its page header. The PageId in the page header = (0:0).Msg 8909, Level 16, State 1, Line 4Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page ID (1:39192940) contains an incorrect page ID in its page header. The PageId in the page header = (0:0).Msg 8909, Level 16, State 1, Line 4Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page ID (1:39192941) contains an incorrect page ID in its page header. The PageId in the page header = (0:0).Msg 8909, Level 16, State 1, Line 4Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page ID (1:39192942) contains an incorrect page ID in its page header. The PageId in the page header = (0:0).Msg 8909, Level 16, State 1, Line 4Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page ID (1:39192943) contains an incorrect page ID in its page header. The PageId in the page header = (0:0).CHECKDB found 0 allocation errors and 16 consistency errors not associated with any single object.DBCC results for 'sys.sysrowsetcolumns'.There are 62776 rows in 1105 pages for object "sys.sysrowsetcolumns".DBCC results for 'sys.sysrowsets'.There are 4216 rows in 161 pages for object "sys.sysrowsets".DBCC results for 'sysallocunits'.There are 5214 rows in 276 pages for object "sysallocunits".DBCC results for 'sys.sysfiles1'.There are 2 rows in 1 pages for object "sys.sysfiles1".DBCC results for 'sys.syshobtcolumns'.There are 63361 rows in 1211 pages for object "sys.syshobtcolumns".DBCC results for 'sys.syshobts'.There are 4216 rows in 151 pages for object "sys.syshobts".DBCC results for 'sys.sysftinds'.There are 0 rows in 0 pages for object "sys.sysftinds".DBCC results for 'sys.sysserefs'.There are 5214 rows in 112 pages for object "sys.sysserefs".DBCC results for 'sys.sysowners'.There are 49 rows in 1 pages for object "sys.sysowners".DBCC results for 'sys.sysprivs'.There are 1041 rows in 9 pages for object "sys.sysprivs".DBCC results for 'sys.sysschobjs'.There are 12063 rows in 221 pages for object "sys.sysschobjs".DBCC results for 'sys.syscolpars'.There are 121366 rows in 2501 pages for object "sys.syscolpars".DBCC results for 'sys.sysnsobjs'.There are 1 rows in 1 pages for object "sys.sysnsobjs".DBCC results for 'sys.syscerts'.There are 0 rows in 0 pages for object "sys.syscerts".DBCC results for 'sys.sysxprops'.There are 25 rows in 3 pages for object "sys.sysxprops".DBCC results for 'sys.sysscalartypes'.There are 27 rows in 1 pages for object "sys.sysscalartypes".DBCC results for 'sys.systypedsubobjs'.There are 1 rows in 1 pages for object "sys.systypedsubobjs".DBCC results for 'sys.sysidxstats'.There are 29009 rows in 701 pages for object "sys.sysidxstats".DBCC results for 'sys.sysiscols'.There are 28754 rows in 210 pages for object "sys.sysiscols".DBCC results for 'sys.sysbinobjs'.There are 23 rows in 1 pages for object "sys.sysbinobjs".DBCC results for 'sys.sysobjvalues'.There are 34119 rows in 15131 pages for object "sys.sysobjvalues".DBCC results for 'sys.sysclsobjs'.There are 33 rows in 1 pages for object "sys.sysclsobjs".DBCC results for 'sys.sysrowsetrefs'.There are 28 rows in 1 pages for object "sys.sysrowsetrefs".DBCC results for 'sys.sysremsvcbinds'.There are 0 rows in 0 pages for object "sys.sysremsvcbinds".DBCC results for 'sys.sysxmitqueue'.There are 0 rows in 0 pages for object "sys.sysxmitqueue".DBCC results for 'sys.sysrts'.There are 1 rows in 1 pages for object "sys.sysrts".DBCC results for 'sys.sysconvgroup'.There are 0 rows in 0 pages for object "sys.sysconvgroup".DBCC results for 'sys.sysdesend'.There are 0 rows in 0 pages for object "sys.sysdesend".DBCC results for 'sys.sysdercv'.There are 0 rows in 0 pages for object "sys.sysdercv".DBCC results for 'sys.syssingleobjrefs'.There are 2005 rows in 13 pages for object "sys.syssingleobjrefs".DBCC results for 'sys.sysmultiobjrefs'.There are 136349 rows in 1487 pages for object "sys.sysmultiobjrefs".DBCC results for 'sys.sysdbfiles'.There are 2 rows in 1 pages for object "sys.sysdbfiles".DBCC results for 'sys.sysguidrefs'.There are 0 rows in 0 pages for object "sys.sysguidrefs".DBCC results for 'sys.sysqnames'.There are 91 rows in 1 pages for object "sys.sysqnames".DBCC results for 'sys.sysxmlcomponent'.There are 93 rows in 1 pages for object "sys.sysxmlcomponent".DBCC results for 'sys.sysxmlfacet'.There are 97 rows in 1 pages for object "sys.sysxmlfacet".DBCC results for 'sys.sysxmlplacement'.There are 17 rows in 1 pages for object "sys.sysxmlplacement".DBCC results for 'sys.sysobjkeycrypts'.There are 0 rows in 0 pages for object "sys.sysobjkeycrypts".DBCC results for 'sys.sysasymkeys'.There are 0 rows in 0 pages for object "sys.sysasymkeys".DBCC results for 'sys.syssqlguides'.There are 0 rows in 0 pages for object "sys.syssqlguides".DBCC results for 'sys.sysbinsubobjs'.There are 0 rows in 0 pages for object "sys.sysbinsubobjs".DBCC results for 'iftmbc_cro_details'.There are 9005 rows in 286 pages for object "iftmbc_cro_details".DBCC results for 'cuscar_taiwan_imo_EDI'.There are 0 rows in 0 pages for object "cuscar_taiwan_imo_EDI".DBCC results for 'edi_mypkgmnr_cargo'.There are 3429 rows in 91 pages for object "edi_mypkgmnr_cargo".DBCC results for 'tendertemplate'.There are 0 rows in 0 pages for object "tendertemplate".DBCC results for 'italycustgrpmapping'.There are 238 rows in 5 pages for object "italycustgrpmapping".DBCC results for 'tmpNewslabDetail_CAR'.There are 0 rows in 1 pages for object "tmpNewslabDetail_CAR".DBCC results for 'forecastCargo'.There are 37842 rows in 1086 pages for object "forecastCargo".DBCC results for 'UserGroupDetail'.There are 48385 rows in 706 pages for object "UserGroupDetail".DBCC results for 'edi_reader_https_erc'.There are 126138 rows in 1624 pages for object "edi_reader_https_erc".DBCC results for 'vendorinvdocpath'.There are 1 rows in 1 pages for object "vendorinvdocpath".DBCC results for 'edi_frvslcro_ops'.There are 65 rows in 6 pages for object "edi_frvslcro_ops".DBCC results for 'tmp_moduleValidation'.There are 0 rows in 0 pages for object "tmp_moduleValidation".DBCC results for 'invoicedetail'.Msg 8981, Level 16, State 1, Line 4Table error: Object ID 12123384, index ID 28, partition ID 72057605475074048, alloc unit ID 72057606177423360 (type In-row data). The next pointer of (1:35309792) refers to page (1:11362538). Neither (1:11362538) nor its parent were encountered. Possible bad chain linkage.Msg 8935, Level 16, State 1, Line 4Table error: Object ID 12123384, index ID 28, partition ID 72057605475074048, alloc unit ID 72057606177423360 (type In-row data). The previous link (1:11362538) on page (1:14330880) does not match the previous page (1:35309792) that the parent (1:1343559), slot 61 expects for this page.Msg 8978, Level 16, State 1, Line 4Table error: Object ID 12123384, index ID 28, partition ID 72057605475074048, alloc unit ID 72057606177423360 (type In-row data). Page (1:14330880) is missing a reference from previous page (1:11362538). Possible chain linkage problem.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'IX_invoicedetail_FCNNo' (ID 29). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:2127836:7) identified by (invdno = 26694070) with index values 'FCNNo = NULL and invdno = 26694070'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'IX_invoicedetail_FCNNo' (ID 29). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:2127836:8) identified by (invdno = 26694071) with index values 'FCNNo = NULL and invdno = 26694071'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'IX_invoicedetail_FCNNo' (ID 29). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:2127836:9) identified by (invdno = 26694072) with index values 'FCNNo = NULL and invdno = 26694072'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'IX_invoicedetail_FCNNo' (ID 29). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:2127836:10) identified by (invdno = 26694073) with index values 'FCNNo = NULL and invdno = 26694073'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'IX_invoicedetail_FCNNo' (ID 29). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:2127836:11) identified by (invdno = 26694074) with index values 'FCNNo = NULL and invdno = 26694074'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'IX_invoicedetail_FCNNo' (ID 29). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:2127836:12) identified by (invdno = 26694075) with index values 'FCNNo = NULL and invdno = 26694075'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'IX_invoicedetail_FCNNo' (ID 29). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:2127836:13) identified by (invdno = 26694076) with index values 'FCNNo = NULL and invdno = 26694076'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'IX_invoicedetail_FCNNo' (ID 29). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:2127836:14) identified by (invdno = 26694077) with index values 'FCNNo = NULL and invdno = 26694077'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'IX_invoicedetail_FCNNo' (ID 29). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:11361906:14) identified by (invdno = 26795263) with index values 'FCNNo = '' and invdno = 26795263'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'IX_invoicedetail_FCNNo' (ID 29). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:11361906:15) identified by (invdno = 26795264) with index values 'FCNNo = '' and invdno = 26795264'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'IX_invoicedetail_FCNNo' (ID 29). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:11361906:16) identified by (invdno = 26795265) with index values 'FCNNo = NULL and invdno = 26795265'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'IX_invoicedetail_FCNNo' (ID 29). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:11361907:0) identified by (invdno = 26795266) with index values 'FCNNo = NULL and invdno = 26795266'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'IX_invoicedetail_FCNNo' (ID 29). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:11361911:15) identified by (invdno = 26795352) with index values 'FCNNo = '' and invdno = 26795352'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'IX_invoicedetail_FCNNo' (ID 29). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:11361911:16) identified by (invdno = 26795353) with index values 'FCNNo = '' and invdno = 26795353'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'IX_invoicedetail_FCNNo' (ID 29). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:14164060:3) identified by (invdno = 26831389) with index values 'FCNNo = '' and invdno = 26831389'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'IX_invoicedetail_FCNNo' (ID 29). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:14164060:4) identified by (invdno = 26831390) with index values 'FCNNo = '' and invdno = 26831390'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'IX_invoicedetail_FCNNo' (ID 29). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:14164060:5) identified by (invdno = 26831391) with index values 'FCNNo = '' and invdno = 26831391'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'IX_invoicedetail_FCNNo' (ID 29). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:14164060:6) identified by (invdno = 26831392) with index values 'FCNNo = '' and invdno = 26831392'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'IX_invoicedetail_FCNNo' (ID 29). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:14164060:7) identified by (invdno = 26831393) with index values 'FCNNo = '' and invdno = 26831393'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'IX_invoicedetail_FCNNo' (ID 29). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:14164060:8) identified by (invdno = 26831394) with index values 'FCNNo = NULL and invdno = 26831394'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'IX_invoicedetail_FCNNo' (ID 29). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:14164060:9) identified by (invdno = 26831395) with index values 'FCNNo = NULL and invdno = 26831395'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'IX_invoicedetail_FCNNo' (ID 29). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:14164060:10) identified by (invdno = 26831396) with index values 'FCNNo = '' and invdno = 26831396'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'IX_invoicedetail_FCNNo' (ID 29). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:14164060:11) identified by (invdno = 26831397) with index values 'FCNNo = '' and invdno = 26831397'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'IX_invoicedetail_FCNNo' (ID 29). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:14256085:6) identified by (invdno = 26831003) with index values 'FCNNo = '' and invdno = 26831003'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'IX_invoicedetail_FCNNo' (ID 29). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:14256085:7) identified by (invdno = 26831004) with index values 'FCNNo = '' and invdno = 26831004'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'IX_invoicedetail_FCNNo' (ID 29). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:14256085:8) identified by (invdno = 26831005) with index values 'FCNNo = NULL and invdno = 26831005'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'IX_invoicedetail_FCNNo' (ID 29). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:14256085:9) identified by (invdno = 26831006) with index values 'FCNNo = NULL and invdno = 26831006'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'IX_invoicedetail_FCNNo' (ID 29). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:22359086:17) identified by (invdno = 26894614) with index values 'FCNNo = '' and invdno = 26894614'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'IX_invoicedetail_FCNNo' (ID 29). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:22359087:0) identified by (invdno = 26894615) with index values 'FCNNo = '' and invdno = 26894615'.Msg 8952, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Index row in index 'IX_invoicedetail_FCNNo' (ID 29) does not match any data row. Possible extra or invalid keys for:Msg 8956, Level 16, State 1, Line 4Index row (1:2524339:271) with values (FCNNo = '' and invdno = 26693812) pointing to the data row identified by (invdno = 26693812).Msg 8952, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Index row in index 'IX_invoicedetail_FCNNo' (ID 29) does not match any data row. Possible extra or invalid keys for:Msg 8956, Level 16, State 1, Line 4Index row (1:2524339:272) with values (FCNNo = '' and invdno = 26693813) pointing to the data row identified by (invdno = 26693813).Msg 8952, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Index row in index 'IX_invoicedetail_FCNNo' (ID 29) does not match any data row. Possible extra or invalid keys for:Msg 8956, Level 16, State 1, Line 4Index row (1:2524339:484) with values (FCNNo = '' and invdno = 26694146) pointing to the data row identified by (invdno = 26694146).Msg 8952, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Index row in index 'IX_invoicedetail_FCNNo' (ID 29) does not match any data row. Possible extra or invalid keys for:Msg 8956, Level 16, State 1, Line 4Index row (1:2524339:485) with values (FCNNo = '' and invdno = 26694147) pointing to the data row identified by (invdno = 26694147).Msg 8952, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Index row in index 'IX_invoicedetail_FCNNo' (ID 29) does not match any data row. Possible extra or invalid keys for:Msg 8956, Level 16, State 1, Line 4Index row (1:2524339:486) with values (FCNNo = '' and invdno = 26694148) pointing to the data row identified by (invdno = 26694148).Msg 8952, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Index row in index 'IX_invoicedetail_FCNNo' (ID 29) does not match any data row. Possible extra or invalid keys for:Msg 8956, Level 16, State 1, Line 4Index row (1:2524339:487) with values (FCNNo = '' and invdno = 26694149) pointing to the data row identified by (invdno = 26694149).Msg 8952, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Index row in index 'IX_invoicedetail_FCNNo' (ID 29) does not match any data row. Possible extra or invalid keys for:Msg 8956, Level 16, State 1, Line 4Index row (1:2524339:488) with values (FCNNo = '' and invdno = 26694150) pointing to the data row identified by (invdno = 26694150).Msg 8952, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Index row in index 'IX_invoicedetail_FCNNo' (ID 29) does not match any data row. Possible extra or invalid keys for:Msg 8956, Level 16, State 1, Line 4Index row (1:2524339:489) with values (FCNNo = '' and invdno = 26694151) pointing to the data row identified by (invdno = 26694151).Msg 8952, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Index row in index 'IX_invoicedetail_FCNNo' (ID 29) does not match any data row. Possible extra or invalid keys for:Msg 8956, Level 16, State 1, Line 4Index row (1:2524339:490) with values (FCNNo = '' and invdno = 26694154) pointing to the data row identified by (invdno = 26694154).Msg 8952, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Index row in index 'IX_invoicedetail_FCNNo' (ID 29) does not match any data row. Possible extra or invalid keys for:Msg 8956, Level 16, State 1, Line 4Index row (1:2524339:491) with values (FCNNo = '' and invdno = 26694155) pointing to the data row identified by (invdno = 26694155).Msg 8935, Level 16, State 1, Line 4Table error: Object ID 12123384, index ID 30, partition ID 72057605475205120, alloc unit ID 72057606177554432 (type In-row data). The previous link (1:22409723) on page (1:3393238) does not match the previous page (1:3393239) that the parent (1:4488381), slot 21 expects for this page.Msg 8935, Level 16, State 1, Line 4Table error: Object ID 12123384, index ID 30, partition ID 72057605475205120, alloc unit ID 72057606177554432 (type In-row data). The previous link (1:22409724) on page (1:4213002) does not match the previous page (1:1395560) that the parent (1:35831396), slot 51 expects for this page.Msg 8935, Level 16, State 1, Line 4Table error: Object ID 12123384, index ID 30, partition ID 72057605475205120, alloc unit ID 72057606177554432 (type In-row data). The previous link (1:22409721) on page (1:5056921) does not match the previous page (1:35440316) that the parent (1:35875041), slot 149 expects for this page.Msg 8935, Level 16, State 1, Line 4Table error: Object ID 12123384, index ID 30, partition ID 72057605475205120, alloc unit ID 72057606177554432 (type In-row data). The previous link (1:22409725) on page (1:11254414) does not match the previous page (1:1344362) that the parent (1:35803954), slot 117 expects for this page.Msg 8935, Level 16, State 1, Line 4Table error: Object ID 12123384, index ID 30, partition ID 72057605475205120, alloc unit ID 72057606177554432 (type In-row data). The previous link (1:22409722) on page (1:14833314) does not match the previous page (1:1317109) that the parent (1:4488381), slot 9 expects for this page.Msg 8979, Level 16, State 1, Line 4Table error: Object ID 12123384, index ID 30, partition ID 72057605475205120, alloc unit ID 72057606177554432 (type In-row data). Page (1:22409721) is missing references from parent (unknown) and previous (page (1:35440316)) nodes. Possible bad root entry in system catalog.Msg 8977, Level 16, State 1, Line 4Table error: Object ID 12123384, index ID 30, partition ID 72057605475205120, alloc unit ID 72057606177554432 (type In-row data). Parent node for page (1:22409722) was not encountered.Msg 8977, Level 16, State 1, Line 4Table error: Object ID 12123384, index ID 30, partition ID 72057605475205120, alloc unit ID 72057606177554432 (type In-row data). Parent node for page (1:22409723) was not encountered.Msg 8977, Level 16, State 1, Line 4Table error: Object ID 12123384, index ID 30, partition ID 72057605475205120, alloc unit ID 72057606177554432 (type In-row data). Parent node for page (1:22409724) was not encountered.Msg 8977, Level 16, State 1, Line 4Table error: Object ID 12123384, index ID 30, partition ID 72057605475205120, alloc unit ID 72057606177554432 (type In-row data). Parent node for page (1:22409725) was not encountered.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'IX_invoicedetail_agencycode' (ID 31). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:14164060:3) identified by (invdno = 26831389) with index values 'agencycode = 'U0141' and invdno = 26831389'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'IX_invoicedetail_agencycode' (ID 31). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:14164060:4) identified by (invdno = 26831390) with index values 'agencycode = 'U0141' and invdno = 26831390'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'IX_invoicedetail_agencycode' (ID 31). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:14164060:5) identified by (invdno = 26831391) with index values 'agencycode = 'U0141' and invdno = 26831391'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'IX_invoicedetail_agencycode' (ID 31). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:14164060:6) identified by (invdno = 26831392) with index values 'agencycode = 'U0141' and invdno = 26831392'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'IX_invoicedetail_agencycode' (ID 31). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:14164060:7) identified by (invdno = 26831393) with index values 'agencycode = 'U0141' and invdno = 26831393'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'IX_invoicedetail_agencycode' (ID 31). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:14164060:8) identified by (invdno = 26831394) with index values 'agencycode = 'U0141' and invdno = 26831394'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'IX_invoicedetail_agencycode' (ID 31). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:14164060:9) identified by (invdno = 26831395) with index values 'agencycode = 'U0141' and invdno = 26831395'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'IX_invoicedetail_agencycode' (ID 31). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:14164060:10) identified by (invdno = 26831396) with index values 'agencycode = 'U0141' and invdno = 26831396'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'IX_invoicedetail_agencycode' (ID 31). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:14164060:11) identified by (invdno = 26831397) with index values 'agencycode = 'U0141' and invdno = 26831397'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'IX_invoicedetail_agencycode' (ID 31). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:14256085:6) identified by (invdno = 26831003) with index values 'agencycode = 'U0141' and invdno = 26831003'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'IX_invoicedetail_agencycode' (ID 31). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:14256085:7) identified by (invdno = 26831004) with index values 'agencycode = 'U0141' and invdno = 26831004'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'IX_invoicedetail_agencycode' (ID 31). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:14256085:8) identified by (invdno = 26831005) with index values 'agencycode = 'U0141' and invdno = 26831005'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'IX_invoicedetail_agencycode' (ID 31). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:14256085:9) identified by (invdno = 26831006) with index values 'agencycode = 'U0141' and invdno = 26831006'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'IX_invoicedetail_agencycode' (ID 31). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:22359086:17) identified by (invdno = 26894614) with index values 'agencycode = 'U0141' and invdno = 26894614'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'IX_invoicedetail_agencycode' (ID 31). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:22359087:0) identified by (invdno = 26894615) with index values 'agencycode = 'U0141' and invdno = 26894615'.Msg 8952, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Index row in index 'IX_invoicedetail_agencycode' (ID 31) does not match any data row. Possible extra or invalid keys for:Msg 8956, Level 16, State 1, Line 4Index row (1:1345731:351) with values (agencycode = 'U0141' and invdno = 26693812) pointing to the data row identified by (invdno = 26693812).Msg 8952, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Index row in index 'IX_invoicedetail_agencycode' (ID 31) does not match any data row. Possible extra or invalid keys for:Msg 8956, Level 16, State 1, Line 4Index row (1:1345731:352) with values (agencycode = 'U0141' and invdno = 26693813) pointing to the data row identified by (invdno = 26693813).Msg 8952, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Index row in index 'IX_invoicedetail_agencycode' (ID 31) does not match any data row. Possible extra or invalid keys for:Msg 8956, Level 16, State 1, Line 4Index row (1:1345731:353) with values (agencycode = 'U0141' and invdno = 26693814) pointing to the data row identified by (invdno = 26693814).Msg 8952, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Index row in index 'IX_invoicedetail_agencycode' (ID 31) does not match any data row. Possible extra or invalid keys for:Msg 8956, Level 16, State 1, Line 4Index row (1:1345731:354) with values (agencycode = 'U0141' and invdno = 26693815) pointing to the data row identified by (invdno = 26693815).Msg 8952, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Index row in index 'IX_invoicedetail_agencycode' (ID 31) does not match any data row. Possible extra or invalid keys for:Msg 8956, Level 16, State 1, Line 4Index row (1:1345731:381) with values (agencycode = 'U0141' and invdno = 26694146) pointing to the data row identified by (invdno = 26694146).Msg 8952, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Index row in index 'IX_invoicedetail_agencycode' (ID 31) does not match any data row. Possible extra or invalid keys for:Msg 8956, Level 16, State 1, Line 4Index row (1:1345731:382) with values (agencycode = 'U0141' and invdno = 26694147) pointing to the data row identified by (invdno = 26694147).Msg 8952, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Index row in index 'IX_invoicedetail_agencycode' (ID 31) does not match any data row. Possible extra or invalid keys for:Msg 8956, Level 16, State 1, Line 4Index row (1:1345731:383) with values (agencycode = 'U0141' and invdno = 26694148) pointing to the data row identified by (invdno = 26694148).Msg 8952, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Index row in index 'IX_invoicedetail_agencycode' (ID 31) does not match any data row. Possible extra or invalid keys for:Msg 8956, Level 16, State 1, Line 4Index row (1:1345731:384) with values (agencycode = 'U0141' and invdno = 26694149) pointing to the data row identified by (invdno = 26694149).Msg 8952, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Index row in index 'IX_invoicedetail_agencycode' (ID 31) does not match any data row. Possible extra or invalid keys for:Msg 8956, Level 16, State 1, Line 4Index row (1:1345731:385) with values (agencycode = 'U0141' and invdno = 26694150) pointing to the data row identified by (invdno = 26694150).Msg 8952, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Index row in index 'IX_invoicedetail_agencycode' (ID 31) does not match any data row. Possible extra or invalid keys for:Msg 8956, Level 16, State 1, Line 4Index row (1:1345731:386) with values (agencycode = 'U0141' and invdno = 26694151) pointing to the data row identified by (invdno = 26694151).Msg 8952, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Index row in index 'IX_invoicedetail_agencycode' (ID 31) does not match any data row. Possible extra or invalid keys for:Msg 8956, Level 16, State 1, Line 4Index row (1:1345731:387) with values (agencycode = 'U0141' and invdno = 26694152) pointing to the data row identified by (invdno = 26694152).Msg 8952, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Index row in index 'IX_invoicedetail_agencycode' (ID 31) does not match any data row. Possible extra or invalid keys for:Msg 8956, Level 16, State 1, Line 4Index row (1:1345731:388) with values (agencycode = 'U0141' and invdno = 26694153) pointing to the data row identified by (invdno = 26694153).Msg 8952, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Index row in index 'IX_invoicedetail_agencycode' (ID 31) does not match any data row. Possible extra or invalid keys for:Msg 8956, Level 16, State 1, Line 4Index row (1:1345731:389) with values (agencycode = 'U0141' and invdno = 26694154) pointing to the data row identified by (invdno = 26694154).Msg 8952, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Index row in index 'IX_invoicedetail_agencycode' (ID 31) does not match any data row. Possible extra or invalid keys for:Msg 8956, Level 16, State 1, Line 4Index row (1:11358798:31) with values (agencycode = 'U0141' and invdno = 26790646) pointing to the data row identified by (invdno = 26790646).Msg 8952, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Index row in index 'IX_invoicedetail_agencycode' (ID 31) does not match any data row. Possible extra or invalid keys for:Msg 8956, Level 16, State 1, Line 4Index row (1:11358798:32) with values (agencycode = 'U0141' and invdno = 26790647) pointing to the data row identified by (invdno = 26790647).Msg 8952, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Index row in index 'IX_invoicedetail_agencycode' (ID 31) does not match any data row. Possible extra or invalid keys for:Msg 8956, Level 16, State 1, Line 4Index row (1:11358798:33) with values (agencycode = 'U0141' and invdno = 26790648) pointing to the data row identified by (invdno = 26790648).Msg 8952, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Index row in index 'IX_invoicedetail_agencycode' (ID 31) does not match any data row. Possible extra or invalid keys for:Msg 8956, Level 16, State 1, Line 4Index row (1:11358798:34) with values (agencycode = 'U0141' and invdno = 26790649) pointing to the data row identified by (invdno = 26790649).Msg 8952, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Index row in index 'IX_invoicedetail_agencycode' (ID 31) does not match any data row. Possible extra or invalid keys for:Msg 8956, Level 16, State 1, Line 4Index row (1:11358798:35) with values (agencycode = 'U0141' and invdno = 26790650) pointing to the data row identified by (invdno = 26790650).Msg 8952, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Index row in index 'IX_invoicedetail_agencycode' (ID 31) does not match any data row. Possible extra or invalid keys for:Msg 8956, Level 16, State 1, Line 4Index row (1:11358798:36) with values (agencycode = 'U0141' and invdno = 26790651) pointing to the data row identified by (invdno = 26790651).Msg 8952, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Index row in index 'IX_invoicedetail_agencycode' (ID 31) does not match any data row. Possible extra or invalid keys for:Msg 8956, Level 16, State 1, Line 4Index row (1:11358798:37) with values (agencycode = 'U0141' and invdno = 26790652) pointing to the data row identified by (invdno = 26790652).Msg 8952, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Index row in index 'IX_invoicedetail_agencycode' (ID 31) does not match any data row. Possible extra or invalid keys for:Msg 8956, Level 16, State 1, Line 4Index row (1:11358798:38) with values (agencycode = 'U0141' and invdno = 26790653) pointing to the data row identified by (invdno = 26790653).Msg 8952, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Index row in index 'IX_invoicedetail_agencycode' (ID 31) does not match any data row. Possible extra or invalid keys for:Msg 8956, Level 16, State 1, Line 4Index row (1:11358798:39) with values (agencycode = 'U0141' and invdno = 26790654) pointing to the data row identified by (invdno = 26790654).Msg 8952, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Index row in index 'IX_invoicedetail_agencycode' (ID 31) does not match any data row. Possible extra or invalid keys for:Msg 8956, Level 16, State 1, Line 4Index row (1:11358798:40) with values (agencycode = 'U0141' and invdno = 26790655) pointing to the data row identified by (invdno = 26790655).Msg 8952, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Index row in index 'IX_invoicedetail_agencycode' (ID 31) does not match any data row. Possible extra or invalid keys for:Msg 8956, Level 16, State 1, Line 4Index row (1:11358798:86) with values (agencycode = 'U0141' and invdno = 26795354) pointing to the data row identified by (invdno = 26795354).Msg 8952, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Index row in index 'IX_invoicedetail_agencycode' (ID 31) does not match any data row. Possible extra or invalid keys for:Msg 8956, Level 16, State 1, Line 4Index row (1:11358798:87) with values (agencycode = 'U0141' and invdno = 26795355) pointing to the data row identified by (invdno = 26795355).Msg 8952, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Index row in index 'IX_invoicedetail_agencycode' (ID 31) does not match any data row. Possible extra or invalid keys for:Msg 8956, Level 16, State 1, Line 4Index row (1:11358798:96) with values (agencycode = 'U0141' and invdno = 26795459) pointing to the data row identified by (invdno = 26795459).Msg 8952, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Index row in index 'IX_invoicedetail_agencycode' (ID 31) does not match any data row. Possible extra or invalid keys for:Msg 8956, Level 16, State 1, Line 4Index row (1:11358798:97) with values (agencycode = 'U0141' and invdno = 26795460) pointing to the data row identified by (invdno = 26795460).Msg 8952, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Index row in index 'IX_invoicedetail_agencycode' (ID 31) does not match any data row. Possible extra or invalid keys for:Msg 8956, Level 16, State 1, Line 4Index row (1:11358798:98) with values (agencycode = 'U0141' and invdno = 26795461) pointing to the data row identified by (invdno = 26795461).Msg 8952, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Index row in index 'IX_invoicedetail_agencycode' (ID 31) does not match any data row. Possible extra or invalid keys for:Msg 8956, Level 16, State 1, Line 4Index row (1:11358798:99) with values (agencycode = 'U0141' and invdno = 26795462) pointing to the data row identified by (invdno = 26795462).Msg 8952, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Index row in index 'IX_invoicedetail_agencycode' (ID 31) does not match any data row. Possible extra or invalid keys for:Msg 8956, Level 16, State 1, Line 4Index row (1:11358798:100) with values (agencycode = 'U0141' and invdno = 26795463) pointing to the data row identified by (invdno = 26795463).Msg 8952, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Index row in index 'IX_invoicedetail_agencycode' (ID 31) does not match any data row. Possible extra or invalid keys for:Msg 8956, Level 16, State 1, Line 4Index row (1:11358798:101) with values (agencycode = 'U0141' and invdno = 26795464) pointing to the data row identified by (invdno = 26795464).Msg 8952, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Index row in index 'IX_invoicedetail_agencycode' (ID 31) does not match any data row. Possible extra or invalid keys for:Msg 8956, Level 16, State 1, Line 4Index row (1:11358798:102) with values (agencycode = 'U0141' and invdno = 26795465) pointing to the data row identified by (invdno = 26795465).Msg 8952, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Index row in index 'IX_invoicedetail_agencycode' (ID 31) does not match any data row. Possible extra or invalid keys for:Msg 8956, Level 16, State 1, Line 4Index row (1:11358798:103) with values (agencycode = 'U0141' and invdno = 26795466) pointing to the data row identified by (invdno = 26795466).Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'ix_invoicedetail_grpinv_loccode' (ID 33). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:2127836:1) identified by (invdno = 26694064) with index values 'locationcode = 'U0141G' and groupinvno = 'SADMMGRPINV15444' and invdno = 26694064'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'ix_invoicedetail_grpinv_loccode' (ID 33). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:2127836:2) identified by (invdno = 26694065) with index values 'locationcode = 'U0141G' and groupinvno = 'SADMMGRPINV15444' and invdno = 26694065'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'ix_invoicedetail_grpinv_loccode' (ID 33). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:2127836:3) identified by (invdno = 26694066) with index values 'locationcode = 'U0141G' and groupinvno = 'SADMMGRPINV15444' and invdno = 26694066'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'ix_invoicedetail_grpinv_loccode' (ID 33). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:2127836:4) identified by (invdno = 26694067) with index values 'locationcode = 'U0141G' and groupinvno = 'SADMMGRPINV15444' and invdno = 26694067'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'ix_invoicedetail_grpinv_loccode' (ID 33). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:2127836:5) identified by (invdno = 26694068) with index values 'locationcode = 'U0141G' and groupinvno = 'SADMMGRPINV15444' and invdno = 26694068'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'ix_invoicedetail_grpinv_loccode' (ID 33). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:2127836:6) identified by (invdno = 26694069) with index values 'locationcode = 'U0141G' and groupinvno = 'SADMMGRPINV15444' and invdno = 26694069'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'ix_invoicedetail_grpinv_loccode' (ID 33). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:2127836:7) identified by (invdno = 26694070) with index values 'locationcode = 'U0141G' and groupinvno = 'SADMMGRPINV15444' and invdno = 26694070'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'ix_invoicedetail_grpinv_loccode' (ID 33). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:2127836:8) identified by (invdno = 26694071) with index values 'locationcode = 'U0141G' and groupinvno = 'SADMMGRPINV15444' and invdno = 26694071'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'ix_invoicedetail_grpinv_loccode' (ID 33). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:2127836:9) identified by (invdno = 26694072) with index values 'locationcode = 'U0141G' and groupinvno = 'SADMMGRPINV15444' and invdno = 26694072'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'ix_invoicedetail_grpinv_loccode' (ID 33). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:2127836:10) identified by (invdno = 26694073) with index values 'locationcode = 'U0141G' and groupinvno = 'SADMMGRPINV15444' and invdno = 26694073'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'ix_invoicedetail_grpinv_loccode' (ID 33). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:2127836:11) identified by (invdno = 26694074) with index values 'locationcode = 'U0141G' and groupinvno = 'SADMMGRPINV15444' and invdno = 26694074'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'ix_invoicedetail_grpinv_loccode' (ID 33). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:2127836:12) identified by (invdno = 26694075) with index values 'locationcode = 'U0141G' and groupinvno = 'SADMMGRPINV15444' and invdno = 26694075'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'ix_invoicedetail_grpinv_loccode' (ID 33). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:2127836:13) identified by (invdno = 26694076) with index values 'locationcode = 'U0141G' and groupinvno = 'SADMMGRPINV15444' and invdno = 26694076'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'ix_invoicedetail_grpinv_loccode' (ID 33). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:2127836:14) identified by (invdno = 26694077) with index values 'locationcode = 'U0141G' and groupinvno = 'SADMMGRPINV15444' and invdno = 26694077'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'ix_invoicedetail_grpinv_loccode' (ID 33). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:2127836:15) identified by (invdno = 26694078) with index values 'locationcode = 'U0141G' and groupinvno = 'SADMMGRPINV15444' and invdno = 26694078'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'ix_invoicedetail_grpinv_loccode' (ID 33). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:2127836:16) identified by (invdno = 26694079) with index values 'locationcode = 'U0141G' and groupinvno = 'SADMMGRPINV15444' and invdno = 26694079'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'ix_invoicedetail_grpinv_loccode' (ID 33). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:11361906:14) identified by (invdno = 26795263) with index values 'locationcode = 'U0141G' and groupinvno = 'SADMMGRPINV15560' and invdno = 26795263'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'ix_invoicedetail_grpinv_loccode' (ID 33). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:11361906:15) identified by (invdno = 26795264) with index values 'locationcode = 'U0141G' and groupinvno = 'SADMMGRPINV15560' and invdno = 26795264'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'ix_invoicedetail_grpinv_loccode' (ID 33). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:11361906:16) identified by (invdno = 26795265) with index values 'locationcode = 'U0141G' and groupinvno = 'SADMMGRPINV15560' and invdno = 26795265'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'ix_invoicedetail_grpinv_loccode' (ID 33). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:11361907:0) identified by (invdno = 26795266) with index values 'locationcode = 'U0141G' and groupinvno = 'SADMMGRPINV15560' and invdno = 26795266'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'ix_invoicedetail_grpinv_loccode' (ID 33). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:11361911:15) identified by (invdno = 26795352) with index values 'locationcode = 'U0141G' and groupinvno = 'SADMMGRPINV15562' and invdno = 26795352'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'ix_invoicedetail_grpinv_loccode' (ID 33). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:11361911:16) identified by (invdno = 26795353) with index values 'locationcode = 'U0141G' and groupinvno = 'SADMMGRPINV15562' and invdno = 26795353'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'ix_invoicedetail_grpinv_loccode' (ID 33). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:14164060:3) identified by (invdno = 26831389) with index values 'locationcode = 'U0141G' and groupinvno = 'SADMMGRPINV15571' and invdno = 26831389'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'ix_invoicedetail_grpinv_loccode' (ID 33). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:14164060:4) identified by (invdno = 26831390) with index values 'locationcode = 'U0141G' and groupinvno = 'SADMMGRPINV15571' and invdno = 26831390'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'ix_invoicedetail_grpinv_loccode' (ID 33). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:14164060:5) identified by (invdno = 26831391) with index values 'locationcode = 'U0141G' and groupinvno = 'SADMMGRPINV15571' and invdno = 26831391'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'ix_invoicedetail_grpinv_loccode' (ID 33). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:14164060:6) identified by (invdno = 26831392) with index values 'locationcode = 'U0141G' and groupinvno = 'SADMMGRPINV15571' and invdno = 26831392'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'ix_invoicedetail_grpinv_loccode' (ID 33). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:14164060:7) identified by (invdno = 26831393) with index values 'locationcode = 'U0141G' and groupinvno = 'SADMMGRPINV15571' and invdno = 26831393'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'ix_invoicedetail_grpinv_loccode' (ID 33). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:14164060:8) identified by (invdno = 26831394) with index values 'locationcode = 'U0141G' and groupinvno = 'SADMMGRPINV15571' and invdno = 26831394'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'ix_invoicedetail_grpinv_loccode' (ID 33). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:14164060:9) identified by (invdno = 26831395) with index values 'locationcode = 'U0141G' and groupinvno = 'SADMMGRPINV15571' and invdno = 26831395'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'ix_invoicedetail_grpinv_loccode' (ID 33). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:14164060:10) identified by (invdno = 26831396) with index values 'locationcode = 'U0141G' and groupinvno = 'SADMMGRPINV15571' and invdno = 26831396'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'ix_invoicedetail_grpinv_loccode' (ID 33). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:14164060:11) identified by (invdno = 26831397) with index values 'locationcode = 'U0141G' and groupinvno = 'SADMMGRPINV15571' and invdno = 26831397'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'ix_invoicedetail_grpinv_loccode' (ID 33). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:14256085:6) identified by (invdno = 26831003) with index values 'locationcode = 'U0141G' and groupinvno = 'SADMMGRPINV15570' and invdno = 26831003'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'ix_invoicedetail_grpinv_loccode' (ID 33). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:14256085:7) identified by (invdno = 26831004) with index values 'locationcode = 'U0141G' and groupinvno = 'SADMMGRPINV15570' and invdno = 26831004'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'ix_invoicedetail_grpinv_loccode' (ID 33). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:14256085:8) identified by (invdno = 26831005) with index values 'locationcode = 'U0141G' and groupinvno = 'SADMMGRPINV15570' and invdno = 26831005'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'ix_invoicedetail_grpinv_loccode' (ID 33). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:14256085:9) identified by (invdno = 26831006) with index values 'locationcode = 'U0141G' and groupinvno = 'SADMMGRPINV15570' and invdno = 26831006'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'IX_invoicedetail_blnumber' (ID 46). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:1362795:0) identified by (invdno = 26896724) with index values 'blnumber = 'UASCEGALY014835' and invdno = 26896724'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'IX_invoicedetail_blnumber' (ID 46). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:1362795:1) identified by (invdno = 26896725) with index values 'blnumber = 'UASCEGALY014835' and invdno = 26896725'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'IX_invoicedetail_blnumber' (ID 46). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:1362795:2) identified by (invdno = 26896726) with index values 'blnumber = 'UASCEGALY014835' and invdno = 26896726'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'IX_invoicedetail_blnumber' (ID 46). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:1362795:3) identified by (invdno = 26896727) with index values 'blnumber = 'UASCEGALY014835' and invdno = 26896727'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'IX_invoicedetail_blnumber' (ID 46). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:11361906:14) identified by (invdno = 26795263) with index values 'blnumber = 'UASCINBOM078603' and invdno = 26795263'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'IX_invoicedetail_blnumber' (ID 46). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:14164060:3) identified by (invdno = 26831389) with index values 'blnumber = 'UASCITTRS001091' and invdno = 26831389'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'IX_invoicedetail_blnumber' (ID 46). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:14164060:4) identified by (invdno = 26831390) with index values 'blnumber = 'UASCITTRS001091' and invdno = 26831390'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'IX_invoicedetail_blnumber' (ID 46). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:14164060:5) identified by (invdno = 26831391) with index values 'blnumber = 'UASCITTRS001091' and invdno = 26831391'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'IX_invoicedetail_blnumber' (ID 46). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:14164060:6) identified by (invdno = 26831392) with index values 'blnumber = 'UASCITTRS001091' and invdno = 26831392'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'IX_invoicedetail_blnumber' (ID 46). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:14164060:7) identified by (invdno = 26831393) with index values 'blnumber = 'UASCITTRS001091' and invdno = 26831393'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'IX_invoicedetail_blnumber' (ID 46). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:14164060:8) identified by (invdno = 26831394) with index values 'blnumber = 'UASCITTRS001091' and invdno = 26831394'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'IX_invoicedetail_blnumber' (ID 46). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:14164060:9) identified by (invdno = 26831395) with index values 'blnumber = 'UASCITTRS001091' and invdno = 26831395'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'IX_invoicedetail_blnumber' (ID 46). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:14164060:10) identified by (invdno = 26831396) with index values 'blnumber = 'UASCITTRS001091' and invdno = 26831396'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'IX_invoicedetail_blnumber' (ID 46). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:14164060:11) identified by (invdno = 26831397) with index values 'blnumber = 'UASCITTRS001091' and invdno = 26831397'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'IX_invoicedetail_blnumber' (ID 46). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:22359086:17) identified by (invdno = 26894614) with index values 'blnumber = 'UASCINBOM078938' and invdno = 26894614'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'IX_invoicedetail_blnumber' (ID 46). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:22359087:0) identified by (invdno = 26894615) with index values 'blnumber = 'UASCINBOM078938' and invdno = 26894615'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'IX_invoicedetail_blnumber' (ID 46). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:22409698:13) identified by (invdno = 26896630) with index values 'blnumber = 'UASCUSCQG060498' and invdno = 26896630'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'IX_invoicedetail_blnumber' (ID 46). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:22409698:14) identified by (invdno = 26896631) with index values 'blnumber = 'UASCUSCQG060498' and invdno = 26896631'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'IX_invoicedetail_blnumber' (ID 46). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:22409698:15) identified by (invdno = 26896632) with index values 'blnumber = 'UASCUSCQG060498' and invdno = 26896632'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'IX_invoicedetail_blnumber' (ID 46). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:22409698:16) identified by (invdno = 26896633) with index values 'blnumber = 'UASCUSCQG060498' and invdno = 26896633'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'IX_invoicedetail_blnumber' (ID 46). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:22409698:17) identified by (invdno = 26896634) with index values 'blnumber = 'UASCUSCQG060498' and invdno = 26896634'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'IX_invoicedetail_blnumber' (ID 46). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:22409699:0) identified by (invdno = 26896635) with index values 'blnumber = 'UASCUSCQG060498' and invdno = 26896635'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'IX_invoicedetail_blnumber' (ID 46). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:22409699:1) identified by (invdno = 26896636) with index values 'blnumber = 'UASCUSCQG060498' and invdno = 26896636'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'IX_invoicedetail_blnumber' (ID 46). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:22409699:2) identified by (invdno = 26896637) with index values 'blnumber = 'UASCUSCQG060498' and invdno = 26896637'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'IX_invoicedetail_blnumber' (ID 46). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:22409699:3) identified by (invdno = 26896638) with index values 'blnumber = 'UASCCNSHA166911' and invdno = 26896638'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'IX_invoicedetail_blnumber' (ID 46). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:22409699:4) identified by (invdno = 26896639) with index values 'blnumber = 'UASCCNSHA166911' and invdno = 26896639'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'IX_invoicedetail_blnumber' (ID 46). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:22409699:5) identified by (invdno = 26896640) with index values 'blnumber = 'UASCCNSHA166911' and invdno = 26896640'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'IX_invoicedetail_blnumber' (ID 46). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:22409699:6) identified by (invdno = 26896641) with index values 'blnumber = 'UASCCNSHA166911' and invdno = 26896641'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'IX_invoicedetail_blnumber' (ID 46). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:22409699:7) identified by (invdno = 26896642) with index values 'blnumber = 'UASCCNSHA166911' and invdno = 26896642'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'IX_invoicedetail_blnumber' (ID 46). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:22409699:8) identified by (invdno = 26896643) with index values 'blnumber = 'UASCCNSHA166911' and invdno = 26896643'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'IX_invoicedetail_blnumber' (ID 46). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:22409699:9) identified by (invdno = 26896644) with index values 'blnumber = 'UASCCNSHA166911' and invdno = 26896644'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'IX_invoicedetail_blnumber' (ID 46). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:22409699:10) identified by (invdno = 26896645) with index values 'blnumber = 'UASCCNSHA166911' and invdno = 26896645'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'IX_invoicedetail_blnumber' (ID 46). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:22409699:11) identified by (invdno = 26896646) with index values 'blnumber = 'UASCCNSHA166911' and invdno = 26896646'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'IX_invoicedetail_blnumber' (ID 46). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:22409699:12) identified by (invdno = 26896647) with index values 'blnumber = 'UASCCNSHA166911' and invdno = 26896647'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'IX_invoicedetail_blnumber' (ID 46). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:22409699:13) identified by (invdno = 26896648) with index values 'blnumber = 'UASCCNSHA166911' and invdno = 26896648'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'IX_invoicedetail_blnumber' (ID 46). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:22409699:14) identified by (invdno = 26896649) with index values 'blnumber = 'UASCCNSHA166911' and invdno = 26896649'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'IX_invoicedetail_blnumber' (ID 46). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:22409699:15) identified by (invdno = 26896650) with index values 'blnumber = 'UASCCNSHA166911' and invdno = 26896650'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'IX_invoicedetail_blnumber' (ID 46). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:22409699:16) identified by (invdno = 26896651) with index values 'blnumber = 'UASCCNSHA166911' and invdno = 26896651'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'IX_invoicedetail_blnumber' (ID 46). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:22409700:0) identified by (invdno = 26896652) with index values 'blnumber = 'UASCCNSHA166911' and invdno = 26896652'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'IX_invoicedetail_blnumber' (ID 46). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:22409700:1) identified by (invdno = 26896653) with index values 'blnumber = 'UASCCNSHA166911' and invdno = 26896653'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'IX_invoicedetail_blnumber' (ID 46). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:22409703:15) identified by (invdno = 26896721) with index values 'blnumber = 'UASCEGALY014835' and invdno = 26896721'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'IX_invoicedetail_blnumber' (ID 46). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:22409703:16) identified by (invdno = 26896722) with index values 'blnumber = 'UASCEGALY014835' and invdno = 26896722'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'IX_invoicedetail_blnumber' (ID 46). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:22409703:17) identified by (invdno = 26896723) with index values 'blnumber = 'UASCEGALY014835' and invdno = 26896723'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'IX_invoicedetail_blnumber' (ID 46). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:22488754:7) identified by (invdno = 26896782) with index values 'blnumber = 'UASCTHBKK042579' and invdno = 26896782'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'IX_invoicedetail_blnumber' (ID 46). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:22488754:8) identified by (invdno = 26896783) with index values 'blnumber = 'UASCTHBKK042579' and invdno = 26896783'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'IX_invoicedetail_blnumber' (ID 46). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:22488754:9) identified by (invdno = 26896784) with index values 'blnumber = 'UASCTHBKK042579' and invdno = 26896784'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'IX_invoicedetail_blnumber' (ID 46). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:22488754:10) identified by (invdno = 26896785) with index values 'blnumber = 'UASCTHBKK042579' and invdno = 26896785'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'IX_invoicedetail_blnumber' (ID 46). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:22488754:11) identified by (invdno = 26896786) with index values 'blnumber = 'UASCTHBKK042579' and invdno = 26896786'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'IX_invoicedetail_blnumber' (ID 46). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:22488754:12) identified by (invdno = 26896787) with index values 'blnumber = 'UASCTHBKK042579' and invdno = 26896787'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'IX_invoicedetail_blnumber' (ID 46). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:22488754:13) identified by (invdno = 26896788) with index values 'blnumber = 'UASCTHBKK042579' and invdno = 26896788'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'IX_invoicedetail_blnumber' (ID 46). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:22488754:14) identified by (invdno = 26896789) with index values 'blnumber = 'UASCTHBKK042579' and invdno = 26896789'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'IX_invoicedetail_blnumber' (ID 46). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:22488754:15) identified by (invdno = 26896790) with index values 'blnumber = 'UASCTHBKK042579' and invdno = 26896790'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'IX_invoicedetail_blnumber' (ID 46). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:22488754:16) identified by (invdno = 26896791) with index values 'blnumber = 'UASCTHBKK042579' and invdno = 26896791'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'IX_invoicedetail_blnumber' (ID 46). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:22488755:8) identified by (invdno = 26896801) with index values 'blnumber = 'UASCUSCQG057450' and invdno = 26896801'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'IX_invoicedetail_blnumber' (ID 46). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:22488756:1) identified by (invdno = 26896812) with index values 'blnumber = 'UASCDEDUS005181' and invdno = 26896812'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'IX_invoicedetail_blnumber' (ID 46). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:22488756:2) identified by (invdno = 26896813) with index values 'blnumber = 'UASCDEDUS005181' and invdno = 26896813'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'IX_invoicedetail_blnumber' (ID 46). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:22488756:3) identified by (invdno = 26896814) with index values 'blnumber = 'UASCDEDUS005181' and invdno = 26896814'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'IX_invoicedetail_blnumber' (ID 46). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:22488756:4) identified by (invdno = 26896815) with index values 'blnumber = 'UASCDEDUS005181' and invdno = 26896815'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'IX_invoicedetail_blnumber' (ID 46). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:22488756:5) identified by (invdno = 26896816) with index values 'blnumber = 'UASCDEDUS005181' and invdno = 26896816'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'IX_invoicedetail_blnumber' (ID 46). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:22488756:6) identified by (invdno = 26896817) with index values 'blnumber = 'UASCDEDUS005181' and invdno = 26896817'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'IX_invoicedetail_blnumber' (ID 46). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:22488756:7) identified by (invdno = 26896818) with index values 'blnumber = 'UASCDEDUS005181' and invdno = 26896818'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'IX_invoicedetail_blnumber' (ID 46). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:22488756:8) identified by (invdno = 26896819) with index values 'blnumber = 'UASCDEDUS005181' and invdno = 26896819'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'IX_invoicedetail_blnumber' (ID 46). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:22488756:9) identified by (invdno = 26896820) with index values 'blnumber = 'UASCDEDUS005181' and invdno = 26896820'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'IX_invoicedetail_blnumber' (ID 46). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:22488756:10) identified by (invdno = 26896821) with index values 'blnumber = 'UASCDEDUS005181' and invdno = 26896821'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'IX_invoicedetail_blnumber' (ID 46). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:22488756:11) identified by (invdno = 26896822) with index values 'blnumber = 'UASCDEDUS005181' and invdno = 26896822'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'IX_invoicedetail_blnumber' (ID 46). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:22488756:12) identified by (invdno = 26896823) with index values 'blnumber = 'UASCDEDUS005181' and invdno = 26896823'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'IX_invoicedetail_blnumber' (ID 46). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:22488756:13) identified by (invdno = 26896824) with index values 'blnumber = 'UASCDEDUS005181' and invdno = 26896824'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'IX_invoicedetail_blnumber' (ID 46). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:22488756:14) identified by (invdno = 26896825) with index values 'blnumber = 'UASCDEDUS005181' and invdno = 26896825'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'IX_invoicedetail_blnumber' (ID 46). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:22488756:15) identified by (invdno = 26896826) with index values 'blnumber = 'UASCDEDUS005181' and invdno = 26896826'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'IX_invoicedetail_blnumber' (ID 46). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:22488756:16) identified by (invdno = 26896827) with index values 'blnumber = 'UASCDEDUS005181' and invdno = 26896827'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'IX_invoicedetail_blnumber' (ID 46). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:22488757:0) identified by (invdno = 26896828) with index values 'blnumber = 'UASCDEDUS005181' and invdno = 26896828'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'IX_invoicedetail_blnumber' (ID 46). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:22488757:1) identified by (invdno = 26896829) with index values 'blnumber = 'UASCDEDUS005181' and invdno = 26896829'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'IX_invoicedetail_blnumber' (ID 46). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:22488757:2) identified by (invdno = 26896830) with index values 'blnumber = 'UASCDEDUS005181' and invdno = 26896830'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'IX_invoicedetail_blnumber' (ID 46). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:22488757:3) identified by (invdno = 26896831) with index values 'blnumber = 'UASCDEDUS005181' and invdno = 26896831'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'IX_invoicedetail_blnumber' (ID 46). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:22488757:4) identified by (invdno = 26896832) with index values 'blnumber = 'UASCDEDUS005181' and invdno = 26896832'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'IX_invoicedetail_blnumber' (ID 46). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:22488757:5) identified by (invdno = 26896833) with index values 'blnumber = 'UASCDEDUS005181' and invdno = 26896833'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'IX_invoicedetail_blnumber' (ID 46). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:22488758:1) identified by (invdno = 26896846) with index values 'blnumber = 'UASCDEFRA005000' and invdno = 26896846'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'IX_invoicedetail_blnumber' (ID 46). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:22488758:2) identified by (invdno = 26896847) with index values 'blnumber = 'UASCDEFRA005000' and invdno = 26896847'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'IX_invoicedetail_blnumber' (ID 46). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:22488758:3) identified by (invdno = 26896848) with index values 'blnumber = 'UASCDEFRA005000' and invdno = 26896848'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'IX_invoicedetail_blnumber' (ID 46). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:22488758:4) identified by (invdno = 26896849) with index values 'blnumber = 'UASCDEFRA005000' and invdno = 26896849'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'IX_invoicedetail_blnumber' (ID 46). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:22488758:9) identified by (invdno = 26896854) with index values 'blnumber = 'UASCDEFRA005015' and invdno = 26896854'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'IX_invoicedetail_blnumber' (ID 46). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:22488758:10) identified by (invdno = 26896855) with index values 'blnumber = 'UASCDEFRA005015' and invdno = 26896855'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'IX_invoicedetail_blnumber' (ID 46). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:22488758:11) identified by (invdno = 26896856) with index values 'blnumber = 'UASCDEFRA005015' and invdno = 26896856'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'IX_invoicedetail_blnumber' (ID 46). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:22488758:12) identified by (invdno = 26896857) with index values 'blnumber = 'UASCDEFRA005015' and invdno = 26896857'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'IX_invoicedetail_blnumber' (ID 46). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:22489619:12) identified by (invdno = 26896926) with index values 'blnumber = 'UASCDEHAM022809' and invdno = 26896926'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'IX_invoicedetail_blnumber' (ID 46). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:22489619:13) identified by (invdno = 26896927) with index values 'blnumber = 'UASCDEHAM022809' and invdno = 26896927'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'IX_invoicedetail_blnumber' (ID 46). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:22489619:14) identified by (invdno = 26896928) with index values 'blnumber = 'UASCDEHAM022809' and invdno = 26896928'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'IX_invoicedetail_blnumber' (ID 46). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:22489619:15) identified by (invdno = 26896929) with index values 'blnumber = 'UASCDEHAM022809' and invdno = 26896929'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'IX_invoicedetail_blnumber' (ID 46). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:22489619:16) identified by (invdno = 26896930) with index values 'blnumber = 'UASCINBOM078749' and invdno = 26896930'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'IX_invoicedetail_blnumber' (ID 46). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:22489619:17) identified by (invdno = 26896931) with index values 'blnumber = 'UASCINBOM078749' and invdno = 26896931'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'IX_invoicedetail_blnumber' (ID 46). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:22489620:0) identified by (invdno = 26896932) with index values 'blnumber = 'UASCINBOM078749' and invdno = 26896932'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'IX_invoicedetail_blnumber' (ID 46). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:22489620:1) identified by (invdno = 26896933) with index values 'blnumber = 'UASCINBOM078749' and invdno = 26896933'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'IX_invoicedetail_blnumber' (ID 46). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:22489620:10) identified by (invdno = 26896942) with index values 'blnumber = 'UASCCNNBO292660' and invdno = 26896942'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'IX_invoicedetail_blnumber' (ID 46). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:22489620:11) identified by (invdno = 26896943) with index values 'blnumber = 'UASCCNNBO292660' and invdno = 26896943'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'IX_invoicedetail_blnumber' (ID 46). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:22489620:12) identified by (invdno = 26896944) with index values 'blnumber = 'UASCCNNBO292660' and invdno = 26896944'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'IX_invoicedetail_blnumber' (ID 46). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:22489620:13) identified by (invdno = 26896945) with index values 'blnumber = 'UASCCNNBO292660' and invdno = 26896945'.Msg 8952, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Index row in index 'IX_invoicedetail_blnumber' (ID 46) does not match any data row. Possible extra or invalid keys for:Msg 8956, Level 16, State 1, Line 4Index row (1:4881904:150) with values (blnumber = 'UASCINBOM078749' and invdno = 26795354) pointing to the data row identified by (invdno = 26795354).Msg 8952, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Index row in index 'IX_invoicedetail_blnumber' (ID 46) does not match any data row. Possible extra or invalid keys for:Msg 8956, Level 16, State 1, Line 4Index row (1:4881904:151) with values (blnumber = 'UASCINBOM078749' and invdno = 26795355) pointing to the data row identified by (invdno = 26795355).Msg 8952, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Index row in index 'IX_invoicedetail_blnumber' (ID 46) does not match any data row. Possible extra or invalid keys for:Msg 8956, Level 16, State 1, Line 4Index row (1:5004855:86) with values (blnumber = 'UASCCNNBO292660' and invdno = 26693812) pointing to the data row identified by (invdno = 26693812).Msg 8952, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Index row in index 'IX_invoicedetail_blnumber' (ID 46) does not match any data row. Possible extra or invalid keys for:Msg 8956, Level 16, State 1, Line 4Index row (1:5004855:87) with values (blnumber = 'UASCCNNBO292660' and invdno = 26693813) pointing to the data row identified by (invdno = 26693813).Msg 8952, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Index row in index 'IX_invoicedetail_blnumber' (ID 46) does not match any data row. Possible extra or invalid keys for:Msg 8956, Level 16, State 1, Line 4Index row (1:5004855:88) with values (blnumber = 'UASCCNNBO292660' and invdno = 26693814) pointing to the data row identified by (invdno = 26693814).Msg 8952, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Index row in index 'IX_invoicedetail_blnumber' (ID 46) does not match any data row. Possible extra or invalid keys for:Msg 8956, Level 16, State 1, Line 4Index row (1:5004855:89) with values (blnumber = 'UASCCNNBO292660' and invdno = 26693815) pointing to the data row identified by (invdno = 26693815).Msg 8952, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Index row in index 'IX_invoicedetail_blnumber' (ID 46) does not match any data row. Possible extra or invalid keys for:Msg 8956, Level 16, State 1, Line 4Index row (1:36351276:27) with values (blnumber = 'UASCUSCQG060498' and invdno = 26830818) pointing to the data row identified by (invdno = 26830818).Msg 8952, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Index row in index 'IX_invoicedetail_blnumber' (ID 46) does not match any data row. Possible extra or invalid keys for:Msg 8956, Level 16, State 1, Line 4Index row (1:36351276:28) with values (blnumber = 'UASCUSCQG060498' and invdno = 26830819) pointing to the data row identified by (invdno = 26830819).Msg 8952, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Index row in index 'IX_invoicedetail_blnumber' (ID 46) does not match any data row. Possible extra or invalid keys for:Msg 8956, Level 16, State 1, Line 4Index row (1:36351276:29) with values (blnumber = 'UASCUSCQG060498' and invdno = 26830820) pointing to the data row identified by (invdno = 26830820).Msg 8952, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Index row in index 'IX_invoicedetail_blnumber' (ID 46) does not match any data row. Possible extra or invalid keys for:Msg 8956, Level 16, State 1, Line 4Index row (1:36351276:30) with values (blnumber = 'UASCUSCQG060498' and invdno = 26830821) pointing to the data row identified by (invdno = 26830821).Msg 8952, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Index row in index 'IX_invoicedetail_blnumber' (ID 46) does not match any data row. Possible extra or invalid keys for:Msg 8956, Level 16, State 1, Line 4Index row (1:36351276:31) with values (blnumber = 'UASCUSCQG060498' and invdno = 26830822) pointing to the data row identified by (invdno = 26830822).Msg 8952, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Index row in index 'IX_invoicedetail_blnumber' (ID 46) does not match any data row. Possible extra or invalid keys for:Msg 8956, Level 16, State 1, Line 4Index row (1:36351276:32) with values (blnumber = 'UASCUSCQG060498' and invdno = 26830823) pointing to the data row identified by (invdno = 26830823).Msg 8952, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Index row in index 'IX_invoicedetail_blnumber' (ID 46) does not match any data row. Possible extra or invalid keys for:Msg 8956, Level 16, State 1, Line 4Index row (1:36351276:33) with values (blnumber = 'UASCUSCQG060498' and invdno = 26830824) pointing to the data row identified by (invdno = 26830824).Msg 8952, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Index row in index 'IX_invoicedetail_blnumber' (ID 46) does not match any data row. Possible extra or invalid keys for:Msg 8956, Level 16, State 1, Line 4Index row (1:36351276:34) with values (blnumber = 'UASCUSCQG060498' and invdno = 26830825) pointing to the data row identified by (invdno = 26830825).Msg 8952, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Index row in index 'IX_invoicedetail_blnumber' (ID 46) does not match any data row. Possible extra or invalid keys for:Msg 8956, Level 16, State 1, Line 4Index row (1:36367668:160) with values (blnumber = 'UASCTHBKK042579' and invdno = 26709448) pointing to the data row identified by (invdno = 26709448).Msg 8952, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Index row in index 'IX_invoicedetail_blnumber' (ID 46) does not match any data row. Possible extra or invalid keys for:Msg 8956, Level 16, State 1, Line 4Index row (1:36367668:161) with values (blnumber = 'UASCTHBKK042579' and invdno = 26709449) pointing to the data row identified by (invdno = 26709449).Msg 8952, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Index row in index 'IX_invoicedetail_blnumber' (ID 46) does not match any data row. Possible extra or invalid keys for:Msg 8956, Level 16, State 1, Line 4Index row (1:36367668:162) with values (blnumber = 'UASCTHBKK042579' and invdno = 26709450) pointing to the data row identified by (invdno = 26709450).Msg 8952, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Index row in index 'IX_invoicedetail_blnumber' (ID 46) does not match any data row. Possible extra or invalid keys for:Msg 8956, Level 16, State 1, Line 4Index row (1:36367668:163) with values (blnumber = 'UASCTHBKK042579' and invdno = 26709451) pointing to the data row identified by (invdno = 26709451).Msg 8952, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Index row in index 'IX_invoicedetail_blnumber' (ID 46) does not match any data row. Possible extra or invalid keys for:Msg 8956, Level 16, State 1, Line 4Index row (1:36367668:164) with values (blnumber = 'UASCTHBKK042579' and invdno = 26709452) pointing to the data row identified by (invdno = 26709452).Msg 8952, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Index row in index 'IX_invoicedetail_blnumber' (ID 46) does not match any data row. Possible extra or invalid keys for:Msg 8956, Level 16, State 1, Line 4Index row (1:36367668:165) with values (blnumber = 'UASCTHBKK042579' and invdno = 26709453) pointing to the data row identified by (invdno = 26709453).Msg 8952, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Index row in index 'IX_invoicedetail_blnumber' (ID 46) does not match any data row. Possible extra or invalid keys for:Msg 8956, Level 16, State 1, Line 4Index row (1:36367668:166) with values (blnumber = 'UASCTHBKK042579' and invdno = 26709454) pointing to the data row identified by (invdno = 26709454).Msg 8952, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Index row in index 'IX_invoicedetail_blnumber' (ID 46) does not match any data row. Possible extra or invalid keys for:Msg 8956, Level 16, State 1, Line 4Index row (1:36367668:167) with values (blnumber = 'UASCTHBKK042579' and invdno = 26709455) pointing to the data row identified by (invdno = 26709455).Msg 8952, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Index row in index 'IX_invoicedetail_blnumber' (ID 46) does not match any data row. Possible extra or invalid keys for:Msg 8956, Level 16, State 1, Line 4Index row (1:36367668:168) with values (blnumber = 'UASCTHBKK042579' and invdno = 26709456) pointing to the data row identified by (invdno = 26709456).Msg 8952, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Index row in index 'IX_invoicedetail_blnumber' (ID 46) does not match any data row. Possible extra or invalid keys for:Msg 8956, Level 16, State 1, Line 4Index row (1:36367668:169) with values (blnumber = 'UASCTHBKK042579' and invdno = 26709457) pointing to the data row identified by (invdno = 26709457).Msg 8952, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Index row in index 'IX_invoicedetail_blnumber' (ID 46) does not match any data row. Possible extra or invalid keys for:Msg 8956, Level 16, State 1, Line 4Index row (1:36405142:129) with values (blnumber = 'UASCEGALY014835' and invdno = 26705510) pointing to the data row identified by (invdno = 26705510).Msg 8952, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Index row in index 'IX_invoicedetail_blnumber' (ID 46) does not match any data row. Possible extra or invalid keys for:Msg 8956, Level 16, State 1, Line 4Index row (1:36405142:130) with values (blnumber = 'UASCEGALY014835' and invdno = 26705511) pointing to the data row identified by (invdno = 26705511).Msg 8952, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Index row in index 'IX_invoicedetail_blnumber' (ID 46) does not match any data row. Possible extra or invalid keys for:Msg 8956, Level 16, State 1, Line 4Index row (1:36405142:131) with values (blnumber = 'UASCEGALY014835' and invdno = 26705512) pointing to the data row identified by (invdno = 26705512).Msg 8952, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Index row in index 'IX_invoicedetail_blnumber' (ID 46) does not match any data row. Possible extra or invalid keys for:Msg 8956, Level 16, State 1, Line 4Index row (1:36405142:132) with values (blnumber = 'UASCEGALY014835' and invdno = 26705513) pointing to the data row identified by (invdno = 26705513).Msg 8952, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Index row in index 'IX_invoicedetail_blnumber' (ID 46) does not match any data row. Possible extra or invalid keys for:Msg 8956, Level 16, State 1, Line 4Index row (1:36405142:133) with values (blnumber = 'UASCEGALY014835' and invdno = 26705514) pointing to the data row identified by (invdno = 26705514).Msg 8952, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Index row in index 'IX_invoicedetail_blnumber' (ID 46) does not match any data row. Possible extra or invalid keys for:Msg 8956, Level 16, State 1, Line 4Index row (1:36405142:134) with values (blnumber = 'UASCEGALY014835' and invdno = 26705515) pointing to the data row identified by (invdno = 26705515).Msg 8952, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Index row in index 'IX_invoicedetail_blnumber' (ID 46) does not match any data row. Possible extra or invalid keys for:Msg 8956, Level 16, State 1, Line 4Index row (1:36405142:135) with values (blnumber = 'UASCEGALY014835' and invdno = 26705516) pointing to the data row identified by (invdno = 26705516).Msg 8977, Level 16, State 1, Line 4Table error: Object ID 12123384, index ID 52, partition ID 72057605475467264, alloc unit ID 72057606177816576 (type In-row data). Parent node for page (1:22488988) was not encountered.Msg 8935, Level 16, State 1, Line 4Table error: Object ID 12123384, index ID 52, partition ID 72057605475467264, alloc unit ID 72057606177816576 (type In-row data). The previous link (1:22488988) on page (1:36505369) does not match the previous page (1:36505368) that the parent (1:36505002), slot 64 expects for this page.Msg 8935, Level 16, State 1, Line 4Table error: Object ID 12123384, index ID 59, partition ID 72057605475532800, alloc unit ID 72057606177882112 (type In-row data). The previous link (1:9838968) on page (1:36595921) does not match the previous page (1:22488760) that the parent (1:36595515), slot 57 expects for this page.Msg 8936, Level 16, State 1, Line 4Table error: Object ID 12123384, index ID 59, partition ID 72057605475532800, alloc unit ID 72057606177882112 (type In-row data). B-tree chain linkage mismatch. (1:22488760)-&amp;gt;next = (1:36595921), but (1:36595921)-&amp;gt;Prev = (1:9838968).Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'IX_INVOICEDETAIL_invno' (ID 60). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:2127836:1) identified by (invdno = 26694064) with index values 'invno = 'SADMMDFTINV19675' and invdno = 26694064'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'IX_INVOICEDETAIL_invno' (ID 60). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:2127836:2) identified by (invdno = 26694065) with index values 'invno = 'SADMMDFTINV19675' and invdno = 26694065'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'IX_INVOICEDETAIL_invno' (ID 60). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:2127836:3) identified by (invdno = 26694066) with index values 'invno = 'SADMMDFTINV19675' and invdno = 26694066'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'IX_INVOICEDETAIL_invno' (ID 60). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:2127836:4) identified by (invdno = 26694067) with index values 'invno = 'SADMMDFTINV19675' and invdno = 26694067'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'IX_INVOICEDETAIL_invno' (ID 60). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:2127836:5) identified by (invdno = 26694068) with index values 'invno = 'SADMMDFTINV19675' and invdno = 26694068'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'IX_INVOICEDETAIL_invno' (ID 60). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:2127836:6) identified by (invdno = 26694069) with index values 'invno = 'SADMMDFTINV19675' and invdno = 26694069'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'IX_INVOICEDETAIL_invno' (ID 60). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:2127836:7) identified by (invdno = 26694070) with index values 'invno = 'SADMMDFTINV19675' and invdno = 26694070'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'IX_INVOICEDETAIL_invno' (ID 60). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:2127836:8) identified by (invdno = 26694071) with index values 'invno = 'SADMMDFTINV19675' and invdno = 26694071'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'IX_INVOICEDETAIL_invno' (ID 60). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:2127836:9) identified by (invdno = 26694072) with index values 'invno = 'SADMMDFTINV19675' and invdno = 26694072'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'IX_INVOICEDETAIL_invno' (ID 60). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:2127836:10) identified by (invdno = 26694073) with index values 'invno = 'SADMMDFTINV19675' and invdno = 26694073'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'IX_INVOICEDETAIL_invno' (ID 60). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:2127836:11) identified by (invdno = 26694074) with index values 'invno = 'SADMMDFTINV19675' and invdno = 26694074'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'IX_INVOICEDETAIL_invno' (ID 60). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:2127836:12) identified by (invdno = 26694075) with index values 'invno = 'SADMMDFTINV19675' and invdno = 26694075'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'IX_INVOICEDETAIL_invno' (ID 60). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:2127836:13) identified by (invdno = 26694076) with index values 'invno = 'SADMMDFTINV19675' and invdno = 26694076'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'IX_INVOICEDETAIL_invno' (ID 60). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:2127836:14) identified by (invdno = 26694077) with index values 'invno = 'SADMMDFTINV19675' and invdno = 26694077'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'IX_INVOICEDETAIL_invno' (ID 60). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:2127836:15) identified by (invdno = 26694078) with index values 'invno = 'SADMMDFTINV19676' and invdno = 26694078'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'IX_INVOICEDETAIL_invno' (ID 60). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:2127836:16) identified by (invdno = 26694079) with index values 'invno = 'SADMMDFTINV19676' and invdno = 26694079'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'IX_INVOICEDETAIL_invno' (ID 60). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:11361906:14) identified by (invdno = 26795263) with index values 'invno = 'SADMMDFTINV19799' and invdno = 26795263'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'IX_INVOICEDETAIL_invno' (ID 60). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:11361906:15) identified by (invdno = 26795264) with index values 'invno = 'SADMMDFTINV19799' and invdno = 26795264'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'IX_INVOICEDETAIL_invno' (ID 60). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:11361906:16) identified by (invdno = 26795265) with index values 'invno = 'SADMMDFTINV19799' and invdno = 26795265'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'IX_INVOICEDETAIL_invno' (ID 60). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:11361907:0) identified by (invdno = 26795266) with index values 'invno = 'SADMMDFTINV19799' and invdno = 26795266'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'IX_INVOICEDETAIL_invno' (ID 60). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:11361911:15) identified by (invdno = 26795352) with index values 'invno = 'SADMMDFTINV19801' and invdno = 26795352'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'IX_INVOICEDETAIL_invno' (ID 60). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:11361911:16) identified by (invdno = 26795353) with index values 'invno = 'SADMMDFTINV19801' and invdno = 26795353'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'IX_INVOICEDETAIL_invno' (ID 60). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:14164060:3) identified by (invdno = 26831389) with index values 'invno = 'SADMMDFTINV19810' and invdno = 26831389'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'IX_INVOICEDETAIL_invno' (ID 60). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:14164060:4) identified by (invdno = 26831390) with index values 'invno = 'SADMMDFTINV19810' and invdno = 26831390'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'IX_INVOICEDETAIL_invno' (ID 60). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:14164060:5) identified by (invdno = 26831391) with index values 'invno = 'SADMMDFTINV19810' and invdno = 26831391'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'IX_INVOICEDETAIL_invno' (ID 60). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:14164060:6) identified by (invdno = 26831392) with index values 'invno = 'SADMMDFTINV19810' and invdno = 26831392'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'IX_INVOICEDETAIL_invno' (ID 60). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:14164060:7) identified by (invdno = 26831393) with index values 'invno = 'SADMMDFTINV19810' and invdno = 26831393'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'IX_INVOICEDETAIL_invno' (ID 60). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:14164060:8) identified by (invdno = 26831394) with index values 'invno = 'SADMMDFTINV19810' and invdno = 26831394'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'IX_INVOICEDETAIL_invno' (ID 60). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:14164060:9) identified by (invdno = 26831395) with index values 'invno = 'SADMMDFTINV19810' and invdno = 26831395'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'IX_INVOICEDETAIL_invno' (ID 60). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:14164060:10) identified by (invdno = 26831396) with index values 'invno = 'SADMMDFTINV19811' and invdno = 26831396'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'IX_INVOICEDETAIL_invno' (ID 60). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:14164060:11) identified by (invdno = 26831397) with index values 'invno = 'SADMMDFTINV19811' and invdno = 26831397'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'IX_INVOICEDETAIL_invno' (ID 60). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:14256085:6) identified by (invdno = 26831003) with index values 'invno = 'SADMMDFTINV19809' and invdno = 26831003'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'IX_INVOICEDETAIL_invno' (ID 60). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:14256085:7) identified by (invdno = 26831004) with index values 'invno = 'SADMMDFTINV19809' and invdno = 26831004'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'IX_INVOICEDETAIL_invno' (ID 60). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:14256085:8) identified by (invdno = 26831005) with index values 'invno = 'SADMMDFTINV19809' and invdno = 26831005'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'IX_INVOICEDETAIL_invno' (ID 60). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:14256085:9) identified by (invdno = 26831006) with index values 'invno = 'SADMMDFTINV19809' and invdno = 26831006'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'IX_INVOICEDETAIL_invno' (ID 60). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:22359086:17) identified by (invdno = 26894614) with index values 'invno = 'SADMMDFTINV19840' and invdno = 26894614'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'IX_INVOICEDETAIL_invno' (ID 60). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:22359087:0) identified by (invdno = 26894615) with index values 'invno = 'SADMMDFTINV19840' and invdno = 26894615'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'ix_EXPinv_search' (ID 61). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:2127836:1) identified by (invdno = 26694064) with index values 'locationcode = 'U0141G' and agencycode = 'U0141' and FCNNo = '' and invdno = 26694064'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'ix_EXPinv_search' (ID 61). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:2127836:2) identified by (invdno = 26694065) with index values 'locationcode = 'U0141G' and agencycode = 'U0141' and FCNNo = '' and invdno = 26694065'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'ix_EXPinv_search' (ID 61). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:2127836:3) identified by (invdno = 26694066) with index values 'locationcode = 'U0141G' and agencycode = 'U0141' and FCNNo = '' and invdno = 26694066'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'ix_EXPinv_search' (ID 61). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:2127836:4) identified by (invdno = 26694067) with index values 'locationcode = 'U0141G' and agencycode = 'U0141' and FCNNo = '' and invdno = 26694067'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'ix_EXPinv_search' (ID 61). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:2127836:5) identified by (invdno = 26694068) with index values 'locationcode = 'U0141G' and agencycode = 'U0141' and FCNNo = '' and invdno = 26694068'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'ix_EXPinv_search' (ID 61). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:2127836:6) identified by (invdno = 26694069) with index values 'locationcode = 'U0141G' and agencycode = 'U0141' and FCNNo = '' and invdno = 26694069'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'ix_EXPinv_search' (ID 61). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:2127836:7) identified by (invdno = 26694070) with index values 'locationcode = 'U0141G' and agencycode = 'U0141' and FCNNo = NULL and invdno = 26694070'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'ix_EXPinv_search' (ID 61). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:2127836:8) identified by (invdno = 26694071) with index values 'locationcode = 'U0141G' and agencycode = 'U0141' and FCNNo = NULL and invdno = 26694071'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'ix_EXPinv_search' (ID 61). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:2127836:9) identified by (invdno = 26694072) with index values 'locationcode = 'U0141G' and agencycode = 'U0141' and FCNNo = NULL and invdno = 26694072'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'ix_EXPinv_search' (ID 61). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:2127836:10) identified by (invdno = 26694073) with index values 'locationcode = 'U0141G' and agencycode = 'U0141' and FCNNo = NULL and invdno = 26694073'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'ix_EXPinv_search' (ID 61). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:2127836:11) identified by (invdno = 26694074) with index values 'locationcode = 'U0141G' and agencycode = 'U0141' and FCNNo = NULL and invdno = 26694074'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'ix_EXPinv_search' (ID 61). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:2127836:12) identified by (invdno = 26694075) with index values 'locationcode = 'U0141G' and agencycode = 'U0141' and FCNNo = NULL and invdno = 26694075'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'ix_EXPinv_search' (ID 61). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:2127836:13) identified by (invdno = 26694076) with index values 'locationcode = 'U0141G' and agencycode = 'U0141' and FCNNo = NULL and invdno = 26694076'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'ix_EXPinv_search' (ID 61). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:2127836:14) identified by (invdno = 26694077) with index values 'locationcode = 'U0141G' and agencycode = 'U0141' and FCNNo = NULL and invdno = 26694077'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'ix_EXPinv_search' (ID 61). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:2127836:15) identified by (invdno = 26694078) with index values 'locationcode = 'U0141G' and agencycode = 'U0141' and FCNNo = '' and invdno = 26694078'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'ix_EXPinv_search' (ID 61). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:2127836:16) identified by (invdno = 26694079) with index values 'locationcode = 'U0141G' and agencycode = 'U0141' and FCNNo = '' and invdno = 26694079'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'ix_EXPinv_search' (ID 61). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:11361906:14) identified by (invdno = 26795263) with index values 'locationcode = 'U0141G' and agencycode = 'U0141' and FCNNo = '' and invdno = 26795263'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'ix_EXPinv_search' (ID 61). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:11361906:15) identified by (invdno = 26795264) with index values 'locationcode = 'U0141G' and agencycode = 'U0141' and FCNNo = '' and invdno = 26795264'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'ix_EXPinv_search' (ID 61). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:11361906:16) identified by (invdno = 26795265) with index values 'locationcode = 'U0141G' and agencycode = 'U0141' and FCNNo = NULL and invdno = 26795265'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'ix_EXPinv_search' (ID 61). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:11361907:0) identified by (invdno = 26795266) with index values 'locationcode = 'U0141G' and agencycode = 'U0141' and FCNNo = NULL and invdno = 26795266'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'ix_EXPinv_search' (ID 61). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:11361911:15) identified by (invdno = 26795352) with index values 'locationcode = 'U0141G' and agencycode = 'U0141' and FCNNo = '' and invdno = 26795352'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'ix_EXPinv_search' (ID 61). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:11361911:16) identified by (invdno = 26795353) with index values 'locationcode = 'U0141G' and agencycode = 'U0141' and FCNNo = '' and invdno = 26795353'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'ix_EXPinv_search' (ID 61). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:14164060:3) identified by (invdno = 26831389) with index values 'locationcode = 'U0141G' and agencycode = 'U0141' and FCNNo = '' and invdno = 26831389'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'ix_EXPinv_search' (ID 61). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:14164060:4) identified by (invdno = 26831390) with index values 'locationcode = 'U0141G' and agencycode = 'U0141' and FCNNo = '' and invdno = 26831390'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'ix_EXPinv_search' (ID 61). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:14164060:5) identified by (invdno = 26831391) with index values 'locationcode = 'U0141G' and agencycode = 'U0141' and FCNNo = '' and invdno = 26831391'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'ix_EXPinv_search' (ID 61). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:14164060:6) identified by (invdno = 26831392) with index values 'locationcode = 'U0141G' and agencycode = 'U0141' and FCNNo = '' and invdno = 26831392'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'ix_EXPinv_search' (ID 61). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:14164060:7) identified by (invdno = 26831393) with index values 'locationcode = 'U0141G' and agencycode = 'U0141' and FCNNo = '' and invdno = 26831393'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'ix_EXPinv_search' (ID 61). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:14164060:8) identified by (invdno = 26831394) with index values 'locationcode = 'U0141G' and agencycode = 'U0141' and FCNNo = NULL and invdno = 26831394'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'ix_EXPinv_search' (ID 61). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:14164060:9) identified by (invdno = 26831395) with index values 'locationcode = 'U0141G' and agencycode = 'U0141' and FCNNo = NULL and invdno = 26831395'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'ix_EXPinv_search' (ID 61). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:14164060:10) identified by (invdno = 26831396) with index values 'locationcode = 'U0141G' and agencycode = 'U0141' and FCNNo = '' and invdno = 26831396'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'ix_EXPinv_search' (ID 61). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:14164060:11) identified by (invdno = 26831397) with index values 'locationcode = 'U0141G' and agencycode = 'U0141' and FCNNo = '' and invdno = 26831397'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'ix_EXPinv_search' (ID 61). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:14256085:6) identified by (invdno = 26831003) with index values 'locationcode = 'U0141G' and agencycode = 'U0141' and FCNNo = '' and invdno = 26831003'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'ix_EXPinv_search' (ID 61). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:14256085:7) identified by (invdno = 26831004) with index values 'locationcode = 'U0141G' and agencycode = 'U0141' and FCNNo = '' and invdno = 26831004'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'ix_EXPinv_search' (ID 61). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:14256085:8) identified by (invdno = 26831005) with index values 'locationcode = 'U0141G' and agencycode = 'U0141' and FCNNo = NULL and invdno = 26831005'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'ix_EXPinv_search' (ID 61). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:14256085:9) identified by (invdno = 26831006) with index values 'locationcode = 'U0141G' and agencycode = 'U0141' and FCNNo = NULL and invdno = 26831006'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'ix_EXPinv_search' (ID 61). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:22359086:17) identified by (invdno = 26894614) with index values 'locationcode = 'U0141G' and agencycode = 'U0141' and FCNNo = '' and invdno = 26894614'.Msg 8951, Level 16, State 1, Line 4Table error: table 'invoicedetail' (ID 12123384). Data row does not have a matching index row in the index 'ix_EXPinv_search' (ID 61). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:22359087:0) identified by (invdno = 26894615) with index values 'locationcode = 'U0141G' and agencycode = 'U0141' and FCNNo = '' and invdno = 26894615'.There are 21122677 rows in 1731091 pages for object "invoicedetail".CHECKDB found 0 allocation errors and 340 consistency errors in table 'invoicedetail' (object ID 12123384).DBCC results for 'REINDEXTABLES'.There are 377 rows in 2 pages for object "REINDEXTABLES".DBCC results for 'edi_coparn_belgium_imo'.There are 6931 rows in 82 pages for object "edi_coparn_belgium_imo".DBCC results for 'psacntcount'.There are 802 rows in 9 pages for object "psacntcount".DBCC results for 'edi_japan_ifcsum_cargo'.There are 91654 rows in 1919 pages for object "edi_japan_ifcsum_cargo".DBCC results for 'edidsconfig05112011'.There are 12 rows in 2 pages for object "edidsconfig05112011".DBCC results for 'indodetail1com'.There are 2737 rows in 194 pages for object "indodetail1com".DBCC results for 'edi_itlay_coreor_import_main'.There are 16643 rows in 894 pages for object "edi_itlay_coreor_import_main".DBCC results for 'edi_korea_iftmbs_cargo'.There are 37691 rows in 457 pages for object "edi_korea_iftmbs_cargo".DBCC results for 'cuscar_taiwan_ops_EDI'.There are 0 rows in 0 pages for object "cuscar_taiwan_ops_EDI".DBCC results for 'tempeditempbooking_commodity'.There are 160730 rows in 5499 pages for object "tempeditempbooking_commodity".DBCC results for 'edi_mypkgmnr_commodity'.There are 0 rows in 0 pages for object "edi_mypkgmnr_commodity".DBCC results for 'langkeymapmaster'.There are 381 rows in 4 pages for object "langkeymapmaster".DBCC results for 'EOSPReducedSpeedDetails'.There are 35 rows in 3 pages for object "EOSPReducedSpeedDetails".DBCC results for 'variable'.There are 234 rows in 4 pages for object "variable".DBCC results for 'ssrtariff'.There are 4 rows in 1 pages for object "ssrtariff".DBCC results for 'UserGroupMaster'.There are 492 rows in 8 pages for object "UserGroupMaster".DBCC results for 'tmpcustomerdataextract_bak04102011'.There are 5853359 rows in 555438 pages for object "tmpcustomerdataextract_bak04102011".DBCC results for 'edicontainerstatusmapping'.There are 9 rows in 1 pages for object "edicontainerstatusmapping".DBCC results for 'edi_rtm_coreor_import_cargo'.There are 6129 rows in 73 pages for object "edi_rtm_coreor_import_cargo".DBCC results for 'documenttype'.There are 16 rows in 1 pages for object "documenttype".DBCC results for 'fcnentitytype'.There are 9 rows in 1 pages for object "fcnentitytype".DBCC results for 'tmpCntrMovementDetail'.There are 320366 rows in 31979 pages for object "tmpCntrMovementDetail".DBCC results for 'commoditylicenseupdate'.There are 7540 rows in 148 pages for object "commoditylicenseupdate".DBCC results for 'edi_DOHA_Qatar_CargoManifest_bl'.There are 80 rows in 8 pages for object "edi_DOHA_Qatar_CargoManifest_bl".DBCC results for 'tmp_validationTemplate'.There are 0 rows in 0 pages for object "tmp_validationTemplate".DBCC results for 'manifest_bl_cargo'.There are 0 rows in 0 pages for object "manifest_bl_cargo".DBCC results for 'edi_belgium_cargo_temp'.There are 25292 rows in 1036 pages for object "edi_belgium_cargo_temp".DBCC results for 'psadetail'.There are 803 rows in 10 pages for object "psadetail".DBCC results for 'terminals'.There are 621 rows in 16 pages for object "terminals".DBCC results for 'edi_japan_ifcsum_clause'.There are 0 rows in 0 pages for object "edi_japan_ifcsum_clause".DBCC results for 'indodetail2'.There are 2600 rows in 111 pages for object "indodetail2".DBCC results for 'tempSurchargeDetailN'.There are 22167 rows in 466 pages for object "tempSurchargeDetailN".DBCC results for 'edi_korea_iftmbs_cargo_new'.There are 10462 rows in 92 pages for object "edi_korea_iftmbs_cargo_new".DBCC results for 'sysreplservers'.There are 1 rows in 1 pages for object "sysreplservers".DBCC results for 'cuscar_taiwan_tdt_EDI'.There are 0 rows in 0 pages for object "cuscar_taiwan_tdt_EDI".DBCC results for 'edi_mypkgmnr_count'.There are 0 rows in 0 pages for object "edi_mypkgmnr_count".DBCC results for 'Claims'.There are 1089 rows in 23 pages for object "Claims".DBCC results for 'tmpportdictionary'.There are 0 rows in 0 pages for object "tmpportdictionary".DBCC results for 'forecastCargoArch'.There are 5078 rows in 141 pages for object "forecastCargoArch".DBCC results for 'SRRPublicHolidays'.There are 0 rows in 0 pages for object "SRRPublicHolidays".DBCC results for 'edimovementcodemapping'.There are 12 rows in 1 pages for object "edimovementcodemapping".DBCC results for 'EUR1875_Config'.There are 1 rows in 1 pages for object "EUR1875_Config".DBCC results for 'edi_rtm_coreor_import_commodity'.There are 6368 rows in 110 pages for object "edi_rtm_coreor_import_commodity".DBCC results for 'edi_reader_https_ftx'.There are 4037 rows in 63 pages for object "edi_reader_https_ftx".DBCC results for 'iftdgnbgm_book'.There are 1289 rows in 39 pages for object "iftdgnbgm_book".DBCC results for 'edi_iftmcs_korea_bl'.There are 0 rows in 1 pages for object "edi_iftmcs_korea_bl".DBCC results for 'edi_cargomanifest_routing'.There are 80 rows in 8 pages for object "edi_cargomanifest_routing".DBCC results for 'tradeGrpMapping'.There are 0 rows in 0 pages for object "tradeGrpMapping".DBCC results for 'bl_commodity'.Msg 8980, Level 16, State 1, Line 4Table error: Object ID 44123498, index ID 1, partition ID 72057605311037440, alloc unit ID 72057606001524736 (type In-row data). Index node page (1:254909), slot 61 refers to child page (1:33540581) and previous child (1:33540580), but they were not encountered.Msg 8935, Level 16, State 1, Line 4Table error: Object ID 44123498, index ID 1, partition ID 72057605311037440, alloc unit ID 72057606001524736 (type In-row data). The previous link (1:33540580) on page (1:33540582) does not match the previous page (1:33540581) that the parent (1:254909), slot 62 expects for this page.There are 3364969 rows in 312038 pages for object "bl_commodity".CHECKDB found 0 allocation errors and 2 consistency errors in table 'bl_commodity' (object ID 44123498).DBCC results for 'EMSFields'.There are 88 rows in 2 pages for object "EMSFields".DBCC results for 'psamaster'.There are 773 rows in 21 pages for object "psamaster".DBCC results for 'edi_japan_ifcsum_com'.There are 92583 rows in 5351 pages for object "edi_japan_ifcsum_com".DBCC results for 'transcollection'.There are 62 rows in 7 pages for object "transcollection".DBCC results for 'edi_itlay_coreor_import_customer'.There are 25144 rows in 592 pages for object "edi_itlay_coreor_import_customer".DBCC results for 'edi_korea_iftmbs_cargoeqp'.There are 40280 rows in 403 pages for object "edi_korea_iftmbs_cargoeqp".DBCC results for 'cuscar_taiwan_ust_EDI'.There are 0 rows in 0 pages for object "cuscar_taiwan_ust_EDI".DBCC results for 'corporateMaster_arcproc'.There are 28846 rows in 561 pages for object "corporateMaster_arcproc".DBCC results for 'edi_mypkgmnr_customer'.There are 55 rows in 3 pages for object "edi_mypkgmnr_customer".DBCC results for 'tmpcrabookdetails'.There are 0 rows in 23 pages for object "tmpcrabookdetails".DBCC results for 'TallyEDIDetail'.There are 221194 rows in 1163 pages for object "TallyEDIDetail".DBCC results for 'tmpchkNamedcust'.There are 0 rows in 0 pages for object "tmpchkNamedcust".DBCC results for 'NoonFullSpeedDetails'.There are 0 rows in 0 pages for object "NoonFullSpeedDetails".DBCC results for 'variablemapping'.There are 26 rows in 1 pages for object "variablemapping".DBCC results for 'WorkorderEqpSlot'.There are 4 rows in 1 pages for object "WorkorderEqpSlot".DBCC results for 'hubports'.There are 0 rows in 0 pages for object "hubports".DBCC results for 'edi_reader_https_erp'.There are 1860 rows in 18 pages for object "edi_reader_https_erp".DBCC results for 'forecastDetail'.There are 23341 rows in 350 pages for object "forecastDetail".DBCC results for 'equipmentgroup'.There are 25 rows in 1 pages for object "equipmentgroup".DBCC results for 'UserLog'.There are 972519 rows in 7673 pages for object "UserLog".DBCC results for 'edivpsconfig'.There are 1 rows in 1 pages for object "edivpsconfig".DBCC results for 'edi_rtm_coreor_import_customer'.There are 0 rows in 0 pages for object "edi_rtm_coreor_import_customer".DBCC results for 'contractdetail'.There are 383782 rows in 6371 pages for object "contractdetail".DBCC results for 'edi_reader_https_gis'.There are 400 rows in 10 pages for object "edi_reader_https_gis".DBCC results for 'legacyaccedi'.There are 2301808 rows in 38617 pages for object "legacyaccedi".DBCC results for 'iftdgnbgm_book_cargo'.There are 0 rows in 0 pages for object "iftdgnbgm_book_cargo".DBCC results for 'edi_iftmcs_korea_cargo'.There are 0 rows in 1 pages for object "edi_iftmcs_korea_cargo".DBCC results for 'psatli_detail'.There are 0 rows in 0 pages for object "psatli_detail".DBCC results for 'chartertypes'.There are 10 rows in 1 pages for object "chartertypes".DBCC results for 'ChargeCodeMap'.There are 2 rows in 1 pages for object "ChargeCodeMap".DBCC results for 'edi_japan_ifcsum_cust'.There are 239109 rows in 8967 pages for object "edi_japan_ifcsum_cust".DBCC results for 'indoheaderport'.There are 5453 rows in 59 pages for object "indoheaderport".DBCC results for 'Edi_Cusdeck1_master'.There are 0 rows in 0 pages for object "Edi_Cusdeck1_master".DBCC results for 'loadingcondition'.There are 5 rows in 1 pages for object "loadingcondition".DBCC results for 'edi_korea_iftmbs_cargoeqpnew'.There are 10585 rows in 101 pages for object "edi_korea_iftmbs_cargoeqpnew".DBCC results for 'refundcharges'.There are 286392 rows in 3302 pages for object "refundcharges".DBCC results for 'edi_mypkgmnr_imo'.There are 0 rows in 0 pages for object "edi_mypkgmnr_imo".DBCC results for 'TallyEDIMaster'.There are 212 rows in 3 pages for object "TallyEDIMaster".DBCC results for 'edi_ACOS_Manifest_EDI_container'.There are 271 rows in 5 pages for object "edi_ACOS_Manifest_EDI_container".DBCC results for 'surchargecalcorder'.There are 6 rows in 1 pages for object "surchargecalcorder".DBCC results for 'edi_iftdgnrtm_book'.There are 841 rows in 33 pages for object "edi_iftdgnrtm_book".DBCC results for 'budgetlocation'.There are 0 rows in 0 pages for object "budgetlocation".DBCC results for 'edi_coparn_export_ops'.There are 0 rows in 0 pages for object "edi_coparn_export_ops".DBCC results for 'SRRWorkHrsDetail'.There are 1 rows in 1 pages for object "SRRWorkHrsDetail".DBCC results for 'faxlocation'.There are 177 rows in 3 pages for object "faxlocation".DBCC results for 'UserMapping'.There are 1962 rows in 32 pages for object "UserMapping".DBCC results for 'edi_rtm_coreor_import_imo'.There are 487 rows in 15 pages for object "edi_rtm_coreor_import_imo".DBCC results for 'contractdictionary'.There are 66 rows in 1 pages for object "contractdictionary".DBCC results for 'edi_reader_https_loc'.There are 0 rows in 0 pages for object "edi_reader_https_loc".DBCC results for 'designation'.There are 10 rows in 1 pages for object "designation".DBCC results for 'dgdetail'.There are 115085 rows in 9679 pages for object "dgdetail".DBCC results for 'iftdgnbgm_book_com'.There are 3304 rows in 71 pages for object "iftdgnbgm_book_com".DBCC results for 'ScheduleDeletedcall'.There are 138168 rows in 1863 pages for object "ScheduleDeletedcall".DBCC results for 'edi_iftmcs_korea_charge'.There are 0 rows in 0 pages for object "edi_iftmcs_korea_charge".DBCC results for 'bl_imo'.There are 120994 rows in 8828 pages for object "bl_imo".DBCC results for 'edi_krshpreq_cntr'.There are 362 rows in 11 pages for object "edi_krshpreq_cntr".DBCC results for 'psatli_master'.There are 0 rows in 0 pages for object "psatli_master".DBCC results for 'tempemptyservicebl_mapping'.There are 0 rows in 0 pages for object "tempemptyservicebl_mapping".DBCC results for 'edi_japan_ifcsum_imo'.There are 4587 rows in 177 pages for object "edi_japan_ifcsum_imo".DBCC results for 'Edi_Cusdeck1_housecargos'.There are 0 rows in 0 pages for object "Edi_Cusdeck1_housecargos".DBCC results for 'CharteringDetails'.There are 0 rows in 0 pages for object "CharteringDetails".DBCC results for 'edi_itlay_coreor_import_cargo'.There are 16643 rows in 300 pages for object "edi_itlay_coreor_import_cargo".DBCC results for 'edi_korea_iftmbs_commodity'.There are 4573 rows in 37 pages for object "edi_korea_iftmbs_commodity".DBCC results for 'ACRDetail'.There are 106874 rows in 4423 pages for object "ACRDetail".DBCC results for 'impdoctransfer'.There are 600 rows in 22 pages for object "impdoctransfer".DBCC results for 'edi_mypkgmnr_root'.There are 55 rows in 4 pages for object "edi_mypkgmnr_root".DBCC results for 'EquipSummaryServiceContract'.There are 0 rows in 0 pages for object "EquipSummaryServiceContract".DBCC results for 'edi_iftdgnrtm_book_cargo'.There are 841 rows in 25 pages for object "edi_iftdgnrtm_book_cargo".DBCC results for 'NoonReducedSpeedDetails'.There are 0 rows in 0 pages for object "NoonReducedSpeedDetails".DBCC results for 'edi_coparn_export_cargo'.There are 0 rows in 0 pages for object "edi_coparn_export_cargo".DBCC results for 'forecastDetailArch'.There are 2841 rows in 44 pages for object "forecastDetailArch".DBCC results for 'edi_rtm_coreor_import_main'.There are 3132 rows in 78 pages for object "edi_rtm_coreor_import_main".DBCC results for 'edi_reader_https_mea'.There are 0 rows in 0 pages for object "edi_reader_https_mea".DBCC results for 'iftdgnbgm_book_cust'.There are 1289 rows in 16 pages for object "iftdgnbgm_book_cust".DBCC results for 'edi_iftmcs_korea_commodity'.There are 0 rows in 2 pages for object "edi_iftmcs_korea_commodity".DBCC results for 'gmmrval'.There are 0 rows in 0 pages for object "gmmrval".DBCC results for 'creditNoteTax'.There are 333 rows in 5 pages for object "creditNoteTax".DBCC results for 'edi_krshpreq_header'.There are 235 rows in 10 pages for object "edi_krshpreq_header".DBCC results for 'edi_cy_dgcargo_ops'.There are 0 rows in 0 pages for object "edi_cy_dgcargo_ops".DBCC results for 'Edi_Cusdeck1_houscommodity'.There are 0 rows in 0 pages for object "Edi_Cusdeck1_houscommodity".DBCC results for 'BaplieMaster'.There are 95 rows in 2 pages for object "BaplieMaster".DBCC results for 'edi_korea_iftmbs_cust'.There are 38887 rows in 719 pages for object "edi_korea_iftmbs_cust".DBCC results for 'edi_mypkgmnr_tdt'.There are 0 rows in 0 pages for object "edi_mypkgmnr_tdt".DBCC results for 'tmpbookreftype'.There are 0 rows in 0 pages for object "tmpbookreftype".DBCC results for 'edi_ACOS_Manifest_EDI_main'.There are 51 rows in 6 pages for object "edi_ACOS_Manifest_EDI_main".DBCC results for 'edi_iftdgnrtm_book_com'.There are 1710 rows in 37 pages for object "edi_iftdgnrtm_book_com".DBCC results for 'NoonReportMaster'.There are 113 rows in 3 pages for object "NoonReportMaster".DBCC results for 'EmptyWOReqDetail'.There are 50074 rows in 832 pages for object "EmptyWOReqDetail".DBCC results for 'edi_coparn_export_commodity'.There are 0 rows in 0 pages for object "edi_coparn_export_commodity".DBCC results for 'ForecastEquipments'.There are 10 rows in 1 pages for object "ForecastEquipments".DBCC results for 'ArrivalNoticeMailDetail'.There are 145398 rows in 6610 pages for object "ArrivalNoticeMailDetail".DBCC results for 'UserSubModule'.There are 191 rows in 1 pages for object "UserSubModule".DBCC results for 'ContractMappingNew'.There are 1155 rows in 19 pages for object "ContractMappingNew".DBCC results for 'edi_reader_https_nad'.There are 9466 rows in 99 pages for object "edi_reader_https_nad".DBCC results for 'systembltype'.There are 9 rows in 1 pages for object "systembltype".DBCC results for 'edi_INTTRAPorts'.There are 4 rows in 1 pages for object "edi_INTTRAPorts".DBCC results for 'iftdgnbgm_book_imo'.There are 3304 rows in 83 pages for object "iftdgnbgm_book_imo".DBCC results for 'edi_iftmcs_korea_cust'.There are 0 rows in 1 pages for object "edi_iftmcs_korea_cust".DBCC results for 'ImportFRTCollectionMaster'.There are 68 rows in 1 pages for object "ImportFRTCollectionMaster".DBCC results for 'gmmrmain'.There are 0 rows in 0 pages for object "gmmrmain".DBCC results for 'bl_split'.There are 145137 rows in 1561 pages for object "bl_split".DBCC results for 'edi_japan_ifcsum_tcc'.There are 160621 rows in 4848 pages for object "edi_japan_ifcsum_tcc".DBCC results for 'Edi_Cusdeck1_houscust'.There are 0 rows in 0 pages for object "Edi_Cusdeck1_houscust".DBCC results for 'vessel'.There are 85 rows in 7 pages for object "vessel".DBCC results for 'edi_itlay_coreor_import_commodity'.There are 16643 rows in 838 pages for object "edi_itlay_coreor_import_commodity".DBCC results for 'edi_korea_iftmbs_eqdnad'.There are 37098 rows in 345 pages for object "edi_korea_iftmbs_eqdnad".DBCC results for 'cusrep_taiwan_bl_EDI'.There are 0 rows in 0 pages for object "cusrep_taiwan_bl_EDI".DBCC results for 'edi_mypkgmnrCOR_cargo'.There are 0 rows in 0 pages for object "edi_mypkgmnrCOR_cargo".DBCC results for 'DemurrageChequeAmount'.There are 0 rows in 0 pages for object "DemurrageChequeAmount".DBCC results for 'BoxVelocity'.There are 12294 rows in 250 pages for object "BoxVelocity".DBCC results for 'edi_iftdgnrtm_book_imo1'.There are 1710 rows in 55 pages for object "edi_iftdgnrtm_book_imo1".DBCC results for 'booking_equipmapping'.There are 33 rows in 1 pages for object "booking_equipmapping".DBCC results for 'edi_coparn_export_imo'.There are 0 rows in 0 pages for object "edi_coparn_export_imo".DBCC results for 'edi_rtm_coreor_importect2_cargo'.There are 387 rows in 10 pages for object "edi_rtm_coreor_importect2_cargo".DBCC results for 'ContractMappingTemp'.There are 0 rows in 9 pages for object "ContractMappingTemp".DBCC results for 'edi_reader_https_pacgrp'.There are 0 rows in 0 pages for object "edi_reader_https_pacgrp".DBCC results for 'DepotCode'.There are 1027 rows in 20 pages for object "DepotCode".DBCC results for 'Equipmentpassport'.Msg 8951, Level 16, State 1, Line 4Table error: table 'Equipmentpassport' (ID 120946286). Data row does not have a matching index row in the index 'ix_EquipmentPassport_emsedisp' (ID 111). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:15815076:10) identified by (Containerno = 'SNTU4002062') with index values 'type = 'C' and status = 'A' and EquipmentType = '20TK' and Containerno = 'SNTU4002062' and chassisaliasno = NULL'.There are 431142 rows in 37380 pages for object "Equipmentpassport".CHECKDB found 0 allocation errors and 1 consistency errors in table 'Equipmentpassport' (object ID 120946286).DBCC results for 'edi_iftmcs_korea_imo'.There are 0 rows in 0 pages for object "edi_iftmcs_korea_imo".DBCC results for 'edi_AbuDhabi_Custom_Manifest_commodity'.There are 0 rows in 0 pages for object "edi_AbuDhabi_Custom_Manifest_commodity".DBCC results for 'debitNoteTax'.There are 32 rows in 1 pages for object "debitNoteTax".DBCC results for 'Edi_Cusdeck1_houscust1'.There are 0 rows in 0 pages for object "Edi_Cusdeck1_houscust1".DBCC results for 'package'.There are 180 rows in 2 pages for object "package".DBCC results for 'edi_korea_iftmbs_imo'.There are 31 rows in 1 pages for object "edi_korea_iftmbs_imo".DBCC results for 'ACRMaster'.There are 13642 rows in 270 pages for object "ACRMaster".DBCC results for 'cusrep_taiwan_main_EDI'.There are 0 rows in 0 pages for object "cusrep_taiwan_main_EDI".DBCC results for 'deletedMdlIndex'.There are 558 rows in 9 pages for object "deletedMdlIndex".DBCC results for 'tempeditempbooking_cust'.There are 102912 rows in 2888 pages for object "tempeditempbooking_cust".DBCC results for 'edi_mypkgmnrCOR_commodity'.There are 0 rows in 0 pages for object "edi_mypkgmnrCOR_commodity".DBCC results for 'surchargemaster_archive'.There are 0 rows in 0 pages for object "surchargemaster_archive".DBCC results for 'manifest_bl'.There are 0 rows in 0 pages for object "manifest_bl".DBCC results for 'edi_coparn_export_cust'.There are 0 rows in 0 pages for object "edi_coparn_export_cust".DBCC results for 'forecastExcelUpload'.There are 0 rows in 0 pages for object "forecastExcelUpload".DBCC results for 'edi_rtm_coreor_importect2_commodity'.There are 387 rows in 11 pages for object "edi_rtm_coreor_importect2_commodity".DBCC results for 'contractMaster'.There are 49 rows in 1 pages for object "contractMaster".DBCC results for 'edi_reader_https_rffgrp'.There are 116600 rows in 1442 pages for object "edi_reader_https_rffgrp".DBCC results for 'edi_iftmcs_korea_pac'.There are 0 rows in 1 pages for object "edi_iftmcs_korea_pac".DBCC results for 'edi_AbuDhabi_Custom_Manifest_customer'.There are 0 rows in 0 pages for object "edi_AbuDhabi_Custom_Manifest_customer".DBCC results for 'splitbooking'.There are 70 rows in 3 pages for object "splitbooking".DBCC results for 'bl_cust'.Msg 8951, Level 16, State 1, Line 4Table error: table 'bl_cust' (ID 140123840). Data row does not have a matching index row in the index 'ix_bl_cust_bl_no_bl_custid' (ID 23). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:21985068:23) identified by (cid = 12247185) with index values 'bl_no = 'UASCSADMM023874' and custId = '13240013626' and cid = 12247185'.Msg 8951, Level 16, State 1, Line 4Table error: table 'bl_cust' (ID 140123840). Data row does not have a matching index row in the index 'ix_bl_cust_bl_no_bl_custid' (ID 23). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:21985068:24) identified by (cid = 12247186) with index values 'bl_no = 'UASCSADMM023874' and custId = '13240013626' and cid = 12247186'.Msg 8951, Level 16, State 1, Line 4Table error: table 'bl_cust' (ID 140123840). Data row does not have a matching index row in the index 'ix_bl_cust_bl_no_bl_custid' (ID 23). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:21985068:25) identified by (cid = 12247187) with index values 'bl_no = 'UASCSADMM023874' and custId = 'ZZZZZ8888888' and cid = 12247187'.Msg 8951, Level 16, State 1, Line 4Table error: table 'bl_cust' (ID 140123840). Data row does not have a matching index row in the index 'ix_bl_cust_bl_no_bl_custid' (ID 23). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:21985068:26) identified by (cid = 12247188) with index values 'bl_no = 'UASCSADMM023874' and custId = '20090018854' and cid = 12247188'.Msg 8951, Level 16, State 1, Line 4Table error: table 'bl_cust' (ID 140123840). Data row does not have a matching index row in the index 'ix_bl_cust_bl_no_bl_custid' (ID 23). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:21985068:27) identified by (cid = 12247189) with index values 'bl_no = 'UASCSADMM023874' and custId = '13240013626' and cid = 12247189'.Msg 8952, Level 16, State 1, Line 4Table error: table 'bl_cust' (ID 140123840). Index row in index 'ix_bl_cust_bl_no_bl_custid' (ID 23) does not match any data row. Possible extra or invalid keys for:Msg 8956, Level 16, State 1, Line 4Index row (1:3360569:25) with values (bl_no = 'UASCSADMM023874' and custId = '13240013626' and cid = 12158111) pointing to the data row identified by (cid = 12158111).Msg 8952, Level 16, State 1, Line 4Table error: table 'bl_cust' (ID 140123840). Index row in index 'ix_bl_cust_bl_no_bl_custid' (ID 23) does not match any data row. Possible extra or invalid keys for:Msg 8956, Level 16, State 1, Line 4Index row (1:3360569:26) with values (bl_no = 'UASCSADMM023874' and custId = '13240013626' and cid = 12158112) pointing to the data row identified by (cid = 12158112).Msg 8952, Level 16, State 1, Line 4Table error: table 'bl_cust' (ID 140123840). Index row in index 'ix_bl_cust_bl_no_bl_custid' (ID 23) does not match any data row. Possible extra or invalid keys for:Msg 8956, Level 16, State 1, Line 4Index row (1:3360569:27) with values (bl_no = 'UASCSADMM023874' and custId = '13240013626' and cid = 12158115) pointing to the data row identified by (cid = 12158115).Msg 8952, Level 16, State 1, Line 4Table error: table 'bl_cust' (ID 140123840). Index row in index 'ix_bl_cust_bl_no_bl_custid' (ID 23) does not match any data row. Possible extra or invalid keys for:Msg 8956, Level 16, State 1, Line 4Index row (1:3360569:28) with values (bl_no = 'UASCSADMM023874' and custId = '20090018854' and cid = 12158114) pointing to the data row identified by (cid = 12158114).Msg 8952, Level 16, State 1, Line 4Table error: table 'bl_cust' (ID 140123840). Index row in index 'ix_bl_cust_bl_no_bl_custid' (ID 23) does not match any data row. Possible extra or invalid keys for:Msg 8956, Level 16, State 1, Line 4Index row (1:3360569:29) with values (bl_no = 'UASCSADMM023874' and custId = 'ZZZZZ8888888' and cid = 12158113) pointing to the data row identified by (cid = 12158113).There are 8308682 rows in 359952 pages for object "bl_cust".CHECKDB found 0 allocation errors and 10 consistency errors in table 'bl_cust' (object ID 140123840).DBCC results for 'edi_germanycoprar_cargo'.There are 0 rows in 31 pages for object "edi_germanycoprar_cargo".DBCC results for 'edi_cusdec_reference'.There are 0 rows in 0 pages for object "edi_cusdec_reference".DBCC results for 'edi_itlay_coreor_import_imo'.There are 207 rows in 3 pages for object "edi_itlay_coreor_import_imo".DBCC results for 'edi_korea_iftmbs_imocom'.There are 4573 rows in 60 pages for object "edi_korea_iftmbs_imocom".DBCC results for 'cusrep_taiwan_ops_EDI'.There are 0 rows in 0 pages for object "cusrep_taiwan_ops_EDI".DBCC results for 'edi_mypkgmnrCOR_count'.There are 0 rows in 0 pages for object "edi_mypkgmnrCOR_count".DBCC results for 'ReturnEmptyCntrPermitAmount'.There are 0 rows in 0 pages for object "ReturnEmptyCntrPermitAmount".DBCC results for 'Tariffdictionary '.There are 31 rows in 1 pages for object "Tariffdictionary ".DBCC results for 'systemSet'.There are 17 rows in 1 pages for object "systemSet".DBCC results for 'edi_rtm_coreor_importect2_customer'.There are 0 rows in 0 pages for object "edi_rtm_coreor_importect2_customer".DBCC results for 'edi_reader_https_taxgrp'.There are 0 rows in 0 pages for object "edi_reader_https_taxgrp".DBCC results for 'coparn_france'.There are 0 rows in 0 pages for object "coparn_france".DBCC results for 'fcn_bl_contacts'.There are 1028 rows in 30 pages for object "fcn_bl_contacts".DBCC results for 'Sheet2$'.There are 0 rows in 0 pages for object "Sheet2$".DBCC results for 'tmpEDIFiles'.There are 0 rows in 0 pages for object "tmpEDIFiles".DBCC results for 'InvoiceReversal'.There are 65327 rows in 1173 pages for object "InvoiceReversal".DBCC results for 'edi_iftmcs_korea_tcc'.There are 0 rows in 0 pages for object "edi_iftmcs_korea_tcc".DBCC results for 'BunkerRequest'.There are 94 rows in 2 pages for object "BunkerRequest".DBCC results for 'AutoMCN_ChargeCorrector'.There are 2252 rows in 79 pages for object "AutoMCN_ChargeCorrector".DBCC results for 'edi_germanycoprar_commodity'.There are 0 rows in 44 pages for object "edi_germanycoprar_commodity".DBCC results for 'listtnxt_copdba'.There are 188696 rows in 2414 pages for object "listtnxt_copdba".DBCC results for 'chartercontracttype'.There are 2 rows in 1 pages for object "chartercontracttype".DBCC results for 'tmpsrrUsrPortGroup'.There are 0 rows in 54 pages for object "tmpsrrUsrPortGroup".DBCC results for 'edi_mypkgmnrCOR_customer'.There are 0 rows in 0 pages for object "edi_mypkgmnrCOR_customer".DBCC results for 'ITT'.There are 2 rows in 1 pages for object "ITT".DBCC results for 'edidsconfig'.There are 13 rows in 1 pages for object "edidsconfig".DBCC results for 'vslReportMaster'.There are 66 rows in 3 pages for object "vslReportMaster".DBCC results for 'bl_branchmapping'.There are 0 rows in 0 pages for object "bl_branchmapping".DBCC results for 'ratevalidity'.There are 766 rows in 16 pages for object "ratevalidity".DBCC results for 'forecastMaster'.There are 1157 rows in 33 pages for object "forecastMaster".DBCC results for 'edi_rtm_coreor_importect2_imo'.There are 0 rows in 0 pages for object "edi_rtm_coreor_importect2_imo".DBCC results for 'coparn_france_cargo'.There are 0 rows in 0 pages for object "coparn_france_cargo".DBCC results for 'warmaster'.There are 13371 rows in 356 pages for object "warmaster".DBCC results for 'edipackagemapping'.There are 1014 rows in 15 pages for object "edipackagemapping".DBCC results for 'edi_germanycoprar_imo'.There are 0 rows in 6 pages for object "edi_germanycoprar_imo".DBCC results for 'edi_hkg_cro_cargo'.There are 1794 rows in 32 pages for object "edi_hkg_cro_cargo".DBCC results for 'pi_insurance'.There are 0 rows in 0 pages for object "pi_insurance".DBCC results for 'acrRemark'.There are 3162 rows in 56 pages for object "acrRemark".DBCC results for 'tmpHlgOpsDetail'.There are 0 rows in 1 pages for object "tmpHlgOpsDetail".DBCC results for 'EDIOpsList1'.There are 0 rows in 0 pages for object "EDIOpsList1".DBCC results for 'edi_mypkgmnrCOR_imo'.There are 0 rows in 0 pages for object "edi_mypkgmnrCOR_imo".DBCC results for 'SafeReturnChequeAmount'.There are 0 rows in 0 pages for object "SafeReturnChequeAmount".DBCC results for 'edicustomermapping'.There are 50720 rows in 891 pages for object "edicustomermapping".DBCC results for 'EquipGrp'.There are 33 rows in 1 pages for object "EquipGrp".DBCC results for 'regionaltax'.There are 0 rows in 0 pages for object "regionaltax".DBCC results for 'coparn_dubai'.There are 1332 rows in 49 pages for object "coparn_dubai".DBCC results for 'securitySuperUser'.There are 5 rows in 1 pages for object "securitySuperUser".DBCC results for 'edi_coparn_uk_cargo'.There are 0 rows in 1 pages for object "edi_coparn_uk_cargo".DBCC results for 'edi_rtm_coreor_importect2_main'.There are 387 rows in 11 pages for object "edi_rtm_coreor_importect2_main".DBCC results for 'ContractService'.There are 49 rows in 7 pages for object "ContractService".DBCC results for 'coparn_france_cnt'.There are 0 rows in 0 pages for object "coparn_france_cnt".DBCC results for 'EmsScaleInPrefix'.There are 0 rows in 0 pages for object "EmsScaleInPrefix".DBCC results for 'DelVslDetails1'.There are 0 rows in 0 pages for object "DelVslDetails1".DBCC results for 'VendorIssues'.There are 1 rows in 1 pages for object "VendorIssues".DBCC results for 'houseblcargo'.Msg 8951, Level 16, State 1, Line 4Table error: table 'houseblcargo' (ID 187198696). Data row does not have a matching index row in the index 'IX_houseblcargo_hblnumber' (ID 52). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:22258639:4) identified by (id = 2398261) with index values 'hbLnumber = 'UASCINBOM078361' and id = 2398261'.Msg 8951, Level 16, State 1, Line 4Table error: table 'houseblcargo' (ID 187198696). Data row does not have a matching index row in the index 'IX_houseblcargo_hblnumber' (ID 52). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:22258639:5) identified by (id = 2398262) with index values 'hbLnumber = 'UASCINBOM078361' and id = 2398262'.Msg 8951, Level 16, State 1, Line 4Table error: table 'houseblcargo' (ID 187198696). Data row does not have a matching index row in the index 'IX_houseblcargo_hblnumber' (ID 52). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:22258639:6) identified by (id = 2398263) with index values 'hbLnumber = 'UASCINBOM078361' and id = 2398263'.Msg 8951, Level 16, State 1, Line 4Table error: table 'houseblcargo' (ID 187198696). Data row does not have a matching index row in the index 'IX_houseblcargo_hblnumber' (ID 52). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:22258639:7) identified by (id = 2398264) with index values 'hbLnumber = 'UASCINBOM078361' and id = 2398264'.Msg 8951, Level 16, State 1, Line 4Table error: table 'houseblcargo' (ID 187198696). Data row does not have a matching index row in the index 'IX_houseblcargo_hblnumber' (ID 52). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:22258639:8) identified by (id = 2398265) with index values 'hbLnumber = 'UASCINBOM078361' and id = 2398265'.Msg 8951, Level 16, State 1, Line 4Table error: table 'houseblcargo' (ID 187198696). Data row does not have a matching index row in the index 'IX_houseblcargo_hblnumber' (ID 52). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:22487617:2) identified by (id = 2398299) with index values 'hbLnumber = 'UASCTRIZM003356' and id = 2398299'.Msg 8951, Level 16, State 1, Line 4Table error: table 'houseblcargo' (ID 187198696). Data row does not have a matching index row in the index 'IX_houseblcargo_hblnumber' (ID 52). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:22487617:3) identified by (id = 2398300) with index values 'hbLnumber = 'UASCTRIZM003356' and id = 2398300'.Msg 8951, Level 16, State 1, Line 4Table error: table 'houseblcargo' (ID 187198696). Data row does not have a matching index row in the index 'IX_houseblcargo_hblnumber' (ID 52). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:22487617:4) identified by (id = 2398301) with index values 'hbLnumber = 'UASCTRIZM003356' and id = 2398301'.Msg 8951, Level 16, State 1, Line 4Table error: table 'houseblcargo' (ID 187198696). Data row does not have a matching index row in the index 'IX_houseblcargo_hblnumber' (ID 52). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:22487617:5) identified by (id = 2398302) with index values 'hbLnumber = 'UASCTRIZM003356' and id = 2398302'.Msg 8951, Level 16, State 1, Line 4Table error: table 'houseblcargo' (ID 187198696). Data row does not have a matching index row in the index 'IX_houseblcargo_hblnumber' (ID 52). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:22487617:7) identified by (id = 2398308) with index values 'hbLnumber = 'UASCITVCE011316' and id = 2398308'.Msg 8951, Level 16, State 1, Line 4Table error: table 'houseblcargo' (ID 187198696). Data row does not have a matching index row in the index 'IX_houseblcargo_hblnumber' (ID 52). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:22487617:8) identified by (id = 2398309) with index values 'hbLnumber = 'UASCITVCE011316' and id = 2398309'.Msg 8951, Level 16, State 1, Line 4Table error: table 'houseblcargo' (ID 187198696). Data row does not have a matching index row in the index 'IX_houseblcargo_hblnumber' (ID 52). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:22487617:9) identified by (id = 2398310) with index values 'hbLnumber = 'UASCITVCE011316' and id = 2398310'.Msg 8951, Level 16, State 1, Line 4Table error: table 'houseblcargo' (ID 187198696). Data row does not have a matching index row in the index 'IX_houseblcargo_hblnumber' (ID 52). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:22487617:10) identified by (id = 2398311) with index values 'hbLnumber = 'UASCITVCE011316' and id = 2398311'.Msg 8951, Level 16, State 1, Line 4Table error: table 'houseblcargo' (ID 187198696). Data row does not have a matching index row in the index 'IX_houseblcargo_hblnumber' (ID 52). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:22487617:11) identified by (id = 2398312) with index values 'hbLnumber = 'UASCITVCE011316' and id = 2398312'.Msg 8951, Level 16, State 1, Line 4Table error: table 'houseblcargo' (ID 187198696). Data row does not have a matching index row in the index 'IX_houseblcargo_hblnumber' (ID 52). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:22487617:12) identified by (id = 2398313) with index values 'hbLnumber = 'UASCITVCE011316' and id = 2398313'.Msg 8951, Level 16, State 1, Line 4Table error: table 'houseblcargo' (ID 187198696). Data row does not have a matching index row in the index 'IX_houseblcargo_hblnumber' (ID 52). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:22487617:13) identified by (id = 2398314) with index values 'hbLnumber = 'UASCITVCE011316' and id = 2398314'.Msg 8951, Level 16, State 1, Line 4Table error: table 'houseblcargo' (ID 187198696). Data row does not have a matching index row in the index 'IX_houseblcargo_hblnumber' (ID 52). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:22487617:14) identified by (id = 2398315) with index values 'hbLnumber = 'UASCJPHKT005643' and id = 2398315'.Msg 8951, Level 16, State 1, Line 4Table error: table 'houseblcargo' (ID 187198696). Data row does not have a matching index row in the index 'IX_houseblcargo_hblnumber' (ID 52). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:22487620:0) identified by (id = 2398316) with index values 'hbLnumber = 'UASCJPHKT005643' and id = 2398316'.Msg 8951, Level 16, State 1, Line 4Table error: table 'houseblcargo' (ID 187198696). Data row does not have a matching index row in the index 'IX_houseblcargo_hblnumber' (ID 52). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:22487620:1) identified by (id = 2398317) with index values 'hbLnumber = 'UASCJPHKT005643' and id = 2398317'.Msg 8951, Level 16, State 1, Line 4Table error: table 'houseblcargo' (ID 187198696). Data row does not have a matching index row in the index 'IX_houseblcargo_hblnumber' (ID 52). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:22487623:17) identified by (id = 2398374) with index values 'hbLnumber = 'UASCPLGDY001653' and id = 2398374'.Msg 8951, Level 16, State 1, Line 4Table error: table 'houseblcargo' (ID 187198696). Data row does not have a matching index row in the index 'ix_houseblcargo_bk_cntr' (ID 59). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:22258637:10) identified by (id = 2398227) with index values 'booknumber = 'ESVLC021468' and cntrno = 'GATU0694512' and id = 2398227'.Msg 8951, Level 16, State 1, Line 4Table error: table 'houseblcargo' (ID 187198696). Data row does not have a matching index row in the index 'ix_houseblcargo_bk_cntr' (ID 59). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:22258637:11) identified by (id = 2398228) with index values 'booknumber = 'ESVLC021468' and cntrno = 'TCLU2123147' and id = 2398228'.Msg 8951, Level 16, State 1, Line 4Table error: table 'houseblcargo' (ID 187198696). Data row does not have a matching index row in the index 'ix_houseblcargo_bk_cntr' (ID 59). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:22258637:12) identified by (id = 2398229) with index values 'booknumber = 'ESVLC021468' and cntrno = 'TGHU1493254' and id = 2398229'.Msg 8951, Level 16, State 1, Line 4Table error: table 'houseblcargo' (ID 187198696). Data row does not have a matching index row in the index 'ix_houseblcargo_bk_cntr' (ID 59). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:22258637:13) identified by (id = 2398230) with index values 'booknumber = 'ESVLC021468' and cntrno = 'UACU3333738' and id = 2398230'.Msg 8951, Level 16, State 1, Line 4Table error: table 'houseblcargo' (ID 187198696). Data row does not have a matching index row in the index 'ix_houseblcargo_bk_cntr' (ID 59). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:22258637:14) identified by (id = 2398231) with index values 'booknumber = 'ESVLC021468' and cntrno = 'UACU3342299' and id = 2398231'.Msg 8951, Level 16, State 1, Line 4Table error: table 'houseblcargo' (ID 187198696). Data row does not have a matching index row in the index 'ix_houseblcargo_bk_cntr' (ID 59). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:22258637:15) identified by (id = 2398232) with index values 'booknumber = 'ESVLC021468' and cntrno = 'UACU3385773' and id = 2398232'.Msg 8951, Level 16, State 1, Line 4Table error: table 'houseblcargo' (ID 187198696). Data row does not have a matching index row in the index 'ix_houseblcargo_bk_cntr' (ID 59). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:22258638:7) identified by (id = 2398244) with index values 'booknumber = 'INBOM078139' and cntrno = 'UACU3479260' and id = 2398244'.Msg 8951, Level 16, State 1, Line 4Table error: table 'houseblcargo' (ID 187198696). Data row does not have a matching index row in the index 'ix_houseblcargo_bk_cntr' (ID 59). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:22258638:8) identified by (id = 2398245) with index values 'booknumber = 'INBOM078277' and cntrno = 'UACU3539077' and id = 2398245'.Msg 8951, Level 16, State 1, Line 4Table error: table 'houseblcargo' (ID 187198696). Data row does not have a matching index row in the index 'ix_houseblcargo_bk_cntr' (ID 59). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:22258638:9) identified by (id = 2398246) with index values 'booknumber = 'INBOM078279' and cntrno = 'GESU2966338' and id = 2398246'.Msg 8951, Level 16, State 1, Line 4Table error: table 'houseblcargo' (ID 187198696). Data row does not have a matching index row in the index 'ix_houseblcargo_bk_cntr' (ID 59). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:22258638:10) identified by (id = 2398247) with index values 'booknumber = 'INBOM078279' and cntrno = 'UACU3111290' and id = 2398247'.Msg 8951, Level 16, State 1, Line 4Table error: table 'houseblcargo' (ID 187198696). Data row does not have a matching index row in the index 'ix_houseblcargo_bk_cntr' (ID 59). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:22258638:11) identified by (id = 2398248) with index values 'booknumber = 'INBOM078279' and cntrno = 'UACU3186391' and id = 2398248'.Msg 8951, Level 16, State 1, Line 4Table error: table 'houseblcargo' (ID 187198696). Data row does not have a matching index row in the index 'ix_houseblcargo_bk_cntr' (ID 59). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:22258638:12) identified by (id = 2398249) with index values 'booknumber = 'INBOM078279' and cntrno = 'UACU3195623' and id = 2398249'.Msg 8951, Level 16, State 1, Line 4Table error: table 'houseblcargo' (ID 187198696). Data row does not have a matching index row in the index 'ix_houseblcargo_bk_cntr' (ID 59). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:22258638:13) identified by (id = 2398250) with index values 'booknumber = 'INBOM078279' and cntrno = 'UACU3215397' and id = 2398250'.Msg 8951, Level 16, State 1, Line 4Table error: table 'houseblcargo' (ID 187198696). Data row does not have a matching index row in the index 'ix_houseblcargo_bk_cntr' (ID 59). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:22258638:14) identified by (id = 2398251) with index values 'booknumber = 'INBOM078279' and cntrno = 'UACU3287099' and id = 2398251'.Msg 8951, Level 16, State 1, Line 4Table error: table 'houseblcargo' (ID 187198696). Data row does not have a matching index row in the index 'ix_houseblcargo_bk_cntr' (ID 59). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:22258638:15) identified by (id = 2398252) with index values 'booknumber = 'INBOM078279' and cntrno = 'UACU3402000' and id = 2398252'.Msg 8951, Level 16, State 1, Line 4Table error: table 'houseblcargo' (ID 187198696). Data row does not have a matching index row in the index 'ix_houseblcargo_bk_cntr' (ID 59). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:22258638:16) identified by (id = 2398253) with index values 'booknumber = 'INBOM078279' and cntrno = 'UACU3422856' and id = 2398253'.Msg 8951, Level 16, State 1, Line 4Table error: table 'houseblcargo' (ID 187198696). Data row does not have a matching index row in the index 'ix_houseblcargo_bk_cntr' (ID 59). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:22258638:17) identified by (id = 2398254) with index values 'booknumber = 'INBOM078279' and cntrno = 'UACU3433043' and id = 2398254'.Msg 8951, Level 16, State 1, Line 4Table error: table 'houseblcargo' (ID 187198696). Data row does not have a matching index row in the index 'ix_houseblcargo_bk_cntr' (ID 59). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:22258638:18) identified by (id = 2398255) with index values 'booknumber = 'INBOM078279' and cntrno = 'UACU3470010' and id = 2398255'.Msg 8951, Level 16, State 1, Line 4Table error: table 'houseblcargo' (ID 187198696). Data row does not have a matching index row in the index 'ix_houseblcargo_bk_cntr' (ID 59). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:22258638:19) identified by (id = 2398256) with index values 'booknumber = 'INBOM078279' and cntrno = 'UACU3576996' and id = 2398256'.Msg 8951, Level 16, State 1, Line 4Table error: table 'houseblcargo' (ID 187198696). Data row does not have a matching index row in the index 'ix_houseblcargo_bk_cntr' (ID 59). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:22258639:0) identified by (id = 2398257) with index values 'booknumber = 'INBOM078279' and cntrno = 'UACU3592739' and id = 2398257'.Msg 8951, Level 16, State 1, Line 4Table error: table 'houseblcargo' (ID 187198696). Data row does not have a matching index row in the index 'ix_houseblcargo_bk_cntr' (ID 59). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:22258639:1) identified by (id = 2398258) with index values 'booknumber = 'INBOM078279' and cntrno = 'UACU3642151' and id = 2398258'.Msg 8951, Level 16, State 1, Line 4Table error: table 'houseblcargo' (ID 187198696). Data row does not have a matching index row in the index 'ix_houseblcargo_bk_cntr' (ID 59). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:22258639:2) identified by (id = 2398259) with index values 'booknumber = 'INBOM078279' and cntrno = 'UACU3711268' and id = 2398259'.Msg 8951, Level 16, State 1, Line 4Table error: table 'houseblcargo' (ID 187198696). Data row does not have a matching index row in the index 'ix_houseblcargo_bk_cntr' (ID 59). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:22258639:3) identified by (id = 2398260) with index values 'booknumber = 'INBOM078279' and cntrno = 'WFHU1102135' and id = 2398260'.Msg 8951, Level 16, State 1, Line 4Table error: table 'houseblcargo' (ID 187198696). Data row does not have a matching index row in the index 'ix_houseblcargo_bk_cntr' (ID 59). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:22258639:9) identified by (id = 2398266) with index values 'booknumber = 'ITVCE011604' and cntrno = 'TGHU1493362' and id = 2398266'.Msg 8951, Level 16, State 1, Line 4Table error: table 'houseblcargo' (ID 187198696). Data row does not have a matching index row in the index 'ix_houseblcargo_bk_cntr' (ID 59). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:22258639:10) identified by (id = 2398267) with index values 'booknumber = 'KRSEL045096' and cntrno = 'TCKU1760837' and id = 2398267'.Msg 8951, Level 16, State 1, Line 4Table error: table 'houseblcargo' (ID 187198696). Data row does not have a matching index row in the index 'ix_houseblcargo_bk_cntr' (ID 59). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:22258639:11) identified by (id = 2398268) with index values 'booknumber = 'KRSEL045096' and cntrno = 'TCLU2229864' and id = 2398268'.Msg 8951, Level 16, State 1, Line 4Table error: table 'houseblcargo' (ID 187198696). Data row does not have a matching index row in the index 'ix_houseblcargo_bk_cntr' (ID 59). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:22258639:12) identified by (id = 2398269) with index values 'booknumber = 'KRSEL045096' and cntrno = 'TTNU3265038' and id = 2398269'.Msg 8951, Level 16, State 1, Line 4Table error: table 'houseblcargo' (ID 187198696). Data row does not have a matching index row in the index 'ix_houseblcargo_bk_cntr' (ID 59). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:22258639:13) identified by (id = 2398270) with index values 'booknumber = 'KRSEL045096' and cntrno = 'UACU3191844' and id = 2398270'.Msg 8951, Level 16, State 1, Line 4Table error: table 'houseblcargo' (ID 187198696). Data row does not have a matching index row in the index 'ix_houseblcargo_bk_cntr' (ID 59). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:22258639:14) identified by (id = 2398271) with index values 'booknumber = 'KRSEL045096' and cntrno = 'UACU3478182' and id = 2398271'.Msg 8951, Level 16, State 1, Line 4Table error: table 'houseblcargo' (ID 187198696). Data row does not have a matching index row in the index 'ix_houseblcargo_bk_cntr' (ID 59). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:22258639:15) identified by (id = 2398272) with index values 'booknumber = 'KRSEL045096' and cntrno = 'UACU3541006' and id = 2398272'.Msg 8951, Level 16, State 1, Line 4Table error: table 'houseblcargo' (ID 187198696). Data row does not have a matching index row in the index 'ix_houseblcargo_bk_cntr' (ID 59). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:22258639:16) identified by (id = 2398273) with index values 'booknumber = 'KRSEL045096' and cntrno = 'UACU3694983' and id = 2398273'.Msg 8951, Level 16, State 1, Line 4Table error: table 'houseblcargo' (ID 187198696). Data row does not have a matching index row in the index 'ix_houseblcargo_bk_cntr' (ID 59). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:22258639:17) identified by (id = 2398274) with index values 'booknumber = 'KRSEL046329' and cntrno = 'TGHU1570432' and id = 2398274'.Msg 8951, Level 16, State 1, Line 4Table error: table 'houseblcargo' (ID 187198696). Data row does not have a matching index row in the index 'ix_houseblcargo_bk_cntr' (ID 59). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:22310743:9) identified by (id = 2397759) with index values 'booknumber = 'INBOM078749' and cntrno = 'UACU3358696' and id = 2397759'.Msg 8951, Level 16, State 1, Line 4Table error: table 'houseblcargo' (ID 187198696). Data row does not have a matching index row in the index 'ix_houseblcargo_bk_cntr' (ID 59). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:22487623:9) identified by (id = 2398365) with index values 'booknumber = 'LVRIX000288' and cntrno = 'TGHU8916492' and id = 2398365'.Msg 8951, Level 16, State 1, Line 4Table error: table 'houseblcargo' (ID 187198696). Data row does not have a matching index row in the index 'ix_houseblcargo_bk_cntr' (ID 59). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:22487623:10) identified by (id = 2398366) with index values 'booknumber = 'MYPKG024324' and cntrno = 'UACU5138113' and id = 2398366'.Msg 8951, Level 16, State 1, Line 4Table error: table 'houseblcargo' (ID 187198696). Data row does not have a matching index row in the index 'ix_houseblcargo_bk_cntr' (ID 59). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:22487623:18) identified by (id = 2398375) with index values 'booknumber = 'RULED000469' and cntrno = 'UACU8151187' and id = 2398375'.Msg 8951, Level 16, State 1, Line 4Table error: table 'houseblcargo' (ID 187198696). Data row does not have a matching index row in the index 'ix_houseblcargo_bk_cntr' (ID 59). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:22490240:0) identified by (id = 2398376) with index values 'booknumber = 'SGSIN030226' and cntrno = 'UACU8404069' and id = 2398376'.Msg 8952, Level 16, State 1, Line 4Table error: table 'houseblcargo' (ID 187198696). Index row in index 'ix_houseblcargo_bk_cntr' (ID 59) does not match any data row. Possible extra or invalid keys for:Msg 8956, Level 16, State 1, Line 4Index row (1:10501211:55) with values (booknumber = 'INBOM078749' and cntrno = 'UACU3358696' and id = 2397759) pointing to the data row identified by (id = 2397759).Msg 8935, Level 16, State 1, Line 4Table error: Object ID 187198696, index ID 62, partition ID 72057605501157376, alloc unit ID 72057606204882944 (type In-row data). The previous link (1:10892793) on page (1:14336576) does not match the previous page (1:21976199) that the parent (1:2729694), slot 124 expects for this page.Msg 8978, Level 16, State 1, Line 4Table error: Object ID 187198696, index ID 62, partition ID 72057605501157376, alloc unit ID 72057606204882944 (type In-row data). Page (1:21976199) is missing a reference from previous page (1:10892793). Possible chain linkage problem.There are 1487918 rows in 110728 pages for object "houseblcargo".CHECKDB found 0 allocation errors and 60 consistency errors in table 'houseblcargo' (object ID 187198696).DBCC results for 'Transholdreq'.There are 592 rows in 19 pages for object "Transholdreq".DBCC results for 'edi_germanycoprar_ops'.There are 0 rows in 49 pages for object "edi_germanycoprar_ops".DBCC results for 'localcontactsnew'.There are 8401 rows in 202 pages for object "localcontactsnew".DBCC results for 'localcontactsb4view'.There are 8384 rows in 289 pages for object "localcontactsb4view".DBCC results for 'edi_hkg_cro_com'.There are 1838 rows in 27 pages for object "edi_hkg_cro_com".DBCC results for 'agencycurrencyWDL'.There are 176 rows in 1 pages for object "agencycurrencyWDL".DBCC results for 'tempeditempbooking_footer'.There are 25853 rows in 402 pages for object "tempeditempbooking_footer".DBCC results for 'edi_mypkgmnrCOR_root'.There are 0 rows in 0 pages for object "edi_mypkgmnrCOR_root".DBCC results for 'ediinvoicechargemapping'.There are 1510 rows in 24 pages for object "ediinvoicechargemapping".DBCC results for 'BkgBlIndexConfig'.There are 9 rows in 1 pages for object "BkgBlIndexConfig".DBCC results for 'coparn_dubai_cargo'.There are 3923 rows in 134 pages for object "coparn_dubai_cargo".DBCC results for 'forecastMasterArch'.There are 179 rows in 9 pages for object "forecastMasterArch".DBCC results for 'edi_coparn_uk_com'.There are 0 rows in 1 pages for object "edi_coparn_uk_com".DBCC results for 'warbl'.There are 6780628 rows in 483743 pages for object "warbl".DBCC results for 'ContractVessel'.There are 13 rows in 2 pages for object "ContractVessel".DBCC results for 'coparn_france_commodity'.There are 0 rows in 0 pages for object "coparn_france_commodity".DBCC results for 'bl_print_reset'.There are 124032 rows in 1800 pages for object "bl_print_reset".DBCC results for 'EmsContractPickUpDropLog'.There are 908695 rows in 15233 pages for object "EmsContractPickUpDropLog".DBCC results for 'edi_rotterdam_apmt_export_cargo'.There are 3235 rows in 102 pages for object "edi_rotterdam_apmt_export_cargo".DBCC results for 'sap_edi'.There are 42172 rows in 601 pages for object "sap_edi".DBCC results for 'houseblcharges'.There are 3408991 rows in 107123 pages for object "houseblcharges".DBCC results for 'reportcargoarrival'.There are 486514 rows in 23725 pages for object "reportcargoarrival".DBCC results for 'edi_hkg_cro_cust'.There are 7363 rows in 157 pages for object "edi_hkg_cro_cust".DBCC results for 'SRRBehaveCharges'.There are 3 rows in 1 pages for object "SRRBehaveCharges".DBCC results for 'tmpportsystem'.There are 0 rows in 0 pages for object "tmpportsystem".DBCC results for 'surchargedetail_arcproc'.There are 3196 rows in 75 pages for object "surchargedetail_arcproc".DBCC results for 'edi_mypkgmnrCOR_tdt'.There are 0 rows in 0 pages for object "edi_mypkgmnrCOR_tdt".DBCC results for 'StrippingChargeMaster'.There are 0 rows in 0 pages for object "StrippingChargeMaster".DBCC results for 'edipaymentmapping'.There are 97 rows in 4 pages for object "edipaymentmapping".DBCC results for 'OOGEqpValidation'.There are 12 rows in 1 pages for object "OOGEqpValidation".DBCC results for 'bkgValidationTemplate'.There are 269 rows in 2 pages for object "bkgValidationTemplate".DBCC results for 'coparn_dubai_cnt'.There are 1332 rows in 11 pages for object "coparn_dubai_cnt".DBCC results for 'Forecastoog'.There are 858 rows in 20 pages for object "Forecastoog".DBCC results for 'edi_coparn_uk_cust'.There are 0 rows in 1 pages for object "edi_coparn_uk_cust".DBCC results for 'blcusttype'.There are 5 rows in 1 pages for object "blcusttype".DBCC results for 'costelement'.There are 2 rows in 1 pages for object "costelement".DBCC results for 'releasedetails'.There are 23422 rows in 392 pages for object "releasedetails".DBCC results for 'coparn_france_cust'.There are 0 rows in 0 pages for object "coparn_france_cust".DBCC results for 'edi_rotterdam_apmt_export_commodity'.There are 3237 rows in 97 pages for object "edi_rotterdam_apmt_export_commodity".DBCC results for 'houseblcommodity'.There are 1547670 rows in 165813 pages for object "houseblcommodity".DBCC results for 'edi_coprardpa_cargo'.There are 1661 rows in 27 pages for object "edi_coprardpa_cargo".DBCC results for 'editranslog'.There are 983354 rows in 15511 pages for object "editranslog".DBCC results for 'eqpsizemapping'.There are 69 rows in 1 pages for object "eqpsizemapping".DBCC results for 'edi_indho_grossweight1'.There are 0 rows in 0 pages for object "edi_indho_grossweight1".DBCC results for 'edi_hkg_cro_main'.There are 1773 rows in 51 pages for object "edi_hkg_cro_main".DBCC results for 'agencylocationWDL'.There are 6749 rows in 41 pages for object "agencylocationWDL".DBCC results for 'edi_Sudan_manifest_bl'.There are 68 rows in 11 pages for object "edi_Sudan_manifest_bl".DBCC results for 'ediReceiptChargemapping'.There are 1188 rows in 14 pages for object "ediReceiptChargemapping".DBCC results for 'bl_header_enabling'.There are 0 rows in 0 pages for object "bl_header_enabling".DBCC results for 'chassispassport'.There are 90734 rows in 7685 pages for object "chassispassport".DBCC results for 'coparn_dubai_commodity'.There are 2444 rows in 65 pages for object "coparn_dubai_commodity".DBCC results for 'ForecastoogArch'.There are 151 rows in 6 pages for object "ForecastoogArch".DBCC results for 'ScheduleEdit'.There are 0 rows in 1 pages for object "ScheduleEdit".DBCC results for 'edi_coparn_uk_imo'.There are 0 rows in 0 pages for object "edi_coparn_uk_imo".DBCC results for 'coparn_france_cust1'.There are 0 rows in 0 pages for object "coparn_france_cust1".DBCC results for 'manifest_bl_charge'.There are 0 rows in 0 pages for object "manifest_bl_charge".DBCC results for 'ArrivalCargo'.There are 186 rows in 4 pages for object "ArrivalCargo".DBCC results for 'edi_rotterdam_apmt_export_cargo1'.There are 3192 rows in 97 pages for object "edi_rotterdam_apmt_export_cargo1".DBCC results for 'sap_ediAccountCodeMapping'.There are 6 rows in 1 pages for object "sap_ediAccountCodeMapping".DBCC results for 'edi_coprardpa_commodity'.There are 1621 rows in 20 pages for object "edi_coprardpa_commodity".DBCC results for 'bl_body'.Msg 8980, Level 16, State 1, Line 4Table error: Object ID 236124182, index ID 1, partition ID 72057605118558208, alloc unit ID 72057605778505728 (type In-row data). Index node page (1:475458), slot 111 refers to child page (1:33554899) and previous child (1:33553509), but they were not encountered.Msg 8935, Level 16, State 1, Line 4Table error: Object ID 236124182, index ID 1, partition ID 72057605118558208, alloc unit ID 72057605778505728 (type In-row data). The previous link (1:33553509) on page (1:33554900) does not match the previous page (1:33554899) that the parent (1:475458), slot 112 expects for this page.There are 1421482 rows in 212427 pages for object "bl_body".CHECKDB found 0 allocation errors and 2 consistency errors in table 'bl_body' (object ID 236124182).DBCC results for 'Transholdreqdetail'.There are 1704 rows in 20 pages for object "Transholdreqdetail".DBCC results for 'edi_japan_loadlist'.There are 0 rows in 18 pages for object "edi_japan_loadlist".DBCC results for 'rptbatchinvoice'.There are 18227 rows in 625 pages for object "rptbatchinvoice".DBCC results for 'OpsWoEqpUpdation'.There are 0 rows in 9 pages for object "OpsWoEqpUpdation".DBCC results for 'edi_hkg_cro_imo'.There are 12 rows in 2 pages for object "edi_hkg_cro_imo".DBCC results for 'edi_Sudan_manifest_cntr'.There are 242 rows in 4 pages for object "edi_Sudan_manifest_cntr".DBCC results for 'commonsurcharge'.There are 0 rows in 1 pages for object "commonsurcharge".DBCC results for 'indialocalfrightmanifest'.There are 0 rows in 1 pages for object "indialocalfrightmanifest".DBCC results for 'edi_coparnkl_cro'.There are 15822 rows in 524 pages for object "edi_coparnkl_cro".DBCC results for 'bl_surrendar'.There are 117711 rows in 1707 pages for object "bl_surrendar".DBCC results for 'coparn_dubai_cust'.There are 3851 rows in 77 pages for object "coparn_dubai_cust".DBCC results for 'Forecastoogslotloss'.There are 96 rows in 1 pages for object "Forecastoogslotloss".DBCC results for 'ScheduleUsersEmail'.There are 330 rows in 6 pages for object "ScheduleUsersEmail".DBCC results for 'edi_coparn_uk_main'.There are 0 rows in 1 pages for object "edi_coparn_uk_main".DBCC results for 'arrivalnoticecontactdetail'.There are 492278 rows in 7188 pages for object "arrivalnoticecontactdetail".DBCC results for 'coparn_france_imo'.There are 0 rows in 0 pages for object "coparn_france_imo".DBCC results for 'merge_booking'.There are 105476 rows in 947 pages for object "merge_booking".DBCC results for 'scheduleedimapping'.There are 6 rows in 1 pages for object "scheduleedimapping".DBCC results for 'edi_pakistan_import_grossweight'.There are 6694 rows in 60 pages for object "edi_pakistan_import_grossweight".DBCC results for 'edi_rotterdam_apmt_export_commodity1'.There are 3196 rows in 99 pages for object "edi_rotterdam_apmt_export_commodity1".DBCC results for 'houseblcustomers'.Msg 8935, Level 16, State 1, Line 4Table error: Object ID 251198924, index ID 20, partition ID 72057605410193408, alloc unit ID 72057606108282880 (type In-row data). The previous link (1:22491807) on page (1:3289780) does not match the previous page (1:2119442) that the parent (1:1431135), slot 93 expects for this page.Msg 8935, Level 16, State 1, Line 4Table error: Object ID 251198924, index ID 20, partition ID 72057605410193408, alloc unit ID 72057606108282880 (type In-row data). The previous link (1:22487520) on page (1:21730431) does not match the previous page (1:4490484) that the parent (1:1431135), slot 99 expects for this page.Msg 8977, Level 16, State 1, Line 4Table error: Object ID 251198924, index ID 20, partition ID 72057605410193408, alloc unit ID 72057606108282880 (type In-row data). Parent node for page (1:22487520) was not encountered.Msg 8977, Level 16, State 1, Line 4Table error: Object ID 251198924, index ID 20, partition ID 72057605410193408, alloc unit ID 72057606108282880 (type In-row data). Parent node for page (1:22491807) was not encountered.Msg 8978, Level 16, State 1, Line 4Table error: Object ID 251198924, index ID 21, partition ID 72057605501091840, alloc unit ID 72057606204817408 (type In-row data). Page (1:8016758) is missing a reference from previous page (1:22486880). Possible chain linkage problem.Msg 2533, Level 16, State 2, Line 4Table error: page (1:22486880) allocated to object ID 251198924, index ID 21, partition ID 72057605501091840, alloc unit ID 72057606204817408 (type In-row data) was not seen. The page may be invalid or may have an incorrect alloc unit ID in its header.Msg 8976, Level 16, State 1, Line 4Table error: Object ID 251198924, index ID 21, partition ID 72057605501091840, alloc unit ID 72057606204817408 (type In-row data). Page (1:22486880) was not seen in the scan although its parent (1:2638416) and previous (1:8016757) refer to it. Check any previous errors.Msg 2533, Level 16, State 2, Line 4Table error: page (1:22486881) allocated to object ID 251198924, index ID 21, partition ID 72057605501091840, alloc unit ID 72057606204817408 (type In-row data) was not seen. The page may be invalid or may have an incorrect alloc unit ID in its header.There are 4549598 rows in 202649 pages for object "houseblcustomers".CHECKDB found 0 allocation errors and 8 consistency errors in table 'houseblcustomers' (object ID 251198924).DBCC results for 'Vesseldelaynotification'.There are 351 rows in 37 pages for object "Vesseldelaynotification".DBCC results for 'edi_coprardpa_imo'.There are 269 rows in 6 pages for object "edi_coprardpa_imo".DBCC results for 'edi_japan_vol'.There are 0 rows in 9 pages for object "edi_japan_vol".DBCC results for 'shippingbillmaster'.There are 21 rows in 2 pages for object "shippingbillmaster".DBCC results for 'WMMRCostdictionary'.There are 1 rows in 1 pages for object "WMMRCostdictionary".DBCC results for 'surchargemaster_arcproc'.There are 9998 rows in 213 pages for object "surchargemaster_arcproc".DBCC results for 'agencyWDL'.There are 6749 rows in 64 pages for object "agencyWDL".DBCC results for 'edi_Sudan_manifest_ops'.There are 1 rows in 1 pages for object "edi_Sudan_manifest_ops".DBCC results for 'VendorcarrierContacts'.There are 3 rows in 1 pages for object "VendorcarrierContacts".DBCC results for 'LeaseCost'.There are 46 rows in 1 pages for object "LeaseCost".DBCC results for 'indexlog'.There are 197 rows in 3 pages for object "indexlog".DBCC results for 'cdscharges'.There are 6054 rows in 26 pages for object "cdscharges".DBCC results for 'coparn_dubai_cust1'.There are 0 rows in 0 pages for object "coparn_dubai_cust1".DBCC results for 'securityQuestions'.There are 14 rows in 1 pages for object "securityQuestions".DBCC results for 'tmpbookingsss'.There are 2290 rows in 12 pages for object "tmpbookingsss".DBCC results for 'edi_vps_do_iftsta'.There are 0 rows in 0 pages for object "edi_vps_do_iftsta".DBCC results for 'edidocstatus'.There are 552352 rows in 13303 pages for object "edidocstatus".DBCC results for 'tmpdgdetail'.There are 0 rows in 9 pages for object "tmpdgdetail".DBCC results for 'costeqp'.There are 3 rows in 1 pages for object "costeqp".DBCC results for 'ScheduleEDIPartner'.There are 43 rows in 2 pages for object "ScheduleEDIPartner".DBCC results for 'ManifestBL'.There are 12215 rows in 117 pages for object "ManifestBL".DBCC results for 'edi_rotterdam_apmt_export_cust'.There are 0 rows in 0 pages for object "edi_rotterdam_apmt_export_cust".DBCC results for 'SAP_ediInvoiceAgencyMapping'.There are 9 rows in 1 pages for object "SAP_ediInvoiceAgencyMapping".DBCC results for 'housebldetails'.There are 189 rows in 3 pages for object "housebldetails".DBCC results for 'edi_coprardpa_ops'.There are 1661 rows in 65 pages for object "edi_coprardpa_ops".DBCC results for 'booking_imo'.There are 124162 rows in 8817 pages for object "booking_imo".DBCC results for 'coprar_esbcn_cargo'.There are 0 rows in 0 pages for object "coprar_esbcn_cargo".DBCC results for 'buyerSellerExpRptDetail'.There are 66 rows in 3 pages for object "buyerSellerExpRptDetail".DBCC results for 'tempeditempbooking_header'.There are 40984 rows in 876 pages for object "tempeditempbooking_header".DBCC results for 'SlotCostProforma'.There are 21 rows in 1 pages for object "SlotCostProforma".DBCC results for 'EmsLocationHirerachy'.There are 6 rows in 1 pages for object "EmsLocationHirerachy".DBCC results for 'tmpdetailSRRValue'.There are 0 rows in 34 pages for object "tmpdetailSRRValue".DBCC results for 'srrManualRejection_arcproc'.There are 0 rows in 0 pages for object "srrManualRejection_arcproc".DBCC results for 'edi_turkey_cusres'.There are 0 rows in 0 pages for object "edi_turkey_cusres".DBCC results for 'cdschargeunits'.There are 8 rows in 1 pages for object "cdschargeunits".DBCC results for 'tmpCntrmovementDelete'.There are 80 rows in 1 pages for object "tmpCntrmovementDelete".DBCC results for 'coparn_dubai_imo'.There are 365 rows in 11 pages for object "coparn_dubai_imo".DBCC results for 'forecastRouting'.There are 20082 rows in 450 pages for object "forecastRouting".DBCC results for 'tmpcargosss'.There are 0 rows in 0 pages for object "tmpcargosss".DBCC results for 'edi_iftmcs_bl'.There are 0 rows in 0 pages for object "edi_iftmcs_bl".DBCC results for 'vesselAllocation'.There are 12049 rows in 287 pages for object "vesselAllocation".DBCC results for 'jasperprintmaster'.There are 5 rows in 1 pages for object "jasperprintmaster".DBCC results for 'EOSPMaster'.There are 35296 rows in 1648 pages for object "EOSPMaster".DBCC results for 'edi_rotterdam_apmt_export_imo'.There are 510 rows in 13 pages for object "edi_rotterdam_apmt_export_imo".DBCC results for 'houseblfcndetails'.There are 79307 rows in 852 pages for object "houseblfcndetails".DBCC results for 'edi_vps_varvdr'.There are 446 rows in 11 pages for object "edi_vps_varvdr".DBCC results for 'plotdodetail'.There are 1497866 rows in 21035 pages for object "plotdodetail".DBCC results for 'EmsAgency'.There are 139 rows in 8 pages for object "EmsAgency".DBCC results for 'coprar_esbcn_commodity'.There are 0 rows in 0 pages for object "coprar_esbcn_commodity".DBCC results for 'tempsurchargedetail'.There are 456 rows in 11 pages for object "tempsurchargedetail".DBCC results for 'codamdlindex'.There are 223 rows in 4 pages for object "codamdlindex".DBCC results for 'srrMovedtoPending'.There are 29353 rows in 314 pages for object "srrMovedtoPending".DBCC results for 'edi_turkey_cusresfile'.There are 0 rows in 0 pages for object "edi_turkey_cusresfile".DBCC results for 'cdscommodity'.There are 0 rows in 0 pages for object "cdscommodity".DBCC results for 'useranswers'.There are 15558 rows in 150 pages for object "useranswers".DBCC results for 'edi_vps_iftsta'.There are 834485 rows in 29819 pages for object "edi_vps_iftsta".DBCC results for 'edidocerror'.There are 0 rows in 0 pages for object "edidocerror".DBCC results for 'edi_iftmcs_cargo'.There are 0 rows in 0 pages for object "edi_iftmcs_cargo".DBCC results for 'thailandldprint'.There are 28080 rows in 297 pages for object "thailandldprint".DBCC results for 'CostGroup'.There are 5 rows in 1 pages for object "CostGroup".DBCC results for 'edi_rotterdam_apmt_export_imo1'.There are 504 rows in 11 pages for object "edi_rotterdam_apmt_export_imo1".DBCC results for 'DGRestriction'.There are 0 rows in 0 pages for object "DGRestriction".DBCC results for 'SAP_ediInvoiceCustomerMapping'.There are 1272 rows in 21 pages for object "SAP_ediInvoiceCustomerMapping".DBCC results for 'houseblmaster'.Msg 8951, Level 16, State 1, Line 4Table error: table 'houseblmaster' (ID 299199095). Data row does not have a matching index row in the index 'IX_houseblmaster_blno_artc' (ID 69). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:12633211:4) identified by (pkid = 835349) with index values 'bLnumber = 'UASCITVCE011316' and articalno = 0 and pkid = 835349'.Msg 8951, Level 16, State 1, Line 4Table error: table 'houseblmaster' (ID 299199095). Data row does not have a matching index row in the index 'IX_houseblmaster_blno_artc' (ID 69). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:12633211:5) identified by (pkid = 835350) with index values 'bLnumber = 'UASCJPHKT005643' and articalno = 0 and pkid = 835350'.Msg 8951, Level 16, State 1, Line 4Table error: table 'houseblmaster' (ID 299199095). Data row does not have a matching index row in the index 'IX_houseblmaster_blno_artc' (ID 69). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:12633211:6) identified by (pkid = 835351) with index values 'bLnumber = 'UASCJPNGO005002' and articalno = 0 and pkid = 835351'.Msg 8951, Level 16, State 1, Line 4Table error: table 'houseblmaster' (ID 299199095). Data row does not have a matching index row in the index 'IX_houseblmaster_blno_artc' (ID 69). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:12633211:7) identified by (pkid = 835352) with index values 'bLnumber = 'UASCJPOSA002111' and articalno = 0 and pkid = 835352'.Msg 8951, Level 16, State 1, Line 4Table error: table 'houseblmaster' (ID 299199095). Data row does not have a matching index row in the index 'IX_houseblmaster_blno_artc' (ID 69). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:12633211:8) identified by (pkid = 835353) with index values 'bLnumber = 'UASCJPUKB008337' and articalno = 0 and pkid = 835353'.Msg 8951, Level 16, State 1, Line 4Table error: table 'houseblmaster' (ID 299199095). Data row does not have a matching index row in the index 'IX_houseblmaster_blno_artc' (ID 69). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:12633212:0) identified by (pkid = 835363) with index values 'bLnumber = 'UASCPLGDY001653' and articalno = 0 and pkid = 835363'.Msg 8951, Level 16, State 1, Line 4Table error: table 'houseblmaster' (ID 299199095). Data row does not have a matching index row in the index 'IX_houseblmaster_blno_artc' (ID 69). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:12633212:1) identified by (pkid = 835364) with index values 'bLnumber = 'UASCRULED000469' and articalno = 0 and pkid = 835364'.Msg 8951, Level 16, State 1, Line 4Table error: table 'houseblmaster' (ID 299199095). Data row does not have a matching index row in the index 'IX_houseblmaster_blno_artc' (ID 69). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:12633212:2) identified by (pkid = 835365) with index values 'bLnumber = 'UASCSGSIN030226' and articalno = 0 and pkid = 835365'.Msg 8951, Level 16, State 1, Line 4Table error: table 'houseblmaster' (ID 299199095). Data row does not have a matching index row in the index 'IX_houseblmaster_blno_artc' (ID 69). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:15332322:0) identified by (pkid = 835354) with index values 'bLnumber = 'UASCKRSEL046902' and articalno = NULL and pkid = 835354'.Msg 8951, Level 16, State 1, Line 4Table error: table 'houseblmaster' (ID 299199095). Data row does not have a matching index row in the index 'IX_houseblmaster_blno_artc' (ID 69). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:15332322:1) identified by (pkid = 835355) with index values 'bLnumber = 'UASCKRSEL047203' and articalno = NULL and pkid = 835355'.Msg 8951, Level 16, State 1, Line 4Table error: table 'houseblmaster' (ID 299199095). Data row does not have a matching index row in the index 'IX_houseblmaster_blno_artc' (ID 69). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:15332322:2) identified by (pkid = 835356) with index values 'bLnumber = 'UASCKRSEL047211' and articalno = NULL and pkid = 835356'.Msg 8951, Level 16, State 1, Line 4Table error: table 'houseblmaster' (ID 299199095). Data row does not have a matching index row in the index 'IX_houseblmaster_blno_artc' (ID 69). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:15332322:3) identified by (pkid = 835357) with index values 'bLnumber = 'UASCKRSEL047250' and articalno = NULL and pkid = 835357'.Msg 8951, Level 16, State 1, Line 4Table error: table 'houseblmaster' (ID 299199095). Data row does not have a matching index row in the index 'IX_houseblmaster_blno_artc' (ID 69). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:15332322:4) identified by (pkid = 835358) with index values 'bLnumber = 'UASCKRSEL047316' and articalno = NULL and pkid = 835358'.Msg 8951, Level 16, State 1, Line 4Table error: table 'houseblmaster' (ID 299199095). Data row does not have a matching index row in the index 'IX_houseblmaster_blno_artc' (ID 69). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:15332322:5) identified by (pkid = 835359) with index values 'bLnumber = 'UASCLVRIX000288' and articalno = NULL and pkid = 835359'.Msg 8951, Level 16, State 1, Line 4Table error: table 'houseblmaster' (ID 299199095). Data row does not have a matching index row in the index 'IX_houseblmaster_blno_artc' (ID 69). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:15332322:6) identified by (pkid = 835360) with index values 'bLnumber = 'UASCMYPKG024324' and articalno = NULL and pkid = 835360'.Msg 8951, Level 16, State 1, Line 4Table error: table 'houseblmaster' (ID 299199095). Data row does not have a matching index row in the index 'IX_houseblmaster_blno_artc' (ID 69). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:15332322:7) identified by (pkid = 835361) with index values 'bLnumber = 'UASCNLRTM028300' and articalno = NULL and pkid = 835361'.Msg 8951, Level 16, State 1, Line 4Table error: table 'houseblmaster' (ID 299199095). Data row does not have a matching index row in the index 'IX_houseblmaster_blno_artc' (ID 69). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:15332322:8) identified by (pkid = 835362) with index values 'bLnumber = 'UASCPHMNL034072' and articalno = NULL and pkid = 835362'.Msg 8951, Level 16, State 1, Line 4Table error: table 'houseblmaster' (ID 299199095). Data row does not have a matching index row in the index 'IX_houseblmaster_blno_artc' (ID 69). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:22488298:5) identified by (pkid = 838801) with index values 'bLnumber = 'UASCESVLC021468' and articalno = 0 and pkid = 838801'.Msg 8951, Level 16, State 1, Line 4Table error: table 'houseblmaster' (ID 299199095). Data row does not have a matching index row in the index 'IX_houseblmaster_blno_artc' (ID 69). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:22488298:6) identified by (pkid = 838802) with index values 'bLnumber = 'UASCESVLC021555' and articalno = 0 and pkid = 838802'.Msg 8951, Level 16, State 1, Line 4Table error: table 'houseblmaster' (ID 299199095). Data row does not have a matching index row in the index 'IX_houseblmaster_blno_artc' (ID 69). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:22488298:7) identified by (pkid = 838803) with index values 'bLnumber = 'UASCESVLC021599' and articalno = 0 and pkid = 838803'.Msg 8951, Level 16, State 1, Line 4Table error: table 'houseblmaster' (ID 299199095). Data row does not have a matching index row in the index 'IX_houseblmaster_blno_artc' (ID 69). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:22488299:0) identified by (pkid = 838814) with index values 'bLnumber = 'UASCTRIZM003356' and articalno = 0 and pkid = 838814'.Msg 8952, Level 16, State 1, Line 4Table error: table 'houseblmaster' (ID 299199095). Index row in index 'IX_houseblmaster_blno_artc' (ID 69) does not match any data row. Possible extra or invalid keys for:Msg 8956, Level 16, State 1, Line 4Index row (1:23421702:45) with values (bLnumber = 'UASCESVLC021468' and articalno = NULL and pkid = 838801) pointing to the data row identified by (pkid = 838801).Msg 8952, Level 16, State 1, Line 4Table error: table 'houseblmaster' (ID 299199095). Index row in index 'IX_houseblmaster_blno_artc' (ID 69) does not match any data row. Possible extra or invalid keys for:Msg 8956, Level 16, State 1, Line 4Index row (1:23421702:109) with values (bLnumber = 'UASCESVLC021555' and articalno = NULL and pkid = 838802) pointing to the data row identified by (pkid = 838802).Msg 8952, Level 16, State 1, Line 4Table error: table 'houseblmaster' (ID 299199095). Index row in index 'IX_houseblmaster_blno_artc' (ID 69) does not match any data row. Possible extra or invalid keys for:Msg 8956, Level 16, State 1, Line 4Index row (1:23421702:134) with values (bLnumber = 'UASCESVLC021599' and articalno = NULL and pkid = 838803) pointing to the data row identified by (pkid = 838803).Msg 8952, Level 16, State 1, Line 4Table error: table 'houseblmaster' (ID 299199095). Index row in index 'IX_houseblmaster_blno_artc' (ID 69) does not match any data row. Possible extra or invalid keys for:Msg 8956, Level 16, State 1, Line 4Index row (1:23422988:180) with values (bLnumber = 'UASCITVCE011316' and articalno = NULL and pkid = 835349) pointing to the data row identified by (pkid = 835349).Msg 8952, Level 16, State 1, Line 4Table error: table 'houseblmaster' (ID 299199095). Index row in index 'IX_houseblmaster_blno_artc' (ID 69) does not match any data row. Possible extra or invalid keys for:Msg 8956, Level 16, State 1, Line 4Index row (1:23423053:93) with values (bLnumber = 'UASCJPHKT005643' and articalno = NULL and pkid = 835350) pointing to the data row identified by (pkid = 835350).Msg 8952, Level 16, State 1, Line 4Table error: table 'houseblmaster' (ID 299199095). Index row in index 'IX_houseblmaster_blno_artc' (ID 69) does not match any data row. Possible extra or invalid keys for:Msg 8956, Level 16, State 1, Line 4Index row (1:23423069:52) with values (bLnumber = 'UASCJPNGO005002' and articalno = NULL and pkid = 835351) pointing to the data row identified by (pkid = 835351).Msg 8952, Level 16, State 1, Line 4Table error: table 'houseblmaster' (ID 299199095). Index row in index 'IX_houseblmaster_blno_artc' (ID 69) does not match any data row. Possible extra or invalid keys for:Msg 8956, Level 16, State 1, Line 4Index row (1:23423079:107) with values (bLnumber = 'UASCJPOSA002111' and articalno = NULL and pkid = 835352) pointing to the data row identified by (pkid = 835352).Msg 8952, Level 16, State 1, Line 4Table error: table 'houseblmaster' (ID 299199095). Index row in index 'IX_houseblmaster_blno_artc' (ID 69) does not match any data row. Possible extra or invalid keys for:Msg 8956, Level 16, State 1, Line 4Index row (1:23423153:76) with values (bLnumber = 'UASCJPUKB008337' and articalno = NULL and pkid = 835353) pointing to the data row identified by (pkid = 835353).Msg 8952, Level 16, State 1, Line 4Table error: table 'houseblmaster' (ID 299199095). Index row in index 'IX_houseblmaster_blno_artc' (ID 69) does not match any data row. Possible extra or invalid keys for:Msg 8956, Level 16, State 1, Line 4Index row (1:23423438:34) with values (bLnumber = 'UASCKRSEL046902' and articalno = 0 and pkid = 835354) pointing to the data row identified by (pkid = 835354).Msg 8952, Level 16, State 1, Line 4Table error: table 'houseblmaster' (ID 299199095). Index row in index 'IX_houseblmaster_blno_artc' (ID 69) does not match any data row. Possible extra or invalid keys for:Msg 8956, Level 16, State 1, Line 4Index row (1:23423438:129) with values (bLnumber = 'UASCKRSEL047203' and articalno = 0 and pkid = 835355) pointing to the data row identified by (pkid = 835355).Msg 8952, Level 16, State 1, Line 4Table error: table 'houseblmaster' (ID 299199095). Index row in index 'IX_houseblmaster_blno_artc' (ID 69) does not match any data row. Possible extra or invalid keys for:Msg 8956, Level 16, State 1, Line 4Index row (1:23423438:131) with values (bLnumber = 'UASCKRSEL047211' and articalno = 0 and pkid = 835356) pointing to the data row identified by (pkid = 835356).Msg 8952, Level 16, State 1, Line 4Table error: table 'houseblmaster' (ID 299199095). Index row in index 'IX_houseblmaster_blno_artc' (ID 69) does not match any data row. Possible extra or invalid keys for:Msg 8956, Level 16, State 1, Line 4Index row (1:23423438:137) with values (bLnumber = 'UASCKRSEL047250' and articalno = 0 and pkid = 835357) pointing to the data row identified by (pkid = 835357).Msg 8952, Level 16, State 1, Line 4Table error: table 'houseblmaster' (ID 299199095). Index row in index 'IX_houseblmaster_blno_artc' (ID 69) does not match any data row. Possible extra or invalid keys for:Msg 8956, Level 16, State 1, Line 4Index row (1:23423438:163) with values (bLnumber = 'UASCKRSEL047316' and articalno = 0 and pkid = 835358) pointing to the data row identified by (pkid = 835358).Msg 8952, Level 16, State 1, Line 4Table error: table 'houseblmaster' (ID 299199095). Index row in index 'IX_houseblmaster_blno_artc' (ID 69) does not match any data row. Possible extra or invalid keys for:Msg 8956, Level 16, State 1, Line 4Index row (1:23423455:95) with values (bLnumber = 'UASCLVRIX000288' and articalno = 0 and pkid = 835359) pointing to the data row identified by (pkid = 835359).Msg 8952, Level 16, State 1, Line 4Table error: table 'houseblmaster' (ID 299199095). Index row in index 'IX_houseblmaster_blno_artc' (ID 69) does not match any data row. Possible extra or invalid keys for:Msg 8956, Level 16, State 1, Line 4Index row (1:23423559:122) with values (bLnumber = 'UASCMYPKG024324' and articalno = 0 and pkid = 835360) pointing to the data row identified by (pkid = 835360).Msg 8952, Level 16, State 1, Line 4Table error: table 'houseblmaster' (ID 299199095). Index row in index 'IX_houseblmaster_blno_artc' (ID 69) does not match any data row. Possible extra or invalid keys for:Msg 8956, Level 16, State 1, Line 4Index row (1:23423681:79) with values (bLnumber = 'UASCNLRTM028300' and articalno = 0 and pkid = 835361) pointing to the data row identified by (pkid = 835361).Msg 8952, Level 16, State 1, Line 4Table error: table 'houseblmaster' (ID 299199095). Index row in index 'IX_houseblmaster_blno_artc' (ID 69) does not match any data row. Possible extra or invalid keys for:Msg 8956, Level 16, State 1, Line 4Index row (1:23423709:140) with values (bLnumber = 'UASCPHMNL034072' and articalno = 0 and pkid = 835362) pointing to the data row identified by (pkid = 835362).Msg 8952, Level 16, State 1, Line 4Table error: table 'houseblmaster' (ID 299199095). Index row in index 'IX_houseblmaster_blno_artc' (ID 69) does not match any data row. Possible extra or invalid keys for:Msg 8956, Level 16, State 1, Line 4Index row (1:23423796:137) with values (bLnumber = 'UASCPLGDY001653' and articalno = NULL and pkid = 835363) pointing to the data row identified by (pkid = 835363).Msg 8952, Level 16, State 1, Line 4Table error: table 'houseblmaster' (ID 299199095). Index row in index 'IX_houseblmaster_blno_artc' (ID 69) does not match any data row. Possible extra or invalid keys for:Msg 8956, Level 16, State 1, Line 4Index row (1:23423804:63) with values (bLnumber = 'UASCRULED000469' and articalno = NULL and pkid = 835364) pointing to the data row identified by (pkid = 835364).Msg 8952, Level 16, State 1, Line 4Table error: table 'houseblmaster' (ID 299199095). Index row in index 'IX_houseblmaster_blno_artc' (ID 69) does not match any data row. Possible extra or invalid keys for:Msg 8956, Level 16, State 1, Line 4Index row (1:23424110:89) with values (bLnumber = 'UASCSGSIN030226' and articalno = NULL and pkid = 835365) pointing to the data row identified by (pkid = 835365).Msg 8952, Level 16, State 1, Line 4Table error: table 'houseblmaster' (ID 299199095). Index row in index 'IX_houseblmaster_blno_artc' (ID 69) does not match any data row. Possible extra or invalid keys for:Msg 8956, Level 16, State 1, Line 4Index row (1:23424329:8) with values (bLnumber = 'UASCTRIZM003356' and articalno = NULL and pkid = 838814) pointing to the data row identified by (pkid = 838814).Msg 8951, Level 16, State 1, Line 4Table error: table 'houseblmaster' (ID 299199095). Data row does not have a matching index row in the index 'IX_houseblmaster_hblnumber' (ID 73). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:12633212:0) identified by (pkid = 835363) with index values 'hblnumber = 'UASCPLGDY001653' and pkid = 835363'.Msg 8951, Level 16, State 1, Line 4Table error: table 'houseblmaster' (ID 299199095). Data row does not have a matching index row in the index 'IX_houseblmaster_hblnumber' (ID 73). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:12633212:1) identified by (pkid = 835364) with index values 'hblnumber = 'UASCRULED000469' and pkid = 835364'.Msg 8951, Level 16, State 1, Line 4Table error: table 'houseblmaster' (ID 299199095). Data row does not have a matching index row in the index 'IX_houseblmaster_hblnumber' (ID 73). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:12633212:2) identified by (pkid = 835365) with index values 'hblnumber = 'UASCSGSIN030226' and pkid = 835365'.Msg 8951, Level 16, State 1, Line 4Table error: table 'houseblmaster' (ID 299199095). Data row does not have a matching index row in the index 'IX_houseblmaster_hblnumber' (ID 73). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:15332322:0) identified by (pkid = 835354) with index values 'hblnumber = NULL and pkid = 835354'.Msg 8951, Level 16, State 1, Line 4Table error: table 'houseblmaster' (ID 299199095). Data row does not have a matching index row in the index 'IX_houseblmaster_hblnumber' (ID 73). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:15332322:1) identified by (pkid = 835355) with index values 'hblnumber = NULL and pkid = 835355'.Msg 8951, Level 16, State 1, Line 4Table error: table 'houseblmaster' (ID 299199095). Data row does not have a matching index row in the index 'IX_houseblmaster_hblnumber' (ID 73). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:15332322:2) identified by (pkid = 835356) with index values 'hblnumber = NULL and pkid = 835356'.Msg 8951, Level 16, State 1, Line 4Table error: table 'houseblmaster' (ID 299199095). Data row does not have a matching index row in the index 'IX_houseblmaster_hblnumber' (ID 73). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:15332322:3) identified by (pkid = 835357) with index values 'hblnumber = NULL and pkid = 835357'.Msg 8951, Level 16, State 1, Line 4Table error: table 'houseblmaster' (ID 299199095). Data row does not have a matching index row in the index 'IX_houseblmaster_hblnumber' (ID 73). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:15332322:4) identified by (pkid = 835358) with index values 'hblnumber = NULL and pkid = 835358'.Msg 8951, Level 16, State 1, Line 4Table error: table 'houseblmaster' (ID 299199095). Data row does not have a matching index row in the index 'IX_houseblmaster_hblnumber' (ID 73). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:15332322:5) identified by (pkid = 835359) with index values 'hblnumber = NULL and pkid = 835359'.Msg 8951, Level 16, State 1, Line 4Table error: table 'houseblmaster' (ID 299199095). Data row does not have a matching index row in the index 'IX_houseblmaster_hblnumber' (ID 73). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:15332322:6) identified by (pkid = 835360) with index values 'hblnumber = NULL and pkid = 835360'.Msg 8951, Level 16, State 1, Line 4Table error: table 'houseblmaster' (ID 299199095). Data row does not have a matching index row in the index 'IX_houseblmaster_hblnumber' (ID 73). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:15332322:7) identified by (pkid = 835361) with index values 'hblnumber = NULL and pkid = 835361'.Msg 8951, Level 16, State 1, Line 4Table error: table 'houseblmaster' (ID 299199095). Data row does not have a matching index row in the index 'IX_houseblmaster_hblnumber' (ID 73). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:15332322:8) identified by (pkid = 835362) with index values 'hblnumber = NULL and pkid = 835362'.Msg 8951, Level 16, State 1, Line 4Table error: table 'houseblmaster' (ID 299199095). Data row does not have a matching index row in the index 'IX_houseblmaster_hblnumber' (ID 73). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:22460336:0) identified by (pkid = 838804) with index values 'hblnumber = 'UASCINBOM078047' and pkid = 838804'.Msg 8951, Level 16, State 1, Line 4Table error: table 'houseblmaster' (ID 299199095). Data row does not have a matching index row in the index 'IX_houseblmaster_hblnumber' (ID 73). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:22460336:1) identified by (pkid = 838805) with index values 'hblnumber = 'UASCINBOM078139' and pkid = 838805'.Msg 8951, Level 16, State 1, Line 4Table error: table 'houseblmaster' (ID 299199095). Data row does not have a matching index row in the index 'IX_houseblmaster_hblnumber' (ID 73). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:22460336:2) identified by (pkid = 838806) with index values 'hblnumber = 'UASCINBOM078277' and pkid = 838806'.Msg 8951, Level 16, State 1, Line 4Table error: table 'houseblmaster' (ID 299199095). Data row does not have a matching index row in the index 'IX_houseblmaster_hblnumber' (ID 73). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:22460337:0) identified by (pkid = 838807) with index values 'hblnumber = 'UASCINBOM078279' and pkid = 838807'.Msg 8951, Level 16, State 1, Line 4Table error: table 'houseblmaster' (ID 299199095). Data row does not have a matching index row in the index 'IX_houseblmaster_hblnumber' (ID 73). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:22488298:5) identified by (pkid = 838801) with index values 'hblnumber = 'UASCESVLC021468' and pkid = 838801'.Msg 8951, Level 16, State 1, Line 4Table error: table 'houseblmaster' (ID 299199095). Data row does not have a matching index row in the index 'IX_houseblmaster_hblnumber' (ID 73). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:22488298:6) identified by (pkid = 838802) with index values 'hblnumber = 'UASCESVLC021555' and pkid = 838802'.Msg 8951, Level 16, State 1, Line 4Table error: table 'houseblmaster' (ID 299199095). Data row does not have a matching index row in the index 'IX_houseblmaster_hblnumber' (ID 73). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:22488298:7) identified by (pkid = 838803) with index values 'hblnumber = 'UASCESVLC021599' and pkid = 838803'.Msg 8952, Level 16, State 1, Line 4Table error: table 'houseblmaster' (ID 299199095). Index row in index 'IX_houseblmaster_hblnumber' (ID 73) does not match any data row. Possible extra or invalid keys for:Msg 8956, Level 16, State 1, Line 4Index row (1:7812140:60) with values (hblnumber = 'UASCNLRTM028300' and pkid = 835361) pointing to the data row identified by (pkid = 835361).Msg 8952, Level 16, State 1, Line 4Table error: table 'houseblmaster' (ID 299199095). Index row in index 'IX_houseblmaster_hblnumber' (ID 73) does not match any data row. Possible extra or invalid keys for:Msg 8956, Level 16, State 1, Line 4Index row (1:11352593:130) with values (hblnumber = 'UASCMYPKG024324' and pkid = 835360) pointing to the data row identified by (pkid = 835360).Msg 8952, Level 16, State 1, Line 4Table error: table 'houseblmaster' (ID 299199095). Index row in index 'IX_houseblmaster_hblnumber' (ID 73) does not match any data row. Possible extra or invalid keys for:Msg 8956, Level 16, State 1, Line 4Index row (1:23429057:251) with values (hblnumber = 'UASCKRSEL046902' and pkid = 835354) pointing to the data row identified by (pkid = 835354).Msg 8952, Level 16, State 1, Line 4Table error: table 'houseblmaster' (ID 299199095). Index row in index 'IX_houseblmaster_hblnumber' (ID 73) does not match any data row. Possible extra or invalid keys for:Msg 8956, Level 16, State 1, Line 4Index row (1:23429071:92) with values (hblnumber = 'UASCLVRIX000288' and pkid = 835359) pointing to the data row identified by (pkid = 835359).Msg 8952, Level 16, State 1, Line 4Table error: table 'houseblmaster' (ID 299199095). Index row in index 'IX_houseblmaster_hblnumber' (ID 73) does not match any data row. Possible extra or invalid keys for:Msg 8956, Level 16, State 1, Line 4Index row (1:23429274:43) with values (hblnumber = 'UASCPHMNL034072' and pkid = 835362) pointing to the data row identified by (pkid = 835362).Msg 8951, Level 16, State 1, Line 4Table error: table 'houseblmaster' (ID 299199095). Data row does not have a matching index row in the index 'ix_houseblmaster_igmby_loc_agy' (ID 74). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:15332322:0) identified by (pkid = 835354) with index values 'locationcode = 'U0146F' and agencycode = 'U0146' and igmby = NULL and pkid = 835354'.Msg 8951, Level 16, State 1, Line 4Table error: table 'houseblmaster' (ID 299199095). Data row does not have a matching index row in the index 'ix_houseblmaster_igmby_loc_agy' (ID 74). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:15332322:1) identified by (pkid = 835355) with index values 'locationcode = 'U0146F' and agencycode = 'U0146' and igmby = NULL and pkid = 835355'.Msg 8951, Level 16, State 1, Line 4Table error: table 'houseblmaster' (ID 299199095). Data row does not have a matching index row in the index 'ix_houseblmaster_igmby_loc_agy' (ID 74). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:15332322:2) identified by (pkid = 835356) with index values 'locationcode = 'U0146F' and agencycode = 'U0146' and igmby = NULL and pkid = 835356'.Msg 8951, Level 16, State 1, Line 4Table error: table 'houseblmaster' (ID 299199095). Data row does not have a matching index row in the index 'ix_houseblmaster_igmby_loc_agy' (ID 74). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:15332322:3) identified by (pkid = 835357) with index values 'locationcode = 'U0146F' and agencycode = 'U0146' and igmby = NULL and pkid = 835357'.Msg 8951, Level 16, State 1, Line 4Table error: table 'houseblmaster' (ID 299199095). Data row does not have a matching index row in the index 'ix_houseblmaster_igmby_loc_agy' (ID 74). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:15332322:4) identified by (pkid = 835358) with index values 'locationcode = 'U0146F' and agencycode = 'U0146' and igmby = NULL and pkid = 835358'.Msg 8951, Level 16, State 1, Line 4Table error: table 'houseblmaster' (ID 299199095). Data row does not have a matching index row in the index 'ix_houseblmaster_igmby_loc_agy' (ID 74). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:15332322:5) identified by (pkid = 835359) with index values 'locationcode = 'U0146F' and agencycode = 'U0146' and igmby = NULL and pkid = 835359'.Msg 8951, Level 16, State 1, Line 4Table error: table 'houseblmaster' (ID 299199095). Data row does not have a matching index row in the index 'ix_houseblmaster_igmby_loc_agy' (ID 74). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:15332322:6) identified by (pkid = 835360) with index values 'locationcode = 'U0146F' and agencycode = 'U0146' and igmby = NULL and pkid = 835360'.Msg 8951, Level 16, State 1, Line 4Table error: table 'houseblmaster' (ID 299199095). Data row does not have a matching index row in the index 'ix_houseblmaster_igmby_loc_agy' (ID 74). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:15332322:7) identified by (pkid = 835361) with index values 'locationcode = 'U0146F' and agencycode = 'U0146' and igmby = NULL and pkid = 835361'.Msg 8951, Level 16, State 1, Line 4Table error: table 'houseblmaster' (ID 299199095). Data row does not have a matching index row in the index 'ix_houseblmaster_igmby_loc_agy' (ID 74). Possible missing or invalid keys for the index row matching:Msg 8955, Level 16, State 1, Line 4Data row (1:15332322:8) identified by (pkid = 835362) with index values 'locationcode = 'U0146F' and agencycode = 'U0146' and igmby = NULL and pkid = 835362'.Msg 8952, Level 16, State 1, Line 4Table error: table 'houseblmaster' (ID 299199095). Index row in index 'ix_houseblmaster_igmby_loc_agy' (ID 74) does not match any data row. Possible extra or invalid keys for:Msg 8956, Level 16, State 1, Line 4Index row (1:11360611:87) with values (locationcode = 'U0146F' and agencycode = 'U0146' and igmby = 'M' and pkid = 835354) pointing to the data row identified by (pkid = 835354).Msg 8952, Level 16, State 1, Line 4Table error: table 'houseblmaster' (ID 299199095). Index row in index 'ix_houseblmaster_igmby_loc_agy' (ID 74) does not match any data row. Possible extra or invalid keys for:Msg 8956, Level 16, State 1, Line 4Index row (1:11360611:88) with values (locationcode = 'U0146F' and agencycode = 'U0146' and igmby = 'M' and pkid = 835355) pointing to the data row identified by (pkid = 835355).Msg 8952, Level 16, State 1, Line 4Table error: table 'houseblmaster' (ID 299199095). Index row in index 'ix_houseblmaster_igmby_loc_agy' (ID 74) does not match any data row. Possible extra or invalid keys for:Msg 8956, Level 16, State 1, Line 4Index row (1:11360611:89) with values (locationcode = 'U0146F' and agencycode = 'U0146' and igmby = 'M' and pkid = 835356) pointing to the data row identified by (pkid = 835356).Msg 8952, Level 16, State 1, Line 4Table error: table 'houseblmaster' (ID 299199095). Index row in index 'ix_houseblmaster_igmby_loc_agy' (ID 74) does not match any data row. Possible extra or invalid keys for:Msg 8956, Level 16, State 1, Line 4Index row (1:11360611:90) with values (locationcode = 'U0146F' and agencycode = 'U0146' and igmby = 'M' and pkid = 835357) pointing to the data row identified by (pkid = 835357).Msg 8952, Level 16, State 1, Line 4Table error: table 'houseblmaster' (ID 299199095). Index row in index 'ix_houseblmaster_igmby_loc_agy' (ID 74) does not match any data row. Possible extra or invalid keys for:Msg 8956, Level 16, State 1, Line 4Index row (1:11360611:91) with values (locationcode = 'U0146F' and agencycode = 'U0146' and igmby = 'M' and pkid = 835358) pointing to the data row identified by (pkid = 835358).Msg 8952, Level 16, State 1, Line 4Table error: table 'houseblmaster' (ID 299199095). Index row in index 'ix_houseblmaster_igmby_loc_agy' (ID 74) does not match any data row. Possible extra or invalid keys for:Msg 8956, Level 16, State 1, Line 4Index row (1:11360611:92) with values (locationcode = 'U0146F' and agencycode = 'U0146' and igmby = 'M' and pkid = 835359) pointing to the data row identified by (pkid = 835359).Msg 8952, Level 16, State 1, Line 4Table error: table 'houseblmaster' (ID 299199095). Index row in index 'ix_houseblmaster_igmby_loc_agy' (ID 74) does not match any data row. Possible extra or invalid keys for:Msg 8956, Level 16, State 1, Line 4Index row (1:11360611:93) with values (locationcode = 'U0146F' and agencycode = 'U0146' and igmby = 'M' and pkid = 835360) pointing to the data row identified by (pkid = 835360).Msg 8952, Level 16, State 1, Line 4Table error: table 'houseblmaster' (ID 299199095). Index row in index 'ix_houseblmaster_igmby_loc_agy' (ID 74) does not match any data row. Possible extra or invalid keys for:Msg 8956, Level 16, State 1, Line 4Index row (1:11360611:94) with values (locationcode = 'U0146F' and agencycode = 'U0146' and igmby = 'M' and pkid = 835361) pointing to the data row identified by (pkid = 835361).Msg 8952, Level 16, State 1, Line 4Table error: table 'houseblmaster' (ID 299199095). Index row in index 'ix_houseblmaster_igmby_loc_agy' (ID 74) does not match any data row. Possible extra or invalid keys for:Msg 8956, Level 16, State 1, Line 4Index row (1:11360611:95) with values (locationcode = 'U0146F' and agencycode = 'U0146' and igmby = 'M' and pkid = 835362) pointing to the data row identified by (pkid = 835362).The query has exceeded the maximum number of error messages. Only  the first 1000 messages will be displayed.There are 805385 rows in 132597 pages for object "houseblmaster".CHECKDB found 0 allocation errors and 170 consistency errors in table 'houseblmaster' (object ID 299199095).DBCC results for 'indocnt1_empty'.There are 5 rows in 1 pages for object "indocnt1_empty".DBCC results for 'indoheader'.There are 554 rows in 14 pages for object "indoheader".DBCC results for 'coprar_esbcn_cust'.There are 0 rows in 0 pages for object "coprar_esbcn_cust".DBCC results for 'voyageroemaster'.There are 64358 rows in 1163 pages for object "voyageroemaster".DBCC results for 'croMappedContacts'.There are 337 rows in 3 pages for object "croMappedContacts".DBCC results for 'buyerSellerExpRptMaster'.There are 15 rows in 1 pages for object "buyerSellerExpRptMaster".DBCC results for 'edi_Ghana_cargo'.There are 493 rows in 14 pages for object "edi_Ghana_cargo".DBCC results for 'crosurvey'.There are 123743 rows in 1380 pages for object "crosurvey".DBCC results for 'edi_spc_containers'.There are 0 rows in 0 pages for object "edi_spc_containers".DBCC results for 'cdscommoditytype'.There are 0 rows in 0 pages for object "cdscommoditytype".DBCC results for 'tmpForceMoveCheck'.There are 0 rows in 1 pages for object "tmpForceMoveCheck".DBCC results for 'forecastRoutingArch'.There are 2185 rows in 47 pages for object "forecastRoutingArch".DBCC results for 'edi_vps_iftsta_cust'.There are 107333 rows in 3425 pages for object "edi_vps_iftsta_cust".DBCC results for 'edi_iftmcs_charge'.There are 0 rows in 0 pages for object "edi_iftmcs_charge".DBCC results for 'SpainCommodityMapping'.There are 6061 rows in 87 pages for object "SpainCommodityMapping".DBCC results for 'EOSPFullSpeedDetails'.There are 35 rows in 2 pages for object "EOSPFullSpeedDetails".DBCC results for 'edi_rotterdam_apmt_export_ops'.There are 3249 rows in 129 pages for object "edi_rotterdam_apmt_export_ops".DBCC results for 'edi_china_bl'.There are 0 rows in 0 pages for object "edi_china_bl".DBCC results for 'tdnheader'.There are 0 rows in 0 pages for object "tdnheader".DBCC results for 'EDIOpsList'.There are 75419 rows in 13157 pages for object "EDIOpsList".CHECKDB found 0 allocation errors and 23 consistency errors in table 'EDIOpsList' (object ID 316735310).DBCC results for 'coprar_esbcn_imo'.There are 0 rows in 0 pages for object "coprar_esbcn_imo".DBCC results for 'indomdlindex'.There are 0 rows in 0 pages for object "indomdlindex".DBCC results for 'edi_pakistan_import_containers'.There are 9203 rows in 131 pages for object "edi_pakistan_import_containers".DBCC results for 'EDIOpsList5'.There are 43129 rows in 7430 pages for object "EDIOpsList5".DBCC results for 'edi_Ghana_comdesc'.There are 298 rows in 15 pages for object "edi_Ghana_comdesc".DBCC results for 'repadditionalserial'.There are 0 rows in 0 pages for object "repadditionalserial".DBCC results for 'edi_spc_cust'.There are 0 rows in 0 pages for object "edi_spc_cust".DBCC results for 'CODABLEDISHOW'.There are 0 rows in 1 pages for object "CODABLEDISHOW".DBCC results for 'srrslotloss'.There are 246 rows in 10 pages for object "srrslotloss".DBCC results for 'edi_italycoprar_cargo_import'.There are 0 rows in 0 pages for object "edi_italycoprar_cargo_import".DBCC results for 'ENSLog_bak'.There are 0 rows in 0 pages for object "ENSLog_bak".DBCC results for 'cdscountry'.There are 0 rows in 0 pages for object "cdscountry".DBCC results for 'edi_italy_coparn'.There are 23267 rows in 1034 pages for object "edi_italy_coparn".DBCC results for 'agencyAllocate'.There are 129213 rows in 2615 pages for object "agencyAllocate".DBCC results for 'mdlerrdetails'.There are 15736 rows in 4013 pages for object "mdlerrdetails".DBCC results for 'edi_iftmcs_commodity'.There are 0 rows in 0 pages for object "edi_iftmcs_commodity".DBCC results for 'CustomerIncentives'.There are 0 rows in 0 pages for object "CustomerIncentives".DBCC results for 'bl_chargenew'.There are 10731403 rows in 340203 pages for object "bl_chargenew".DBCC results for 'WharfageCharge'.There are 7 rows in 1 pages for object "WharfageCharge".DBCC results for 'edi_rotterdam_apmt_export_ops1'.There are 3192 rows in 131 pages for object "edi_rotterdam_apmt_export_ops1".DBCC results for 'tempdgrestriction'.There are 0 rows in 0 pages for object "tempdgrestriction".DBCC results for 'SAP_ediInvoiceVesselMapping'.There are 490 rows in 8 pages for object "SAP_ediInvoiceVesselMapping".DBCC results for 'edi_crm_rateagreement_main'.There are 0 rows in 0 pages for object "edi_crm_rateagreement_main".DBCC results for 'edi_china_container'.There are 0 rows in 0 pages for object "edi_china_container".DBCC results for 'vps_vssedievent_iftsta'.There are 0 rows in 0 pages for object "vps_vssedievent_iftsta".DBCC results for 'tdntdtseg'.There are 0 rows in 0 pages for object "tdntdtseg".DBCC results for 'LoadConfValidation'.There are 0 rows in 0 pages for object "LoadConfValidation".DBCC results for 'coprar_esbcn_ops'.There are 0 rows in 0 pages for object "coprar_esbcn_ops".DBCC results for 'trackingdetail_bak16112011'.There are 10 rows in 1 pages for object "trackingdetail_bak16112011".DBCC results for 'Kantormaster'.There are 6 rows in 1 pages for object "Kantormaster".DBCC results for 'BuyerSellerTaxDetail'.There are 0 rows in 0 pages for object "BuyerSellerTaxDetail".DBCC results for 'edi_pakistan_import_cust'.There are 2697 rows in 119 pages for object "edi_pakistan_import_cust".DBCC results for 'edi_Ghana_comitmwt'.There are 287 rows in 3 pages for object "edi_Ghana_comitmwt".DBCC results for 'srrslabdetail'.There are 12010 rows in 116 pages for object "srrslabdetail".DBCC results for 'repreceiptserial'.There are 0 rows in 0 pages for object "repreceiptserial".DBCC results for 'edi_spc_imo'.There are 0 rows in 0 pages for object "edi_spc_imo".DBCC results for 'CustomerContacts'.There are 241979 rows in 10044 pages for object "CustomerContacts".DBCC results for 'ClearanceCompanyMaster'.There are 624 rows in 53 pages for object "ClearanceCompanyMaster".DBCC results for 'edi_italycoprar_commodity_import'.There are 0 rows in 0 pages for object "edi_italycoprar_commodity_import".DBCC results for 'cdscurrency'.There are 0 rows in 0 pages for object "cdscurrency".DBCC results for 'edi_italy_coparn_cargo'.There are 23295 rows in 883 pages for object "edi_italy_coparn_cargo".DBCC results for 'Ports'.There are 10473 rows in 257 pages for object "Ports".DBCC results for 'tmprbooking'.There are 430 rows in 18 pages for object "tmprbooking".DBCC results for 'belgium_cuscar_trans_carcom'.There are 0 rows in 0 pages for object "belgium_cuscar_trans_carcom".DBCC results for 'edidischarge_MUN'.There are 5154 rows in 130 pages for object "edidischarge_MUN".DBCC results for 'edi_iftmcs_cust'.There are 0 rows in 0 pages for object "edi_iftmcs_cust".DBCC results for 'WharfageMaster'.There are 34 rows in 7 pages for object "WharfageMaster".DBCC results for 'edi_cuscarcor_bl'.There are 0 rows in 0 pages for object "edi_cuscarcor_bl".DBCC results for 'edi_china_head'.There are 0 rows in 0 pages for object "edi_china_head".DBCC results for 'tdnnad'.There are 0 rows in 0 pages for object "tdnnad".DBCC results for 'OperationInventory'.There are 662 rows in 31 pages for object "OperationInventory".DBCC results for 'coprar_france_cargo'.There are 0 rows in 6 pages for object "coprar_france_cargo".DBCC results for 'edi_sudanpart0'.There are 0 rows in 0 pages for object "edi_sudanpart0".DBCC results for 'thailandldreceiptprint'.There are 6424 rows in 51 pages for object "thailandldreceiptprint".DBCC results for 'croedimaster'.There are 4261 rows in 56 pages for object "croedimaster".DBCC results for 'CARTaxDetail'.There are 41330 rows in 656 pages for object "CARTaxDetail".DBCC results for 'edi_Ghana_root'.There are 287 rows in 27 pages for object "edi_Ghana_root".DBCC results for 'tempeditempbooking_imo'.There are 503 rows in 31 pages for object "tempeditempbooking_imo".DBCC results for 'agencyauthor'.There are 16 rows in 4 pages for object "agencyauthor".DBCC results for 'edi_cuscar_k5_mnr_bl'.There are 3 rows in 1 pages for object "edi_cuscar_k5_mnr_bl".DBCC results for 'schprivilegedUsers'.There are 19 rows in 1 pages for object "schprivilegedUsers".DBCC results for 'hlgexpensereportdetail_Reset'.There are 217114 rows in 16855 pages for object "hlgexpensereportdetail_Reset".DBCC results for 'edi_spc_main'.There are 0 rows in 0 pages for object "edi_spc_main".DBCC results for 'codadetailshow'.There are 231 rows in 5 pages for object "codadetailshow".DBCC results for 'edi_italycoprar_imo_import'.There are 0 rows in 0 pages for object "edi_italycoprar_imo_import".DBCC results for 'cdsequipments'.There are 0 rows in 0 pages for object "cdsequipments".DBCC results for 'edi_italy_coparn_cnt'.There are 0 rows in 0 pages for object "edi_italy_coparn_cnt".DBCC results for 'tmprsbooking'.There are 1374 rows in 7 pages for object "tmprsbooking".DBCC results for 'belgium_cuscar_trans_cntrcnt'.There are 0 rows in 0 pages for object "belgium_cuscar_trans_cntrcnt".DBCC results for 'edi_iftmcs_imo'.There are 0 rows in 0 pages for object "edi_iftmcs_imo".DBCC results for 'DistanceMatrix'.There are 13712 rows in 299 pages for object "DistanceMatrix".DBCC results for 'handlingcost'.There are 0 rows in 0 pages for object "handlingcost".DBCC results for 'HouseBlReference'.There are 962222 rows in 10361 pages for object "HouseBlReference".DBCC results for 'sap_kontomappingdetail'.There are 186 rows in 2 pages for object "sap_kontomappingdetail".DBCC results for 'edicrmwebservice'.There are 13097 rows in 254 pages for object "edicrmwebservice".DBCC results for 'edi_china_ves_voy'.There are 0 rows in 0 pages for object "edi_china_ves_voy".DBCC results for 'tdngid'.There are 0 rows in 0 pages for object "tdngid".DBCC results for 'fcn_bl_footer'.There are 234084 rows in 23876 pages for object "fcn_bl_footer".DBCC results for 'HKGcommdetail'.There are 0 rows in 0 pages for object "HKGcommdetail".DBCC results for 'OperationMovementCode'.There are 0 rows in 0 pages for object "OperationMovementCode".DBCC results for 'navigationdetails'.There are 0 rows in 0 pages for object "navigationdetails".DBCC results for 'coprar_france_commodity'.There are 0 rows in 3 pages for object "coprar_france_commodity".DBCC results for 'edi_sudanpart1'.There are 0 rows in 0 pages for object "edi_sudanpart1".DBCC results for 'trackingmaster_bak16112011'.There are 10 rows in 1 pages for object "trackingmaster_bak16112011".DBCC results for 'tenderFtppath'.There are 1 rows in 1 pages for object "tenderFtppath".DBCC results for 'equipmapping'.There are 24 rows in 1 pages for object "equipmapping".DBCC results for 'cntHeavyWeight'.There are 0 rows in 0 pages for object "cntHeavyWeight".DBCC results for 'NonReindextables'.There are 664 rows in 5 pages for object "NonReindextables".DBCC results for 'edi_cuscar_k5_mnr_cargo'.There are 154 rows in 4 pages for object "edi_cuscar_k5_mnr_cargo".DBCC results for 'edirequestmaster_archive'.There are 3571645 rows in 102731 pages for object "edirequestmaster_archive".DBCC results for 'indiamanifestrpt'.There are 0 rows in 0 pages for object "indiamanifestrpt".DBCC results for 'DOBankMaster'.There are 0 rows in 0 pages for object "DOBankMaster".DBCC results for 'edi_italycoprar_ops_import'.There are 0 rows in 0 pages for object "edi_italycoprar_ops_import".DBCC results for 'cdsimdgclass'.There are 0 rows in 0 pages for object "cdsimdgclass".DBCC results for 'allocationTradeDetail'.There are 0 rows in 0 pages for object "allocationTradeDetail".DBCC results for 'edi_italy_coparn_commodity'.There are 23080 rows in 502 pages for object "edi_italy_coparn_commodity".DBCC results for 'capacitycontrol'.There are 117 rows in 4 pages for object "capacitycontrol".DBCC results for 'creptables'.There are 976 rows in 8 pages for object "creptables".DBCC results for 'SERVICETABLES'.There are 70 rows in 1 pages for object "SERVICETABLES".DBCC results for 'belgium_cuscar_trans_ops'.There are 0 rows in 0 pages for object "belgium_cuscar_trans_ops".DBCC results for 'edi_iftmcs_pac'.There are 0 rows in 0 pages for object "edi_iftmcs_pac".DBCC results for 'eqpstatus'.There are 18 rows in 1 pages for object "eqpstatus".DBCC results for 'edi_spaincoreor_cargo'.There are 0 rows in 0 pages for object "edi_spaincoreor_cargo".DBCC results for 'carrier'.There are 2 rows in 1 pages for object "carrier".DBCC results for 'edi_cuscarcor_cnt'.There are 0 rows in 0 pages for object "edi_cuscarcor_cnt".DBCC results for 'VRSReconfirmMail'.There are 2 rows in 1 pages for object "VRSReconfirmMail".DBCC results for 'rptbatchreceipt'.There are 0 rows in 0 pages for object "rptbatchreceipt".DBCC results for 'tdneqd'.There are 0 rows in 0 pages for object "tdneqd".DBCC results for 'HKGcommmaster'.There are 0 rows in 0 pages for object "HKGcommmaster".DBCC results for 'coprar_france_cust'.There are 0 rows in 0 pages for object "coprar_france_cust".DBCC results for 'edi_sudanpart2'.There are 0 rows in 0 pages for object "edi_sudanpart2".DBCC results for 'TenderRtcRemainder'.There are 29 rows in 1 pages for object "TenderRtcRemainder".DBCC results for 'bl_printrights'.There are 23 rows in 1 pages for object "bl_printrights".DBCC results for 'ClaimsMdlIndex'.There are 6 rows in 1 pages for object "ClaimsMdlIndex".DBCC results for 'tmpcntr'.There are 20004 rows in 1688 pages for object "tmpcntr".DBCC results for 'edi_pakistan_import_main'.There are 2699 rows in 77 pages for object "edi_pakistan_import_main".DBCC results for 'edi_cuscar_k5_mnr_cnt'.There are 9 rows in 1 pages for object "edi_cuscar_k5_mnr_cnt".DBCC results for 'tmpSrrAgeSch'.There are 813081 rows in 13080 pages for object "tmpSrrAgeSch".DBCC results for 'topup_blmapping'.There are 0 rows in 0 pages for object "topup_blmapping".DBCC results for 'TshCostMaster'.There are 4097 rows in 77 pages for object "TshCostMaster".DBCC results for 'codaheadershow'.There are 10 rows in 1 pages for object "codaheadershow".DBCC results for 'edi_germany_coreorimport_cargo'.There are 9299 rows in 125 pages for object "edi_germany_coreorimport_cargo".DBCC results for 'Edi_ZB3Export_master'.There are 0 rows in 0 pages for object "Edi_ZB3Export_master".DBCC results for 'cdspackage'.There are 0 rows in 0 pages for object "cdspackage".DBCC results for 'edi_italy_coparn_cust'.There are 42302 rows in 793 pages for object "edi_italy_coparn_cust".DBCC results for 'SerRename'.There are 1 rows in 1 pages for object "SerRename".DBCC results for 'edi_iftmcs_tcc'.There are 0 rows in 0 pages for object "edi_iftmcs_tcc".DBCC results for 'eqpstatusmapping'.There are 126 rows in 7 pages for object "eqpstatusmapping".DBCC results for 'edi_spaincoreor_commodity'.There are 0 rows in 0 pages for object "edi_spaincoreor_commodity".DBCC results for 'bl'.There are 1422511 rows in 154379 pages for object "bl".CHECKDB found 0 allocation errors and 10 consistency errors in table 'bl' (object ID 392648742).DBCC results for 'EDIOpsList3'.There are 602 rows in 123 pages for object "EDIOpsList3".DBCC results for 'sap_kontomappingmaster'.There are 8 rows in 1 pages for object "sap_kontomappingmaster".DBCC results for 'finalinvdetails'.There are 0 rows in 0 pages for object "finalinvdetails".DBCC results for 'edi_crm_customermaster_main'.There are 0 rows in 0 pages for object "edi_crm_customermaster_main".DBCC results for 'edirequestdetail_archive2'.There are 9116298 rows in 96771 pages for object "edirequestdetail_archive2".DBCC results for 'tdnsubseg'.There are 0 rows in 0 pages for object "tdnsubseg".DBCC results for 'booking_reference'.There are 1710640 rows in 15637 pages for object "booking_reference".DBCC results for 'emsbookingtrans'.There are 2960741 rows in 70912 pages for object "emsbookingtrans".CHECKDB found 0 allocation errors and 6 consistency errors in table 'emsbookingtrans' (object ID 396840776).DBCC results for 'coprar_france_imo'.There are 0 rows in 1 pages for object "coprar_france_imo".DBCC results for 'edi_sudanpart3'.There are 0 rows in 0 pages for object "edi_sudanpart3".DBCC results for 'Routedetail'.There are 106167 rows in 3793 pages for object "Routedetail".DBCC results for 'cntRoyaltyActivity'.There are 18 rows in 1 pages for object "cntRoyaltyActivity".DBCC results for 'tmpcntr1'.There are 3717 rows in 313 pages for object "tmpcntr1".DBCC results for 'EmsHistoryDeleted'.There are 329819 rows in 37048 pages for object "EmsHistoryDeleted".DBCC results for 'StorageRemarkDetails'.There are 4046 rows in 83 pages for object "StorageRemarkDetails".DBCC results for 'poolinvdetail'.There are 0 rows in 0 pages for object "poolinvdetail".DBCC results for 'edi_cuscar_k5_mnr_commodity'.There are 154 rows in 3 pages for object "edi_cuscar_k5_mnr_commodity".DBCC results for 'edi_Turkey_Loadlist_main'.There are 933 rows in 13 pages for object "edi_Turkey_Loadlist_main".DBCC results for 'languagenumericals'.There are 11 rows in 1 pages for object "languagenumericals".DBCC results for 'dgpkgMaster'.There are 163 rows in 3 pages for object "dgpkgMaster".DBCC results for 'Edi_ZB3Export_housecargos'.There are 0 rows in 0 pages for object "Edi_ZB3Export_housecargos".DBCC results for 'cdsservice'.There are 0 rows in 0 pages for object "cdsservice".DBCC results for 'edi_italy_coparn_cust1'.There are 0 rows in 0 pages for object "edi_italy_coparn_cust1".DBCC results for 'CorporateCommodity'.There are 13329417 rows in 133920 pages for object "CorporateCommodity".DBCC results for 'edi_spaincoreor_cust'.There are 0 rows in 0 pages for object "edi_spaincoreor_cust".DBCC results for 'tempportrestriction'.There are 0 rows in 0 pages for object "tempportrestriction".DBCC results for 'edi_cuscarcor_cust'.There are 0 rows in 0 pages for object "edi_cuscarcor_cust".DBCC results for 'subtransheader'.There are 3 rows in 1 pages for object "subtransheader".DBCC results for 'usertimezone'.There are 74 rows in 1 pages for object "usertimezone".DBCC results for 'coprar_france_ops'.There are 0 rows in 13 pages for object "coprar_france_ops".DBCC results for 'edi_sudanpart4'.There are 0 rows in 0 pages for object "edi_sudanpart4".DBCC results for 'tmpdeltenderdetails'.There are 0 rows in 15 pages for object "tmpdeltenderdetails".DBCC results for 'edi_crm_booking'.There are 3677 rows in 101 pages for object "edi_crm_booking".DBCC results for 'edi_Spain_coreor_import_main'.There are 0 rows in 0 pages for object "edi_Spain_coreor_import_main".DBCC results for 'tempeditempbooking_reference'.There are 45415 rows in 371 pages for object "tempeditempbooking_reference".DBCC results for 'edi_cuscar_k5_mnr_cust'.There are 12 rows in 1 pages for object "edi_cuscar_k5_mnr_cust".DBCC results for 'FileDupCount'.There are 1431 rows in 9 pages for object "FileDupCount".DBCC results for 'edi_Turkey_Loadlist_cargo'.There are 2415 rows in 29 pages for object "edi_Turkey_Loadlist_cargo".DBCC results for 'tempSurchargeException'.There are 432 rows in 4 pages for object "tempSurchargeException".DBCC results for 'CODAMCNEDISHOW'.There are 917 rows in 23 pages for object "CODAMCNEDISHOW".DBCC results for 'tmpOpsDetailExport'.There are 0 rows in 1 pages for object "tmpOpsDetailExport".DBCC results for 'edi_germany_coreorimport_ops'.There are 5899 rows in 147 pages for object "edi_germany_coreorimport_ops".DBCC results for 'Edi_ZB3Export_houscommodity'.There are 0 rows in 0 pages for object "Edi_ZB3Export_houscommodity".DBCC results for 'cdstransportservice'.There are 0 rows in 0 pages for object "cdstransportservice".DBCC results for 'AllocationTradeMaster'.There are 0 rows in 0 pages for object "AllocationTradeMaster".DBCC results for 'edi_italy_coparn_imo'.There are 1126 rows in 23 pages for object "edi_italy_coparn_imo".DBCC results for 'capacityuserrights'.There are 10 rows in 1 pages for object "capacityuserrights".DBCC results for 'acceptedirequestdetail'.There are 60101 rows in 863 pages for object "acceptedirequestdetail".DBCC results for 'expenseReport'.There are 378810 rows in 25821 pages for object "expenseReport".DBCC results for 'edi_spaincoreor_imo'.There are 0 rows in 0 pages for object "edi_spaincoreor_imo".DBCC results for 'chargecodes'.There are 0 rows in 0 pages for object "chargecodes".DBCC results for 'edi_cuscarcor_imo'.There are 0 rows in 0 pages for object "edi_cuscarcor_imo".DBCC results for 'SRRMATERIALmissingcost'.There are 0 rows in 0 pages for object "SRRMATERIALmissingcost".DBCC results for 'EOSPWeather'.There are 34 rows in 2 pages for object "EOSPWeather".DBCC results for 'ratevaliditynew'.There are 14256 rows in 241 pages for object "ratevaliditynew".DBCC results for 'Damagedetail'.There are 2297 rows in 24 pages for object "Damagedetail".DBCC results for 'edi_crm_customermaster'.There are 0 rows in 0 pages for object "edi_crm_customermaster".DBCC results for 'subtransheader1'.There are 0 rows in 0 pages for object "subtransheader1".DBCC results for 'reference'.There are 66 rows in 1 pages for object "reference".DBCC results for 'edi_malasiya_Coreor_Import_cargo'.There are 4166 rows in 64 pages for object "edi_malasiya_Coreor_Import_cargo".DBCC results for 'tdnheadern'.There are 3 rows in 1 pages for object "tdnheadern".DBCC results for 'tmpTenderUsers'.There are 0 rows in 4 pages for object "tmpTenderUsers".DBCC results for 'indoreceiptmdlindex'.There are 0 rows in 0 pages for object "indoreceiptmdlindex".DBCC results for 'edi_crm_cargo'.There are 6044 rows in 494 pages for object "edi_crm_cargo".DBCC results for 'agencyrenumdays'.There are 0 rows in 0 pages for object "agencyrenumdays".DBCC results for 'poolinvmaster'.There are 0 rows in 0 pages for object "poolinvmaster".DBCC results for 'edi_cuscar_k5_mnr_imo'.There are 0 rows in 0 pages for object "edi_cuscar_k5_mnr_imo".DBCC results for 'EMSEDIlive'.There are 421793 rows in 46376 pages for object "EMSEDIlive".DBCC results for 'Tempmrgdetail'.There are 0 rows in 1 pages for object "Tempmrgdetail".DBCC results for 'Edi_ZB3Export_houscust'.There are 0 rows in 0 pages for object "Edi_ZB3Export_houscust".DBCC results for 'cdsunits'.There are 0 rows in 0 pages for object "cdsunits".DBCC results for 'tmp_codaediblno'.There are 0 rows in 1 pages for object "tmp_codaediblno".DBCC results for 'expReportMaster'.There are 30709 rows in 489 pages for object "expReportMaster".DBCC results for 'edi_spaincoreor_ops'.There are 0 rows in 0 pages for object "edi_spaincoreor_ops".DBCC results for 'edi_cuscarcor_ops'.There are 0 rows in 0 pages for object "edi_cuscarcor_ops".DBCC results for 'NoonWeather'.There are 0 rows in 0 pages for object "NoonWeather".DBCC results for 'Damagemaster'.There are 1388 rows in 32 pages for object "Damagemaster".DBCC results for 'edi_crm_custcontacts'.There are 0 rows in 0 pages for object "edi_crm_custcontacts".DBCC results for 'TerminalClosing'.There are 0 rows in 0 pages for object "TerminalClosing".DBCC results for 'scheduleediHistory'.There are 91476 rows in 2192 pages for object "scheduleediHistory".DBCC results for 'subtransheader2'.There are 0 rows in 0 pages for object "subtransheader2".DBCC results for 'EmsEquipseriesflagCntrDetail'.There are 92023 rows in 720 pages for object "EmsEquipseriesflagCntrDetail".DBCC results for 'edi_malaysiacuscar_cargo'.There are 47613 rows in 1403 pages for object "edi_malaysiacuscar_cargo".DBCC results for 'edi_malasiya_Coreor_Import_main'.There are 2593 rows in 46 pages for object "edi_malasiya_Coreor_Import_main".DBCC results for 'tdntdtsegn'.There are 3 rows in 1 pages for object "tdntdtsegn".DBCC results for 'belgium_cuscar_svvp_import'.There are 0 rows in 0 pages for object "belgium_cuscar_svvp_import".DBCC results for 'edi_crm_cargo1'.There are 6044 rows in 609 pages for object "edi_crm_cargo1".DBCC results for 'cntRoyaltyPort'.There are 36 rows in 1 pages for object "cntRoyaltyPort".DBCC results for 'DetentionContainers'.There are 0 rows in 0 pages for object "DetentionContainers".DBCC results for 'edi_Spain_coreor_import_customer'.There are 0 rows in 0 pages for object "edi_Spain_coreor_import_customer".DBCC results for 'Area'.There are 24 rows in 1 pages for object "Area".DBCC results for 'edi_cuscar_k5_mnr_ops'.There are 3 rows in 1 pages for object "edi_cuscar_k5_mnr_ops".DBCC results for 'LanguageTerminalMaster'.There are 0 rows in 0 pages for object "LanguageTerminalMaster".DBCC results for 'tmpimbalanceport'.There are 0 rows in 4 pages for object "tmpimbalanceport".DBCC results for 'feederSchedulelog'.There are 4696 rows in 138 pages for object "feederSchedulelog".DBCC results for 'tenderlogdetail'.There are 2453 rows in 67 pages for object "tenderlogdetail".DBCC results for 'termstable'.There are 0 rows in 0 pages for object "termstable".DBCC results for 'edi_germany_coreor_import_customer'.There are 5899 rows in 62 pages for object "edi_germany_coreor_import_customer".DBCC results for 'Edi_ZB3Export_houscust1'.There are 0 rows in 0 pages for object "Edi_ZB3Export_houscust1".DBCC results for 'cdsvesselmaster'.There are 0 rows in 0 pages for object "cdsvesselmaster".DBCC results for 'CCSPortsSectors'.There are 14 rows in 1 pages for object "CCSPortsSectors".DBCC results for 'tempediid'.There are 336 rows in 3 pages for object "tempediid".DBCC results for 'tempcommodityrestriction'.There are 0 rows in 0 pages for object "tempcommodityrestriction".DBCC results for 'NoonMaster'.There are 0 rows in 0 pages for object "NoonMaster".DBCC results for 'edi_crm_custcontacts_main'.There are 0 rows in 0 pages for object "edi_crm_custcontacts_main".DBCC results for 'VesselEmail'.There are 80 rows in 1 pages for object "VesselEmail".DBCC results for 'bl_reference'.There are 1870353 rows in 17441 pages for object "bl_reference".DBCC results for 'edi_malaysiacuscar_customer'.There are 112664 rows in 3300 pages for object "edi_malaysiacuscar_customer".DBCC results for 'edi_Malasiya_coreor_import_customer'.There are 2601 rows in 43 pages for object "edi_Malasiya_coreor_import_customer".DBCC results for 'tdnnadn'.There are 36 rows in 3 pages for object "tdnnadn".DBCC results for 'belgium_cuscar_sgp_import'.There are 11418 rows in 383 pages for object "belgium_cuscar_sgp_import".DBCC results for 'MissingCost'.There are 14812 rows in 524 pages for object "MissingCost".DBCC results for 'ProformaSvcDetail'.There are 6303 rows in 412 pages for object "ProformaSvcDetail".DBCC results for 'edi_crm_cargogrpdesc'.There are 0 rows in 0 pages for object "edi_crm_cargogrpdesc".DBCC results for 'cntRoyaltyPriority'.There are 5 rows in 1 pages for object "cntRoyaltyPriority".DBCC results for 'edi_cuscar_k5_mnr_tdt'.There are 0 rows in 0 pages for object "edi_cuscar_k5_mnr_tdt".DBCC results for 'edierrorstatus'.There are 2708 rows in 108 pages for object "edierrorstatus".DBCC results for 'tenderlogmaster'.There are 20 rows in 1 pages for object "tenderlogmaster".DBCC results for 'vesselcaptain'.There are 76 rows in 2 pages for object "vesselcaptain".DBCC results for 'Edi_ZB3Export_pac'.There are 0 rows in 0 pages for object "Edi_ZB3Export_pac".DBCC results for 'cmdgrpdetail'.There are 0 rows in 0 pages for object "cmdgrpdetail".DBCC results for 'operatorSharingAllocation'.There are 1423 rows in 37 pages for object "operatorSharingAllocation".DBCC results for 'Statesmaster'.There are 402 rows in 5 pages for object "Statesmaster".DBCC results for 'FdrContractActivity'.There are 0 rows in 0 pages for object "FdrContractActivity".DBCC results for 'CallInformation'.There are 31 rows in 2 pages for object "CallInformation".DBCC results for 'TenderUsrPortGroup'.There are 4682303 rows in 80765 pages for object "TenderUsrPortGroup".DBCC results for 'usersession'.There are 621132 rows in 3201 pages for object "usersession".DBCC results for 'EmsEquipseriesflagDetail'.There are 807 rows in 5 pages for object "EmsEquipseriesflagDetail".DBCC results for 'edi_Malasiya_coreor_import_customer1'.There are 2593 rows in 32 pages for object "edi_Malasiya_coreor_import_customer1".DBCC results for 'tdngidn'.There are 3 rows in 1 pages for object "tdngidn".DBCC results for 'belgium_cuscar_ops_import'.There are 3553 rows in 83 pages for object "belgium_cuscar_ops_import".DBCC results for 'edi_dohacargo_bldetail'.There are 3872 rows in 171 pages for object "edi_dohacargo_bldetail".DBCC results for 'customermaster23012012'.There are 230756 rows in 19090 pages for object "customermaster23012012".DBCC results for 'edi_crm_cargoitemdesc'.There are 0 rows in 0 pages for object "edi_crm_cargoitemdesc".DBCC results for 'edi_pakistan_cust'.There are 140 rows in 6 pages for object "edi_pakistan_cust".DBCC results for 'edi_Spain_coreor_import_cargo'.There are 0 rows in 0 pages for object "edi_Spain_coreor_import_cargo".DBCC results for 'poolstoragedetail'.There are 0 rows in 0 pages for object "poolstoragedetail".DBCC results for 'tempeditempbooking_remarks'.There are 8044 rows in 153 pages for object "tempeditempbooking_remarks".DBCC results for 'edi_cuscarcor_k5_mnr_bl'.There are 0 rows in 0 pages for object "edi_cuscarcor_k5_mnr_bl".DBCC results for 'EMSSetting'.There are 34 rows in 1 pages for object "EMSSetting".DBCC results for 'tmptradelane'.There are 0 rows in 0 pages for object "tmptradelane".DBCC results for 'edi_germany_coreor_import_commodity'.There are 9299 rows in 133 pages for object "edi_germany_coreor_import_commodity".DBCC results for 'edi_zb3_reference'.There are 0 rows in 0 pages for object "edi_zb3_reference".DBCC results for 'CorporateCustomer'.There are 2540486 rows in 31303 pages for object "CorporateCustomer".DBCC results for 'edi_belgium_coreorPSA_import_ops'.There are 240 rows in 10 pages for object "edi_belgium_coreorPSA_import_ops".DBCC results for 'rpttdnprint'.There are 7400 rows in 127 pages for object "rpttdnprint".DBCC results for 'containerbond'.There are 0 rows in 0 pages for object "containerbond".DBCC results for 'edi_crm_rateagreement'.There are 0 rows in 0 pages for object "edi_crm_rateagreement".DBCC results for 'ScheduleSecurity'.There are 861 rows in 10 pages for object "ScheduleSecurity".DBCC results for 'receiptmaster'.There are 1176217 rows in 76782 pages for object "receiptmaster".DBCC results for 'EmsEquipseriesflagMaster'.There are 627 rows in 10 pages for object "EmsEquipseriesflagMaster".DBCC results for 'tdneqdn'.There are 3 rows in 1 pages for object "tdneqdn".DBCC results for 'cuscarklcustdetails'.There are 6 rows in 1 pages for object "cuscarklcustdetails".DBCC results for 'belgium_cuscar_cust_import'.There are 10656 rows in 262 pages for object "belgium_cuscar_cust_import".DBCC results for 'edi_MUMBAICARGO'.There are 129 rows in 6 pages for object "edi_MUMBAICARGO".DBCC results for 'rptEasy'.There are 0 rows in 0 pages for object "rptEasy".DBCC results for 'CraOffLineContri'.There are 1221 rows in 19 pages for object "CraOffLineContri".DBCC results for 'edi_crm_commodity'.There are 17690 rows in 271 pages for object "edi_crm_commodity".DBCC results for 'tmpOpsDetail'.There are 0 rows in 1 pages for object "tmpOpsDetail".DBCC results for 'cntRoyPortDistance'.There are 14 rows in 2 pages for object "cntRoyPortDistance".DBCC results for 'edi_cuscarcor_k5_mnr_cargo'.There are 0 rows in 0 pages for object "edi_cuscarcor_k5_mnr_cargo".DBCC results for 'TConErrorLog'.There are 0 rows in 0 pages for object "TConErrorLog".DBCC results for 'edirequestdetail'.There are 6366126 rows in 66062 pages for object "edirequestdetail".CHECKDB found 0 allocation errors and 8 consistency errors in table 'edirequestdetail' (object ID 498412074).DBCC results for 'cmdgrpmaster'.There are 0 rows in 0 pages for object "cmdgrpmaster".DBCC results for 'edi_belgium_coreorPSA_import_cargo'.There are 540 rows in 14 pages for object "edi_belgium_coreorPSA_import_cargo".DBCC results for 'FdrContractAgency'.There are 62083 rows in 390 pages for object "FdrContractAgency".DBCC results for 'edi_spain_ifcsum_cnicust'.There are 0 rows in 0 pages for object "edi_spain_ifcsum_cnicust".DBCC results for 'edi_cuscar_bl'.There are 520 rows in 8 pages for object "edi_cuscar_bl".DBCC results for 'edicrmcontdate'.There are 0 rows in 0 pages for object "edicrmcontdate".DBCC results for 'VesselOwnertype'.There are 3 rows in 1 pages for object "VesselOwnertype".DBCC results for 'tdnsubsegn'.There are 6 rows in 1 pages for object "tdnsubsegn".DBCC results for 'belgium_cuscar_cntrcnt_import'.There are 3552 rows in 27 pages for object "belgium_cuscar_cntrcnt_import".DBCC results for 'SubServiceMaster'.There are 0 rows in 0 pages for object "SubServiceMaster".DBCC results for 'edi_mum_container'.There are 367 rows in 6 pages for object "edi_mum_container".DBCC results for 'PanamaSuez_port'.There are 2 rows in 1 pages for object "PanamaSuez_port".DBCC results for 'edi_malaysiacoprarn_commodity'.There are 581 rows in 14 pages for object "edi_malaysiacoprarn_commodity".DBCC results for 'edi_vlc_ifcsum_duaeqd'.There are 38794 rows in 751 pages for object "edi_vlc_ifcsum_duaeqd".DBCC results for 'edi_crm_count'.There are 74 rows in 7 pages for object "edi_crm_count".DBCC results for 'edi_Spain_coreor_import_commodity'.There are 0 rows in 0 pages for object "edi_Spain_coreor_import_commodity".DBCC results for 'poolstoragedetailtmp'.There are 0 rows in 0 pages for object "poolstoragedetailtmp".DBCC results for 'edi_cuscarcor_k5_mnr_cnt'.There are 0 rows in 0 pages for object "edi_cuscarcor_k5_mnr_cnt".DBCC results for 'TCONUploadStatus'.There are 119052 rows in 2866 pages for object "TCONUploadStatus".DBCC results for 'TransportMode'.There are 8 rows in 1 pages for object "TransportMode".DBCC results for 'manifest_Grandtotal'.There are 1858 rows in 27 pages for object "manifest_Grandtotal".DBCC results for 'edirule'.There are 24 rows in 3 pages for object "edirule".DBCC results for 'vesselSharingAllocation'.There are 2933 rows in 65 pages for object "vesselSharingAllocation".DBCC results for 'edi_belgium_coreorPSA_import_commodity'.There are 603 rows in 35 pages for object "edi_belgium_coreorPSA_import_commodity".DBCC results for 'VendorMapping'.There are 0 rows in 0 pages for object "VendorMapping".DBCC results for 'RegLoc_ICD_Mapping'.There are 69 rows in 1 pages for object "RegLoc_ICD_Mapping".DBCC results for 'HMClaimSurveyMaster'.There are 2 rows in 1 pages for object "HMClaimSurveyMaster".DBCC results for 'edi_spain_ifcsum_cnidgs'.There are 0 rows in 0 pages for object "edi_spain_ifcsum_cnidgs".DBCC results for 'edi_japan_ifcsumnew_com1'.There are 0 rows in 0 pages for object "edi_japan_ifcsumnew_com1".DBCC results for 'edicrmcustdate'.There are 0 rows in 0 pages for object "edicrmcustdate".DBCC results for 'LongTermScheduleEdilog'.There are 0 rows in 0 pages for object "LongTermScheduleEdilog".DBCC results for 'bl_combined'.There are 14676 rows in 344 pages for object "bl_combined".DBCC results for 'EmsFlagEntriesLog'.There are 1610769 rows in 28629 pages for object "EmsFlagEntriesLog".CHECKDB found 0 allocation errors and 13 consistency errors in table 'EmsFlagEntriesLog' (object ID 524423721).DBCC results for 'edi_vlc_ifcsum_ops'.There are 16685 rows in 867 pages for object "edi_vlc_ifcsum_ops".DBCC results for 'subtransheadern'.There are 3 rows in 1 pages for object "subtransheadern".DBCC results for 'belgium_cuscar_carcom_import'.There are 11394 rows in 145 pages for object "belgium_cuscar_carcom_import".DBCC results for 'edi_mumbaimarks'.There are 129 rows in 2 pages for object "edi_mumbaimarks".DBCC results for 'EXSLocationCode'.There are 19 rows in 1 pages for object "EXSLocationCode".DBCC results for 'rptEasySearch'.There are 0 rows in 0 pages for object "rptEasySearch".DBCC results for 'edi_malaysiacoprarn_imo'.There are 599 rows in 6 pages for object "edi_malaysiacoprarn_imo".DBCC results for 'cntVariableValueMapping'.There are 0 rows in 0 pages for object "cntVariableValueMapping".DBCC results for 'EmsErrorLog'.There are 121060 rows in 2020 pages for object "EmsErrorLog".DBCC results for 'edi_chinaiftmbc'.There are 0 rows in 38 pages for object "edi_chinaiftmbc".DBCC results for 'edi_inttra_iftmcs_bl'.There are 55677 rows in 2925 pages for object "edi_inttra_iftmcs_bl".DBCC results for 'edi_cuscarcor_k5_mnr_commodity'.There are 0 rows in 0 pages for object "edi_cuscarcor_k5_mnr_commodity".DBCC results for 'edirequestmaster'.There are 1921776 rows in 85518 pages for object "edirequestmaster".CHECKDB found 0 allocation errors and 6 consistency errors in table 'edirequestmaster' (object ID 530412188).DBCC results for 'edi_italy_arrival_notice'.There are 61 rows in 4 pages for object "edi_italy_arrival_notice".DBCC results for 'tmpSelectService'.There are 1620 rows in 17 pages for object "tmpSelectService".DBCC results for 'ScheduleMdlIndex'.There are 1 rows in 1 pages for object "ScheduleMdlIndex".DBCC results for 'fcn_rule_master'.There are 23 rows in 1 pages for object "fcn_rule_master".DBCC results for 'EMSEDIOUTMASTER'.There are 300841 rows in 4885 pages for object "EMSEDIOUTMASTER".DBCC results for 'edi_belgium_coreorPSA_import_imo'.There are 0 rows in 0 pages for object "edi_belgium_coreorPSA_import_imo".DBCC results for 'FdrContractCharges'.There are 73786 rows in 1026 pages for object "FdrContractCharges".DBCC results for 'edi_spain_ifcsum_cnigid'.There are 0 rows in 0 pages for object "edi_spain_ifcsum_cnigid".DBCC results for 'TMPVIRTUAL'.There are 71276 rows in 273 pages for object "TMPVIRTUAL".DBCC results for 'fcn_bl_cargo'.There are 665518 rows in 39204 pages for object "fcn_bl_cargo".DBCC results for 'edi_cuscar_cnt'.There are 1562 rows in 16 pages for object "edi_cuscar_cnt".DBCC results for 'edi_japan_ifcsumnew_imo'.There are 0 rows in 0 pages for object "edi_japan_ifcsumnew_imo".DBCC results for 'dischargestatus'.There are 243 rows in 8 pages for object "dischargestatus".DBCC results for 'edicrmrateamdate'.There are 0 rows in 0 pages for object "edicrmrateamdate".DBCC results for 'CoastalScheduleEdilog'.There are 584341 rows in 5695 pages for object "CoastalScheduleEdilog".DBCC results for 'chargecodemapping'.There are 0 rows in 0 pages for object "chargecodemapping".DBCC results for 'subtransheader1n'.There are 6 rows in 1 pages for object "subtransheader1n".DBCC results for 'belgium_cuscar_carcom1_import'.There are 84 rows in 8 pages for object "belgium_cuscar_carcom1_import".DBCC results for 'edi_MUMBAIvessel'.There are 0 rows in 0 pages for object "edi_MUMBAIvessel".DBCC results for 'edi_crm_root'.There are 3674 rows in 109 pages for object "edi_crm_root".DBCC results for 'edi_chinaiftmbc_cargo'.There are 0 rows in 13 pages for object "edi_chinaiftmbc_cargo".DBCC results for 'edi_Spain_coreor_import_imo'.There are 0 rows in 0 pages for object "edi_Spain_coreor_import_imo".DBCC results for 'edi_inttra_iftmcs_cargo'.There are 169005 rows in 2083 pages for object "edi_inttra_iftmcs_cargo".DBCC results for 'edi_cuscarcor_k5_mnr_cust'.There are 0 rows in 0 pages for object "edi_cuscarcor_k5_mnr_cust".DBCC results for 'agencycommissionactivity'.There are 9 rows in 1 pages for object "agencycommissionactivity".DBCC results for 'EmptyOutDetail'.There are 563005 rows in 5738 pages for object "EmptyOutDetail".DBCC results for 'editype'.There are 20 rows in 1 pages for object "editype".DBCC results for 'userconfig'.There are 0 rows in 0 pages for object "userconfig".DBCC results for 'fcnPrivilegeMaster'.There are 20 rows in 1 pages for object "fcnPrivilegeMaster".DBCC results for 'EMSEDIOutData'.There are 22264 rows in 2269 pages for object "EMSEDIOutData".DBCC results for 'corporateDetailN'.There are 12603868 rows in 1111638 pages for object "corporateDetailN".DBCC results for 'HMRiskTypeMaster'.There are 1 rows in 1 pages for object "HMRiskTypeMaster".DBCC results for 'edi_spain_ifcsum_eqd'.There are 0 rows in 0 pages for object "edi_spain_ifcsum_eqd".DBCC results for 'secbonddetails'.There are 0 rows in 0 pages for object "secbonddetails".DBCC results for 'edicrmratedate'.There are 0 rows in 0 pages for object "edicrmratedate".DBCC results for 'chargecodetaxes'.There are 2549 rows in 64 pages for object "chargecodetaxes".DBCC results for 'subtransheader2n'.There are 12 rows in 1 pages for object "subtransheader2n".DBCC results for 'edi_cuscar_cargo'.There are 287 rows in 9 pages for object "edi_cuscar_cargo".DBCC results for 'rptmdlProperties'.There are 57 rows in 1 pages for object "rptmdlProperties".DBCC results for 'rptbatchcro'.There are 0 rows in 1 pages for object "rptbatchcro".DBCC results for 'CODAActcodeMaping'.There are 4288 rows in 77 pages for object "CODAActcodeMaping".DBCC results for 'duamsgfunctions'.There are 12 rows in 1 pages for object "duamsgfunctions".DBCC results for 'edi_chinaiftmbc_com'.There are 0 rows in 12 pages for object "edi_chinaiftmbc_com".DBCC results for 'PoolStorageMaster'.There are 0 rows in 0 pages for object "PoolStorageMaster".DBCC results for 'edi_inttra_iftmcs_charge'.There are 0 rows in 0 pages for object "edi_inttra_iftmcs_charge".DBCC results for 'bl_batchprintld'.There are 145 rows in 2 pages for object "bl_batchprintld".DBCC results for 'edi_cuscarcor_k5_mnr_imo'.There are 0 rows in 0 pages for object "edi_cuscarcor_k5_mnr_imo".DBCC results for 'agycommmappingdetail'.There are 3463 rows in 51 pages for object "agycommmappingdetail".DBCC results for 'edi_reader_https_bgm'.There are 45164 rows in 485 pages for object "edi_reader_https_bgm".DBCC results for 'EMSEmail'.There are 1 rows in 1 pages for object "EMSEmail".DBCC results for 'edi_coparn_germany'.There are 0 rows in 0 pages for object "edi_coparn_germany".DBCC results for 'bl_template'.There are 120 rows in 8 pages for object "bl_template".DBCC results for 'fcntype'.There are 7 rows in 1 pages for object "fcntype".DBCC results for 'FdrContractDetail'.There are 31597 rows in 1790 pages for object "FdrContractDetail".DBCC results for 'edi_spain_ifcsum_ops'.There are 0 rows in 0 pages for object "edi_spain_ifcsum_ops".DBCC results for 'edi_cuscar_cust'.There are 3046 rows in 64 pages for object "edi_cuscar_cust".DBCC results for 'actualschedule'.There are 76415 rows in 6926 pages for object "actualschedule".DBCC results for 'secbondmaster'.There are 0 rows in 0 pages for object "secbondmaster".DBCC results for 'edicrmconfig'.There are 1 rows in 1 pages for object "edicrmconfig".DBCC results for 'bl_footer'.There are 1422509 rows in 139090 pages for object "bl_footer".CHECKDB found 0 allocation errors and 1 consistency errors in table 'bl_footer' (object ID 572125379).DBCC results for 'editypemode'.There are 21 rows in 3 pages for object "editypemode".DBCC results for 'edi_cuscar_commodity'.There are 1117 rows in 41 pages for object "edi_cuscar_commodity".DBCC results for 'tmpblRCVS'.There are 0 rows in 9 pages for object "tmpblRCVS".DBCC results for 'ulive$'.There are 246 rows in 2 pages for object "ulive$".DBCC results for 'SlotBunkerCost'.There are 0 rows in 0 pages for object "SlotBunkerCost".DBCC results for 'creditnotedetail'.There are 9441 rows in 474 pages for object "creditnotedetail".DBCC results for 'edi_chinaiftmbc_cust'.There are 0 rows in 146 pages for object "edi_chinaiftmbc_cust".DBCC results for 'edi_cuscar_tdt'.There are 14240 rows in 203 pages for object "edi_cuscar_tdt".DBCC results for 'poolstoragesummary'.There are 0 rows in 0 pages for object "poolstoragesummary".DBCC results for 'edi_inttra_iftmcs_chargeSUM'.There are 0 rows in 0 pages for object "edi_inttra_iftmcs_chargeSUM".DBCC results for 'edi_cuscarcor_k5_mnr_ops'.There are 0 rows in 0 pages for object "edi_cuscarcor_k5_mnr_ops".DBCC results for 'agycommmappingexception'.There are 76 rows in 1 pages for object "agycommmappingexception".DBCC results for 'edi_reader_https_unb'.There are 18510 rows in 229 pages for object "edi_reader_https_unb".DBCC results for 'EmsErrMsgDetail'.There are 123916 rows in 3510 pages for object "EmsErrMsgDetail".DBCC results for 'ContributionDetail'.There are 962647 rows in 39623 pages for object "ContributionDetail".DBCC results for 'edi_coparn_germany_cargo'.There are 0 rows in 0 pages for object "edi_coparn_germany_cargo".DBCC results for 'emsedievent'.There are 23866 rows in 602 pages for object "emsedievent".DBCC results for 'emailtemplatemaster'.There are 6 rows in 1 pages for object "emailtemplatemaster".DBCC results for 'ClaimsMailFormat'.There are 8 rows in 1 pages for object "ClaimsMailFormat".DBCC results for 'edi_cuscar_imo'.There are 1 rows in 1 pages for object "edi_cuscar_imo".DBCC results for 'secbondpdetails'.There are 0 rows in 0 pages for object "secbondpdetails".DBCC results for 'edicrmjitter'.There are 13097 rows in 109 pages for object "edicrmjitter".DBCC results for 'edi_frgmpcro_cargo'.There are 80 rows in 5 pages for object "edi_frgmpcro_cargo".DBCC results for 'edi_cuscarcor_cargo'.There are 0 rows in 0 pages for object "edi_cuscarcor_cargo".DBCC results for 'VendorBilling'.There are 4031 rows in 122 pages for object "VendorBilling".DBCC results for 'tradenotedetail'.There are 0 rows in 0 pages for object "tradenotedetail".DBCC results for 'slotcostmaster'.There are 0 rows in 0 pages for object "slotcostmaster".DBCC results for 'srrUsrPortGroup'.There are 221735 rows in 4769 pages for object "srrUsrPortGroup".DBCC results for 'edi_chinaiftmbc_imo'.There are 0 rows in 1 pages for object "edi_chinaiftmbc_imo".DBCC results for 'edi_inttra_iftmcs_commodity'.There are 177245 rows in 8568 pages for object "edi_inttra_iftmcs_commodity".DBCC results for 'edi_cuscarcor_k5_mnr_tdt'.There are 0 rows in 0 pages for object "edi_cuscarcor_k5_mnr_tdt".DBCC results for 'agycommmappingfeedercost'.There are 109 rows in 1 pages for object "agycommmappingfeedercost".DBCC results for 'edi_nestle_iftsta'.There are 0 rows in 0 pages for object "edi_nestle_iftsta".DBCC results for 'edi_reader_https_moa'.There are 0 rows in 0 pages for object "edi_reader_https_moa".DBCC results for 'containerloadinstruction'.There are 30 rows in 1 pages for object "containerloadinstruction".DBCC results for 'edi_coparn_germany_cnt'.There are 0 rows in 0 pages for object "edi_coparn_germany_cnt".DBCC results for 'trackuserdetails'.There are 8044 rows in 53 pages for object "trackuserdetails".DBCC results for 'schEmailType'.There are 17 rows in 1 pages for object "schEmailType".DBCC results for 'UserRights'.There are 0 rows in 0 pages for object "UserRights".DBCC results for 'edi_cuscar_ops'.There are 492 rows in 18 pages for object "edi_cuscar_ops".DBCC results for 'warcurrency'.There are 0 rows in 0 pages for object "warcurrency".DBCC results for 'edi_frgmpcro_commodity'.There are 80 rows in 5 pages for object "edi_frgmpcro_commodity".DBCC results for 'booking_conf'.There are 935211 rows in 111395 pages for object "booking_conf".DBCC results for 'edi_cuscarcor_commodity'.There are 0 rows in 0 pages for object "edi_cuscarcor_commodity".DBCC results for 'tradenotemaster'.There are 0 rows in 0 pages for object "tradenotemaster".DBCC results for 'edi_pakistan_main'.There are 140 rows in 5 pages for object "edi_pakistan_main".DBCC results for 'creditnotemaster'.There are 7628 rows in 350 pages for object "creditnotemaster".DBCC results for 'edi_cuscarcor_tdt'.There are 0 rows in 0 pages for object "edi_cuscarcor_tdt".DBCC results for 'rptpool'.There are 0 rows in 0 pages for object "rptpool".DBCC results for 'edi_inttra_iftmcs_cust'.There are 344712 rows in 9387 pages for object "edi_inttra_iftmcs_cust".DBCC results for 'edi_korea_cusmanimport'.There are 6437 rows in 180 pages for object "edi_korea_cusmanimport".DBCC results for 'agycommmappingmaster'.There are 1274 rows in 24 pages for object "agycommmappingmaster".DBCC results for 'edi_reader_https_pci'.There are 0 rows in 0 pages for object "edi_reader_https_pci".DBCC results for 'edi_coparn_germany_commodity'.There are 0 rows in 0 pages for object "edi_coparn_germany_commodity".DBCC results for 'emseventcustmapping'.There are 846 rows in 8 pages for object "emseventcustmapping".DBCC results for 'srrdgDetail_arcproc'.There are 321587 rows in 1901 pages for object "srrdgDetail_arcproc".DBCC results for 'modulename'.There are 15 rows in 1 pages for object "modulename".DBCC results for 'VesselPlanner'.There are 16 rows in 1 pages for object "VesselPlanner".DBCC results for 'edi_hkg_workorder_cargo'.There are 0 rows in 0 pages for object "edi_hkg_workorder_cargo".DBCC results for 'HMClaimAppealDetails'.There are 0 rows in 0 pages for object "HMClaimAppealDetails".DBCC results for 'edicrmservice'.There are 5 rows in 1 pages for object "edicrmservice".DBCC results for 'edi_frgmpcro_cust'.There are 47 rows in 5 pages for object "edi_frgmpcro_cust".DBCC results for 'tempwmrcostmaster4'.There are 0 rows in 0 pages for object "tempwmrcostmaster4".DBCC results for 'edi_taiwan_imoACC'.There are 18 rows in 1 pages for object "edi_taiwan_imoACC".DBCC results for 'slotcostvesseldetails'.There are 0 rows in 0 pages for object "slotcostvesseldetails".DBCC results for 'debitnotedetail'.There are 4247 rows in 229 pages for object "debitnotedetail".DBCC results for 'edi_inttra_iftmcs_header'.There are 58460 rows in 1400 pages for object "edi_inttra_iftmcs_header".DBCC results for 'edi_korea_cusmanimport_cargo'.There are 15048 rows in 279 pages for object "edi_korea_cusmanimport_cargo".DBCC results for 'commissionChargeOrder'.There are 36 rows in 1 pages for object "commissionChargeOrder".DBCC results for 'edi_reader_https_unh'.There are 18479 rows in 179 pages for object "edi_reader_https_unh".DBCC results for 'iftdgnfran_book'.There are 15 rows in 1 pages for object "iftdgnfran_book".DBCC results for 'emsalertmail'.There are 0 rows in 0 pages for object "emsalertmail".DBCC results for 'edi_coparn_germany_cust'.There are 0 rows in 0 pages for object "edi_coparn_germany_cust".DBCC results for 'emseventcusttype'.There are 49 rows in 2 pages for object "emseventcusttype".DBCC results for 'agencyMatrix'.There are 387 rows in 4 pages for object "agencyMatrix".DBCC results for 'edi_hkg_workorder_ops'.There are 0 rows in 0 pages for object "edi_hkg_workorder_ops".DBCC results for 'FdrContractDetailTemp'.There are 0 rows in 1 pages for object "FdrContractDetailTemp".DBCC results for 'WARWeeks'.There are 261 rows in 2 pages for object "WARWeeks".DBCC results for 'edi_frgmpcro_eqdloc'.There are 80 rows in 5 pages for object "edi_frgmpcro_eqdloc".DBCC results for 'tmpsplitbl'.There are 120150 rows in 2943 pages for object "tmpsplitbl".DBCC results for 'edi_malaysiacoprar_cargo'.There are 87183 rows in 4329 pages for object "edi_malaysiacoprar_cargo".DBCC results for 'exs_acknowledgementmasterdetailtemp'.There are 2 rows in 1 pages for object "exs_acknowledgementmasterdetailtemp".DBCC results for 'combined_master'.There are 49015 rows in 1236 pages for object "combined_master".DBCC results for 'edi_reader_https'.There are 125226 rows in 4280 pages for object "edi_reader_https".DBCC results for 'SlotcostVesselMaster'.There are 0 rows in 0 pages for object "SlotcostVesselMaster".DBCC results for 'chargeunits'.There are 7 rows in 1 pages for object "chargeunits".DBCC results for 'debitnotemaster'.There are 3543 rows in 160 pages for object "debitnotemaster".DBCC results for 'edi_crm_forecast_default'.There are 25 rows in 1 pages for object "edi_crm_forecast_default".DBCC results for 'stcinvdetail'.There are 0 rows in 0 pages for object "stcinvdetail".DBCC results for 'edi_inttra_iftmcs_imo'.There are 2789 rows in 86 pages for object "edi_inttra_iftmcs_imo".DBCC results for 'edi_korea_cusmanimport_cnt'.There are 6367 rows in 42 pages for object "edi_korea_cusmanimport_cnt".DBCC results for 'CustLocCodes'.There are 1 rows in 1 pages for object "CustLocCodes".DBCC results for 'iftdgnfran_book_cargo'.There are 0 rows in 0 pages for object "iftdgnfran_book_cargo".DBCC results for 'ChargeMapping'.There are 231 rows in 3 pages for object "ChargeMapping".DBCC results for 'EmsReportSetting'.There are 926 rows in 18 pages for object "EmsReportSetting".DBCC results for 'edi_coparn_germany_cust1'.There are 0 rows in 0 pages for object "edi_coparn_germany_cust1".DBCC results for 'emseventlocation'.There are 1 rows in 1 pages for object "emseventlocation".DBCC results for 'booking_cargo_dpworder'.There are 0 rows in 0 pages for object "booking_cargo_dpworder".DBCC results for 'srrdgDetailTemp'.There are 0 rows in 1 pages for object "srrdgDetailTemp".DBCC results for 'PortHolidayscsvMaster'.There are 55 rows in 1 pages for object "PortHolidayscsvMaster".DBCC results for 'porttables'.There are 74 rows in 1 pages for object "porttables".DBCC results for 'emsedi'.There are 145212 rows in 16258 pages for object "emsedi".DBCC results for 'HMClaimClaimantDetails'.There are 0 rows in 0 pages for object "HMClaimClaimantDetails".DBCC results for 'edi_frgmpcro_imo'.There are 89 rows in 5 pages for object "edi_frgmpcro_imo".DBCC results for 'SubServiceDetail'.There are 0 rows in 0 pages for object "SubServiceDetail".DBCC results for 'edi_japan_ifcsum_pay'.There are 61015 rows in 588 pages for object "edi_japan_ifcsum_pay".DBCC results for 'localbanks'.There are 3163 rows in 49 pages for object "localbanks".DBCC results for 'Trackingdetail_TEMP'.There are 114039 rows in 697 pages for object "Trackingdetail_TEMP".DBCC results for 'slotportcost'.There are 0 rows in 0 pages for object "slotportcost".DBCC results for 'disputeTolerance'.There are 4 rows in 2 pages for object "disputeTolerance".DBCC results for 'edi_crm_forecast_main'.There are 2459 rows in 145 pages for object "edi_crm_forecast_main".DBCC results for 'DOJASPERPATH'.There are 59 rows in 8 pages for object "DOJASPERPATH".DBCC results for 'edi_inttra_iftmcs_legtemp'.There are 25934 rows in 433 pages for object "edi_inttra_iftmcs_legtemp".DBCC results for 'edi_korea_cusmanimport_com'.There are 7147 rows in 156 pages for object "edi_korea_cusmanimport_com".DBCC results for 'transforward'.There are 0 rows in 0 pages for object "transforward".DBCC results for 'actualschedule_log'.There are 39227 rows in 3313 pages for object "actualschedule_log".DBCC results for 'CustRename'.There are 0 rows in 0 pages for object "CustRename".DBCC results for 'iftdgnfran_book_com'.There are 41 rows in 2 pages for object "iftdgnfran_book_com".DBCC results for 'AutoClauseMaster'.There are 158 rows in 3 pages for object "AutoClauseMaster".DBCC results for 'EmsStartEndActivityGrp'.There are 86 rows in 1 pages for object "EmsStartEndActivityGrp".DBCC results for 'edi_coparn_germany_imo'.There are 0 rows in 0 pages for object "edi_coparn_germany_imo".DBCC results for 'emseventmovement'.There are 104 rows in 1 pages for object "emseventmovement".DBCC results for 'booking_commodity_dpworder'.There are 0 rows in 0 pages for object "booking_commodity_dpworder".DBCC results for 'CCSPorts'.There are 64 rows in 1 pages for object "CCSPorts".DBCC results for 'HaulagePorts'.There are 2 rows in 1 pages for object "HaulagePorts".DBCC results for 'regtradeAgency'.There are 68 rows in 1 pages for object "regtradeAgency".DBCC results for 'OpsBkShipmentType'.There are 6 rows in 1 pages for object "OpsBkShipmentType".DBCC results for 'FdrContractIMDG'.There are 129658 rows in 1143 pages for object "FdrContractIMDG".DBCC results for 'lrpaccmdlindex'.There are 176 rows in 3 pages for object "lrpaccmdlindex".DBCC results for 'tmpcontract'.There are 182398 rows in 940 pages for object "tmpcontract".DBCC results for 'edi_frgmpcro_ops'.There are 47 rows in 5 pages for object "edi_frgmpcro_ops".DBCC results for 'maintranstable'.There are 0 rows in 0 pages for object "maintranstable".DBCC results for 'tmp1'.There are 0 rows in 0 pages for object "tmp1".DBCC results for 'edi_malaysiacoprar_commodity'.There are 86539 rows in 1774 pages for object "edi_malaysiacoprar_commodity".DBCC results for 'CertificateIssued'.There are 0 rows in 0 pages for object "CertificateIssued".DBCC results for 'edi_uk_coreor_import_main'.There are 0 rows in 0 pages for object "edi_uk_coreor_import_main".DBCC results for 'edi_nigeriacop_ops'.There are 191 rows in 9 pages for object "edi_nigeriacop_ops".DBCC results for 'Trackingmaster_TEMP'.There are 114041 rows in 1317 pages for object "Trackingmaster_TEMP".DBCC results for 'SlotProformaDetail'.There are 33 rows in 2 pages for object "SlotProformaDetail".DBCC results for 'tempDup'.There are 36 rows in 1 pages for object "tempDup".DBCC results for 'Elmt1HeaderMaping'.There are 2 rows in 1 pages for object "Elmt1HeaderMaping".DBCC results for 'invoicedetail_19jan2011'.There are 20552679 rows in 187383 pages for object "invoicedetail_19jan2011".DBCC results for 'stcinvmaster'.There are 0 rows in 0 pages for object "stcinvmaster".DBCC results for 'edi_inttra_iftmcs_marksdesc'.There are 193312 rows in 6881 pages for object "edi_inttra_iftmcs_marksdesc".DBCC results for 'edi_korea_cusmanimport_cust'.There are 36912 rows in 663 pages for object "edi_korea_cusmanimport_cust".DBCC results for 'Custtables'.There are 75 rows in 1 pages for object "Custtables".DBCC results for 'iftdgnfran_book_imo'.There are 42 rows in 2 pages for object "iftdgnfran_book_imo".DBCC results for 'repserialnumber'.There are 245 rows in 3 pages for object "repserialnumber".DBCC results for 'booking_cust_dpworder'.There are 0 rows in 0 pages for object "booking_cust_dpworder".DBCC results for 'edi_belgiumcoprarimport_ops'.There are 0 rows in 0 pages for object "edi_belgiumcoprarimport_ops".DBCC results for 'ptrename'.There are 0 rows in 0 pages for object "ptrename".DBCC results for 'HMClaimGuaranteeDetails'.There are 0 rows in 0 pages for object "HMClaimGuaranteeDetails".DBCC results for 'FdrContractMaster'.There are 458 rows in 12 pages for object "FdrContractMaster".DBCC results for 'costTable'.There are 0 rows in 0 pages for object "costTable".DBCC results for 'servicechargemapping'.There are 811 rows in 9 pages for object "servicechargemapping".DBCC results for 'activityports'.There are 6840 rows in 51 pages for object "activityports".DBCC results for 'TallyEdiNominals'.There are 88121 rows in 1977 pages for object "TallyEdiNominals".DBCC results for 'bl_clause'.There are 8981879 rows in 193595 pages for object "bl_clause".CHECKDB found 0 allocation errors and 5 consistency errors in table 'bl_clause' (object ID 684125778).DBCC results for 'edi_dubaicoprarglt_cargo'.There are 0 rows in 0 pages for object "edi_dubaicoprarglt_cargo".DBCC results for 'edi_uk_coreor_import_cargo'.There are 0 rows in 0 pages for object "edi_uk_coreor_import_cargo".DBCC results for 'paylocations'.There are 479 rows in 7 pages for object "paylocations".DBCC results for 'edi_nigeriacop_cargo'.There are 191 rows in 4 pages for object "edi_nigeriacop_cargo".DBCC results for 'Trackingdetail'.There are 135737 rows in 801 pages for object "Trackingdetail".DBCC results for 'maintrans1'.There are 0 rows in 0 pages for object "maintrans1".DBCC results for 'egmcargo'.There are 13 rows in 1 pages for object "egmcargo".DBCC results for 'Elmt2HeaderMaping'.There are 225 rows in 8 pages for object "Elmt2HeaderMaping".DBCC results for 'edi_crm_forecast'.There are 2459 rows in 101 pages for object "edi_crm_forecast".DBCC results for 'edi_inttra_iftmcs_rff'.There are 172831 rows in 1450 pages for object "edi_inttra_iftmcs_rff".DBCC results for 'edi_korea_cusmanimport_expclno'.There are 10741 rows in 101 pages for object "edi_korea_cusmanimport_expclno".DBCC results for 'longtermpermanentdelete'.There are 0 rows in 1 pages for object "longtermpermanentdelete".DBCC results for 'AutoClauseDetail'.There are 18937 rows in 139 pages for object "AutoClauseDetail".DBCC results for 'booking_dpworder'.There are 0 rows in 0 pages for object "booking_dpworder".DBCC results for 'ediduatempmaster'.There are 309447 rows in 3283 pages for object "ediduatempmaster".DBCC results for 'house_bl_body'.There are 5384 rows in 497 pages for object "house_bl_body".DBCC results for 'edi_belgiumcoprarimport_cargo'.There are 0 rows in 0 pages for object "edi_belgiumcoprarimport_cargo".DBCC results for 'CCSPartnersCBF'.There are 12 rows in 1 pages for object "CCSPartnersCBF".DBCC results for 'TdnEdiDetails'.There are 4597 rows in 41 pages for object "TdnEdiDetails".DBCC results for 'agency'.There are 341 rows in 50 pages for object "agency".DBCC results for 'mmrchargegroup'.There are 82 rows in 1 pages for object "mmrchargegroup".DBCC results for 'tmpFormulaDetail_Backup'.There are 1010947 rows in 5427 pages for object "tmpFormulaDetail_Backup".DBCC results for 'BunkerRequestDetail'.There are 0 rows in 0 pages for object "BunkerRequestDetail".DBCC results for 'edi_malaysiacoprar_imo'.There are 812 rows in 15 pages for object "edi_malaysiacoprar_imo".DBCC results for 'CertificateMaster'.There are 0 rows in 0 pages for object "CertificateMaster".DBCC results for 'edi_uk_coreor_import_commodity'.There are 0 rows in 0 pages for object "edi_uk_coreor_import_commodity".DBCC results for 'edi_nigeriacop_commodity'.There are 191 rows in 13 pages for object "edi_nigeriacop_commodity".DBCC results for 'SlotProformaMaster'.There are 2 rows in 1 pages for object "SlotProformaMaster".DBCC results for 'transgid1'.There are 0 rows in 0 pages for object "transgid1".DBCC results for 'fdrexpensereportdetail'.There are 179816 rows in 15064 pages for object "fdrexpensereportdetail".DBCC results for 'edi_inttra_iftmcs_tdt'.There are 58459 rows in 1564 pages for object "edi_inttra_iftmcs_tdt".DBCC results for 'edi_korea_cusmanimport_pcnt'.There are 6367 rows in 41 pages for object "edi_korea_cusmanimport_pcnt".DBCC results for 'booking_imo_dpworder'.There are 0 rows in 0 pages for object "booking_imo_dpworder".DBCC results for 'duacommoditymapping'.There are 18070 rows in 263 pages for object "duacommoditymapping".DBCC results for 'shanghai_booking'.There are 6 rows in 1 pages for object "shanghai_booking".DBCC results for 'house_bl_cargo'.There are 6265 rows in 268 pages for object "house_bl_cargo".DBCC results for 'edi_belgiumcoprarimport_commodity'.There are 0 rows in 0 pages for object "edi_belgiumcoprarimport_commodity".DBCC results for 'BLContribution'.There are 1370020 rows in 71343 pages for object "BLContribution".DBCC results for 'HMClaimReasonMaster'.There are 1 rows in 1 pages for object "HMClaimReasonMaster".DBCC results for 'FdrContractOOG'.There are 0 rows in 0 pages for object "FdrContractOOG".DBCC results for 'BunkerRequestMaster'.There are 0 rows in 0 pages for object "BunkerRequestMaster".DBCC results for 'voyageroedetail'.There are 3255806 rows in 27635 pages for object "voyageroedetail".DBCC results for 'edi_dubaicoprarglt_imo'.There are 0 rows in 0 pages for object "edi_dubaicoprarglt_imo".DBCC results for 'tmdlindex'.There are 5167 rows in 53 pages for object "tmdlindex".DBCC results for 'edi_uk_coreor_import_imo'.There are 0 rows in 0 pages for object "edi_uk_coreor_import_imo".DBCC results for 'ssrdetail'.There are 0 rows in 0 pages for object "ssrdetail".DBCC results for 'edi_Italy_Custom_Manifest'.There are 0 rows in 0 pages for object "edi_Italy_Custom_Manifest".DBCC results for 'edi_nigeriacop_imo'.There are 0 rows in 0 pages for object "edi_nigeriacop_imo".DBCC results for 'Trackingmaster'.There are 135739 rows in 1506 pages for object "Trackingmaster".DBCC results for 'loadingcompany1'.There are 0 rows in 0 pages for object "loadingcompany1".DBCC results for 'egmfilemaster'.There are 7 rows in 1 pages for object "egmfilemaster".DBCC results for 'edicrmforecastdate'.There are 1 rows in 1 pages for object "edicrmforecastdate".DBCC results for 'edi_korea_cusmanimport_pcnt2'.There are 15277 rows in 124 pages for object "edi_korea_cusmanimport_pcnt2".DBCC results for 'coastalgroupcallid'.There are 0 rows in 1 pages for object "coastalgroupcallid".DBCC results for 'custtemp'.There are 0 rows in 0 pages for object "custtemp".DBCC results for 'EDIOpsList6'.There are 4975 rows in 1040 pages for object "EDIOpsList6".DBCC results for 'ServiceTaxContracts'.There are 9 rows in 1 pages for object "ServiceTaxContracts".DBCC results for 'tempdg'.There are 0 rows in 0 pages for object "tempdg".DBCC results for 'house_bl_clause'.There are 6147 rows in 141 pages for object "house_bl_clause".DBCC results for 'edi_belgiumcoprarimport_imo'.There are 0 rows in 0 pages for object "edi_belgiumcoprarimport_imo".DBCC results for 'forecastFlaTrack'.There are 0 rows in 0 pages for object "forecastFlaTrack".DBCC results for 'tdnedimaster'.There are 5 rows in 1 pages for object "tdnedimaster".DBCC results for 'EMSLocationGrp'.There are 11976 rows in 221 pages for object "EMSLocationGrp".DBCC results for 'hlgeqp'.There are 26 rows in 1 pages for object "hlgeqp".DBCC results for 'EmsMCNDestination'.There are 3233 rows in 32 pages for object "EmsMCNDestination".DBCC results for 'bound'.There are 5 rows in 1 pages for object "bound".DBCC results for 'opsemsrefresh'.There are 9989 rows in 117 pages for object "opsemsrefresh".DBCC results for 'acctdscodemapping'.There are 0 rows in 0 pages for object "acctdscodemapping".DBCC results for 'edi_malaysiacoprar_ops'.There are 86448 rows in 5628 pages for object "edi_malaysiacoprar_ops".DBCC results for 'City'.There are 8874 rows in 122 pages for object "City".DBCC results for 'InsuranceCompany'.There are 0 rows in 0 pages for object "InsuranceCompany".DBCC results for 'tbindex'.There are 359 rows in 4 pages for object "tbindex".DBCC results for 'ssrmaster'.There are 0 rows in 0 pages for object "ssrmaster".DBCC results for 'VesselOffHire'.There are 11 rows in 1 pages for object "VesselOffHire".DBCC results for 'EDIOpsList_nigeriacop'.There are 191 rows in 35 pages for object "EDIOpsList_nigeriacop".DBCC results for 'transportdetail1'.There are 0 rows in 0 pages for object "transportdetail1".DBCC results for 'agencycontacts'.There are 16 rows in 1 pages for object "agencycontacts".DBCC results for 'fdrexpensereportmaster'.There are 12660 rows in 314 pages for object "fdrexpensereportmaster".DBCC results for 'storagecostdetail'.There are 0 rows in 0 pages for object "storagecostdetail".DBCC results for 'edi_korea_cusmanimport_pcnt1'.There are 0 rows in 0 pages for object "edi_korea_cusmanimport_pcnt1".DBCC results for 'ediopslistnxtconnvsl2'.There are 597 rows in 6 pages for object "ediopslistnxtconnvsl2".DBCC results for 'srrcommodity_arcproc'.There are 502130 rows in 3313 pages for object "srrcommodity_arcproc".DBCC results for 'shanghai_bl_imo'.There are 0 rows in 0 pages for object "shanghai_bl_imo".DBCC results for 'cntsurchargemaster'.There are 38 rows in 1 pages for object "cntsurchargemaster".DBCC results for 'tempcontainter'.There are 0 rows in 0 pages for object "tempcontainter".DBCC results for 'house_bl_commodity'.There are 6265 rows in 654 pages for object "house_bl_commodity".DBCC results for 'RegionalTrade'.There are 5 rows in 1 pages for object "RegionalTrade".DBCC results for 'EmsJointVentMaster'.There are 0 rows in 0 pages for object "EmsJointVentMaster".DBCC results for 'BLOffLineContribution'.There are 0 rows in 1 pages for object "BLOffLineContribution".DBCC results for 'HMClaimSuitDetails'.There are 0 rows in 0 pages for object "HMClaimSuitDetails".DBCC results for 'globalActivity'.There are 6403 rows in 78 pages for object "globalActivity".DBCC results for 'wmmrsubservice'.There are 31 rows in 1 pages for object "wmmrsubservice".DBCC results for 'scenariobuildermaster'.There are 487 rows in 7 pages for object "scenariobuildermaster".DBCC results for 'rptmdlcolumnproperties'.There are 51 rows in 1 pages for object "rptmdlcolumnproperties".DBCC results for 'fcn_validation'.There are 455 rows in 8 pages for object "fcn_validation".DBCC results for 'taxmaster'.There are 212 rows in 9 pages for object "taxmaster".DBCC results for 'uatactualtrigger'.There are 49465 rows in 408 pages for object "uatactualtrigger".DBCC results for 'edi_bkg_cargo_dpw_voyage'.There are 0 rows in 0 pages for object "edi_bkg_cargo_dpw_voyage".DBCC results for 'usc_ifcsum_bl'.There are 831 rows in 41 pages for object "usc_ifcsum_bl".DBCC results for 'Revenue_Matching'.There are 13 rows in 1 pages for object "Revenue_Matching".DBCC results for 'transroadcarrier1'.There are 0 rows in 0 pages for object "transroadcarrier1".DBCC results for 'edi_korea_cusmanimport_totweight'.There are 6367 rows in 48 pages for object "edi_korea_cusmanimport_totweight".DBCC results for 'FTPFileUpload'.There are 81775 rows in 2731 pages for object "FTPFileUpload".DBCC results for 'shanghai_bl_cust'.There are 12 rows in 1 pages for object "shanghai_bl_cust".DBCC results for 'thailandinvoiceprintout'.There are 184846 rows in 2026 pages for object "thailandinvoiceprintout".DBCC results for 'tempcontainteriftmbf'.There are 0 rows in 0 pages for object "tempcontainteriftmbf".DBCC results for 'house_bl_cust'.There are 32060 rows in 1347 pages for object "house_bl_cust".DBCC results for 'EmsContMaterial'.There are 36 rows in 1 pages for object "EmsContMaterial".DBCC results for 'Importbondmaster'.There are 2 rows in 1 pages for object "Importbondmaster".DBCC results for 'EmsPreviousmove'.There are 285 rows in 5 pages for object "EmsPreviousmove".DBCC results for 'InvoiceMdlIndex'.There are 905 rows in 17 pages for object "InvoiceMdlIndex".DBCC results for 'rptmdldetail'.There are 561 rows in 19 pages for object "rptmdldetail".DBCC results for 'customerapproval'.There are 4137 rows in 105 pages for object "customerapproval".DBCC results for 'booking_routing'.There are 2354727 rows in 73434 pages for object "booking_routing".DBCC results for 'InsuranceMaster'.There are 0 rows in 0 pages for object "InsuranceMaster".DBCC results for 'UATINTRAEDI'.There are 2419 rows in 80 pages for object "UATINTRAEDI".DBCC results for 'edi_bkg_commodity_dpw_voyage'.There are 0 rows in 0 pages for object "edi_bkg_commodity_dpw_voyage".DBCC results for 'edi_italy_import_transhipment'.There are 0 rows in 0 pages for object "edi_italy_import_transhipment".DBCC results for 'EURPortMapping'.There are 5652 rows in 77 pages for object "EURPortMapping".DBCC results for 'usc_ifcsum_cargo'.There are 3710 rows in 89 pages for object "usc_ifcsum_cargo".DBCC results for 'kuwaitDOBatchPrint'.There are 19455 rows in 326 pages for object "kuwaitDOBatchPrint".DBCC results for 'egmmaster'.There are 12 rows in 1 pages for object "egmmaster".DBCC results for 'fdrexpsummarydetail'.There are 22998 rows in 821 pages for object "fdrexpsummarydetail".DBCC results for 'dubaidpa_bl_EDI'.There are 0 rows in 0 pages for object "dubaidpa_bl_EDI".DBCC results for 'region'.There are 48 rows in 1 pages for object "region".DBCC results for 'surchargestree'.There are 2749 rows in 35 pages for object "surchargestree".DBCC results for 'CntPortMap'.There are 4700 rows in 73 pages for object "CntPortMap".DBCC results for 'editempbooking'.There are 637021 rows in 39426 pages for object "editempbooking".DBCC results for 'house_bl_header'.There are 5384 rows in 460 pages for object "house_bl_header".DBCC results for 'iftdgnger_book'.There are 508 rows in 29 pages for object "iftdgnger_book".DBCC results for 'corporateMaster'.There are 27319 rows in 571 pages for object "corporateMaster".DBCC results for 'Departments'.There are 23 rows in 1 pages for object "Departments".DBCC results for 'BLTempContribution'.There are 2 rows in 1 pages for object "BLTempContribution".DBCC results for 'wmrcostmastertemp'.There are 15950 rows in 271 pages for object "wmrcostmastertemp".DBCC results for 'HlgContractActivity'.There are 0 rows in 0 pages for object "HlgContractActivity".DBCC results for 'WMR_Budget_Attribute'.There are 9 rows in 1 pages for object "WMR_Budget_Attribute".DBCC results for 'emsprevportemail'.There are 1125021 rows in 12554 pages for object "emsprevportemail".DBCC results for 'tmpHMClaimTransaction'.There are 0 rows in 0 pages for object "tmpHMClaimTransaction".DBCC results for 'rptmdlmaster'.There are 99 rows in 3 pages for object "rptmdlmaster".DBCC results for 'fcn_status'.There are 462386 rows in 7728 pages for object "fcn_status".DBCC results for 'GlobalUser'.There are 1 rows in 1 pages for object "GlobalUser".DBCC results for 'cbm_mandatory'.There are 4 rows in 1 pages for object "cbm_mandatory".DBCC results for 'manifest_Container'.There are 0 rows in 1 pages for object "manifest_Container".DBCC results for 'tmpsurchargeexception'.There are 664 rows in 7 pages for object "tmpsurchargeexception".DBCC results for 'uatscheduleediHistory'.There are 19 rows in 9 pages for object "uatscheduleediHistory".DBCC results for 'tmptenupdchgres'.There are 0 rows in 0 pages for object "tmptenupdchgres".DBCC results for 'edi_bkg_cust_dpw_voyage'.There are 0 rows in 0 pages for object "edi_bkg_cust_dpw_voyage".DBCC results for 'usc_ifcsum_clause'.There are 2313 rows in 49 pages for object "usc_ifcsum_clause".DBCC results for 'dubaidpa_cargo_EDI'.There are 0 rows in 0 pages for object "dubaidpa_cargo_EDI".DBCC results for 'opsemsmovement'.There are 20 rows in 1 pages for object "opsemsmovement".DBCC results for 'shanghai_bl_commodity'.There are 2 rows in 1 pages for object "shanghai_bl_commodity".DBCC results for 'ContractModuleDetails'.There are 5 rows in 1 pages for object "ContractModuleDetails".DBCC results for 'edi_crm_cust'.There are 23318 rows in 527 pages for object "edi_crm_cust".DBCC results for 'house_bl_imo'.There are 601 rows in 43 pages for object "house_bl_imo".DBCC results for 'iftdgnger_book_cargo'.There are 0 rows in 0 pages for object "iftdgnger_book_cargo".DBCC results for 'EmsJointVentDetail'.There are 0 rows in 0 pages for object "EmsJointVentDetail".DBCC results for 'edi_hhla_cuscar_main'.There are 3302 rows in 73 pages for object "edi_hhla_cuscar_main".DBCC results for 'RoutedetailTemp'.There are 823 rows in 30 pages for object "RoutedetailTemp".DBCC results for 'citymaster'.There are 58750 rows in 697 pages for object "citymaster".DBCC results for 'cargoarrivalhistory'.There are 355029 rows in 3216 pages for object "cargoarrivalhistory".DBCC results for 'VesselSecurityMaster'.There are 11 rows in 1 pages for object "VesselSecurityMaster".DBCC results for 'tmptenUpdPricing'.There are 0 rows in 3 pages for object "tmptenUpdPricing".DBCC results for 'edi_bkg_dpw_voyage'.There are 0 rows in 0 pages for object "edi_bkg_dpw_voyage".DBCC results for 'PortCharacteristics'.There are 136 rows in 4 pages for object "PortCharacteristics".DBCC results for 'usc_ifcsum_com'.There are 3709 rows in 155 pages for object "usc_ifcsum_com".DBCC results for 'fdrexpsummarymaster'.There are 16170 rows in 302 pages for object "fdrexpsummarymaster".DBCC results for 'scheduleAllocation'.There are 0 rows in 0 pages for object "scheduleAllocation".DBCC results for 'edi_coparn_spain_cust'.There are 24344 rows in 499 pages for object "edi_coparn_spain_cust".DBCC results for 'edi_egypt_cuscar_import_submain'.There are 1888 rows in 41 pages for object "edi_egypt_cuscar_import_submain".DBCC results for 'EMSStockSummary'.There are 8233 rows in 119 pages for object "EMSStockSummary".CHECKDB found 0 allocation errors and 1 consistency errors in table 'EMSStockSummary' (object ID 802362173).DBCC results for 'dubaidpa_EDI'.There are 0 rows in 0 pages for object "dubaidpa_EDI".DBCC results for 'LoadandDischCode'.There are 0 rows in 0 pages for object "LoadandDischCode".DBCC results for 'iftdgnger_book_com'.There are 1852 rows in 42 pages for object "iftdgnger_book_com".DBCC results for 'transitdelay'.There are 0 rows in 0 pages for object "transitdelay".DBCC results for 'edi_hhla_cuscar_sgp'.There are 4578 rows in 32 pages for object "edi_hhla_cuscar_sgp".DBCC results for 'VendorInsurancedetail'.There are 1 rows in 1 pages for object "VendorInsurancedetail".DBCC results for 'HlgContractAgencies'.There are 56998 rows in 266 pages for object "HlgContractAgencies".DBCC results for 'WMR_Budget_Detail'.There are 108 rows in 1 pages for object "WMR_Budget_Detail".DBCC results for 'ArrivalMaster'.There are 35295 rows in 1691 pages for object "ArrivalMaster".DBCC results for 'HandM_ClaimHandler_Master'.There are 2 rows in 1 pages for object "HandM_ClaimHandler_Master".DBCC results for 'rptmdlpublished'.There are 3 rows in 1 pages for object "rptmdlpublished".DBCC results for 'tmppartbl'.There are 103339 rows in 2693 pages for object "tmppartbl".DBCC results for 'cityzipmaster'.There are 4481 rows in 33 pages for object "cityzipmaster".DBCC results for 'edi_belgiumcusrep_main'.There are 67 rows in 5 pages for object "edi_belgiumcusrep_main".DBCC results for 'edi_geriftmcsimport_bl'.There are 8951 rows in 372 pages for object "edi_geriftmcsimport_bl".DBCC results for 'vesselupdatedetails'.There are 0 rows in 0 pages for object "vesselupdatedetails".DBCC results for 'edi_bkg_imo_dpw_voyage'.There are 0 rows in 0 pages for object "edi_bkg_imo_dpw_voyage".DBCC results for 'usc_ifcsum_cust'.There are 4259 rows in 161 pages for object "usc_ifcsum_cust".DBCC results for 'edi_malaysiacoprarn_cargo'.There are 581 rows in 39 pages for object "edi_malaysiacoprarn_cargo".DBCC results for 'edi_coparn_spain_imo'.There are 1202 rows in 26 pages for object "edi_coparn_spain_imo".DBCC results for 'storagecostmaster'.There are 0 rows in 0 pages for object "storagecostmaster".DBCC results for 'transnad'.There are 0 rows in 0 pages for object "transnad".DBCC results for 'dblockinfo'.There are 3 rows in 1 pages for object "dblockinfo".DBCC results for 'dubaidpa_log_EDI'.There are 0 rows in 0 pages for object "dubaidpa_log_EDI".DBCC results for 'hlgContractDetailsession'.There are 1268 rows in 39 pages for object "hlgContractDetailsession".DBCC results for 'shanghai_bl_cargo'.There are 2 rows in 1 pages for object "shanghai_bl_cargo".DBCC results for 'iftdgnger_book_imo'.There are 1812 rows in 52 pages for object "iftdgnger_book_imo".DBCC results for 'Corporaterouting'.There are 12603868 rows in 443918 pages for object "Corporaterouting".DBCC results for 'EmsMoveFlagMaster'.There are 40 rows in 1 pages for object "EmsMoveFlagMaster".DBCC results for 'HlgContractAgency'.There are 1 rows in 1 pages for object "HlgContractAgency".DBCC results for 'tmptendercloseupdate'.There are 0 rows in 0 pages for object "tmptendercloseupdate".DBCC results for 'ediisspagency'.There are 0 rows in 0 pages for object "ediisspagency".DBCC results for 'edi_dohacargo_cargodetail'.There are 7850 rows in 126 pages for object "edi_dohacargo_cargodetail".DBCC results for 'VesselEDIType'.There are 17 rows in 1 pages for object "VesselEDIType".DBCC results for 'rptmdlreportproperties'.There are 0 rows in 0 pages for object "rptmdlreportproperties".DBCC results for 'routingdictionary'.There are 116 rows in 1 pages for object "routingdictionary".DBCC results for 'CRMGroupmaster'.There are 10 rows in 1 pages for object "CRMGroupmaster".DBCC results for 'equipMappedgrp'.There are 28 rows in 1 pages for object "equipMappedgrp".DBCC results for 'GlobalReportCommodity'.There are 0 rows in 0 pages for object "GlobalReportCommodity".DBCC results for 'edi_belgiumcusrep_ops'.There are 315 rows in 6 pages for object "edi_belgiumcusrep_ops".DBCC results for 'edi_geriftmcsimport_cargo'.There are 13971 rows in 372 pages for object "edi_geriftmcsimport_cargo".DBCC results for 'BunkerGrades'.There are 2 rows in 1 pages for object "BunkerGrades".DBCC results for 'usc_ifcsum_imo'.There are 3 rows in 1 pages for object "usc_ifcsum_imo".DBCC results for 'custnamed'.There are 1671 rows in 26 pages for object "custnamed".DBCC results for 'FdrExpSurCharges'.There are 140160 rows in 2786 pages for object "FdrExpSurCharges".DBCC results for 'edi_pakistan_commodity'.There are 140 rows in 3 pages for object "edi_pakistan_commodity".DBCC results for 'storagecostsummary'.There are 0 rows in 0 pages for object "storagecostsummary".DBCC results for 'srrno'.There are 138091 rows in 428 pages for object "srrno".DBCC results for 'lrpjavaversion'.There are 6 rows in 1 pages for object "lrpjavaversion".DBCC results for 'dubaidpa_shedules_EDI'.There are 0 rows in 0 pages for object "dubaidpa_shedules_EDI".DBCC results for 'tmpSrrTradeGrp'.There are 0 rows in 4 pages for object "tmpSrrTradeGrp".DBCC results for 'LeaseInfo_Old'.There are 209 rows in 3 pages for object "LeaseInfo_Old".DBCC results for 'VARVDROmittedCalls'.There are 10 rows in 1 pages for object "VARVDROmittedCalls".DBCC results for 'WMR_Budget_Master'.There are 12 rows in 1 pages for object "WMR_Budget_Master".DBCC results for 'bunkertypes'.There are 10 rows in 1 pages for object "bunkertypes".DBCC results for 'edijitterbitconfig'.There are 4 rows in 1 pages for object "edijitterbitconfig".DBCC results for 'HMClaimAllExpense'.There are 0 rows in 0 pages for object "HMClaimAllExpense".DBCC results for 'CRMModuleIndex'.There are 9 rows in 1 pages for object "CRMModuleIndex".DBCC results for 'tempFRTerminal'.There are 0 rows in 1 pages for object "tempFRTerminal".DBCC results for 'edi_geriftmcsimport_commodity'.There are 15105 rows in 877 pages for object "edi_geriftmcsimport_commodity".DBCC results for 'rptaccepletter'.There are 112 rows in 9 pages for object "rptaccepletter".DBCC results for 'BLManifestEDI'.There are 307327 rows in 4686 pages for object "BLManifestEDI".DBCC results for 'usc_ifcsum_pay'.There are 906 rows in 10 pages for object "usc_ifcsum_pay".DBCC results for 'edi_dubaicoprarglt_commodity'.There are 0 rows in 0 pages for object "edi_dubaicoprarglt_commodity".DBCC results for 'fdrteusthroughput'.There are 0 rows in 0 pages for object "fdrteusthroughput".DBCC results for 'corp'.There are 18547 rows in 49 pages for object "corp".DBCC results for 'houseblshortlancont'.There are 1538 rows in 14 pages for object "houseblshortlancont".DBCC results for 'CommonSurchargeList'.There are 0 rows in 0 pages for object "CommonSurchargeList".DBCC results for 'shanghai_bl'.There are 2 rows in 1 pages for object "shanghai_bl".DBCC results for 'actualtrigger'.There are 0 rows in 1 pages for object "actualtrigger".DBCC results for 'MateReceipts'.There are 9 rows in 1 pages for object "MateReceipts".DBCC results for 'EmsMoveFlagEqpDetail'.There are 87 rows in 3 pages for object "EmsMoveFlagEqpDetail".DBCC results for 'HlgContractCharges'.There are 37080 rows in 563 pages for object "HlgContractCharges".DBCC results for 'DepartureMaster'.There are 35293 rows in 1782 pages for object "DepartureMaster".DBCC results for 'TSHForecastingContainers'.There are 13136 rows in 490 pages for object "TSHForecastingContainers".DBCC results for 'edi_MOVINSdpa_cargo_import'.There are 0 rows in 0 pages for object "edi_MOVINSdpa_cargo_import".DBCC results for 'SAP_ediInvoiceOfficeMapping'.There are 9 rows in 1 pages for object "SAP_ediInvoiceOfficeMapping".DBCC results for 'batchblno'.There are 0 rows in 9 pages for object "batchblno".DBCC results for 'podtemp'.There are 67 rows in 1 pages for object "podtemp".DBCC results for 'edi_geriftmcsimport_cust'.There are 63858 rows in 1431 pages for object "edi_geriftmcsimport_cust".DBCC results for 'edi_hkg_voy_wo_cargo'.There are 0 rows in 0 pages for object "edi_hkg_voy_wo_cargo".DBCC results for 'usc_ifcsum_tcc'.There are 4104 rows in 94 pages for object "usc_ifcsum_tcc".DBCC results for 'edi_dubaicoprarglt_ops'.There are 0 rows in 0 pages for object "edi_dubaicoprarglt_ops".DBCC results for 'GovtTaxCodeMaster'.There are 0 rows in 0 pages for object "GovtTaxCodeMaster".DBCC results for 'tempwmrcostmaster1'.There are 3190 rows in 55 pages for object "tempwmrcostmaster1".DBCC results for 'StorageSplit'.There are 0 rows in 0 pages for object "StorageSplit".DBCC results for 'tend'.There are 128 rows in 1 pages for object "tend".DBCC results for 'SalesFocalPoint'.There are 9 rows in 2 pages for object "SalesFocalPoint".DBCC results for 'tdn_vps_container'.There are 4850 rows in 88 pages for object "tdn_vps_container".DBCC results for 'mdldetails'.There are 130 rows in 3 pages for object "mdldetails".DBCC results for 'emsautoupdateconfig'.There are 860 rows in 11 pages for object "emsautoupdateconfig".DBCC results for 'edi_MOVINSdpa_imo_import'.There are 0 rows in 0 pages for object "edi_MOVINSdpa_imo_import".DBCC results for 'editempaltertmail'.There are 5 rows in 1 pages for object "editempaltertmail".DBCC results for 'edicode'.There are 32 rows in 1 pages for object "edicode".DBCC results for 'HMClaimApprotionDetails'.There are 0 rows in 0 pages for object "HMClaimApprotionDetails".DBCC results for 'manifest_bl_imo'.There are 0 rows in 0 pages for object "manifest_bl_imo".DBCC results for 'EDIOpsList_ukhnncoprar'.There are 0 rows in 0 pages for object "EDIOpsList_ukhnncoprar".DBCC results for 'edi_geriftmcsimport_imo'.There are 131 rows in 4 pages for object "edi_geriftmcsimport_imo".DBCC results for 'edidocgaterights'.There are 30 rows in 1 pages for object "edidocgaterights".DBCC results for 'edi_hkg_voy_wo_ops'.There are 0 rows in 0 pages for object "edi_hkg_voy_wo_ops".DBCC results for 'edi_mypen_k4_cargo'.There are 1730 rows in 49 pages for object "edi_mypen_k4_cargo".DBCC results for 'usc_ifcsum_tdt'.There are 0 rows in 0 pages for object "usc_ifcsum_tdt".DBCC results for 'HlgContractMapping'.There are 226 rows in 6 pages for object "HlgContractMapping".DBCC results for 'edi_pakistan_grossweight'.There are 415 rows in 4 pages for object "edi_pakistan_grossweight".DBCC results for 'EmsBudgetDataUpload'.There are 0 rows in 1 pages for object "EmsBudgetDataUpload".DBCC results for 'tmpstoragecostdetail'.There are 0 rows in 0 pages for object "tmpstoragecostdetail".DBCC results for 'surno'.There are 5492 rows in 18 pages for object "surno".DBCC results for 'edimailreaderuid'.There are 149082 rows in 3845 pages for object "edimailreaderuid".DBCC results for 'chargeGroup'.There are 25 rows in 1 pages for object "chargeGroup".DBCC results for 'tendercommodity_arcproc'.There are 112 rows in 1 pages for object "tendercommodity_arcproc".DBCC results for 'tdn_vps_gid'.There are 5069 rows in 129 pages for object "tdn_vps_gid".DBCC results for 'EmsFlagEntriesLog_082011'.There are 0 rows in 0 pages for object "EmsFlagEntriesLog_082011".DBCC results for 'movementcodetemp'.There are 24 rows in 1 pages for object "movementcodetemp".DBCC results for 'CorporateSurcharge'.There are 82523404 rows in 2113003 pages for object "CorporateSurcharge".DBCC results for 'EMSActivityGroup'.There are 5 rows in 1 pages for object "EMSActivityGroup".DBCC results for 'HlgContractDetail'.There are 49900 rows in 3126 pages for object "HlgContractDetail".DBCC results for 'cntrtariffuploaddet'.There are 23 rows in 1 pages for object "cntrtariffuploaddet".DBCC results for 'BunkerRemarks'.There are 800 rows in 6 pages for object "BunkerRemarks".DBCC results for 'VRScargoType'.There are 10 rows in 1 pages for object "VRScargoType".DBCC results for 'edi_MOVINSdpa_import'.There are 0 rows in 0 pages for object "edi_MOVINSdpa_import".DBCC results for 'booking_commodity'.There are 2380498 rows in 104498 pages for object "booking_commodity".DBCC results for 'edi_ukhnncoprar_ops '.There are 0 rows in 0 pages for object "edi_ukhnncoprar_ops ".DBCC results for 'polpodcustomertemp'.There are 8 rows in 1 pages for object "polpodcustomertemp".DBCC results for 'edi_geriftmcsimport_pac'.There are 8942 rows in 71 pages for object "edi_geriftmcsimport_pac".DBCC results for 'Employee'.There are 1 rows in 1 pages for object "Employee".DBCC results for 'edi_mypen_k4_commodity'.There are 810 rows in 47 pages for object "edi_mypen_k4_commodity".DBCC results for 'invtypemdlindex'.There are 90 rows in 2 pages for object "invtypemdlindex".DBCC results for 'HlgExpenseReportDetail'.There are 325625 rows in 36991 pages for object "HlgExpenseReportDetail".DBCC results for 'edi_malaysiacoprarn_ops'.There are 581 rows in 32 pages for object "edi_malaysiacoprarn_ops".DBCC results for 'edi_pakistan_igm'.There are 1 rows in 1 pages for object "edi_pakistan_igm".DBCC results for 'DamageReplaceMaster'.There are 0 rows in 0 pages for object "DamageReplaceMaster".DBCC results for 'tendercomsurcomd'.There are 122 rows in 30 pages for object "tendercomsurcomd".DBCC results for 'ops_template'.There are 17 rows in 1 pages for object "ops_template".DBCC results for 'BunkerSecurity'.There are 145 rows in 2 pages for object "BunkerSecurity".DBCC results for 'HMClaimContributionDetails'.There are 0 rows in 0 pages for object "HMClaimContributionDetails".DBCC results for 'exportclearance'.There are 42406 rows in 1075 pages for object "exportclearance".DBCC results for 'fcn_bl_reference'.There are 323096 rows in 4480 pages for object "fcn_bl_reference".DBCC results for 'edi_ukhnncoprar_cargo'.There are 0 rows in 0 pages for object "edi_ukhnncoprar_cargo".DBCC results for 'poltemp'.There are 0 rows in 1 pages for object "poltemp".DBCC results for 'dtextensionprint'.There are 2563 rows in 26 pages for object "dtextensionprint".DBCC results for 'OOCLEDI'.There are 268 rows in 168 pages for object "OOCLEDI".DBCC results for 'edi_mypen_k4_count'.There are 307 rows in 5 pages for object "edi_mypen_k4_count".DBCC results for 'korea_bladvi_cust'.There are 891 rows in 19 pages for object "korea_bladvi_cust".DBCC results for 'EmsBudgetForecastUpload'.There are 227310 rows in 2419 pages for object "EmsBudgetForecastUpload".DBCC results for 'dubaiglt_bl_EDI'.There are 0 rows in 0 pages for object "dubaiglt_bl_EDI".DBCC results for 'surchargeDetailN_archive'.There are 0 rows in 0 pages for object "surchargeDetailN_archive".DBCC results for 'tendercomsureqp'.There are 366 rows in 24 pages for object "tendercomsureqp".DBCC results for 'tdn_vps_nad'.There are 9917 rows in 250 pages for object "tdn_vps_nad".DBCC results for 'lrpaccrejectedpayinv'.There are 0 rows in 0 pages for object "lrpaccrejectedpayinv".DBCC results for 'partbl'.There are 0 rows in 0 pages for object "partbl".DBCC results for 'edi_hhla_cuscar_cargo'.There are 4609 rows in 170 pages for object "edi_hhla_cuscar_cargo".DBCC results for 'UserType'.There are 7 rows in 1 pages for object "UserType".DBCC results for 'EMSActivityDefinition'.There are 2758 rows in 36 pages for object "EMSActivityDefinition".DBCC results for 'other_claims_configuraion'.There are 1 rows in 1 pages for object "other_claims_configuraion".DBCC results for 'modulelog'.There are 72 rows in 3 pages for object "modulelog".DBCC results for 'koreaChargeUnitMaping'.There are 46 rows in 1 pages for object "koreaChargeUnitMaping".DBCC results for 'edi_ukhnncoprar_commodity'.There are 0 rows in 0 pages for object "edi_ukhnncoprar_commodity".DBCC results for 'ReminderConfigDetail'.There are 1949 rows in 9 pages for object "ReminderConfigDetail".DBCC results for 'VendorContacts'.There are 104 rows in 3 pages for object "VendorContacts".DBCC results for 'globaldobatchprint'.There are 0 rows in 0 pages for object "globaldobatchprint".DBCC results for 'demactivitymaster'.There are 432 rows in 7 pages for object "demactivitymaster".DBCC results for 'Isspagency'.There are 1 rows in 1 pages for object "Isspagency".DBCC results for 'korea_bladvi_total'.There are 294 rows in 6 pages for object "korea_bladvi_total".DBCC results for 'emptyservicebl'.There are 0 rows in 0 pages for object "emptyservicebl".DBCC results for 'dubaiglt_cargo_EDI'.There are 0 rows in 0 pages for object "dubaiglt_cargo_EDI".DBCC results for 'edi_thailand_hman_import'.There are 0 rows in 0 pages for object "edi_thailand_hman_import".DBCC results for 'TenderDetails_arcproc'.There are 178232 rows in 20433 pages for object "TenderDetails_arcproc".DBCC results for 'edi_cyprusmanifestreadertemp'.There are 36 rows in 1 pages for object "edi_cyprusmanifestreadertemp".DBCC results for 'ehkaccmdlindex'.There are 558 rows in 7 pages for object "ehkaccmdlindex".DBCC results for 'customseqpmapping'.There are 0 rows in 0 pages for object "customseqpmapping".DBCC results for 'activityorder'.There are 4200 rows in 66 pages for object "activityorder".DBCC results for 'HlgContractDetailTemp'.There are 48077 rows in 1758 pages for object "HlgContractDetailTemp".DBCC results for 'tmpRoutedetail'.There are 1139 rows in 26 pages for object "tmpRoutedetail".DBCC results for 'revertedcalldetail'.There are 51954 rows in 4407 pages for object "revertedcalldetail".DBCC results for 'HMClaimCreditNoteDetails'.There are 0 rows in 0 pages for object "HMClaimCreditNoteDetails".DBCC results for 'edisrmapping'.There are 254 rows in 5 pages for object "edisrmapping".DBCC results for 'codaagencymapping'.There are 288 rows in 4 pages for object "codaagencymapping".DBCC results for 'edi_ukhnncoprar_imo'.There are 0 rows in 0 pages for object "edi_ukhnncoprar_imo".DBCC results for 'ReminderConfigMaster'.There are 110 rows in 2 pages for object "ReminderConfigMaster".DBCC results for 'cntr_claims_All_expenses'.There are 0 rows in 0 pages for object "cntr_claims_All_expenses".DBCC results for 'Service'.There are 86 rows in 4 pages for object "Service".DBCC results for 'edi_mypen_k4_imo'.There are 4 rows in 1 pages for object "edi_mypen_k4_imo".DBCC results for 'equipmentseriesxlupload'.There are 0 rows in 504 pages for object "equipmentseriesxlupload".DBCC results for 'tmpMMR'.There are 0 rows in 378 pages for object "tmpMMR".DBCC results for 'teamoneycharges'.There are 27 rows in 1 pages for object "teamoneycharges".DBCC results for 'HlgExpenseReportMaster'.There are 8879 rows in 205 pages for object "HlgExpenseReportMaster".DBCC results for 'korea_bladvi_cnt'.There are 537 rows in 8 pages for object "korea_bladvi_cnt".DBCC results for 'edi_pakistan_seq'.There are 1 rows in 1 pages for object "edi_pakistan_seq".DBCC results for 'DamageReplaceCargo'.There are 0 rows in 0 pages for object "DamageReplaceCargo".DBCC results for 'dubaiglt_EDI'.There are 0 rows in 0 pages for object "dubaiglt_EDI".DBCC results for 'IntFdrCostDetail'.There are 10303 rows in 81 pages for object "IntFdrCostDetail".DBCC results for 'edi_thailand_hman_import_bl'.There are 0 rows in 0 pages for object "edi_thailand_hman_import_bl".DBCC results for 'tenderdictionary'.There are 9702 rows in 138 pages for object "tenderdictionary".DBCC results for 'edi_cyprusmanifestreader'.There are 27 rows in 1 pages for object "edi_cyprusmanifestreader".DBCC results for 'lrptransmaster'.There are 0 rows in 0 pages for object "lrptransmaster".DBCC results for 'arabicedimaster'.There are 3 rows in 1 pages for object "arabicedimaster".DBCC results for 'edi_kr_vatdec_first_ard'.There are 0 rows in 0 pages for object "edi_kr_vatdec_first_ard".DBCC results for 'USERTYPEMAPPING'.There are 18 rows in 1 pages for object "USERTYPEMAPPING".DBCC results for 'customsportmapping'.There are 0 rows in 0 pages for object "customsportmapping".DBCC results for 'other_claims_type_master_details'.There are 0 rows in 0 pages for object "other_claims_type_master_details".DBCC results for 'amountinwords'.There are 5976 rows in 28 pages for object "amountinwords".DBCC results for 'revertedcallmaster'.There are 113 rows in 1 pages for object "revertedcallmaster".DBCC results for 'fcn_tab_status'.There are 231972 rows in 6047 pages for object "fcn_tab_status".DBCC results for 'surtsloadport_arcproc'.There are 0 rows in 0 pages for object "surtsloadport_arcproc".DBCC results for 'edi_mypen_k4_root'.There are 363 rows in 18 pages for object "edi_mypen_k4_root".DBCC results for 'edi_ifcsum_manifest_main'.There are 4288 rows in 140 pages for object "edi_ifcsum_manifest_main".DBCC results for 'hlgexpsummarydetail'.There are 18417 rows in 987 pages for object "hlgexpsummarydetail".DBCC results for 'korea_bladvi_bl'.There are 294 rows in 12 pages for object "korea_bladvi_bl".DBCC results for 'emptyservicebl_body'.There are 0 rows in 0 pages for object "emptyservicebl_body".DBCC results for 'dubaiglt_log_EDI'.There are 0 rows in 0 pages for object "dubaiglt_log_EDI".DBCC results for 'mrgmaster'.There are 10824 rows in 262 pages for object "mrgmaster".DBCC results for 'edi_thailand_hman_import_cargo'.There are 0 rows in 0 pages for object "edi_thailand_hman_import_cargo".DBCC results for 'tenderexport_arcproc'.There are 141 rows in 9 pages for object "tenderexport_arcproc".DBCC results for 'edi_kr_vatdec_first_ops'.There are 0 rows in 0 pages for object "edi_kr_vatdec_first_ops".DBCC results for 'srrcommodity'.There are 388002 rows in 2940 pages for object "srrcommodity".DBCC results for 'feederScheduleNew'.There are 216036 rows in 6734 pages for object "feederScheduleNew".CHECKDB found 0 allocation errors and 41 consistency errors in table 'feederScheduleNew' (object ID 966502722).DBCC results for 'edierrorstatus_archive'.There are 28920 rows in 497 pages for object "edierrorstatus_archive".DBCC results for 'EquipDetails'.There are 5784 rows in 71 pages for object "EquipDetails".DBCC results for 'other_cliams_personal_details'.There are 0 rows in 0 pages for object "other_cliams_personal_details".DBCC results for 'HlgContractIMDG'.There are 73878 rows in 662 pages for object "HlgContractIMDG".DBCC results for 'turkishldprint'.There are 15303 rows in 188 pages for object "turkishldprint".DBCC results for 'lockedTransactions'.There are 0 rows in 1 pages for object "lockedTransactions".DBCC results for 'HMClaimDeductibleMaster'.There are 29 rows in 1 pages for object "HMClaimDeductibleMaster".DBCC results for 'CRMmodulevalidation'.There are 399 rows in 7 pages for object "CRMmodulevalidation".DBCC results for 'Igmmessagetype'.There are 0 rows in 0 pages for object "Igmmessagetype".DBCC results for 'Cntr_Claims_Claim_Details'.There are 229 rows in 9 pages for object "Cntr_Claims_Claim_Details".DBCC results for 'demactivitydetail'.There are 33615 rows in 229 pages for object "demactivitydetail".DBCC results for 'edi_mypen_k4_tdt'.There are 307 rows in 7 pages for object "edi_mypen_k4_tdt".DBCC results for 'edi_ifcsum_manifest_sgp'.There are 10638 rows in 79 pages for object "edi_ifcsum_manifest_sgp".DBCC results for 'edi_PRC172_import_imo_cargo'.There are 8754 rows in 209 pages for object "edi_PRC172_import_imo_cargo".DBCC results for 'edi_egypt_cuscar_import_cargo'.There are 4913 rows in 66 pages for object "edi_egypt_cuscar_import_cargo".DBCC results for 'ediopslistcust'.There are 231212 rows in 5129 pages for object "ediopslistcust".DBCC results for 'PCS_spain'.There are 10 rows in 3 pages for object "PCS_spain".DBCC results for 'dubaiglt_shedules_EDI'.There are 0 rows in 0 pages for object "dubaiglt_shedules_EDI".DBCC results for 'edi_thailand_hman_import_charges'.There are 0 rows in 0 pages for object "edi_thailand_hman_import_charges".DBCC results for 'tenderforwarder'.There are 0 rows in 0 pages for object "tenderforwarder".DBCC results for 'ArabicManifestContainer'.There are 36 rows in 2 pages for object "ArabicManifestContainer".DBCC results for 'edi_kr_vatdec_second_ard'.There are 0 rows in 0 pages for object "edi_kr_vatdec_second_ard".DBCC results for 'printbands'.There are 29561 rows in 152 pages for object "printbands".DBCC results for 'invoicedetail_italybkup'.There are 8663 rows in 474 pages for object "invoicedetail_italybkup".DBCC results for 'activeusers'.There are 35 rows in 6 pages for object "activeusers".DBCC results for 'Ltvesselorder'.There are 1116 rows in 12 pages for object "Ltvesselorder".DBCC results for 'booking_contacts'.There are 7272 rows in 214 pages for object "booking_contacts".DBCC results for 'tempsurtsloadport'.There are 0 rows in 0 pages for object "tempsurtsloadport".DBCC results for 'rptcustomerbatchprint'.There are 342 rows in 29 pages for object "rptcustomerbatchprint".DBCC results for 'edi_oocl_mdlindex'.There are 1 rows in 1 pages for object "edi_oocl_mdlindex".DBCC results for 'tendertemplate_arcproc'.There are 0 rows in 0 pages for object "tendertemplate_arcproc".DBCC results for 'edi_mypen_k4COR_cargo'.There are 0 rows in 0 pages for object "edi_mypen_k4COR_cargo".DBCC results for 'edi_PRC172_import_imo_charge'.There are 5464 rows in 100 pages for object "edi_PRC172_import_imo_charge".DBCC results for 'hlgexpsummarymaster'.There are 13675 rows in 309 pages for object "hlgexpsummarymaster".DBCC results for 'emptyservicebl_cargo'.There are 0 rows in 0 pages for object "emptyservicebl_cargo".DBCC results for 'PCS_spain_cargo'.There are 16 rows in 2 pages for object "PCS_spain_cargo".DBCC results for 'srrcommodityTemp'.There are 0 rows in 9 pages for object "srrcommodityTemp".DBCC results for 'edi_thailand_hman_import_customer'.There are 0 rows in 0 pages for object "edi_thailand_hman_import_customer".DBCC results for 'tendermaster_arcproc'.There are 136 rows in 8 pages for object "tendermaster_arcproc".DBCC results for 'ArabicManifestCustomer'.There are 66 rows in 4 pages for object "ArabicManifestCustomer".DBCC results for 'edi_kr_vatdec_second_ops'.There are 0 rows in 0 pages for object "edi_kr_vatdec_second_ops".DBCC results for 'editempbooking_body'.There are 164305 rows in 3261 pages for object "editempbooking_body".DBCC results for 'printmodules'.There are 30 rows in 1 pages for object "printmodules".DBCC results for 'srrcompetition'.There are 1910 rows in 17 pages for object "srrcompetition".DBCC results for 'ediequipmentmapping'.There are 485 rows in 7 pages for object "ediequipmentmapping".DBCC results for 'EmsElimination'.There are 5 rows in 1 pages for object "EmsElimination".DBCC results for 'other_cliams_personalinfo'.There are 0 rows in 0 pages for object "other_cliams_personalinfo".DBCC results for 'HlgContractMaster'.There are 279 rows in 5 pages for object "HlgContractMaster".DBCC results for 'edichargemapping'.There are 101 rows in 1 pages for object "edichargemapping".DBCC results for 'transdependencies'.There are 0 rows in 0 pages for object "transdependencies".DBCC results for 'HMClaimEvidence'.There are 0 rows in 0 pages for object "HMClaimEvidence".DBCC results for 'cargomovementtype'.There are 34 rows in 1 pages for object "cargomovementtype".DBCC results for 'autopostsource'.There are 2976378 rows in 43334 pages for object "autopostsource".DBCC results for 'Edi_Dubaicop_bol'.There are 18825 rows in 1206 pages for object "Edi_Dubaicop_bol".DBCC results for 'edi_mypen_k4COR_commodity'.There are 0 rows in 0 pages for object "edi_mypen_k4COR_commodity".DBCC results for 'edi_PRC172_import_imo_commodity'.There are 3043 rows in 144 pages for object "edi_PRC172_import_imo_commodity".DBCC results for 'edi_egypt_cuscar_import_cust'.There are 1888 rows in 27 pages for object "edi_egypt_cuscar_import_cust".DBCC results for 'PCS_spain_cnt'.There are 7 rows in 1 pages for object "PCS_spain_cnt".DBCC results for 'germanycuscarfilename'.There are 35 rows in 2 pages for object "germanycuscarfilename".DBCC results for 'srrcustomers_arcproc'.There are 285217 rows in 2337 pages for object "srrcustomers_arcproc".DBCC results for 'StandardReasons'.There are 2 rows in 1 pages for object "StandardReasons".DBCC results for 'ArabicManifestItemDetails'.There are 34 rows in 3 pages for object "ArabicManifestItemDetails".DBCC results for 'comsurcomd'.There are 0 rows in 1 pages for object "comsurcomd".DBCC results for 'ediportmapping'.There are 4098 rows in 60 pages for object "ediportmapping".DBCC results for 'edithaiagentcode'.There are 14 rows in 1 pages for object "edithaiagentcode".DBCC results for 'edi_ukcuscar_root'.There are 598 rows in 49 pages for object "edi_ukcuscar_root".DBCC results for 'DGApproval'.There are 0 rows in 0 pages for object "DGApproval".DBCC results for 'OtherClaim_Appeal_Details'.There are 0 rows in 0 pages for object "OtherClaim_Appeal_Details".DBCC results for 'edierrorbatch'.There are 3 rows in 1 pages for object "edierrorbatch".DBCC results for 'agencylocationsnew'.There are 13325 rows in 216 pages for object "agencylocationsnew".DBCC results for 'MLVAgencyApp'.There are 58 rows in 1 pages for object "MLVAgencyApp".DBCC results for 'dtextensiondetail'.There are 86709 rows in 2565 pages for object "dtextensiondetail".DBCC results for 'receiptpaymentmodes'.There are 1234751 rows in 49241 pages for object "receiptpaymentmodes".DBCC results for 'CustomerMappingFields'.There are 4 rows in 1 pages for object "CustomerMappingFields".DBCC results for 'Edi_Dubaicop_con'.There are 38556 rows in 3613 pages for object "Edi_Dubaicop_con".DBCC results for 'cdsindex'.There are 0 rows in 0 pages for object "cdsindex".DBCC results for 'edi_mypen_k4COR_count'.There are 0 rows in 0 pages for object "edi_mypen_k4COR_count".DBCC results for 'edi_PRC172_import_imo_cro'.There are 87 rows in 3 pages for object "edi_PRC172_import_imo_cro".DBCC results for 'HlgExpSurcharges'.There are 106427 rows in 2255 pages for object "HlgExpSurcharges".DBCC results for 'edi_egypt_cuscar_import_cust1'.There are 5766 rows in 142 pages for object "edi_egypt_cuscar_import_cust1".DBCC results for 'emptyservicebl_chargenew'.There are 0 rows in 0 pages for object "emptyservicebl_chargenew".DBCC results for 'EDIOpsList_trieste'.There are 592 rows in 101 pages for object "EDIOpsList_trieste".DBCC results for 'PCS_spain_commodity'.There are 8 rows in 1 pages for object "PCS_spain_commodity".DBCC results for 'tendernamedcust_arcproc'.There are 12 rows in 1 pages for object "tendernamedcust_arcproc".DBCC results for 'ArabicManifestLoadBillDetails'.There are 11 rows in 2 pages for object "ArabicManifestLoadBillDetails".DBCC results for 'editempbooking_cargo'.There are 690565 rows in 35416 pages for object "editempbooking_cargo".DBCC results for 'printoutmodulebands'.There are 477 rows in 3 pages for object "printoutmodulebands".DBCC results for 'srrContriDetail'.There are 924054 rows in 14706 pages for object "srrContriDetail".DBCC results for 'EmsLocalGrossWt'.There are 0 rows in 0 pages for object "EmsLocalGrossWt".DBCC results for 'bl_splitter'.There are 85816 rows in 6409 pages for object "bl_splitter".DBCC results for 'HlgContractOOG'.There are 0 rows in 0 pages for object "HlgContractOOG".DBCC results for 'edi_japan_ifcsumnew_bl'.There are 1647 rows in 141 pages for object "edi_japan_ifcsumnew_bl".DBCC results for 'transmoduleconfig'.There are 0 rows in 1 pages for object "transmoduleconfig".DBCC results for 'HMClaimExpIncurred'.There are 0 rows in 0 pages for object "HMClaimExpIncurred".DBCC results for 'Cntr_Claims_Claim_Type_Master'.There are 6 rows in 1 pages for object "Cntr_Claims_Claim_Type_Master".DBCC results for 'edi_coparn_uk_cnt'.There are 0 rows in 0 pages for object "edi_coparn_uk_cnt".DBCC results for 'Edi_Dubaicop_ctr'.There are 36631 rows in 549 pages for object "Edi_Dubaicop_ctr".DBCC results for 'edi_PRC172_import_imo_cust'.There are 19736 rows in 506 pages for object "edi_PRC172_import_imo_cust".DBCC results for 'HlgSurFormulaDetail'.There are 938 rows in 7 pages for object "HlgSurFormulaDetail".DBCC results for 'edi_egypt_cuscar_import_main'.There are 1888 rows in 45 pages for object "edi_egypt_cuscar_import_main".DBCC results for 'PCS_spain_cust'.There are 32 rows in 2 pages for object "PCS_spain_cust".DBCC results for 'servicetaxforHCN'.There are 0 rows in 1 pages for object "servicetaxforHCN".DBCC results for 'transportservice'.There are 30 rows in 1 pages for object "transportservice".DBCC results for 'tenderrouting_arcproc'.There are 196342 rows in 5143 pages for object "tenderrouting_arcproc".DBCC results for 'marinedistance'.There are 1222 rows in 15 pages for object "marinedistance".DBCC results for 'edi_Spain_coparnin_import_main'.There are 0 rows in 0 pages for object "edi_Spain_coparnin_import_main".DBCC results for 'fdrexprptInvDtls'.There are 0 rows in 0 pages for object "fdrexprptInvDtls".DBCC results for 'ArabicManifestMaster'.There are 11 rows in 3 pages for object "ArabicManifestMaster".DBCC results for 'cust_mand_config'.There are 45 rows in 1 pages for object "cust_mand_config".DBCC results for 'RegionalTradeLocation'.There are 3044 rows in 44 pages for object "RegionalTradeLocation".DBCC results for 'manifest_commoditydesc'.There are 614705 rows in 19383 pages for object "manifest_commoditydesc".DBCC results for 'OtherClaim_claimant_details'.There are 0 rows in 0 pages for object "OtherClaim_claimant_details".DBCC results for 'hlgmilesmaster'.There are 1 rows in 1 pages for object "hlgmilesmaster".DBCC results for 'italychargecodetaxes'.There are 2506 rows in 64 pages for object "italychargecodetaxes".DBCC results for 'agencycommarchive'.There are 26896 rows in 879 pages for object "agencycommarchive".DBCC results for 'edi_japan_ifcsumnew_blrate'.There are 1756 rows in 13 pages for object "edi_japan_ifcsumnew_blrate".DBCC results for 'Auditrial'.There are 582724 rows in 9864 pages for object "Auditrial".DBCC results for 'splitblreport'.There are 113502 rows in 2107 pages for object "splitblreport".DBCC results for 'CustomerDepartment'.There are 0 rows in 0 pages for object "CustomerDepartment".DBCC results for 'itemtype'.There are 30 rows in 5 pages for object "itemtype".DBCC results for 'Cntr_Claims_ClaimsParty_Master'.There are 19 rows in 3 pages for object "Cntr_Claims_ClaimsParty_Master".DBCC results for 'printprefix'.There are 5843 rows in 52 pages for object "printprefix".DBCC results for 'Edi_Dubaicop_mastern'.There are 19102 rows in 1457 pages for object "Edi_Dubaicop_mastern".DBCC results for 'bltelexrelease'.There are 30610 rows in 1004 pages for object "bltelexrelease".DBCC results for 'edi_mypen_k4COR_imo'.There are 0 rows in 0 pages for object "edi_mypen_k4COR_imo".DBCC results for 'edi_PRC172_import_imo_imo'.There are 114 rows in 6 pages for object "edi_PRC172_import_imo_imo".DBCC results for 'emptyservicebl_clause'.There are 0 rows in 0 pages for object "emptyservicebl_clause".DBCC results for 'DamageTransferDetails'.There are 0 rows in 0 pages for object "DamageTransferDetails".DBCC results for 'PCS_spain_imo'.There are 9 rows in 1 pages for object "PCS_spain_imo".DBCC results for 'tendersurchg_arcproc'.There are 228573 rows in 3428 pages for object "tendersurchg_arcproc".DBCC results for 'rejstoragecostsummary'.There are 0 rows in 0 pages for object "rejstoragecostsummary".DBCC results for 'printremarkmodule'.There are 46 rows in 1 pages for object "printremarkmodule".DBCC results for 'srrCurrChange'.There are 2626362 rows in 21988 pages for object "srrCurrChange".DBCC results for 'EmsReasonStmt'.There are 24 rows in 1 pages for object "EmsReasonStmt".DBCC results for 'codablreversal'.There are 368115 rows in 4887 pages for object "codablreversal".DBCC results for 'edi_japan_ifcsumnew_cargo'.There are 3001 rows in 61 pages for object "edi_japan_ifcsumnew_cargo".DBCC results for 'dtextensiondetailhistory'.There are 24836 rows in 553 pages for object "dtextensiondetailhistory".DBCC results for 'VendorDetails'.There are 4925 rows in 177 pages for object "VendorDetails".DBCC results for 'HMClaimLog'.There are 0 rows in 0 pages for object "HMClaimLog".DBCC results for 'HlgRecoveryDetailTemp'.There are 0 rows in 0 pages for object "HlgRecoveryDetailTemp".DBCC results for 'CustomerDesignation'.There are 37 rows in 4 pages for object "CustomerDesignation".DBCC results for 'edi_egypt_cuscar_import_com'.There are 4855 rows in 202 pages for object "edi_egypt_cuscar_import_com".DBCC results for 'DelVslDetails'.There are 80 rows in 1 pages for object "DelVslDetails".DBCC results for 'NatureofCargo'.There are 4 rows in 1 pages for object "NatureofCargo".DBCC results for 'Cntr_Claims_Damage_Details'.There are 368 rows in 11 pages for object "Cntr_Claims_Damage_Details".DBCC results for 'customscntrmapping'.There are 0 rows in 0 pages for object "customscntrmapping".DBCC results for 'edi_mypen_k4COR_root'.There are 0 rows in 0 pages for object "edi_mypen_k4COR_root".DBCC results for 'edi_PRC172_import_imo_main'.There are 3054 rows in 104 pages for object "edi_PRC172_import_imo_main".DBCC results for 'HlgSurSlabDetail'.There are 2 rows in 1 pages for object "HlgSurSlabDetail".DBCC results for 'edi_korea_cusman'.There are 7031 rows in 182 pages for object "edi_korea_cusman".DBCC results for 'tmpCostTable'.There are 0 rows in 0 pages for object "tmpCostTable".DBCC results for 'tempackment'.There are 14 rows in 1 pages for object "tempackment".DBCC results for 'tendertempsurcharge'.There are 7236 rows in 243 pages for object "tendertempsurcharge".DBCC results for 'edi_Spain_coparnin_import_customer'.There are 0 rows in 0 pages for object "edi_Spain_coparnin_import_customer".DBCC results for 'ArabicManifestRouteDetails'.There are 11 rows in 2 pages for object "ArabicManifestRouteDetails".DBCC results for 'CustomRelated'.There are 179 rows in 2 pages for object "CustomRelated".DBCC results for 'OtherClaim_Expenses_Incurred'.There are 0 rows in 0 pages for object "OtherClaim_Expenses_Incurred".DBCC results for 'hlgmlsformuladetail'.There are 0 rows in 0 pages for object "hlgmlsformuladetail".DBCC results for 'italymdlindex'.There are 8 rows in 1 pages for object "italymdlindex".DBCC results for 'edi_PRC173_import_imo_cargo'.There are 14985 rows in 126 pages for object "edi_PRC173_import_imo_cargo".DBCC results for 'agencycommstmt'.There are 971803 rows in 54442 pages for object "agencycommstmt".DBCC results for 'edi_japan_ifcsumnew_com'.There are 1646 rows in 208 pages for object "edi_japan_ifcsumnew_com".DBCC results for 'HlgSlabRecoveryDetail'.There are 1257 rows in 14 pages for object "HlgSlabRecoveryDetail".DBCC results for 'Cntr_Claims_Debit_Credit_Details'.There are 73 rows in 6 pages for object "Cntr_Claims_Debit_Credit_Details".DBCC results for 'edi_coparn_uk_cust1'.There are 0 rows in 0 pages for object "edi_coparn_uk_cust1".DBCC results for 'customspkgmapping'.There are 0 rows in 0 pages for object "customspkgmapping".DBCC results for 'edi_mypen_k4COR_tdt'.There are 0 rows in 0 pages for object "edi_mypen_k4COR_tdt".DBCC results for 'edinewdetaildata_backup23112011'.There are 3230829 rows in 21071 pages for object "edinewdetaildata_backup23112011".DBCC results for 'edi_korea_cusman_cargo'.There are 19754 rows in 379 pages for object "edi_korea_cusman_cargo".DBCC results for 'emptyservicebl_commodity'.There are 0 rows in 0 pages for object "emptyservicebl_commodity".DBCC results for 'isolocation'.There are 2 rows in 1 pages for object "isolocation".DBCC results for 'tenderUser'.There are 44 rows in 1 pages for object "tenderUser".DBCC results for 'carSwappedItems'.There are 0 rows in 0 pages for object "carSwappedItems".DBCC results for 'LanguageCommodityMaster'.There are 476 rows in 65 pages for object "LanguageCommodityMaster".DBCC results for 'Edi_ZB3Exportem_master'.There are 0 rows in 0 pages for object "Edi_ZB3Exportem_master".DBCC results for 'PrintRemarks'.There are 2237 rows in 100 pages for object "PrintRemarks".DBCC results for 'srrcustomers'.There are 230937 rows in 2218 pages for object "srrcustomers".DBCC results for 'CscUpdate'.There are 11 rows in 1 pages for object "CscUpdate".DBCC results for 'ValidatedSegment'.There are 1089858 rows in 7642 pages for object "ValidatedSegment".DBCC results for 'uscommodity'.There are 20 rows in 1 pages for object "uscommodity".DBCC results for 'edi_kuwaitnew'.There are 2984 rows in 125 pages for object "edi_kuwaitnew".DBCC results for 'italyprefix'.There are 213 rows in 1 pages for object "italyprefix".DBCC results for 'edi_PRC173_import_imo_charge'.There are 0 rows in 0 pages for object "edi_PRC173_import_imo_charge".DBCC results for 'edi_japan_ifcsumnew_comsgp'.There are 3101 rows in 30 pages for object "edi_japan_ifcsumnew_comsgp".DBCC results for 'ddtariffequipment'.There are 40002 rows in 528 pages for object "ddtariffequipment".DBCC results for 'ScenarioVesselOrder'.There are 2751 rows in 17 pages for object "ScenarioVesselOrder".DBCC results for 'HMClaimMaster'.There are 0 rows in 0 pages for object "HMClaimMaster".DBCC results for 'BASF_CUST'.There are 10 rows in 2 pages for object "BASF_CUST".DBCC results for 'PortRotations'.There are 214 rows in 5 pages for object "PortRotations".DBCC results for 'edi_vlc_ifcsum_cnicom'.There are 0 rows in 0 pages for object "edi_vlc_ifcsum_cnicom".DBCC results for 'vps_ifcsum_clause'.There are 8134 rows in 50 pages for object "vps_ifcsum_clause".DBCC results for 'edi_rtm_iftdgn'.There are 85 rows in 3 pages for object "edi_rtm_iftdgn".DBCC results for 'MMRArea'.There are 10 rows in 1 pages for object "MMRArea".DBCC results for 'invoiceRemarks'.There are 697 rows in 14 pages for object "invoiceRemarks".DBCC results for 'edi_korea_cusman_cnt'.There are 7003 rows in 51 pages for object "edi_korea_cusman_cnt".DBCC results for 'HlgExpenseReportDetail_BackUp'.There are 16433 rows in 1845 pages for object "HlgExpenseReportDetail_BackUp".DBCC results for 'tmpSurcharge'.There are 122 rows in 112 pages for object "tmpSurcharge".DBCC results for 'edi_Spain_coparnin_import_cargo'.There are 0 rows in 0 pages for object "edi_Spain_coparnin_import_cargo".DBCC results for 'Edi_ZB3Exportem_housecargos'.There are 0 rows in 0 pages for object "Edi_ZB3Exportem_housecargos".DBCC results for 'printsetup'.There are 3621 rows in 75 pages for object "printsetup".DBCC results for 'EDIAcceptTemplate'.There are 77 rows in 2 pages for object "EDIAcceptTemplate".DBCC results for 'edi_hman_manifest_container'.There are 2252 rows in 20 pages for object "edi_hman_manifest_container".DBCC results for 'OtherClaim_Guarantee_Details'.There are 0 rows in 0 pages for object "OtherClaim_Guarantee_Details".DBCC results for 'edi_kuwaitnew_items'.There are 6386 rows in 189 pages for object "edi_kuwaitnew_items".DBCC results for 'LocalTax'.There are 0 rows in 0 pages for object "LocalTax".DBCC results for 'edi_yeman_manifestcntr_ops'.There are 0 rows in 0 pages for object "edi_yeman_manifestcntr_ops".DBCC results for 'edi_PRC173_import_imo_commodity'.There are 77 rows in 7 pages for object "edi_PRC173_import_imo_commodity".DBCC results for 'boxtrackingstmt'.There are 2275614 rows in 110304 pages for object "boxtrackingstmt".DBCC results for 'edi_japan_ifcsumnew_tcc'.There are 12539 rows in 271 pages for object "edi_japan_ifcsumnew_tcc".DBCC results for 'ddtariffexception'.There are 543 rows in 5 pages for object "ddtariffexception".DBCC results for 'prclog'.There are 13881 rows in 145 pages for object "prclog".DBCC results for 'edi_Dubai_Edo_Import_main'.There are 13474 rows in 518 pages for object "edi_Dubai_Edo_Import_main".DBCC results for 'partblreport'.There are 103335 rows in 2011 pages for object "partblreport".DBCC results for 'Cntr_Claims_Deductible_Master'.There are 19 rows in 1 pages for object "Cntr_Claims_Deductible_Master".DBCC results for 'Koreachargegrpdetail'.There are 442 rows in 4 pages for object "Koreachargegrpdetail".DBCC results for 'edi_vlc_ifcsum_cnicust'.There are 0 rows in 0 pages for object "edi_vlc_ifcsum_cnicust".DBCC results for 'EmptyWOReqMaster'.There are 27725 rows in 1300 pages for object "EmptyWOReqMaster".DBCC results for 'vps_ifcsum_bl'.There are 8147 rows in 398 pages for object "vps_ifcsum_bl".DBCC results for 'edi_rtm_iftdgn_cargo'.There are 253 rows in 6 pages for object "edi_rtm_iftdgn_cargo".DBCC results for 'PaymentActivities'.There are 169848 rows in 3815 pages for object "PaymentActivities".DBCC results for 'edi_korea_cusman_com'.There are 6913 rows in 118 pages for object "edi_korea_cusman_com".DBCC results for 'emptyservicebl_contacts'.There are 0 rows in 0 pages for object "emptyservicebl_contacts".DBCC results for 'Edi_ZB3Exportem_houscommodity'.There are 0 rows in 0 pages for object "Edi_ZB3Exportem_houscommodity".DBCC results for 'srrdetail'.There are 3274892 rows in 409667 pages for object "srrdetail".DBCC results for 'TDN_Cargo'.There are 0 rows in 0 pages for object "TDN_Cargo".DBCC results for 'dakosyAcceptance'.There are 1255396 rows in 3594 pages for object "dakosyAcceptance".DBCC results for 'hlgmlsslabdetail'.There are 0 rows in 0 pages for object "hlgmlsslabdetail".DBCC results for 'edierrorcodemapping'.There are 260 rows in 4 pages for object "edierrorcodemapping".DBCC results for 'bl_splittemp'.There are 76089 rows in 715 pages for object "bl_splittemp".DBCC results for 'edi_PRC173_import_imo_cro'.There are 0 rows in 0 pages for object "edi_PRC173_import_imo_cro".DBCC results for 'edi_japan_ifcsumnew_cust'.There are 11606 rows in 419 pages for object "edi_japan_ifcsumnew_cust".DBCC results for 'ddtarifflocations'.There are 3104 rows in 29 pages for object "ddtarifflocations".DBCC results for 'prcimportedi'.There are 294 rows in 8 pages for object "prcimportedi".DBCC results for 'edi_germany_coreor_import_imo'.There are 0 rows in 0 pages for object "edi_germany_coreor_import_imo".DBCC results for 'HMClaimMemoDetails'.There are 0 rows in 0 pages for object "HMClaimMemoDetails".DBCC results for 'CMDBoxMaster'.There are 40 rows in 1 pages for object "CMDBoxMaster".DBCC results for 'feedertermsdetail'.There are 3835 rows in 71 pages for object "feedertermsdetail".DBCC results for 'ProformaSvcMaster'.There are 425 rows in 17 pages for object "ProformaSvcMaster".DBCC results for 'edi_vlc_ifcsum_cnidgs'.There are 0 rows in 0 pages for object "edi_vlc_ifcsum_cnidgs".DBCC results for 'CARSessionId'.There are 2232 rows in 6 pages for object "CARSessionId".DBCC results for 'vps_ifcsum_cargo'.There are 12485 rows in 313 pages for object "vps_ifcsum_cargo".DBCC results for 'edi_rtm_iftdgn_cnt'.There are 87 rows in 1 pages for object "edi_rtm_iftdgn_cnt".DBCC results for 'poolcount'.There are 33243 rows in 447 pages for object "poolcount".DBCC results for 'edi_korea_cusman_cust'.There are 21189 rows in 430 pages for object "edi_korea_cusman_cust".DBCC results for 'tdn_vps_header'.There are 4825 rows in 271 pages for object "tdn_vps_header".DBCC results for 'sysdiagrams'.There are 3 rows in 1 pages for object "sysdiagrams".DBCC results for 'CustomerType'.There are 53 rows in 1 pages for object "CustomerType".DBCC results for 'houseblnumber'.There are 26 rows in 1 pages for object "houseblnumber".DBCC results for 'CustomerCountryGrouping'.There are 0 rows in 1 pages for object "CustomerCountryGrouping".DBCC results for 'LanguageCustomerMaster'.There are 29 rows in 3 pages for object "LanguageCustomerMaster".DBCC results for 'Edi_ZB3Exportem_houscust'.There are 0 rows in 0 pages for object "Edi_ZB3Exportem_houscust".DBCC results for 'refundpaymentdetail'.There are 106540 rows in 1409 pages for object "refundpaymentdetail".DBCC results for 'SOCtermmapping'.There are 0 rows in 0 pages for object "SOCtermmapping".DBCC results for 'EMSRights'.There are 3176 rows in 58 pages for object "EMSRights".DBCC results for 'tenderGroupmappingAuditTrial'.There are 323 rows in 10 pages for object "tenderGroupmappingAuditTrial".DBCC results for 'edi_hman_manifest_head'.There are 131 rows in 9 pages for object "edi_hman_manifest_head".DBCC results for 'OtherClaim_Log_Details'.There are 0 rows in 0 pages for object "OtherClaim_Log_Details".DBCC results for 'USCommodityCodeGenerator'.There are 17 rows in 1 pages for object "USCommodityCodeGenerator".DBCC results for 'fcn_bl_cust'.There are 1423458 rows in 155026 pages for object "fcn_bl_cust".DBCC results for 'igmvesselinfodetail'.There are 101 rows in 1 pages for object "igmvesselinfodetail".DBCC results for 'edi_reader_https_tdt'.There are 9109 rows in 98 pages for object "edi_reader_https_tdt".DBCC results for 'edi_PRC173_import_imo_cust'.There are 77 rows in 7 pages for object "edi_PRC173_import_imo_cust".DBCC results for 'tmpcustomerdataextract'.There are 709234 rows in 68666 pages for object "tmpcustomerdataextract".DBCC results for 'legacyaccvendedi'.There are 15541 rows in 207 pages for object "legacyaccvendedi".DBCC results for 'edi_japan_ifcsumnew_tdt'.There are 2683 rows in 66 pages for object "edi_japan_ifcsumnew_tdt".DBCC results for 'ddtariffmaster'.There are 1201 rows in 18 pages for object "ddtariffmaster".DBCC results for 'prcbl'.There are 2746 rows in 38 pages for object "prcbl".DBCC results for 'edi_Dubai_Edo_Import_sub'.There are 6101 rows in 37 pages for object "edi_Dubai_Edo_Import_sub".DBCC results for 'shippingbilldetail'.There are 25 rows in 1 pages for object "shippingbilldetail".DBCC results for 'Cntr_Claims_Expense_Details'.There are 0 rows in 0 pages for object "Cntr_Claims_Expense_Details".DBCC results for 'Koreachargegrpmaster'.There are 12 rows in 1 pages for object "Koreachargegrpmaster".DBCC results for 'edi_vlc_ifcsum_cnidoc'.There are 20267 rows in 272 pages for object "edi_vlc_ifcsum_cnidoc".DBCC results for 'shipmentTerms'.There are 6 rows in 1 pages for object "shipmentTerms".DBCC results for 'vps_ifcsum_com'.There are 13476 rows in 567 pages for object "vps_ifcsum_com".DBCC results for 'edi_rtm_iftdgn_com'.There are 236 rows in 13 pages for object "edi_rtm_iftdgn_com".DBCC results for 'edi_korea_cusman_expclno'.There are 8248 rows in 90 pages for object "edi_korea_cusman_expclno".DBCC results for 'emptyservicebl_cust'.There are 0 rows in 0 pages for object "emptyservicebl_cust".DBCC results for 'wmmrchargegroup'.There are 10 rows in 1 pages for object "wmmrchargegroup".DBCC results for 'editempbooking_chargenew'.There are 5678 rows in 85 pages for object "editempbooking_chargenew".DBCC results for 'Edi_ZB3Exportem_houscust1'.There are 0 rows in 0 pages for object "Edi_ZB3Exportem_houscust1".DBCC results for 'validationTemplate'.There are 255 rows in 2 pages for object "validationTemplate".DBCC results for 'refundpaymentmaster'.There are 26763 rows in 1297 pages for object "refundpaymentmaster".DBCC results for 'edi_scaiftmbc'.There are 0 rows in 0 pages for object "edi_scaiftmbc".DBCC results for 'CAREqpMapping'.There are 0 rows in 1 pages for object "CAREqpMapping".DBCC results for 'tempsurchargeFormulaDetail'.There are 51130 rows in 423 pages for object "tempsurchargeFormulaDetail".DBCC results for 'TDN_charge'.There are 0 rows in 0 pages for object "TDN_charge".DBCC results for 'tenderUsrGroup'.There are 247 rows in 5 pages for object "tenderUsrGroup".DBCC results for 'edi_Spain_coparnin_import_main1'.There are 0 rows in 0 pages for object "edi_Spain_coparnin_import_main1".DBCC results for 'edi_PRC173_import_imo_imo'.There are 0 rows in 0 pages for object "edi_PRC173_import_imo_imo".DBCC results for 'edi_japan_ifcsumnew_pay'.There are 3956 rows in 39 pages for object "edi_japan_ifcsumnew_pay".DBCC results for 'HMClaimNoticeSent'.There are 0 rows in 0 pages for object "HMClaimNoticeSent".DBCC results for 'edixmldatacontroller'.There are 6 rows in 1 pages for object "edixmldatacontroller".DBCC results for 'exchangegainloss'.There are 6478 rows in 117 pages for object "exchangegainloss".DBCC results for 'LongTermMaster'.There are 340 rows in 13 pages for object "LongTermMaster".DBCC results for 'edi_vlc_ifcsum_cnigid'.There are 0 rows in 0 pages for object "edi_vlc_ifcsum_cnigid".DBCC results for 'GlobalActivityException'.There are 82 rows in 1 pages for object "GlobalActivityException".DBCC results for 'ContainerType'.There are 3 rows in 1 pages for object "ContainerType".DBCC results for 'vps_ifcsum_cust'.There are 56392 rows in 2207 pages for object "vps_ifcsum_cust".DBCC results for 'edi_rtm_iftdgn_cust'.There are 663 rows in 22 pages for object "edi_rtm_iftdgn_cust".DBCC results for 'MMRsector'.There are 7 rows in 1 pages for object "MMRsector".DBCC results for 'PoolStcDetail'.There are 0 rows in 0 pages for object "PoolStcDetail".DBCC results for 'edi_korea_cusman_pcnt'.There are 7041 rows in 51 pages for object "edi_korea_cusman_pcnt".DBCC results for 'tempwmrcostmaster2'.There are 3245 rows in 53 pages for object "tempwmrcostmaster2".DBCC results for 'commodityType'.There are 12 rows in 1 pages for object "commodityType".DBCC results for 'customergrouping'.There are 340 rows in 6 pages for object "customergrouping".DBCC results for 'Edi_ZB3Exportem_pac'.There are 0 rows in 0 pages for object "Edi_ZB3Exportem_pac".DBCC results for 'edi_scaiftmbc_cargo'.There are 0 rows in 0 pages for object "edi_scaiftmbc_cargo".DBCC results for 'TDN'.There are 50141 rows in 1473 pages for object "TDN".DBCC results for 'cntEqp'.There are 8 rows in 1 pages for object "cntEqp".DBCC results for 'ecomBLAccess'.There are 8741 rows in 132 pages for object "ecomBLAccess".DBCC results for 'surchargeDetailN_arcproc'.There are 135699 rows in 2730 pages for object "surchargeDetailN_arcproc".DBCC results for 'tdn_uk_header'.There are 2281 rows in 109 pages for object "tdn_uk_header".DBCC results for 'TDN_Cust'.There are 0 rows in 0 pages for object "TDN_Cust".DBCC results for 'oldbkup_tenderusrportgroup'.There are 253119 rows in 5158 pages for object "oldbkup_tenderusrportgroup".DBCC results for 'OtherClaim_Master'.There are 0 rows in 0 pages for object "OtherClaim_Master".DBCC results for 'hlgmlsSurcharges'.There are 2 rows in 1 pages for object "hlgmlsSurcharges".DBCC results for 'AClauseIdxMaster'.There are 161 rows in 1 pages for object "AClauseIdxMaster".DBCC results for 'edi_PRC173_import_imo_main'.There are 77 rows in 8 pages for object "edi_PRC173_import_imo_main".DBCC results for 'ENSLog'.There are 33395733 rows in 302260 pages for object "ENSLog".DBCC results for 'tmpagencycommstmt'.There are 1037173 rows in 52120 pages for object "tmpagencycommstmt".DBCC results for 'edi_japan_ifcsumnew_clause'.There are 0 rows in 0 pages for object "edi_japan_ifcsumnew_clause".DBCC results for 'edi_custbond_permission'.There are 15056 rows in 218 pages for object "edi_custbond_permission".DBCC results for 'edixmldatacontrollmaster'.There are 1 rows in 1 pages for object "edixmldatacontrollmaster".DBCC results for 'Koreareceiptreset'.There are 6310 rows in 79 pages for object "Koreareceiptreset".DBCC results for 'edi_vlc_ifcsum_cnigor'.There are 18693 rows in 161 pages for object "edi_vlc_ifcsum_cnigor".DBCC results for 'vps_ifcsum_imo'.There are 285 rows in 12 pages for object "vps_ifcsum_imo".DBCC results for 'edi_rtm_iftdgn_imo'.There are 236 rows in 7 pages for object "edi_rtm_iftdgn_imo".DBCC results for 'kkk'.There are 0 rows in 0 pages for object "kkk".DBCC results for 'RoundCycleDetail'.There are 0 rows in 0 pages for object "RoundCycleDetail".DBCC results for 'edi_korea_cusman_pcnt1'.There are 0 rows in 0 pages for object "edi_korea_cusman_pcnt1".DBCC results for 'emptyservicebl_footer'.There are 0 rows in 0 pages for object "emptyservicebl_footer".DBCC results for 'ddwavcounters'.There are 6605 rows in 95 pages for object "ddwavcounters".DBCC results for 'importifcsumlog'.There are 171629 rows in 3390 pages for object "importifcsumlog".DBCC results for 'LanguageEquipmentsMaster'.There are 0 rows in 0 pages for object "LanguageEquipmentsMaster".DBCC results for 'repmdlparameters'.There are 16 rows in 1 pages for object "repmdlparameters".DBCC results for 'edi_zb3em_reference'.There are 0 rows in 0 pages for object "edi_zb3em_reference".DBCC results for 'refundpaymentmode'.There are 26806 rows in 495 pages for object "refundpaymentmode".DBCC results for 'edi_scaiftmbc_com'.There are 0 rows in 0 pages for object "edi_scaiftmbc_com".DBCC results for 'ContractPorts'.There are 2618 rows in 18 pages for object "ContractPorts".DBCC results for 'tdn_uk_tdtseg'.There are 2280 rows in 89 pages for object "tdn_uk_tdtseg".DBCC results for 'emsequipmentseriesflagging'.There are 0 rows in 0 pages for object "emsequipmentseriesflagging".DBCC results for 'TDNMaster'.There are 0 rows in 0 pages for object "TDNMaster".DBCC results for 'tmptenderTradeGrp'.There are 0 rows in 4 pages for object "tmptenderTradeGrp".DBCC results for 'edi_Shankai_bl'.There are 2074 rows in 22 pages for object "edi_Shankai_bl".DBCC results for 'booking'.There are 2354519 rows in 206618 pages for object "booking".CHECKDB found 0 allocation errors and 6 consistency errors in table 'booking' (object ID 1192651592).DBCC results for 'HMClaimPOJDetails'.There are 0 rows in 0 pages for object "HMClaimPOJDetails".DBCC results for 'portsystem'.There are 1123 rows in 21 pages for object "portsystem".DBCC results for 'fcn_entityDesc'.There are 5 rows in 2 pages for object "fcn_entityDesc".DBCC results for 'edi_vlc_ifcsum_comdesc'.There are 19704 rows in 234 pages for object "edi_vlc_ifcsum_comdesc".DBCC results for 'VesselSize'.There are 19 rows in 1 pages for object "VesselSize".DBCC results for 'vps_ifcsum_tcc'.There are 33 rows in 1 pages for object "vps_ifcsum_tcc".DBCC results for 'edi_iftmcsimport_bl'.There are 7174 rows in 265 pages for object "edi_iftmcsimport_bl".DBCC results for 'edi_geriftmcsimport2_bl'.There are 1263 rows in 55 pages for object "edi_geriftmcsimport2_bl".DBCC results for 'rptstor'.There are 22 rows in 2 pages for object "rptstor".DBCC results for 'DetentionReport'.There are 68578 rows in 4339 pages for object "DetentionReport".DBCC results for 'edi_korea_cusman_totweight'.There are 6901 rows in 54 pages for object "edi_korea_cusman_totweight".DBCC results for 'ensmdlindex'.There are 258 rows in 4 pages for object "ensmdlindex".DBCC results for 'HlgExpSurcharges_backup'.There are 3348 rows in 48 pages for object "HlgExpSurcharges_backup".DBCC results for 'CustomerLocalGrouping'.There are 9129 rows in 145 pages for object "CustomerLocalGrouping".DBCC results for 'Routetmp'.There are 6904 rows in 152 pages for object "Routetmp".DBCC results for 'crodoediremarks'.There are 235 rows in 4 pages for object "crodoediremarks".DBCC results for 'agencyLocalChargesVariable'.There are 10 rows in 1 pages for object "agencyLocalChargesVariable".DBCC results for 'editempbooking_commodity'.There are 777093 rows in 55175 pages for object "editempbooking_commodity".DBCC results for 'reworkhub'.There are 0 rows in 0 pages for object "reworkhub".DBCC results for 'edi_scaiftmbc_cust'.There are 0 rows in 0 pages for object "edi_scaiftmbc_cust".DBCC results for 'TDNCharge'.There are 130276 rows in 3328 pages for object "TDNCharge".DBCC results for 'ContractVoyages'.There are 7 rows in 1 pages for object "ContractVoyages".DBCC results for 'Units'.There are 24 rows in 1 pages for object "Units".DBCC results for 'tdn_uk_gid'.There are 2414 rows in 58 pages for object "tdn_uk_gid".DBCC results for 'ReportGroup'.There are 44 rows in 1 pages for object "ReportGroup".DBCC results for 'tmptenderusrportgroup'.There are 0 rows in 17491 pages for object "tmptenderusrportgroup".DBCC results for 'edi_Shankai_container'.There are 5808 rows in 50 pages for object "edi_Shankai_container".DBCC results for 'OtherClaim_memo_remarks'.There are 0 rows in 0 pages for object "OtherClaim_memo_remarks".DBCC results for 'HlgSlabDetail'.There are 6151 rows in 65 pages for object "HlgSlabDetail".DBCC results for 'tmpboxtrackingstmt'.There are 2364539 rows in 64619 pages for object "tmpboxtrackingstmt".DBCC results for 'duamaster'.There are 207850 rows in 13733 pages for object "duamaster".DBCC results for 'tempTMPSRRDetail'.There are 841 rows in 53 pages for object "tempTMPSRRDetail".DBCC results for 'Cntr_Claims_Handler_Details'.There are 11 rows in 1 pages for object "Cntr_Claims_Handler_Details".DBCC results for 'cuscaredilog'.There are 10181712 rows in 244882 pages for object "cuscaredilog".DBCC results for 'edi_vlc_ifcsum_duadgs'.There are 27358 rows in 248 pages for object "edi_vlc_ifcsum_duadgs".DBCC results for 'vps_ifcsum_tdt'.There are 0 rows in 0 pages for object "vps_ifcsum_tdt".DBCC results for 'edi_iftmcsimport_cargo'.There are 11959 rows in 312 pages for object "edi_iftmcsimport_cargo".DBCC results for 'edi_geriftmcsimport2_cargo'.There are 3366 rows in 96 pages for object "edi_geriftmcsimport2_cargo".DBCC results for 'stcsummarydetail'.There are 22458 rows in 735 pages for object "stcsummarydetail".DBCC results for 'edi_italycoprar_cargo'.There are 15957 rows in 368 pages for object "edi_italycoprar_cargo".DBCC results for 'edi_italy_customs_import1'.There are 53856 rows in 2201 pages for object "edi_italy_customs_import1".DBCC results for 'emptyservicebl_header'.There are 0 rows in 0 pages for object "emptyservicebl_header".DBCC results for 'HlgExpSurcharges_Reset'.There are 3348 rows in 48 pages for object "HlgExpSurcharges_Reset".DBCC results for 'Agencycommissionmapping'.There are 465 rows in 8 pages for object "Agencycommissionmapping".DBCC results for 'edi_colombo_dis_SLPA'.There are 1 rows in 1 pages for object "edi_colombo_dis_SLPA".DBCC results for 'ddwavdetail'.There are 8607 rows in 214 pages for object "ddwavdetail".DBCC results for 'rolloverdetails'.There are 1918079 rows in 25330 pages for object "rolloverdetails".DBCC results for 'edi_scaiftmbc_imo'.There are 0 rows in 0 pages for object "edi_scaiftmbc_imo".DBCC results for 'TDNConfirmation'.There are 20714 rows in 277 pages for object "TDNConfirmation".DBCC results for 'FdrContractDetailSession'.There are 6592 rows in 131 pages for object "FdrContractDetailSession".DBCC results for 'tdn_uk_eqd'.There are 2288 rows in 49 pages for object "tdn_uk_eqd".DBCC results for 'edi_Shankai_head'.There are 2074 rows in 17 pages for object "edi_Shankai_head".DBCC results for 'EDIIteneary_bak'.There are 0 rows in 0 pages for object "EDIIteneary_bak".DBCC results for 'HMClaimReceiptPaymentDetails'.There are 0 rows in 0 pages for object "HMClaimReceiptPaymentDetails".DBCC results for 'WMRActivityMaster'.There are 21 rows in 1 pages for object "WMRActivityMaster".DBCC results for 'subTradeDetail'.There are 27271 rows in 341 pages for object "subTradeDetail".DBCC results for 'dgRouting'.There are 0 rows in 0 pages for object "dgRouting".DBCC results for 'Cntr_Claims_Key_Generator'.There are 72 rows in 6 pages for object "Cntr_Claims_Key_Generator".DBCC results for 'vps_ifcsum_pay'.There are 7 rows in 1 pages for object "vps_ifcsum_pay".DBCC results for 'edi_AbuDhabi_Custom_Manifest_main'.There are 2877 rows in 184 pages for object "edi_AbuDhabi_Custom_Manifest_main".DBCC results for 'edi_iftmcsimport_charge'.There are 7057 rows in 49 pages for object "edi_iftmcsimport_charge".DBCC results for 'edi_geriftmcsimport2_commodity'.There are 3441 rows in 143 pages for object "edi_geriftmcsimport2_commodity".DBCC results for 'EDIOpsList4'.There are 64787 rows in 11545 pages for object "EDIOpsList4".DBCC results for 'stcsummarymaster'.There are 17673 rows in 357 pages for object "stcsummarymaster".DBCC results for 'edi_italycoprar_commodity'.There are 15368 rows in 328 pages for object "edi_italycoprar_commodity".DBCC results for 'AgreementType'.There are 7 rows in 1 pages for object "AgreementType".DBCC results for 'edi_belgium_coreor_import_ops'.There are 2007 rows in 61 pages for object "edi_belgium_coreor_import_ops".DBCC results for 'keyaccmanagermaster'.There are 110 rows in 1 pages for object "keyaccmanagermaster".DBCC results for 'customersectorgrouping'.There are 0 rows in 1 pages for object "customersectorgrouping".DBCC results for 'usermemory'.There are 122 rows in 1 pages for object "usermemory".DBCC results for 'InspectionServiceMaster'.There are 4 rows in 1 pages for object "InspectionServiceMaster".DBCC results for 'LanguagePackageMaster'.There are 175 rows in 9 pages for object "LanguagePackageMaster".DBCC results for 'TDNCustomer'.There are 71473 rows in 3542 pages for object "TDNCustomer".DBCC results for 'tdn_uk_nad'.There are 2287 rows in 61 pages for object "tdn_uk_nad".DBCC results for 'edi_Shankai_ves_voy'.There are 2084 rows in 33 pages for object "edi_Shankai_ves_voy".DBCC results for 'namhlgeqp'.There are 25 rows in 1 pages for object "namhlgeqp".DBCC results for 'OtherClaim_Rcpt_Details'.There are 0 rows in 0 pages for object "OtherClaim_Rcpt_Details".DBCC results for 'wdlMainline'.There are 61852 rows in 1657 pages for object "wdlMainline".DBCC results for 'ENS_AcknowledgementMaster'.There are 383408 rows in 10949 pages for object "ENS_AcknowledgementMaster".DBCC results for 'idletimemaster'.There are 9 rows in 1 pages for object "idletimemaster".DBCC results for 'subTradeMaster'.There are 5474 rows in 71 pages for object "subTradeMaster".DBCC results for 'ITALY_CUSTCODE'.There are 11 rows in 1 pages for object "ITALY_CUSTCODE".DBCC results for 'tmptransbooking'.There are 261 rows in 1 pages for object "tmptransbooking".DBCC results for 'Cntr_Claims_Log_Details'.There are 459 rows in 11 pages for object "Cntr_Claims_Log_Details".DBCC results for 'generaledicode'.There are 1656 rows in 27 pages for object "generaledicode".DBCC results for 'edi_vlc_ifcsum_duamaster'.There are 27424 rows in 752 pages for object "edi_vlc_ifcsum_duamaster".DBCC results for 'edi_AbuDhabi_Custom_Manifest_cargo'.There are 9127 rows in 156 pages for object "edi_AbuDhabi_Custom_Manifest_cargo".DBCC results for 'indodetail2_empty'.There are 3 rows in 1 pages for object "indodetail2_empty".DBCC results for 'edi_iftmcsimport_commodity'.There are 14337 rows in 734 pages for object "edi_iftmcsimport_commodity".DBCC results for 'edi_geriftmcsimport2_cust'.There are 2508 rows in 85 pages for object "edi_geriftmcsimport2_cust".DBCC results for 'tmpCorporateCommodity'.There are 0 rows in 1 pages for object "tmpCorporateCommodity".DBCC results for 'AClauseIdxDetail'.There are 1554 rows in 11 pages for object "AClauseIdxDetail".DBCC results for 'edi_italycoprar_imo'.There are 601 rows in 10 pages for object "edi_italycoprar_imo".DBCC results for 'emptyservicebl_imo'.There are 0 rows in 0 pages for object "emptyservicebl_imo".DBCC results for 'edi_belgium_coreor_import_cargo'.There are 7178 rows in 178 pages for object "edi_belgium_coreor_import_cargo".DBCC results for 'sys.queue_messages_1234311657'.There are 0 rows in 0 pages for object "sys.queue_messages_1234311657".DBCC results for 'UnitTypes'.There are 6 rows in 1 pages for object "UnitTypes".DBCC results for 'ddwavmaster'.There are 3798 rows in 158 pages for object "ddwavmaster".DBCC results for 'Gatepassindex'.There are 85 rows in 5 pages for object "Gatepassindex".DBCC results for 'feederexpinvdetail'.There are 0 rows in 0 pages for object "feederexpinvdetail".DBCC results for 'rptmatereceiptprint'.There are 6 rows in 2 pages for object "rptmatereceiptprint".DBCC results for 'Tdncustomerinput'.There are 24957 rows in 565 pages for object "Tdncustomerinput".DBCC results for 'FdrSurFormulaDetail'.There are 6305 rows in 46 pages for object "FdrSurFormulaDetail".DBCC results for 'ExtFdrCostMaster'.There are 6609 rows in 151 pages for object "ExtFdrCostMaster".DBCC results for 'tdn_uk_cro'.There are 1882 rows in 21 pages for object "tdn_uk_cro".DBCC results for 'ReportTemplate'.There are 251 rows in 3 pages for object "ReportTemplate".DBCC results for 'edi_Shankai_com'.There are 2081 rows in 123 pages for object "edi_Shankai_com".DBCC results for 'tmpOPS'.There are 276734 rows in 1198 pages for object "tmpOPS".DBCC results for 'costtemp'.There are 0 rows in 9 pages for object "costtemp".DBCC results for 'ENS_AcknowledgementMasterDetail'.There are 550475 rows in 70636 pages for object "ENS_AcknowledgementMasterDetail".DBCC results for 'HMClaimRecoveryDetails'.There are 0 rows in 0 pages for object "HMClaimRecoveryDetails".DBCC results for 'wmrcostmaster'.There are 42229 rows in 697 pages for object "wmrcostmaster".DBCC results for 'accactivitymapping'.There are 0 rows in 0 pages for object "accactivitymapping".DBCC results for 'EMSErrorMessage'.There are 167 rows in 3 pages for object "EMSErrorMessage".DBCC results for 'Cntr_Claims_Master'.There are 209 rows in 9 pages for object "Cntr_Claims_Master".DBCC results for 'LongTermDetail'.There are 129473 rows in 9901 pages for object "LongTermDetail".DBCC results for 'edi_vlc_ifcsum_eqd'.There are 0 rows in 0 pages for object "edi_vlc_ifcsum_eqd".DBCC results for 'edi_iftmcsimport_cust'.There are 43934 rows in 982 pages for object "edi_iftmcsimport_cust".DBCC results for 'edi_geriftmcsimport2_imo'.There are 251 rows in 7 pages for object "edi_geriftmcsimport2_imo".DBCC results for 'stoformuladetails'.There are 0 rows in 0 pages for object "stoformuladetails".DBCC results for 'edi_italycoprar_ops'.There are 15957 rows in 791 pages for object "edi_italycoprar_ops".DBCC results for 'booking_leg_history'.There are 37396 rows in 1029 pages for object "booking_leg_history".DBCC results for 'edi_belgium_coreor_import_commodity'.There are 7438 rows in 446 pages for object "edi_belgium_coreor_import_commodity".DBCC results for 'customermasterCR568_6OCT11'.There are 218664 rows in 17162 pages for object "customermasterCR568_6OCT11".DBCC results for 'EDIOpsList_belcopr'.There are 15259 rows in 2182 pages for object "EDIOpsList_belcopr".DBCC results for 'securityinvoicedetail'.There are 0 rows in 0 pages for object "securityinvoicedetail".DBCC results for 'srrdgDetail'.There are 392173 rows in 2698 pages for object "srrdgDetail".DBCC results for 'TDNDetail'.There are 100886 rows in 5156 pages for object "TDNDetail".DBCC results for 'edi_Shankai_cust'.There are 2074 rows in 34 pages for object "edi_Shankai_cust".DBCC results for 'OtherClaim_Suit_Details'.There are 0 rows in 0 pages for object "OtherClaim_Suit_Details".DBCC results for 'craAccessConfig'.There are 69 rows in 1 pages for object "craAccessConfig".DBCC results for 'tmpOPSN'.There are 276580 rows in 1197 pages for object "tmpOPSN".DBCC results for 'bledimaster'.There are 2 rows in 1 pages for object "bledimaster".DBCC results for 'wdlMainlineDone'.There are 172825 rows in 826 pages for object "wdlMainlineDone".DBCC results for 'edi_italy_cro_screenlog'.There are 0 rows in 0 pages for object "edi_italy_cro_screenlog".DBCC results for 'ENSContainer'.There are 861815 rows in 11206 pages for object "ENSContainer".DBCC results for 'lrpaccagrenumtype'.There are 0 rows in 0 pages for object "lrpaccagrenumtype".DBCC results for 'fcn_status_template'.There are 0 rows in 0 pages for object "fcn_status_template".DBCC results for 'edi_vlc_ifcsum_marksno'.There are 0 rows in 0 pages for object "edi_vlc_ifcsum_marksno".DBCC results for 'indocontainer_empty'.There are 141 rows in 2 pages for object "indocontainer_empty".DBCC results for 'edi_iftmcsimport_imo'.There are 197 rows in 5 pages for object "edi_iftmcsimport_imo".DBCC results for 'edi_geriftmcsimport2_pac'.There are 1254 rows in 11 pages for object "edi_geriftmcsimport2_pac".DBCC results for 'coprar_rtm_cargo'.There are 3189 rows in 59 pages for object "coprar_rtm_cargo".DBCC results for 'edi_coparn_vessel_cargo'.There are 134 rows in 3 pages for object "edi_coparn_vessel_cargo".DBCC results for 'emptyservicebl_mapping'.There are 0 rows in 0 pages for object "emptyservicebl_mapping".DBCC results for 'edi_belgium_coreor_import_imo'.There are 102 rows in 3 pages for object "edi_belgium_coreor_import_imo".DBCC results for 'sys.queue_messages_1266311771'.There are 0 rows in 0 pages for object "sys.queue_messages_1266311771".DBCC results for 'tmpmassCost'.There are 0 rows in 14 pages for object "tmpmassCost".DBCC results for 'feederexpinvmaster'.There are 0 rows in 0 pages for object "feederexpinvmaster".DBCC results for 'LanguagePortsMaster'.There are 2103 rows in 118 pages for object "LanguagePortsMaster".DBCC results for 'edi_belgiumcoprar_ops'.There are 15259 rows in 644 pages for object "edi_belgiumcoprar_ops".DBCC results for 'tmp_fcn_validation'.There are 0 rows in 0 pages for object "tmp_fcn_validation".DBCC results for 'FdrSurMaster'.There are 49 rows in 1 pages for object "FdrSurMaster".DBCC results for 'POER'.There are 0 rows in 0 pages for object "POER".DBCC results for 'ReportTemplateCreation'.There are 153 rows in 4 pages for object "ReportTemplateCreation".DBCC results for 'EMSSpecialRights'.There are 699 rows in 10 pages for object "EMSSpecialRights".DBCC results for 'Milageslab'.There are 360 rows in 8 pages for object "Milageslab".DBCC results for 'customerbledi'.There are 4 rows in 1 pages for object "customerbledi".DBCC results for 'ENSCustomer'.There are 1321314 rows in 34851 pages for object "ENSCustomer".DBCC results for 'HMClaimReversalDetails'.There are 0 rows in 0 pages for object "HMClaimReversalDetails".DBCC results for 'wmrdetentionmaster'.There are 132 rows in 4 pages for object "wmrdetentionmaster".DBCC results for 'fcnApprovalRule'.There are 22 rows in 1 pages for object "fcnApprovalRule".DBCC results for 'ediparties'.There are 123 rows in 2 pages for object "ediparties".DBCC results for 'edi_DEHAM_coreorimport_cargo'.There are 3471 rows in 45 pages for object "edi_DEHAM_coreorimport_cargo".DBCC results for 'iftdgnbgm_bookimport'.There are 0 rows in 0 pages for object "iftdgnbgm_bookimport".DBCC results for 'indodetail_empty'.There are 3 rows in 1 pages for object "indodetail_empty".DBCC results for 'edi_iftmcsimport_pac'.There are 7159 rows in 55 pages for object "edi_iftmcsimport_pac".DBCC results for 'Edi_sharjah_mastern'.There are 1118 rows in 92 pages for object "Edi_sharjah_mastern".DBCC results for 'StorageCalcDetail'.There are 1449257 rows in 38519 pages for object "StorageCalcDetail".DBCC results for 'coprar_rtm_cargo_pcs'.There are 6215 rows in 110 pages for object "coprar_rtm_cargo_pcs".DBCC results for 'edi_coparn_vessel_commodity'.There are 134 rows in 2 pages for object "edi_coparn_vessel_commodity".DBCC results for 'operationResetInfo'.There are 1476157 rows in 69165 pages for object "operationResetInfo".DBCC results for 'OpsForcedDischarge'.There are 819972 rows in 29095 pages for object "OpsForcedDischarge".DBCC results for 'UpdateAfterVROb4drop'.There are 0 rows in 2 pages for object "UpdateAfterVROb4drop".DBCC results for 'ContainerCondition'.There are 4 rows in 1 pages for object "ContainerCondition".DBCC results for 'houseblimo'.There are 64658 rows in 4273 pages for object "houseblimo".DBCC results for 'tmpPortmasscost'.There are 0 rows in 26 pages for object "tmpPortmasscost".DBCC results for 'editempbooking_contacts'.There are 0 rows in 0 pages for object "editempbooking_contacts".DBCC results for 'edi_belgiumcoprar_cargo'.There are 15259 rows in 309 pages for object "edi_belgiumcoprar_cargo".DBCC results for 'tmpPortPair'.There are 0 rows in 0 pages for object "tmpPortPair".DBCC results for 'srrManualRejection'.There are 12 rows in 1 pages for object "srrManualRejection".DBCC results for 'TDNLeg'.There are 148801 rows in 5931 pages for object "TDNLeg".DBCC results for 'FdrSurSlabDetail'.There are 0 rows in 0 pages for object "FdrSurSlabDetail".DBCC results for 'OtherClaim_Survey_Details'.There are 0 rows in 0 pages for object "OtherClaim_Survey_Details".DBCC results for 'MilesHlgContractDetailTemp'.There are 90 rows in 1 pages for object "MilesHlgContractDetailTemp".DBCC results for 'edidischarge_GTI'.There are 44652 rows in 1089 pages for object "edidischarge_GTI".DBCC results for 'Enseta'.There are 1125 rows in 17 pages for object "Enseta".DBCC results for 'OpsSSL'.There are 8 rows in 1 pages for object "OpsSSL".DBCC results for 'edi_DEHAM_coreorimport_ops'.There are 2506 rows in 72 pages for object "edi_DEHAM_coreorimport_ops".DBCC results for 'iftdgnbgm_bookimport_cargo'.There are 0 rows in 0 pages for object "iftdgnbgm_bookimport_cargo".DBCC results for 'indodetail1_empty'.There are 38 rows in 1 pages for object "indodetail1_empty".DBCC results for 'edi_iftmcsimport_tcc'.There are 0 rows in 0 pages for object "edi_iftmcsimport_tcc".DBCC results for 'Edi_sharjah_ctr'.There are 2465 rows in 37 pages for object "Edi_sharjah_ctr".DBCC results for 'tmpCorporateCustomer'.There are 0 rows in 1 pages for object "tmpCorporateCustomer".DBCC results for 'Clause'.There are 408 rows in 9 pages for object "Clause".DBCC results for 'CraCommonSurchargeList'.There are 0 rows in 0 pages for object "CraCommonSurchargeList".DBCC results for 'StorageDayCalc'.There are 403 rows in 10 pages for object "StorageDayCalc".DBCC results for 'coprar_rtm_commodity'.There are 3186 rows in 77 pages for object "coprar_rtm_commodity".DBCC results for 'edi_coparn_vessel_cust'.There are 86 rows in 1 pages for object "edi_coparn_vessel_cust".DBCC results for 'emptyservicebl_reference'.There are 0 rows in 0 pages for object "emptyservicebl_reference".DBCC results for 'UpdateAfterVRO'.There are 0 rows in 1 pages for object "UpdateAfterVRO".DBCC results for 'sys.queue_messages_1298311885'.There are 0 rows in 0 pages for object "sys.queue_messages_1298311885".DBCC results for 'INVendorDetails'.There are 0 rows in 0 pages for object "INVendorDetails".DBCC results for 'mdljasperpath'.There are 1039 rows in 13 pages for object "mdljasperpath".DBCC results for 'edi_belgiumcoprar_commodity'.There are 15259 rows in 425 pages for object "edi_belgiumcoprar_commodity".DBCC results for 'voyage'.There are 0 rows in 0 pages for object "voyage".DBCC results for 'rptpublishedusers'.There are 0 rows in 0 pages for object "rptpublishedusers".DBCC results for 'srrmaster'.There are 207058 rows in 7158 pages for object "srrmaster".DBCC results for 'tmpBoxVilocity'.There are 1296 rows in 40 pages for object "tmpBoxVilocity".DBCC results for 'TDNLegCharge'.There are 45656 rows in 1204 pages for object "TDNLegCharge".DBCC results for 'transportterms'.There are 9 rows in 1 pages for object "transportterms".DBCC results for 'Newformuladetails'.There are 81216 rows in 670 pages for object "Newformuladetails".DBCC results for 'edi_bcn_ifcsum_parent'.There are 96 rows in 8 pages for object "edi_bcn_ifcsum_parent".DBCC results for 'fcn_bl'.There are 234086 rows in 32543 pages for object "fcn_bl".DBCC results for 'customerbllog'.There are 209 rows in 7 pages for object "customerbllog".DBCC results for 'ENSGoods'.There are 543244 rows in 8108 pages for object "ENSGoods".DBCC results for 'HMClaims_DebitCreditDetails'.There are 0 rows in 0 pages for object "HMClaims_DebitCreditDetails".DBCC results for 'edi_DEHAM_coreorimport_customer'.There are 2506 rows in 21 pages for object "edi_DEHAM_coreorimport_customer".DBCC results for 'iftdgnbgm_bookimport_com'.There are 0 rows in 0 pages for object "iftdgnbgm_bookimport_com".DBCC results for 'indodetail1com_empty'.There are 3 rows in 1 pages for object "indodetail1com_empty".DBCC results for 'Edi_sharjah_con'.There are 2490 rows in 181 pages for object "Edi_sharjah_con".DBCC results for 'cracomsurcomd'.There are 38519 rows in 306 pages for object "cracomsurcomd".DBCC results for 'StorageDetail'.There are 151263 rows in 12853 pages for object "StorageDetail".DBCC results for 'coprar_rtm_commodity_pcs'.There are 6163 rows in 151 pages for object "coprar_rtm_commodity_pcs".DBCC results for 'edi_pakistan_import_items'.There are 2704 rows in 43 pages for object "edi_pakistan_import_items".DBCC results for 'edi_coparn_vessel_eqdloc'.There are 134 rows in 2 pages for object "edi_coparn_vessel_eqdloc".DBCC results for 'edi_shanghai_cargo_trans'.There are 0 rows in 0 pages for object "edi_shanghai_cargo_trans".DBCC results for 'ediberthcodemapping'.There are 2267 rows in 13 pages for object "ediberthcodemapping".DBCC results for 'surchargedetail_archive'.There are 0 rows in 0 pages for object "surchargedetail_archive".DBCC results for 'TempAgencyBnBReport'.There are 0 rows in 0 pages for object "TempAgencyBnBReport".DBCC results for 'edi_ComplianceAddress'.There are 0 rows in 0 pages for object "edi_ComplianceAddress".DBCC results for 'LanguageVesselMaster'.There are 10 rows in 1 pages for object "LanguageVesselMaster".DBCC results for 'repdefaultvalue'.There are 9 rows in 1 pages for object "repdefaultvalue".DBCC results for 'edi_belgiumcoprar_imo'.There are 1049 rows in 14 pages for object "edi_belgiumcoprar_imo".DBCC results for 'edi_kuwait_bl'.There are 0 rows in 0 pages for object "edi_kuwait_bl".DBCC results for 'TDNLegChargeDetail'.There are 103111 rows in 2641 pages for object "TDNLegChargeDetail".DBCC results for 'MdlIndex'.There are 7798 rows in 134 pages for object "MdlIndex".DBCC results for 'edi_japan_ifcsum_tdt'.There are 62319 rows in 1604 pages for object "edi_japan_ifcsum_tdt".DBCC results for 'OtherClaim_Temp_Reversal'.There are 0 rows in 0 pages for object "OtherClaim_Temp_Reversal".DBCC results for 'remarkscategory'.There are 27 rows in 1 pages for object "remarkscategory".DBCC results for 'SinTranshipmentEDI'.There are 0 rows in 0 pages for object "SinTranshipmentEDI".DBCC results for 'ENSMaster'.There are 555670 rows in 16794 pages for object "ENSMaster".DBCC results for 'OpsDischargePlanSSL'.There are 3230547 rows in 146462 pages for object "OpsDischargePlanSSL".DBCC results for 'edi_DEHAM_coreorimport_commodity'.There are 3471 rows in 41 pages for object "edi_DEHAM_coreorimport_commodity".DBCC results for 'iftdgnbgm_bookimport_cust'.There are 0 rows in 0 pages for object "iftdgnbgm_bookimport_cust".DBCC results for 'commoncostcharge'.There are 3 rows in 1 pages for object "commoncostcharge".DBCC results for 'indoheader_empty'.There are 3 rows in 1 pages for object "indoheader_empty".DBCC results for 'Edi_sharjah_bol'.There are 1142 rows in 73 pages for object "Edi_sharjah_bol".DBCC results for 'comeqpclass'.There are 3 rows in 1 pages for object "comeqpclass".DBCC results for 'cracomsureqp'.There are 2745 rows in 20 pages for object "cracomsureqp".DBCC results for 'storageMapRule'.There are 1255 rows in 30 pages for object "storageMapRule".DBCC results for 'coprar_rtm_cust'.There are 0 rows in 0 pages for object "coprar_rtm_cust".DBCC results for 'edi_coparn_vessel_imo'.There are 134 rows in 2 pages for object "edi_coparn_vessel_imo".DBCC results for 'emptyservicebl_splitter'.There are 0 rows in 0 pages for object "emptyservicebl_splitter".DBCC results for 'edi_shanghai_main_trans'.There are 0 rows in 0 pages for object "edi_shanghai_main_trans".DBCC results for 'Ops_DamageReplace_Imo'.There are 0 rows in 0 pages for object "Ops_DamageReplace_Imo".DBCC results for 'edi_ACOS_Manifest_EDI_bl'.There are 174 rows in 27 pages for object "edi_ACOS_Manifest_EDI_bl".DBCC results for 'edi_cuscar_k5_ops'.There are 1792 rows in 93 pages for object "edi_cuscar_k5_ops".DBCC results for 'invendorTDSCodes'.There are 0 rows in 0 pages for object "invendorTDSCodes".DBCC results for 'Forecastcargo_demo'.There are 113 rows in 3 pages for object "Forecastcargo_demo".DBCC results for 'edioutputconfigtemp'.There are 0 rows in 0 pages for object "edioutputconfigtemp".DBCC results for 'TdnLegInput'.There are 8516 rows in 136 pages for object "TdnLegInput".DBCC results for 'HlgRecoveryDetail'.There are 8139 rows in 271 pages for object "HlgRecoveryDetail".DBCC results for 'edi_manifestsummary_blclause'.There are 0 rows in 0 pages for object "edi_manifestsummary_blclause".DBCC results for 'temp_mrg_id'.There are 0 rows in 1 pages for object "temp_mrg_id".DBCC results for 'comsureqp'.There are 3 rows in 1 pages for object "comsureqp".DBCC results for 'ENSOffice'.There are 565906 rows in 6110 pages for object "ENSOffice".DBCC results for 'HMClaims_TransactionDetails'.There are 0 rows in 0 pages for object "HMClaims_TransactionDetails".DBCC results for 'OpsPostDischargePlanSSL'.There are 868 rows in 39 pages for object "OpsPostDischargePlanSSL".DBCC results for 'iftdgnbgm_bookimport_imo'.There are 0 rows in 0 pages for object "iftdgnbgm_bookimport_imo".DBCC results for 'indoheaderport_empty'.There are 3 rows in 1 pages for object "indoheaderport_empty".DBCC results for 'edi_iftmcsexport_bl'.There are 0 rows in 0 pages for object "edi_iftmcsexport_bl".DBCC results for 'Company'.There are 1 rows in 1 pages for object "Company".DBCC results for 'cradictionary'.There are 2320 rows in 25 pages for object "cradictionary".DBCC results for 'coprar_rtm_cust_pcs'.There are 0 rows in 0 pages for object "coprar_rtm_cust_pcs".DBCC results for 'PortContacts'.There are 97 rows in 2 pages for object "PortContacts".DBCC results for 'edi_coparn_vessel_ops'.There are 43 rows in 2 pages for object "edi_coparn_vessel_ops".DBCC results for 'imdgclass'.There are 4224 rows in 85 pages for object "imdgclass".DBCC results for 'tmpedidocmail'.There are 14957 rows in 200 pages for object "tmpedidocmail".DBCC results for 'edi_cuscarcor_k5_ops'.There are 0 rows in 0 pages for object "edi_cuscarcor_k5_ops".DBCC results for 'edi_CoreorNport_Import_cargo'.There are 183 rows in 10 pages for object "edi_CoreorNport_Import_cargo".DBCC results for 'editempbooking_cust'.There are 6483483 rows in 209083 pages for object "editempbooking_cust".DBCC results for 'INVTYPEMDLINDEX_test'.There are 90 rows in 2 pages for object "INVTYPEMDLINDEX_test".DBCC results for 'TDNRecovery'.There are 112768 rows in 2621 pages for object "TDNRecovery".DBCC results for 'SurchargeException_arcproc'.There are 6792 rows in 49 pages for object "SurchargeException_arcproc".DBCC results for 'edi_manifestsummary_cargo'.There are 0 rows in 0 pages for object "edi_manifestsummary_cargo".DBCC results for 'OtherClaim_Transaction_Details'.There are 0 rows in 0 pages for object "OtherClaim_Transaction_Details".DBCC results for 'NewformulaDetails_CAR'.There are 0 rows in 1 pages for object "NewformulaDetails_CAR".DBCC results for 'rptserverinfo'.There are 310 rows in 5 pages for object "rptserverinfo".DBCC results for 'ENSPackage'.There are 591573 rows in 10414 pages for object "ENSPackage".DBCC results for 'plotdomaster'.There are 1424029 rows in 77756 pages for object "plotdomaster".CHECKDB found 0 allocation errors and 2 consistency errors in table 'plotdomaster' (object ID 1372128229).DBCC results for 'cntr_claims_memo_remarks'.There are 0 rows in 0 pages for object "cntr_claims_memo_remarks".DBCC results for 'edi_iftmcsexport_cargo'.There are 0 rows in 0 pages for object "edi_iftmcsexport_cargo".DBCC results for 'tmpcorporateDetailN'.There are 0 rows in 1 pages for object "tmpcorporateDetailN".DBCC results for 'manifest_batchprint'.There are 12849 rows in 3767 pages for object "manifest_batchprint".DBCC results for 'cratmpSurcharge'.There are 915 rows in 30 pages for object "cratmpSurcharge".DBCC results for 'storagemapruletemp'.There are 0 rows in 9 pages for object "storagemapruletemp".DBCC results for 'coprar_rtm_imo'.There are 518 rows in 10 pages for object "coprar_rtm_imo".DBCC results for 'EDIOpsList_frbyvsl'.There are 268 rows in 54 pages for object "EDIOpsList_frbyvsl".DBCC results for 'emptyservicebl_surrendar'.There are 0 rows in 0 pages for object "emptyservicebl_surrendar".DBCC results for 'autopostingmodules'.There are 6 rows in 1 pages for object "autopostingmodules".DBCC results for 'detentionsupplementary'.There are 17501 rows in 451 pages for object "detentionsupplementary".DBCC results for 'edi_acceptmain'.There are 12616 rows in 333 pages for object "edi_acceptmain".DBCC results for 'edi_CoreorNport_import_customer'.There are 137 rows in 9 pages for object "edi_CoreorNport_import_customer".DBCC results for 'LiquidationDetail'.There are 0 rows in 0 pages for object "LiquidationDetail".DBCC results for 'TP_CBF'.There are 0 rows in 0 pages for object "TP_CBF".DBCC results for 'Forecastdetail_demo'.There are 47 rows in 1 pages for object "Forecastdetail_demo".DBCC results for 'edi_kuwait_bl_cnt'.There are 0 rows in 0 pages for object "edi_kuwait_bl_cnt".DBCC results for 'TDNRecoveryDetail'.There are 113004 rows in 2620 pages for object "TDNRecoveryDetail".DBCC results for 'HaulageCostMaster'.There are 3435 rows in 70 pages for object "HaulageCostMaster".DBCC results for 'edi_manifestsummary_charges'.There are 0 rows in 0 pages for object "edi_manifestsummary_charges".DBCC results for 'NewhandlingCostDetail'.There are 245544 rows in 8409 pages for object "NewhandlingCostDetail".DBCC results for 'CODABLSERVICEMAP'.There are 54 rows in 1 pages for object "CODABLSERVICEMAP".DBCC results for 'CoastalScheduleLog'.There are 4699 rows in 174 pages for object "CoastalScheduleLog".DBCC results for 'EURCustoms_Master'.There are 186 rows in 3 pages for object "EURCustoms_Master".DBCC results for 'HMClaimSalvedValues'.There are 0 rows in 0 pages for object "HMClaimSalvedValues".DBCC results for 'Cntr_Claims_Recovery_Details'.There are 19 rows in 2 pages for object "Cntr_Claims_Recovery_Details".DBCC results for 'edi_iftmcsexport_charge'.There are 0 rows in 0 pages for object "edi_iftmcsexport_charge".DBCC results for 'ediintraequipmentmapping'.There are 0 rows in 0 pages for object "ediintraequipmentmapping".DBCC results for 'ContributionCust'.There are 1174921 rows in 9353 pages for object "ContributionCust".DBCC results for 'storagemapruletempsave'.There are 0 rows in 9 pages for object "storagemapruletempsave".DBCC results for 'coprar_rtm_imo_pcs'.There are 916 rows in 15 pages for object "coprar_rtm_imo_pcs".DBCC results for 'DepartureBunker'.There are 31 rows in 1 pages for object "DepartureBunker".DBCC results for 'VSSEDICountryMapping'.There are 1 rows in 1 pages for object "VSSEDICountryMapping".DBCC results for 'edi_dohacargo_itemlist'.There are 7865 rows in 309 pages for object "edi_dohacargo_itemlist".DBCC results for 'Tdn_maintrans'.There are 14 rows in 3 pages for object "Tdn_maintrans".DBCC results for 'AutoPostingrequest'.There are 1134 rows in 10 pages for object "AutoPostingrequest".DBCC results for 'edi_customer_senddetails'.There are 0 rows in 0 pages for object "edi_customer_senddetails".DBCC results for 'edi_CoreorNport_import_customer1'.There are 137 rows in 9 pages for object "edi_CoreorNport_import_customer1".DBCC results for 'agycommmappingdisportexception'.There are 165437 rows in 877 pages for object "agycommmappingdisportexception".DBCC results for 'edi_inttraiftmbc'.There are 1150 rows in 70 pages for object "edi_inttraiftmbc".DBCC results for 'srrrouting'.There are 388010 rows in 12675 pages for object "srrrouting".DBCC results for 'TDNRecoveryMaster'.There are 2 rows in 1 pages for object "TDNRecoveryMaster".DBCC results for 'edi_manifestsummary_commodity'.There are 0 rows in 0 pages for object "edi_manifestsummary_commodity".DBCC results for 'OtherClaim_Type_Master'.There are 0 rows in 0 pages for object "OtherClaim_Type_Master".DBCC results for 'fcn_bl_commodity'.There are 678527 rows in 68560 pages for object "fcn_bl_commodity".DBCC results for 'IGMVesselInfo'.There are 28997 rows in 2150 pages for object "IGMVesselInfo".DBCC results for 'EURCustomslodgement_Master'.There are 182 rows in 3 pages for object "EURCustomslodgement_Master".DBCC results for 'Hist_DMR_Print'.There are 0 rows in 0 pages for object "Hist_DMR_Print".DBCC results for 'srrAutoAppRestrict'.There are 0 rows in 0 pages for object "srrAutoAppRestrict".DBCC results for 'edi_iftmcsexport_commodity'.There are 0 rows in 0 pages for object "edi_iftmcsexport_commodity".DBCC results for 'CostActivityMapping'.There are 70 rows in 1 pages for object "CostActivityMapping".DBCC results for 'StorageMaster'.There are 4145 rows in 81 pages for object "StorageMaster".DBCC results for 'coprar_rtm_ops'.There are 3189 rows in 116 pages for object "coprar_rtm_ops".DBCC results for 'emptyserviceBLManifestEDI'.There are 0 rows in 0 pages for object "emptyserviceBLManifestEDI".DBCC results for 'Tdn_loadingcompany'.There are 102 rows in 3 pages for object "Tdn_loadingcompany".DBCC results for 'edi_customermapping'.There are 0 rows in 0 pages for object "edi_customermapping".DBCC results for 'duaconstants'.There are 9 rows in 1 pages for object "duaconstants".DBCC results for 'edi_CoreorNport_Import_imo'.There are 117 rows in 3 pages for object "edi_CoreorNport_Import_imo".DBCC results for 'agycommmappingloadportexception'.There are 72047 rows in 381 pages for object "agycommmappingloadportexception".DBCC results for 'coparn_cro_details_pcs'.There are 0 rows in 0 pages for object "coparn_cro_details_pcs".DBCC results for 'editempbooking_footer'.There are 298160 rows in 4831 pages for object "editempbooking_footer".DBCC results for 'edi_cy_manifest_ops'.There are 0 rows in 2 pages for object "edi_cy_manifest_ops".DBCC results for 'TP_CBF_Detail'.There are 0 rows in 0 pages for object "TP_CBF_Detail".DBCC results for 'forecastequipments_demo'.There are 13 rows in 1 pages for object "forecastequipments_demo".DBCC results for 'TdnSmtpHost'.There are 1 rows in 1 pages for object "TdnSmtpHost".DBCC results for 'tempsurexcport'.There are 48485 rows in 353 pages for object "tempsurexcport".DBCC results for 'edi_manifestsummary_count'.There are 0 rows in 0 pages for object "edi_manifestsummary_count".DBCC results for 'CRAExceptions'.There are 4 rows in 5 pages for object "CRAExceptions".DBCC results for 'edimode'.There are 141 rows in 6 pages for object "edimode".DBCC results for 'HMClaimsKeyGenerator'.There are 0 rows in 0 pages for object "HMClaimsKeyGenerator".DBCC results for 'operationMaster'.There are 0 rows in 0 pages for object "operationMaster".DBCC results for 'edi_ifcsum_manifest_gid'.There are 4341 rows in 134 pages for object "edi_ifcsum_manifest_gid".DBCC results for 'edi_iftmcsexport_cust'.There are 0 rows in 0 pages for object "edi_iftmcsexport_cust".DBCC results for 'edi_awmds_manifest_bl'.There are 18 rows in 3 pages for object "edi_awmds_manifest_bl".DBCC results for 'CostActivityMaster'.There are 46 rows in 1 pages for object "CostActivityMaster".DBCC results for 'stoReportMas'.There are 2457 rows in 54 pages for object "stoReportMas".DBCC results for 'coprar_rtm_ops_pcs'.There are 6215 rows in 234 pages for object "coprar_rtm_ops_pcs".DBCC results for 'vssedievent'.There are 2 rows in 8 pages for object "vssedievent".DBCC results for 'srrautoapprove'.There are 0 rows in 1 pages for object "srrautoapprove".DBCC results for 'Tdn_transacceptance'.There are 14 rows in 3 pages for object "Tdn_transacceptance".DBCC results for 'edi_customermapping_root'.There are 0 rows in 0 pages for object "edi_customermapping_root".DBCC results for 'edi_CoreorNport_Import_main'.There are 137 rows in 9 pages for object "edi_CoreorNport_Import_main".DBCC results for 'transfeeexceptiondetails'.There are 0 rows in 0 pages for object "transfeeexceptiondetails".DBCC results for 'LiquidationMaster'.There are 0 rows in 0 pages for object "LiquidationMaster".DBCC results for 'coparn_cro_cancel_details_pcs'.There are 0 rows in 0 pages for object "coparn_cro_cancel_details_pcs".DBCC results for 'tp_cbf_dg'.There are 0 rows in 0 pages for object "tp_cbf_dg".DBCC results for 'edi_inttraiftmbc_bl'.There are 469 rows in 6 pages for object "edi_inttraiftmbc_bl".DBCC results for 'surchargedetail'.There are 1817 rows in 46 pages for object "surchargedetail".DBCC results for 'TermMaster'.There are 9 rows in 1 pages for object "TermMaster".DBCC results for 'DisCostDetail'.There are 35755 rows in 266 pages for object "DisCostDetail".DBCC results for 'schedule_emailsettings'.There are 5 rows in 1 pages for object "schedule_emailsettings".DBCC results for 'OtherClaim_Vessel_Details'.There are 0 rows in 0 pages for object "OtherClaim_Vessel_Details".DBCC results for 'NewhandlingCostDetail_CAR'.There are 0 rows in 1 pages for object "NewhandlingCostDetail_CAR".DBCC results for 'tmpWDLDetail'.There are 0 rows in 0 pages for object "tmpWDLDetail".DBCC results for 'ContractMdlIndex'.There are 915 rows in 14 pages for object "ContractMdlIndex".DBCC results for 'edi_iftmcsexport_imo'.There are 0 rows in 0 pages for object "edi_iftmcsexport_imo".DBCC results for 'edi_awmds_manifest_cntr'.There are 213 rows in 4 pages for object "edi_awmds_manifest_cntr".DBCC results for 'edi_coparn_germanyDCP'.There are 0 rows in 0 pages for object "edi_coparn_germanyDCP".DBCC results for 'tmpemptyrandombl'.There are 0 rows in 0 pages for object "tmpemptyrandombl".DBCC results for 'Tdn_transcollection'.There are 14 rows in 3 pages for object "Tdn_transcollection".DBCC results for 'duadetail'.There are 108746 rows in 1713 pages for object "duadetail".DBCC results for 'Corpchange'.There are 1 rows in 1 pages for object "Corpchange".DBCC results for 'transfeeexceptions'.There are 0 rows in 0 pages for object "transfeeexceptions".DBCC results for 'edi_generalmanifest_bl'.There are 0 rows in 0 pages for object "edi_generalmanifest_bl".DBCC results for 'WORegion'.There are 3 rows in 1 pages for object "WORegion".DBCC results for 'Forecastmaster_demo'.There are 3 rows in 1 pages for object "Forecastmaster_demo".DBCC results for 'costeqpgroupdetail'.There are 605 rows in 4 pages for object "costeqpgroupdetail".DBCC results for 'LoadCostDetail'.There are 38373 rows in 352 pages for object "LoadCostDetail".DBCC results for 'customerexcludetaxes'.There are 13 rows in 1 pages for object "customerexcludetaxes".DBCC results for 'StockStatus'.There are 14 rows in 1 pages for object "StockStatus".DBCC results for 'edi_manifestsummary_customer'.There are 0 rows in 0 pages for object "edi_manifestsummary_customer".DBCC results for 'other_cliams_nonemployee_details'.There are 0 rows in 0 pages for object "other_cliams_nonemployee_details".DBCC results for 'NewhandlingCostMaster'.There are 2361 rows in 92 pages for object "NewhandlingCostMaster".DBCC results for 'ITTFeeder'.There are 0 rows in 0 pages for object "ITTFeeder".DBCC results for 'bkgconfig'.There are 279 rows in 6 pages for object "bkgconfig".DBCC results for 'edi_vpsiftmbc_cust'.There are 1387 rows in 43 pages for object "edi_vpsiftmbc_cust".DBCC results for 'terminaloperator'.There are 0 rows in 0 pages for object "terminaloperator".DBCC results for 'HMClaimSurveyDetails'.There are 0 rows in 0 pages for object "HMClaimSurveyDetails".DBCC results for 'BkgBlIndex'.There are 422 rows in 6 pages for object "BkgBlIndex".DBCC results for 'Cntr_Claims_Reversal_Details'.There are 1 rows in 1 pages for object "Cntr_Claims_Reversal_Details".DBCC results for 'edi_mman_manifest_head'.There are 0 rows in 0 pages for object "edi_mman_manifest_head".DBCC results for 'edi_iftmcsexport_pac'.There are 0 rows in 0 pages for object "edi_iftmcsexport_pac".DBCC results for 'edi_awmds_manifest_ops'.There are 18 rows in 1 pages for object "edi_awmds_manifest_ops".DBCC results for 'DMRReport'.There are 72246 rows in 2862 pages for object "DMRReport".DBCC results for 'CostBehavActMapping'.There are 31 rows in 1 pages for object "CostBehavActMapping".DBCC results for 'stoslabdetails'.There are 0 rows in 0 pages for object "stoslabdetails".DBCC results for 'edi_coparn_germanyDCP_cust'.There are 0 rows in 0 pages for object "edi_coparn_germanyDCP_cust".DBCC results for 'tempsrrAutoApproveDetail'.There are 0 rows in 1 pages for object "tempsrrAutoApproveDetail".DBCC results for 'Tdn_transroadcarrier'.There are 14 rows in 3 pages for object "Tdn_transroadcarrier".DBCC results for 'srrcustomersTemp'.There are 0 rows in 1 pages for object "srrcustomersTemp".DBCC results for 'corptables'.There are 85 rows in 1 pages for object "corptables".DBCC results for 'opresetexprpt'.There are 0 rows in 1 pages for object "opresetexprpt".DBCC results for 'edi_generalmanifest_cargo'.There are 0 rows in 0 pages for object "edi_generalmanifest_cargo".DBCC results for 'edi_coparn_belgium_cust'.There are 29225 rows in 543 pages for object "edi_coparn_belgium_cust".DBCC results for 'edi_inttraiftmbc_cargo'.There are 1161 rows in 21 pages for object "edi_inttraiftmbc_cargo".DBCC results for 'bl_rtmp'.There are 666533 rows in 56318 pages for object "bl_rtmp".DBCC results for 'LoadCostBehavDetail'.There are 43434 rows in 408 pages for object "LoadCostBehavDetail".DBCC results for 'vesselcertificatedetails'.There are 0 rows in 0 pages for object "vesselcertificatedetails".DBCC results for 'edi_vpsiftmbc_com'.There are 464 rows in 13 pages for object "edi_vpsiftmbc_com".DBCC results for 'tmpbl_charge'.There are 24040 rows in 394 pages for object "tmpbl_charge".DBCC results for 'Cntr_Claims_Status_Master'.There are 8 rows in 1 pages for object "Cntr_Claims_Status_Master".DBCC results for 'ScenarioBuilderDetail'.There are 251780 rows in 14458 pages for object "ScenarioBuilderDetail".DBCC results for 'edi_mman_manifest_detail'.There are 0 rows in 0 pages for object "edi_mman_manifest_detail".DBCC results for 'cargoclaimssurveydetail'.There are 1726 rows in 77 pages for object "cargoclaimssurveydetail".DBCC results for 'edi_iftmcsexport_tcc'.There are 0 rows in 0 pages for object "edi_iftmcsexport_tcc".DBCC results for 'CostBehavMaster'.There are 5 rows in 1 pages for object "CostBehavMaster".DBCC results for 'BatchReportMaster'.There are 3706 rows in 142 pages for object "BatchReportMaster".DBCC results for 'repallocationdetail'.There are 233 rows in 3 pages for object "repallocationdetail".DBCC results for 'edi_coparn_germanyDCP_eqd'.There are 0 rows in 0 pages for object "edi_coparn_germanyDCP_eqd".DBCC results for 'iftstaConfig'.There are 0 rows in 1 pages for object "iftstaConfig".DBCC results for 'Tdn_transfw'.There are 0 rows in 0 pages for object "Tdn_transfw".DBCC results for 'moduleproperties'.There are 5 rows in 1 pages for object "moduleproperties".DBCC results for 'RecreateKeyDetail'.There are 46 rows in 3 pages for object "RecreateKeyDetail".DBCC results for 'edi_Hamburg_coreorimport_cargo'.There are 0 rows in 0 pages for object "edi_Hamburg_coreorimport_cargo".DBCC results for 'FMCDocumentPath'.There are 16 rows in 1 pages for object "FMCDocumentPath".DBCC results for 'EDIOpsList_coprardba'.There are 57592 rows in 10173 pages for object "EDIOpsList_coprardba".DBCC results for 'editempbooking_header'.There are 306148 rows in 15705 pages for object "editempbooking_header".DBCC results for 'edi_generalmanifest_commodity'.There are 0 rows in 0 pages for object "edi_generalmanifest_commodity".DBCC results for 'Forecastrouting_demo'.There are 26 rows in 1 pages for object "Forecastrouting_demo".DBCC results for 'costeqpgroupmaster'.There are 69 rows in 1 pages for object "costeqpgroupmaster".DBCC results for 'transfw'.There are 0 rows in 0 pages for object "transfw".DBCC results for 'WtAddiCostMapMaster'.There are 2190 rows in 52 pages for object "WtAddiCostMapMaster".DBCC results for 'EmsFlag'.There are 23 rows in 1 pages for object "EmsFlag".DBCC results for 'edi_manifestsummary_imo'.There are 0 rows in 0 pages for object "edi_manifestsummary_imo".DBCC results for 'tmpigmmaster'.There are 131 rows in 4 pages for object "tmpigmmaster".DBCC results for 'edi_vpsiftmbc_cargo'.There are 1460 rows in 40 pages for object "edi_vpsiftmbc_cargo".DBCC results for 'HmClaimUserAccess'.There are 0 rows in 0 pages for object "HmClaimUserAccess".DBCC results for 'ulive001'.There are 0 rows in 0 pages for object "ulive001".DBCC results for 'edidocremarks'.There are 5 rows in 2 pages for object "edidocremarks".DBCC results for 'CargoClaimsMailProperty'.There are 5 rows in 1 pages for object "CargoClaimsMailProperty".DBCC results for 'BatchReportDetail'.There are 3706 rows in 936 pages for object "BatchReportDetail".DBCC results for 'stxformuladetails'.There are 4 rows in 1 pages for object "stxformuladetails".DBCC results for 'edi_coparn_germanyDCP_imo'.There are 0 rows in 0 pages for object "edi_coparn_germanyDCP_imo".DBCC results for 'edi_cancel_manifest_detail'.There are 0 rows in 0 pages for object "edi_cancel_manifest_detail".DBCC results for 'edi_manifestsummary_blclause_esbcn_coprar_import'.There are 0 rows in 0 pages for object "edi_manifestsummary_blclause_esbcn_coprar_import".DBCC results for 'Tdn_transconsignee'.There are 14 rows in 3 pages for object "Tdn_transconsignee".DBCC results for 'edi_ifcsum_manifest_com'.There are 0 rows in 0 pages for object "edi_ifcsum_manifest_com".DBCC results for 'RecreateKeyMaster'.There are 24 rows in 2 pages for object "RecreateKeyMaster".DBCC results for 'edi_Hamburg_coreorimport_ops'.There are 0 rows in 0 pages for object "edi_Hamburg_coreorimport_ops".DBCC results for 'tempFMCmrgdetail'.There are 0 rows in 81 pages for object "tempFMCmrgdetail".DBCC results for 'edi_imbalance'.There are 24737 rows in 296 pages for object "edi_imbalance".DBCC results for 'RejFdrExpenseReportDetail'.There are 55 rows in 3 pages for object "RejFdrExpenseReportDetail".DBCC results for 'edi_generalmanifest_routing'.There are 0 rows in 0 pages for object "edi_generalmanifest_routing".DBCC results for 'edi_inttraiftmbc_cargo_loc'.There are 0 rows in 0 pages for object "edi_inttraiftmbc_cargo_loc".DBCC results for 'tmpBoxVelocity'.There are 0 rows in 0 pages for object "tmpBoxVelocity".DBCC results for 'vesselinsurancedetails'.There are 0 rows in 0 pages for object "vesselinsurancedetails".DBCC results for 'edi_manifestsummary_pkgcount'.There are 0 rows in 0 pages for object "edi_manifestsummary_pkgcount".DBCC results for 'NewslabDetail'.There are 55160 rows in 853 pages for object "NewslabDetail".DBCC results for 'dgmaster'.There are 115084 rows in 3680 pages for object "dgmaster".DBCC results for 'EDIIteneary'.There are 17041070 rows in 106285 pages for object "EDIIteneary".DBCC results for 'edi_vpsiftmbc_imo'.There are 0 rows in 9 pages for object "edi_vpsiftmbc_imo".DBCC results for 'edi_coparn_belgium_cargo'.There are 0 rows in 0 pages for object "edi_coparn_belgium_cargo".DBCC results for 'IntellicusAccess'.There are 4399 rows in 59 pages for object "IntellicusAccess".DBCC results for 'activitycostelement'.There are 6 rows in 1 pages for object "activitycostelement".DBCC results for 'mdotypes'.There are 2 rows in 1 pages for object "mdotypes".DBCC results for 'Cntr_Claims_Survey_Details'.There are 0 rows in 0 pages for object "Cntr_Claims_Survey_Details".DBCC results for 'edi_shanghainew_bl'.There are 37 rows in 2 pages for object "edi_shanghainew_bl".DBCC results for 'ScheduleValidation'.There are 6 rows in 1 pages for object "ScheduleValidation".DBCC results for 'CargoClaimActivityLog'.There are 14386 rows in 384 pages for object "CargoClaimActivityLog".DBCC results for 'Indoprintedoption'.There are 1560 rows in 23 pages for object "Indoprintedoption".DBCC results for 'tmpcorporateMaster'.There are 1438 rows in 26 pages for object "tmpcorporateMaster".DBCC results for 'BatchReportParameter'.There are 46783 rows in 774 pages for object "BatchReportParameter".CHECKDB found 0 allocation errors and 1 consistency errors in table 'BatchReportParameter' (object ID 1503903208).DBCC results for 'repdetail'.There are 168 rows in 10 pages for object "repdetail".DBCC results for 'edi_germanyDCP_cargo_temp'.There are 0 rows in 0 pages for object "edi_germanyDCP_cargo_temp".DBCC results for 'edi_manifestsummary_cargo_esbcn_coprar_import'.There are 0 rows in 0 pages for object "edi_manifestsummary_cargo_esbcn_coprar_import".DBCC results for 'srrAutoApproveTradeDetail'.There are 1013 rows in 12 pages for object "srrAutoApproveTradeDetail".DBCC results for 'Tdn_transshipper'.There are 14 rows in 3 pages for object "Tdn_transshipper".DBCC results for 'edi_ifcsum_manifest_eqd'.There are 0 rows in 0 pages for object "edi_ifcsum_manifest_eqd".DBCC results for 'modulesettings'.There are 21 rows in 1 pages for object "modulesettings".DBCC results for 'edi_Hamburg_coreorimport_customer'.There are 0 rows in 0 pages for object "edi_Hamburg_coreorimport_customer".DBCC results for 'FMClocationgroup'.There are 62 rows in 4 pages for object "FMClocationgroup".DBCC results for 'ImpChargeCodeEdit'.There are 49 rows in 1 pages for object "ImpChargeCodeEdit".DBCC results for 'transrework_cargo'.There are 6874 rows in 188 pages for object "transrework_cargo".DBCC results for 'surchargeDetailN'.There are 101872 rows in 2441 pages for object "surchargeDetailN".DBCC results for 'slab'.There are 83 rows in 1 pages for object "slab".DBCC results for 'ActiveReferenceNo'.There are 5219 rows in 115 pages for object "ActiveReferenceNo".DBCC results for 'edi_bcn_ifcsum_ops'.There are 3506 rows in 175 pages for object "edi_bcn_ifcsum_ops".DBCC results for 'feederscheduleoperator'.There are 70589 rows in 596 pages for object "feederscheduleoperator".DBCC results for 'edi_coparn_belgium_cnt'.There are 0 rows in 0 pages for object "edi_coparn_belgium_cnt".DBCC results for 'UserIntellicusAccessName'.There are 10 rows in 1 pages for object "UserIntellicusAccessName".DBCC results for 'HMClaimVesselInfo'.There are 0 rows in 0 pages for object "HMClaimVesselInfo".DBCC results for 'tenderservicetype'.There are 8 rows in 1 pages for object "tenderservicetype".DBCC results for 'edi_shanghainew_bl_cargo'.There are 87 rows in 3 pages for object "edi_shanghainew_bl_cargo".DBCC results for 'Weathers'.There are 3 rows in 1 pages for object "Weathers".DBCC results for 'edi_cro_mdlindex'.There are 1 rows in 1 pages for object "edi_cro_mdlindex".DBCC results for 'edi_manifest_head'.There are 0 rows in 0 pages for object "edi_manifest_head".DBCC results for 'CargoClaimDamageType'.There are 88 rows in 3 pages for object "CargoClaimDamageType".DBCC results for 'emshistory'.There are 29886421 rows in 3684807 pages for object "emshistory".CHECKDB found 0 allocation errors and 70 consistency errors in table 'emshistory' (object ID 1519447516).DBCC results for 'CostType'.There are 14 rows in 1 pages for object "CostType".DBCC results for 'BatchReportXSLFormat'.There are 18 rows in 2 pages for object "BatchReportXSLFormat".DBCC results for 'edi_EGYPT_manifest'.There are 0 rows in 0 pages for object "edi_EGYPT_manifest".DBCC results for 'stxslabdetails'.There are 0 rows in 0 pages for object "stxslabdetails".DBCC results for 'repmaster'.There are 50 rows in 1 pages for object "repmaster".DBCC results for 'edi_coparn_germanyDCP_cust1'.There are 0 rows in 0 pages for object "edi_coparn_germanyDCP_cust1".DBCC results for 'edi_manifestsummary_charges_esbcn_coprar_import'.There are 0 rows in 0 pages for object "edi_manifestsummary_charges_esbcn_coprar_import".DBCC results for 'Tdn_transcarrier'.There are 7 rows in 1 pages for object "Tdn_transcarrier".DBCC results for 'ContributionCharge'.There are 5177897 rows in 40053 pages for object "ContributionCharge".DBCC results for 'AgeingChargeGrpdetail'.There are 1669 rows in 8 pages for object "AgeingChargeGrpdetail".DBCC results for 'edi_Hamburg_coreorimport_commodity'.There are 0 rows in 0 pages for object "edi_Hamburg_coreorimport_commodity".DBCC results for 'transrework_commodity'.There are 6727 rows in 188 pages for object "transrework_commodity".DBCC results for 'Rejfdrexpsummarydetail'.There are 0 rows in 0 pages for object "Rejfdrexpsummarydetail".DBCC results for 'edi_inttraiftmbc_cargo_tdncust'.There are 1161 rows in 21 pages for object "edi_inttraiftmbc_cargo_tdncust".DBCC results for 'WtAddiCostMapDetail'.There are 6548 rows in 76 pages for object "WtAddiCostMapDetail".DBCC results for 'vesselmaster_uploadfiles'.There are 0 rows in 0 pages for object "vesselmaster_uploadfiles".DBCC results for 'ediallocationdetail'.There are 1582 rows in 20 pages for object "ediallocationdetail".DBCC results for 'edi_manifestsummary_root'.There are 0 rows in 0 pages for object "edi_manifestsummary_root".DBCC results for 'oogutilisation'.There are 0 rows in 0 pages for object "oogutilisation".DBCC results for 'edi_coparn_belgium_commodity'.There are 0 rows in 0 pages for object "edi_coparn_belgium_commodity".DBCC results for 'InvoiceFCN'.There are 308057 rows in 4557 pages for object "InvoiceFCN".DBCC results for 'edi_shanghainew_bl_charge'.There are 186 rows in 4 pages for object "edi_shanghainew_bl_charge".DBCC results for 'edi_manifest_detail'.There are 0 rows in 0 pages for object "edi_manifest_detail".DBCC results for 'edi_yeman_custom_ops'.There are 6132 rows in 122 pages for object "edi_yeman_custom_ops".DBCC results for 'tmpCorporaterouting'.There are 873 rows in 22 pages for object "tmpCorporaterouting".DBCC results for 'edi_EGYPT_manifest_cntr'.There are 0 rows in 0 pages for object "edi_EGYPT_manifest_cntr".DBCC results for 'edi_manifestsummary_commodity_esbcn_coprar_import'.There are 0 rows in 0 pages for object "edi_manifestsummary_commodity_esbcn_coprar_import".DBCC results for 'Tdn_transeqd'.There are 14 rows in 3 pages for object "Tdn_transeqd".DBCC results for 'edi_ifcsum_manifest_submain'.There are 0 rows in 0 pages for object "edi_ifcsum_manifest_submain".DBCC results for 'trademaster'.There are 240 rows in 5 pages for object "trademaster".DBCC results for 'AgeingChargeGrpmaster'.There are 37 rows in 1 pages for object "AgeingChargeGrpmaster".DBCC results for 'fmcServiceContractFile'.There are 175650 rows in 2023 pages for object "fmcServiceContractFile".DBCC results for 'baplieeditiggertable'.There are 9 rows in 1 pages for object "baplieeditiggertable".DBCC results for 'DeleteReportCargoArrival'.There are 10993 rows in 464 pages for object "DeleteReportCargoArrival".DBCC results for 'BL_EXSStatus'.There are 11288 rows in 166 pages for object "BL_EXSStatus".DBCC results for 'RejHlgExpenseReportDetail'.There are 208 rows in 15 pages for object "RejHlgExpenseReportDetail".DBCC results for 'editempbooking_imo'.There are 17584 rows in 852 pages for object "editempbooking_imo".DBCC results for 'houseblcustomersdeleted'.There are 103040 rows in 3355 pages for object "houseblcustomersdeleted".DBCC results for 'autoTranshipment'.There are 0 rows in 0 pages for object "autoTranshipment".DBCC results for 'costequipmentgrouping_table'.There are 31 rows in 1 pages for object "costequipmentgrouping_table".DBCC results for 'DisCostMaster'.There are 4504 rows in 81 pages for object "DisCostMaster".DBCC results for 'tmptenderpricing'.There are 0 rows in 0 pages for object "tmptenderpricing".DBCC results for 'miscedilog'.There are 6432088 rows in 133233 pages for object "miscedilog".DBCC results for 'NewslabDetail_CAR'.There are 0 rows in 1 pages for object "NewslabDetail_CAR".DBCC results for 'fcn_bl_imo'.There are 35642 rows in 2578 pages for object "fcn_bl_imo".DBCC results for 'HMClaimVesselRouting'.There are 0 rows in 0 pages for object "HMClaimVesselRouting".DBCC results for 'edi_germanycoprarnew_ops'.There are 0 rows in 0 pages for object "edi_germanycoprarnew_ops".DBCC results for 'edi_shanghainew_bl_commodity'.There are 87 rows in 5 pages for object "edi_shanghainew_bl_commodity".DBCC results for 'edi_gen_mdlindex'.There are 2 rows in 1 pages for object "edi_gen_mdlindex".DBCC results for 'Commodity'.There are 7221 rows in 212 pages for object "Commodity".DBCC results for 'CargoClaimDebitDetails'.There are 221 rows in 11 pages for object "CargoClaimDebitDetails".DBCC results for 'edi_yeman_custom_mcargo'.There are 6132 rows in 70 pages for object "edi_yeman_custom_mcargo".DBCC results for 'CustMapDictionary'.There are 116 rows in 1 pages for object "CustMapDictionary".DBCC results for 'edi_EGYPT_manifest_cust'.There are 0 rows in 0 pages for object "edi_EGYPT_manifest_cust".DBCC results for 'taxdetailservice'.There are 2499 rows in 28 pages for object "taxdetailservice".DBCC results for 'edi_manifestsummary_count_esbcn_coprar_import'.There are 0 rows in 0 pages for object "edi_manifestsummary_count_esbcn_coprar_import".DBCC results for 'transgid'.There are 0 rows in 0 pages for object "transgid".DBCC results for 'edi_indho_grossweight'.There are 0 rows in 0 pages for object "edi_indho_grossweight".DBCC results for 'srrAutoApproveDetail_Archive'.There are 0 rows in 0 pages for object "srrAutoApproveDetail_Archive".DBCC results for 'Tdn_transgid'.There are 14 rows in 3 pages for object "Tdn_transgid".DBCC results for 'sysarticles'.There are 466 rows in 31 pages for object "sysarticles".DBCC results for 'locationcosteqpgrouping_table'.There are 68 rows in 1 pages for object "locationcosteqpgrouping_table".DBCC results for 'edi_inttraiftmbc_cargo_tdnvendor'.There are 1161 rows in 19 pages for object "edi_inttraiftmbc_cargo_tdnvendor".DBCC results for 'tempsentrefno'.There are 174 rows in 2 pages for object "tempsentrefno".DBCC results for 'ediconfiguration'.There are 1 rows in 1 pages for object "ediconfiguration".DBCC results for 'edi_manifestsummary_tdt'.There are 0 rows in 0 pages for object "edi_manifestsummary_tdt".DBCC results for 'reportContainer'.There are 70237 rows in 1877 pages for object "reportContainer".DBCC results for 'edi_coparn_belgium_cust1'.There are 0 rows in 0 pages for object "edi_coparn_belgium_cust1".DBCC results for 'edi_germanycoprarnew_cargo'.There are 0 rows in 0 pages for object "edi_germanycoprarnew_cargo".DBCC results for 'bl_dateapproval'.There are 5313 rows in 69 pages for object "bl_dateapproval".DBCC results for 'Equipmentpassportcsvupload'.There are 0 rows in 1 pages for object "Equipmentpassportcsvupload".DBCC results for 'emsedieventhistory'.There are 9191877 rows in 166176 pages for object "emsedieventhistory".DBCC results for 'Cntr_Claims_Transaction_Details'.There are 51 rows in 6 pages for object "Cntr_Claims_Transaction_Details".DBCC results for 'edi_shanghainew_bl_cro'.There are 52 rows in 1 pages for object "edi_shanghainew_bl_cro".DBCC results for 'edi_iftmcs2_oman_import_bl'.There are 0 rows in 0 pages for object "edi_iftmcs2_oman_import_bl".DBCC results for 'CargoClaimExipryDate'.There are 0 rows in 0 pages for object "CargoClaimExipryDate".DBCC results for 'edi_yeman_custom_cargo'.There are 11309 rows in 143 pages for object "edi_yeman_custom_cargo".DBCC results for 'Lease'.There are 15 rows in 1 pages for object "Lease".DBCC results for 'edi_EGYPT_manifest_goods'.There are 0 rows in 0 pages for object "edi_EGYPT_manifest_goods".DBCC results for 'edi_turkeycom'.There are 0 rows in 0 pages for object "edi_turkeycom".DBCC results for 'edi_manifestsummary_customer_esbcn_coprar_import'.There are 0 rows in 0 pages for object "edi_manifestsummary_customer_esbcn_coprar_import".DBCC results for 'loadingcompany'.There are 0 rows in 0 pages for object "loadingcompany".DBCC results for 'Tdn_transportdetail'.There are 14 rows in 3 pages for object "Tdn_transportdetail".DBCC results for 'germanycoreorefilename'.There are 2346 rows in 31 pages for object "germanycoreorefilename".DBCC results for 'stuffingpointload'.There are 26 rows in 2 pages for object "stuffingpointload".DBCC results for 'Exs_Acknowledgementmaster'.There are 15 rows in 1 pages for object "Exs_Acknowledgementmaster".DBCC results for 'costeqpgrp_table'.There are 9 rows in 1 pages for object "costeqpgrp_table".DBCC results for 'HaulageCostBehavDetail'.There are 9973 rows in 93 pages for object "HaulageCostBehavDetail".DBCC results for 'temptendermaster'.There are 16 rows in 1 pages for object "temptendermaster".DBCC results for 'reportDetail'.There are 183040 rows in 7901 pages for object "reportDetail".DBCC results for 'edi_omandpa_bl_import'.There are 0 rows in 0 pages for object "edi_omandpa_bl_import".DBCC results for 'EmsCombinedContract'.There are 0 rows in 0 pages for object "EmsCombinedContract".DBCC results for 'booking_chargenew'.There are 4975649 rows in 123873 pages for object "booking_chargenew".DBCC results for 'edidocmaster'.There are 0 rows in 0 pages for object "edidocmaster".DBCC results for 'edi_cyprus_dgcargolist_import'.There are 0 rows in 0 pages for object "edi_cyprus_dgcargolist_import".DBCC results for 'edi_germanycoprarnew_commodity'.There are 0 rows in 0 pages for object "edi_germanycoprarnew_commodity".DBCC results for 'mdoGrades'.There are 2 rows in 1 pages for object "mdoGrades".DBCC results for 'loadingPCScompany1'.There are 24 rows in 2 pages for object "loadingPCScompany1".DBCC results for 'edi_shanghainew_bl_cust'.There are 202 rows in 7 pages for object "edi_shanghainew_bl_cust".DBCC results for 'edi_intf_mdlindex'.There are 7 rows in 1 pages for object "edi_intf_mdlindex".DBCC results for 'edi_iftmcs2_oman_import_cargo'.There are 0 rows in 0 pages for object "edi_iftmcs2_oman_import_cargo".DBCC results for 'CargoClaimFinanceYear'.There are 4 rows in 1 pages for object "CargoClaimFinanceYear".DBCC results for 'edi_yeman_custom_bl'.There are 6132 rows in 527 pages for object "edi_yeman_custom_bl".DBCC results for 'edi_EGYPT_manifest_main'.There are 0 rows in 0 pages for object "edi_EGYPT_manifest_main".DBCC results for 'TDSCodeMaster'.There are 0 rows in 0 pages for object "TDSCodeMaster".DBCC results for 'DeleteCustomerCountryGrouping'.There are 0 rows in 0 pages for object "DeleteCustomerCountryGrouping".DBCC results for 'gmmr'.There are 1 rows in 1 pages for object "gmmr".DBCC results for 'edi_turkeyHDE'.There are 0 rows in 0 pages for object "edi_turkeyHDE".DBCC results for 'edi_manifestsummary_imo_esbcn_coprar_import'.There are 0 rows in 0 pages for object "edi_manifestsummary_imo_esbcn_coprar_import".DBCC results for 'maintrans'.There are 0 rows in 0 pages for object "maintrans".DBCC results for 'Tdn_transheader'.There are 14 rows in 3 pages for object "Tdn_transheader".DBCC results for 'Receiptmdlindex'.There are 225 rows in 4 pages for object "Receiptmdlindex".DBCC results for 'sysarticlecolumns'.There are 10890 rows in 34 pages for object "sysarticlecolumns".DBCC results for 'Exs_acknowledgementmasterdetail'.There are 21 rows in 1 pages for object "Exs_acknowledgementmasterdetail".DBCC results for 'rptcarinbox'.There are 0 rows in 0 pages for object "rptcarinbox".DBCC results for 'editempbooking_leg'.There are 0 rows in 0 pages for object "editempbooking_leg".DBCC results for 'edi_inttraiftmbc_com'.There are 1883 rows in 55 pages for object "edi_inttraiftmbc_com".DBCC results for 'SurchargeException'.There are 3234 rows in 28 pages for object "SurchargeException".DBCC results for 'emsunitheight'.There are 0 rows in 0 pages for object "emsunitheight".DBCC results for 'edi_omandpa_cargo_import'.There are 0 rows in 0 pages for object "edi_omandpa_cargo_import".DBCC results for 'bl_header'.There are 1422511 rows in 167253 pages for object "bl_header".CHECKDB found 0 allocation errors and 1 consistency errors in table 'bl_header' (object ID 1592653017).DBCC results for 'EmscondDropOffcharge'.There are 0 rows in 0 pages for object "EmscondDropOffcharge".DBCC results for 'coparn_singapore'.There are 1020 rows in 40 pages for object "coparn_singapore".DBCC results for 'edi_germanycoprarnew_imo'.There are 0 rows in 0 pages for object "edi_germanycoprarnew_imo".DBCC results for 'fcnApprovalMaster'.There are 1 rows in 1 pages for object "fcnApprovalMaster".DBCC results for 'Cntr_Claims_User_rights'.There are 16 rows in 1 pages for object "Cntr_Claims_User_rights".DBCC results for 'mainPCStrans1'.There are 8 rows in 2 pages for object "mainPCStrans1".DBCC results for 'edi_shanghainew_bl_imo'.There are 0 rows in 0 pages for object "edi_shanghainew_bl_imo".DBCC results for 'edi_iftmcs2_oman_import_charge'.There are 0 rows in 0 pages for object "edi_iftmcs2_oman_import_charge".DBCC results for 'CargoClaimManualEntry'.There are 20 rows in 1 pages for object "CargoClaimManualEntry".DBCC results for 'tmpCorporateSurcharge'.There are 0 rows in 1 pages for object "tmpCorporateSurcharge".DBCC results for 'tmpchangedvendor'.There are 0 rows in 1 pages for object "tmpchangedvendor".DBCC results for 'gmmr_charge'.There are 6 rows in 1 pages for object "gmmr_charge".DBCC results for 'edi_turkeymain'.There are 0 rows in 0 pages for object "edi_turkeymain".DBCC results for 'edi_manifestsummary_pkgcount_esbcn_coprar_import'.There are 0 rows in 0 pages for object "edi_manifestsummary_pkgcount_esbcn_coprar_import".DBCC results for 'TERrename'.There are 1 rows in 1 pages for object "TERrename".DBCC results for 'loadplanValidation'.There are 0 rows in 1 pages for object "loadplanValidation".DBCC results for 'tmpcostports'.There are 0 rows in 9 pages for object "tmpcostports".DBCC results for 'EXSContainer'.There are 296 rows in 5 pages for object "EXSContainer".DBCC results for 'stcostportmap'.There are 0 rows in 0 pages for object "stcostportmap".DBCC results for 'dischargestatusdetail'.There are 531 rows in 5 pages for object "dischargestatusdetail".DBCC results for 'edi_lk_awbolds_manifest_bl'.There are 0 rows in 0 pages for object "edi_lk_awbolds_manifest_bl".DBCC results for 'edi_omandpa_imo_import'.There are 0 rows in 0 pages for object "edi_omandpa_imo_import".DBCC results for 'CommodityRestriction'.There are 4 rows in 1 pages for object "CommodityRestriction".DBCC results for 'Emscontractmaster'.There are 1339 rows in 44 pages for object "Emscontractmaster".DBCC results for 'repeatedvslrpt'.There are 0 rows in 0 pages for object "repeatedvslrpt".DBCC results for 'coparn_singapore_cargo'.There are 3160 rows in 102 pages for object "coparn_singapore_cargo".DBCC results for 'tempdatanew'.There are 0 rows in 8 pages for object "tempdatanew".DBCC results for 'EmsContractType'.There are 6 rows in 1 pages for object "EmsContractType".DBCC results for 'tmpdum'.There are 552 rows in 2 pages for object "tmpdum".DBCC results for 'ediwriterhistory'.There are 3279305 rows in 51942 pages for object "ediwriterhistory".DBCC results for 'Cntr_Cliams_temp_userRights'.There are 0 rows in 0 pages for object "Cntr_Cliams_temp_userRights".DBCC results for 'transPCSgid1'.There are 8 rows in 1 pages for object "transPCSgid1".DBCC results for 'nnports'.There are 1372 rows in 5 pages for object "nnports".DBCC results for 'edi_issp_mdlindex'.There are 1 rows in 1 pages for object "edi_issp_mdlindex".DBCC results for 'globalmanifestbatchprint'.There are 12586 rows in 226 pages for object "globalmanifestbatchprint".DBCC results for 'edi_iftmcs2_oman_import_commodity'.There are 0 rows in 0 pages for object "edi_iftmcs2_oman_import_commodity".DBCC results for 'CargoClaimMaster'.There are 3355 rows in 233 pages for object "CargoClaimMaster".DBCC results for 'tmpFdrServiceTax'.There are 4825 rows in 81 pages for object "tmpFdrServiceTax".DBCC results for 'deletecustomergrouping'.There are 1 rows in 1 pages for object "deletecustomergrouping".DBCC results for 'gmmr_freight'.There are 1 rows in 1 pages for object "gmmr_freight".DBCC results for 'edi_manifestsummary_root_esbcn_coprar_import'.There are 0 rows in 0 pages for object "edi_manifestsummary_root_esbcn_coprar_import".DBCC results for 'EDIOpsList_nigeriacoprar'.There are 0 rows in 0 pages for object "EDIOpsList_nigeriacoprar".DBCC results for 'Delordcntrdetail'.There are 858585 rows in 23228 pages for object "Delordcntrdetail".CHECKDB found 0 allocation errors and 14 consistency errors in table 'Delordcntrdetail' (object ID 1620251806).DBCC results for 'edi_inttraiftmbc_cust'.There are 3819 rows in 121 pages for object "edi_inttraiftmbc_cust".DBCC results for 'edi_lk_awbolds_manifest_cntr'.There are 0 rows in 0 pages for object "edi_lk_awbolds_manifest_cntr".DBCC results for 'edi_omandpa_import'.There are 0 rows in 0 pages for object "edi_omandpa_import".DBCC results for 'Emscontractprefix'.There are 416 rows in 3 pages for object "Emscontractprefix".DBCC results for 'coparn_singapore_commodity'.There are 1163 rows in 25 pages for object "coparn_singapore_commodity".DBCC results for 'tempdataOld'.There are 0 rows in 35 pages for object "tempdataOld".DBCC results for 'tmpCntrClaimTransaction'.There are 0 rows in 6 pages for object "tmpCntrClaimTransaction".DBCC results for 'transPCSportdetail1'.There are 8 rows in 1 pages for object "transPCSportdetail1".DBCC results for 'edi_iftmcs2_oman_import_cust'.There are 0 rows in 0 pages for object "edi_iftmcs2_oman_import_cust".DBCC results for 'HlgRecoveryMaster'.There are 869 rows in 16 pages for object "HlgRecoveryMaster".DBCC results for 'tmpHlgServicetax'.There are 0 rows in 30 pages for object "tmpHlgServicetax".DBCC results for 'gmmr_freight_check'.There are 1 rows in 1 pages for object "gmmr_freight_check".DBCC results for 'edi_manifestsummary_tdt_esbcn_coprar_import'.There are 0 rows in 0 pages for object "edi_manifestsummary_tdt_esbcn_coprar_import".DBCC results for 'TERtables'.There are 49 rows in 1 pages for object "TERtables".DBCC results for 'edi_nigeriacoprar_ops '.There are 0 rows in 0 pages for object "edi_nigeriacoprar_ops ".DBCC results for 'srrAutoApproveTree'.There are 141 rows in 7 pages for object "srrAutoApproveTree".DBCC results for 'edi_oocl_varvdr'.There are 198126 rows in 9889 pages for object "edi_oocl_varvdr".DBCC results for 'EXSCustomer'.There are 309 rows in 8 pages for object "EXSCustomer".DBCC results for 'storagemovements'.There are 38 rows in 1 pages for object "storagemovements".DBCC results for 'editempbooking_multicondition'.There are 0 rows in 0 pages for object "editempbooking_multicondition".DBCC results for 'bapliedictionary'.There are 31 rows in 1 pages for object "bapliedictionary".DBCC results for 'surchargeFormulaDetail'.There are 257355 rows in 2157 pages for object "surchargeFormulaDetail".DBCC results for 'houseblhistorycharges'.There are 453 rows in 16 pages for object "houseblhistorycharges".DBCC results for 'edidetail'.There are 4312 rows in 166 pages for object "edidetail".DBCC results for 'edi_lk_awbolds_manifest_ops'.There are 0 rows in 0 pages for object "edi_lk_awbolds_manifest_ops".DBCC results for 'oocl_varvdrLOG'.There are 327425 rows in 4047 pages for object "oocl_varvdrLOG".DBCC results for 'reportMaster'.There are 34184 rows in 1266 pages for object "reportMaster".DBCC results for 'edi_omandpa_log_import'.There are 0 rows in 0 pages for object "edi_omandpa_log_import".DBCC results for 'EmsContractszSlab'.There are 2397 rows in 32 pages for object "EmsContractszSlab".DBCC results for 'coparn_singapore_imo'.There are 66 rows in 5 pages for object "coparn_singapore_imo".DBCC results for 'tmpdata'.There are 0 rows in 9 pages for object "tmpdata".DBCC results for 'prod_lrpdb.tmptest'.There are 0 rows in 0 pages for object "prod_lrpdb.tmptest".DBCC results for 'chassispoolmaster'.There are 15 rows in 1 pages for object "chassispoolmaster".DBCC results for 'TDNCANCELCNTR'.There are 12552 rows in 856 pages for object "TDNCANCELCNTR".DBCC results for 'transPCSroadcarrier1'.There are 8 rows in 1 pages for object "transPCSroadcarrier1".DBCC results for 'edi_mypen_k4_customer'.There are 24 rows in 1 pages for object "edi_mypen_k4_customer".DBCC results for 'edi_mastread_mdlindex'.There are 4 rows in 1 pages for object "edi_mastread_mdlindex".DBCC results for 'edi_iftmcs2_oman_import_imo'.There are 0 rows in 0 pages for object "edi_iftmcs2_oman_import_imo".DBCC results for 'passwordtable'.There are 11065 rows in 75 pages for object "passwordtable".DBCC results for 'ImbalanceCost'.There are 45111 rows in 697 pages for object "ImbalanceCost".DBCC results for 'vendorHoldInvoice'.There are 0 rows in 0 pages for object "vendorHoldInvoice".DBCC results for 'DeleteCustomerLocalGrouping'.There are 270 rows in 5 pages for object "DeleteCustomerLocalGrouping".DBCC results for 'gmmr_header'.There are 1 rows in 1 pages for object "gmmr_header".DBCC results for 'edi_nigeriacoprar_cargo'.There are 0 rows in 0 pages for object "edi_nigeriacoprar_cargo".DBCC results for 'trade'.There are 757 rows in 20 pages for object "trade".DBCC results for 'sysschemaarticles'.There are 541 rows in 15 pages for object "sysschemaarticles".DBCC results for 'Delordmaster'.There are 353575 rows in 11785 pages for object "Delordmaster".CHECKDB found 1 allocation errors and 4 consistency errors in table 'Delordmaster' (object ID 1652251920).DBCC results for 'TimeZone'.There are 2395 rows in 45 pages for object "TimeZone".DBCC results for 'tempfeedercorrection'.There are 0 rows in 0 pages for object "tempfeedercorrection".DBCC results for 'editempbooking_reference'.There are 895611 rows in 9834 pages for object "editempbooking_reference".DBCC results for 'edi_inttraiftmbc_cust1'.There are 0 rows in 0 pages for object "edi_inttraiftmbc_cust1".DBCC results for 'codabledi'.There are 1236170 rows in 8644 pages for object "codabledi".DBCC results for 'ExtFdrCostDetail'.There are 50279 rows in 326 pages for object "ExtFdrCostDetail".DBCC results for 'tmpegmmaster'.There are 1 rows in 1 pages for object "tmpegmmaster".DBCC results for 'houseblhistorycommodity'.There are 98 rows in 2 pages for object "houseblhistorycommodity".DBCC results for 'edimaster'.There are 874 rows in 38 pages for object "edimaster".DBCC results for 'edi_omandpa_sch_import'.There are 0 rows in 0 pages for object "edi_omandpa_sch_import".DBCC results for 'operationDetail'.There are 10881809 rows in 810161 pages for object "operationDetail".CHECKDB found 0 allocation errors and 412 consistency errors in table 'operationDetail' (object ID 1656653245).DBCC results for 'EmsContractTransferErrorLog'.There are 8988 rows in 95 pages for object "EmsContractTransferErrorLog".DBCC results for 'coparn_singapore_cnt'.There are 1003 rows in 10 pages for object "coparn_singapore_cnt".DBCC results for 'tmpdgdetailValue'.There are 498 rows in 9 pages for object "tmpdgdetailValue".DBCC results for 'Poolportmap'.There are 0 rows in 0 pages for object "Poolportmap".DBCC results for 'NewCostSTCDetails'.There are 3605 rows in 41 pages for object "NewCostSTCDetails".DBCC results for 'transYpartys'.There are 64 rows in 2 pages for object "transYpartys".DBCC results for 'edi_mypen_k4COR_customer'.There are 0 rows in 0 pages for object "edi_mypen_k4COR_customer".DBCC results for 'edi_iftmcs2_oman_import_pac'.There are 0 rows in 0 pages for object "edi_iftmcs2_oman_import_pac".DBCC results for 'DGCargo'.There are 2601 rows in 70 pages for object "DGCargo".DBCC results for 'isorepaircode'.There are 1 rows in 1 pages for object "isorepaircode".DBCC results for 'edimvmntcodemaster'.There are 4 rows in 1 pages for object "edimvmntcodemaster".DBCC results for 'vendorInvDetail'.There are 539015 rows in 51181 pages for object "vendorInvDetail".DBCC results for 'gmmr_nfrt'.There are 1 rows in 1 pages for object "gmmr_nfrt".DBCC results for 'edi_nigeriacoprar_commodity'.There are 0 rows in 0 pages for object "edi_nigeriacoprar_commodity".DBCC results for 'srrAutoApproveDetail'.There are 59008 rows in 617 pages for object "srrAutoApproveDetail".DBCC results for 'EDI_coparn_cro'.There are 4412 rows in 223 pages for object "EDI_coparn_cro".DBCC results for 'EXSEDI_Config'.There are 1 rows in 1 pages for object "EXSEDI_Config".DBCC results for 'userauth'.There are 1 rows in 1 pages for object "userauth".DBCC results for 'Codaedidetail'.There are 108614 rows in 1301 pages for object "Codaedidetail".DBCC results for 'cacheInfo'.There are 33 rows in 1 pages for object "cacheInfo".DBCC results for 'edi_varvdr_event'.There are 354978 rows in 13464 pages for object "edi_varvdr_event".DBCC results for 'EDIOpsList_oman'.There are 0 rows in 0 pages for object "EDIOpsList_oman".DBCC results for 'portRestriction'.There are 0 rows in 0 pages for object "portRestriction".DBCC results for 'emsContractTransferStatus'.There are 46 rows in 3 pages for object "emsContractTransferStatus".DBCC results for 'coparn_singapore_cust'.There are 3099 rows in 70 pages for object "coparn_singapore_cust".DBCC results for 'PortHolidayscsv'.There are 904 rows in 14 pages for object "PortHolidayscsv".DBCC results for 'lenth'.There are 43 rows in 1 pages for object "lenth".DBCC results for 'tmpmaxid'.There are 0 rows in 9 pages for object "tmpmaxid".DBCC results for 'edi_cyprus_manifest_import'.There are 65 rows in 5 pages for object "edi_cyprus_manifest_import".DBCC results for 'hlgreccc'.There are 1 rows in 1 pages for object "hlgreccc".DBCC results for 'srrmdlindex'.There are 280 rows in 5 pages for object "srrmdlindex".DBCC results for 'edi_cnsha_bl'.There are 166274 rows in 6923 pages for object "edi_cnsha_bl".DBCC results for 'edi_iftmcs2_oman_import_tcc'.There are 0 rows in 0 pages for object "edi_iftmcs2_oman_import_tcc".DBCC results for 'Containers'.There are 155936 rows in 7434 pages for object "Containers".DBCC results for 'CargoClaimMemoRemarks'.There are 381 rows in 10 pages for object "CargoClaimMemoRemarks".DBCC results for 'edi_Iran_coparn_import_main'.There are 0 rows in 0 pages for object "edi_Iran_coparn_import_main".DBCC results for 'modulestatus'.There are 262 rows in 2 pages for object "modulestatus".DBCC results for 'vendorInvMaster'.There are 152442 rows in 9167 pages for object "vendorInvMaster".DBCC results for 'Deletecustomersectorgrouping'.There are 0 rows in 0 pages for object "Deletecustomersectorgrouping".DBCC results for 'gmmr_nvoc'.There are 1 rows in 1 pages for object "gmmr_nvoc".DBCC results for 'edi_VendorAddress'.There are 0 rows in 0 pages for object "edi_VendorAddress".DBCC results for 'edi_nigeriacoprar_imo'.There are 0 rows in 0 pages for object "edi_nigeriacoprar_imo".DBCC results for 'EDI_coparn_cros'.There are 2994 rows in 154 pages for object "EDI_coparn_cros".DBCC results for 'syspublications'.There are 10 rows in 1 pages for object "syspublications".DBCC results for 'FMCServiceContract'.There are 1 rows in 1 pages for object "FMCServiceContract".DBCC results for 'edi_inttraiftmbc_imo'.There are 0 rows in 0 pages for object "edi_inttraiftmbc_imo".DBCC results for 'surchargemaster'.There are 7017 rows in 163 pages for object "surchargemaster".DBCC results for 'codaedimaster'.There are 6348 rows in 101 pages for object "codaedimaster".DBCC results for 'EmptyInMaster'.There are 35912 rows in 626 pages for object "EmptyInMaster".DBCC results for 'edioutputconfig'.There are 9413 rows in 243 pages for object "edioutputconfig".DBCC results for 'docediprovider'.There are 11 rows in 1 pages for object "docediprovider".DBCC results for 'edi_lk_awmds_manifest_bl'.There are 5 rows in 2 pages for object "edi_lk_awmds_manifest_bl".DBCC results for 'coparn_spain'.There are 0 rows in 0 pages for object "coparn_spain".DBCC results for 'EmsContrTransCntrDetail'.There are 19354 rows in 272 pages for object "EmsContrTransCntrDetail".DBCC results for 'tmpslabdetailValue'.There are 0 rows in 0 pages for object "tmpslabdetailValue".DBCC results for 'EmsPoolCode'.There are 4 rows in 1 pages for object "EmsPoolCode".DBCC results for 'edi_stats_xml'.There are 0 rows in 0 pages for object "edi_stats_xml".DBCC results for 'sertaxmaster'.There are 301 rows in 3 pages for object "sertaxmaster".DBCC results for 'bookingforcast_agency'.There are 472 rows in 6 pages for object "bookingforcast_agency".DBCC results for 'edi_cnsha_bl_cargo'.There are 246073 rows in 7964 pages for object "edi_cnsha_bl_cargo".DBCC results for 'CargoClaimOtherExpense'.There are 186 rows in 7 pages for object "CargoClaimOtherExpense".DBCC results for 'edi_Iran_coparn_import_customer'.There are 0 rows in 0 pages for object "edi_Iran_coparn_import_customer".DBCC results for 'localpaymentmapping'.There are 3 rows in 1 pages for object "localpaymentmapping".DBCC results for 'Edi_Omanman_mastern'.There are 0 rows in 0 pages for object "Edi_Omanman_mastern".DBCC results for 'modulevalidation'.There are 1440 rows in 15 pages for object "modulevalidation".DBCC results for 'bledi'.There are 0 rows in 0 pages for object "bledi".DBCC results for 'allocagencygrouping'.There are 196 rows in 3 pages for object "allocagencygrouping".DBCC results for 'coparn_cro_details'.There are 5362 rows in 240 pages for object "coparn_cro_details".DBCC results for 'charges'.There are 332 rows in 8 pages for object "charges".DBCC results for 'FmcServicecontractxsl'.There are 1 rows in 1 pages for object "FmcServicecontractxsl".DBCC results for 'Country'.There are 247 rows in 4 pages for object "Country".DBCC results for 'EXSGoods'.There are 111 rows in 2 pages for object "EXSGoods".DBCC results for 'edi_coparnklcor_cro'.There are 0 rows in 0 pages for object "edi_coparnklcor_cro".DBCC results for 'CodaErrors'.There are 19 rows in 6 pages for object "CodaErrors".DBCC results for 'emsexcludedlocations'.There are 41 rows in 4 pages for object "emsexcludedlocations".DBCC results for 'edirequestdetail_archive'.There are 0 rows in 0 pages for object "edirequestdetail_archive".DBCC results for 'edi_lk_awmds_manifest_cntr'.There are 13 rows in 1 pages for object "edi_lk_awmds_manifest_cntr".DBCC results for 'coparn_spain_cargo'.There are 0 rows in 0 pages for object "coparn_spain_cargo".DBCC results for 'precdslog'.There are 6044 rows in 81 pages for object "precdslog".DBCC results for 'srrReportRemarks'.There are 72055 rows in 1022 pages for object "srrReportRemarks".DBCC results for 'tmpWtdetailValue'.There are 0 rows in 9 pages for object "tmpWtdetailValue".DBCC results for 'VariableField'.There are 2 rows in 1 pages for object "VariableField".DBCC results for 'rptbatchlebanonEGM'.There are 0 rows in 0 pages for object "rptbatchlebanonEGM".DBCC results for 'edi_stats_xml_header'.There are 0 rows in 0 pages for object "edi_stats_xml_header".DBCC results for 'edi_cnsha_bl_charge'.There are 1127589 rows in 18861 pages for object "edi_cnsha_bl_charge".DBCC results for 'edi_germany_ifcsum_cnicust'.There are 0 rows in 0 pages for object "edi_germany_ifcsum_cnicust".DBCC results for 'cargoclaimpartydetails'.There are 2105 rows in 44 pages for object "cargoclaimpartydetails".DBCC results for 'edi_Iran_coparn_import_cargo'.There are 0 rows in 0 pages for object "edi_Iran_coparn_import_cargo".DBCC results for 'Edi_Omanman_bol'.There are 0 rows in 0 pages for object "Edi_Omanman_bol".DBCC results for 'OOGCost'.There are 0 rows in 0 pages for object "OOGCost".DBCC results for 'vendorPaymentDetail'.There are 51169 rows in 1036 pages for object "vendorPaymentDetail".DBCC results for 'bledi_cargo'.There are 0 rows in 0 pages for object "bledi_cargo".DBCC results for 'ediopslistnxtconnvsl'.There are 275753 rows in 3952 pages for object "ediopslistnxtconnvsl".DBCC results for 'EDI_coparn_cro_sum'.There are 4641 rows in 64 pages for object "EDI_coparn_cro_sum".DBCC results for 'eCom_Reg_Details'.There are 10132 rows in 626 pages for object "eCom_Reg_Details".DBCC results for 'editempbooking_remarks'.There are 7498006 rows in 129002 pages for object "editempbooking_remarks".DBCC results for 'edi_coparnklcor_cro_commodity'.There are 0 rows in 0 pages for object "edi_coparnklcor_cro_commodity".DBCC results for 'edi_inttraiftmbc_rff'.There are 6860 rows in 77 pages for object "edi_inttraiftmbc_rff".DBCC results for 'sumitomoedi'.There are 0 rows in 0 pages for object "sumitomoedi".DBCC results for 'codamcnedi'.There are 124220 rows in 1206 pages for object "codamcnedi".DBCC results for 'EmptyOutMaster'.There are 35276 rows in 619 pages for object "EmptyOutMaster".DBCC results for 'LCLSurcharge'.There are 19 rows in 1 pages for object "LCLSurcharge".DBCC results for 'edi_lk_awmds_manifest_ops'.There are 3 rows in 1 pages for object "edi_lk_awmds_manifest_ops".DBCC results for 'edi_mal'.There are 0 rows in 0 pages for object "edi_mal".DBCC results for 'coparn_spain_cnt'.There are 0 rows in 0 pages for object "coparn_spain_cnt".DBCC results for 'edi_premanifest'.There are 3 rows in 1 pages for object "edi_premanifest".DBCC results for 'srrGroupmappingAuditTrial'.There are 482 rows in 10 pages for object "srrGroupmappingAuditTrial".DBCC results for 'edi_hman_manifest_detail'.There are 1207 rows in 121 pages for object "edi_hman_manifest_detail".DBCC results for 'tmpWtforid'.There are 0 rows in 9 pages for object "tmpWtforid".DBCC results for 'edi_de_coparn_ops'.There are 649 rows in 23 pages for object "edi_de_coparn_ops".DBCC results for 'bookingforcast_chargemap'.There are 5 rows in 1 pages for object "bookingforcast_chargemap".DBCC results for 'edi_cnsha_bl_commodity'.There are 231097 rows in 6918 pages for object "edi_cnsha_bl_commodity".DBCC results for 'edi_germany_ifcsum_cnidgs'.There are 0 rows in 0 pages for object "edi_germany_ifcsum_cnidgs".DBCC results for 'CargoClaimRecoveryDetails'.There are 34 rows in 1 pages for object "CargoClaimRecoveryDetails".DBCC results for 'edi_Iran_coparn_import_commodity'.There are 0 rows in 0 pages for object "edi_Iran_coparn_import_commodity".DBCC results for 'paymentmodes'.There are 4 rows in 1 pages for object "paymentmodes".DBCC results for 'Edi_Omanman_con'.There are 0 rows in 0 pages for object "Edi_Omanman_con".DBCC results for 'bledi_charge'.There are 0 rows in 0 pages for object "bledi_charge".DBCC results for 'spainABDcodes'.There are 1410 rows in 11 pages for object "spainABDcodes".DBCC results for 'srrAutoApprovemaster'.There are 230 rows in 6 pages for object "srrAutoApprovemaster".DBCC results for 'EDI_coparn_cro_commodity'.There are 4449 rows in 203 pages for object "EDI_coparn_cro_commodity".DBCC results for 'edi_colombo_discharge'.There are 0 rows in 0 pages for object "edi_colombo_discharge".DBCC results for 'Delordrefdetail'.There are 485748 rows in 3794 pages for object "Delordrefdetail".DBCC results for 'EXSIteneary'.There are 103 rows in 1 pages for object "EXSIteneary".DBCC results for 'edi_coparnklcor_cro_desc'.There are 0 rows in 0 pages for object "edi_coparnklcor_cro_desc".DBCC results for 'igmcargo'.There are 536 rows in 65 pages for object "igmcargo".DBCC results for 'iftdgnbgmzee_book'.There are 0 rows in 0 pages for object "iftdgnbgmzee_book".DBCC results for 'HlgRecDetail'.There are 20425 rows in 992 pages for object "HlgRecDetail".DBCC results for 'coparn_spain_commodity'.There are 0 rows in 0 pages for object "coparn_spain_commodity".DBCC results for 'charge_mand_config'.There are 0 rows in 0 pages for object "charge_mand_config".DBCC results for 'fcn_bl_chargenew'.There are 2255898 rows in 81604 pages for object "fcn_bl_chargenew".DBCC results for 'EmsContrTransMaster'.There are 46 rows in 3 pages for object "EmsContrTransMaster".DBCC results for 'edi_italy_customs_import'.There are 0 rows in 0 pages for object "edi_italy_customs_import".DBCC results for 'manifest_bl_commodity'.There are 0 rows in 0 pages for object "manifest_bl_commodity".DBCC results for 'edi_omandpa_RFF_import'.There are 0 rows in 0 pages for object "edi_omandpa_RFF_import".DBCC results for 'MdlCodes'.There are 0 rows in 0 pages for object "MdlCodes".DBCC results for 'edi_de_coparn_cargo'.There are 695 rows in 22 pages for object "edi_de_coparn_cargo".DBCC results for 'edi_cnsha_bl_cro'.There are 178088 rows in 2218 pages for object "edi_cnsha_bl_cro".DBCC results for 'edi_germany_ifcsum_cnigid'.There are 0 rows in 0 pages for object "edi_germany_ifcsum_cnigid".DBCC results for 'CargoClaimRefNoGenerator'.There are 20 rows in 1 pages for object "CargoClaimRefNoGenerator".DBCC results for 'edi_Iran_coparn_import_imo'.There are 0 rows in 0 pages for object "edi_Iran_coparn_import_imo".DBCC results for 'VietnamAmount'.There are 28 rows in 1 pages for object "VietnamAmount".DBCC results for 'Edi_Omanman_ctr'.There are 0 rows in 0 pages for object "Edi_Omanman_ctr".DBCC results for 'OOGMaster'.There are 0 rows in 0 pages for object "OOGMaster".DBCC results for 'vendorPaymentMaster'.There are 7500 rows in 337 pages for object "vendorPaymentMaster".DBCC results for 'massboxdictionary'.There are 0 rows in 0 pages for object "massboxdictionary".DBCC results for 'DetentionReportDetail'.There are 496 rows in 5 pages for object "DetentionReportDetail".DBCC results for 'bledi_commodity'.There are 0 rows in 0 pages for object "bledi_commodity".DBCC results for 'Edi_Dubaido_mastern'.There are 3202 rows in 291 pages for object "Edi_Dubaido_mastern".DBCC results for 'EDI_coparn_cro_sum1'.There are 2635 rows in 32 pages for object "EDI_coparn_cro_sum1".DBCC results for 'EMSMovementDetail'.There are 2063747 rows in 67984 pages for object "EMSMovementDetail".DBCC results for 'voyageroecancelled'.There are 54 rows in 2 pages for object "voyageroecancelled".DBCC results for 'editempbooking_routing'.There are 175505 rows in 3340 pages for object "editempbooking_routing".DBCC results for 'edi_coparnklcor_cro_imo'.There are 0 rows in 0 pages for object "edi_coparnklcor_cro_imo".DBCC results for 'edi_inttraiftmbcV2'.There are 68639 rows in 3275 pages for object "edi_inttraiftmbcV2".DBCC results for 'edi_DOHA_Qatar_CargoManifest_commodity'.There are 0 rows in 0 pages for object "edi_DOHA_Qatar_CargoManifest_commodity".DBCC results for 'EmptyInDetail'.There are 607343 rows in 7579 pages for object "EmptyInDetail".DBCC results for 'iftdgnbgmzee_book_cargo'.There are 0 rows in 0 pages for object "iftdgnbgmzee_book_cargo".DBCC results for 'tmpChkDuplicate'.There are 0 rows in 0 pages for object "tmpChkDuplicate".DBCC results for 'reportMisc'.There are 8827 rows in 273 pages for object "reportMisc".DBCC results for 'edi_yeman_manifestbl_ops'.There are 0 rows in 0 pages for object "edi_yeman_manifestbl_ops".DBCC results for 'coparn_spain_cust'.There are 0 rows in 0 pages for object "coparn_spain_cust".DBCC results for 'fcn_bl_clause'.There are 1453266 rows in 35115 pages for object "fcn_bl_clause".DBCC results for 'EmsContainerActivity'.There are 66 rows in 2 pages for object "EmsContainerActivity".DBCC results for 'croauxillary'.There are 3 rows in 1 pages for object "croauxillary".DBCC results for 'SubBoundDetail'.There are 7874 rows in 171 pages for object "SubBoundDetail".DBCC results for 'edi_de_coparn_com'.There are 1135 rows in 38 pages for object "edi_de_coparn_com".DBCC results for 'edi_cnsha_bl_cust'.There are 703229 rows in 21588 pages for object "edi_cnsha_bl_cust".DBCC results for 'edi_DOHA_Qatar_CargoManifest_cargo'.There are 0 rows in 0 pages for object "edi_DOHA_Qatar_CargoManifest_cargo".DBCC results for 'edi_germany_ifcsum_eqd'.There are 0 rows in 0 pages for object "edi_germany_ifcsum_eqd".DBCC results for 'CargoClaimsClubReceipt'.There are 11 rows in 1 pages for object "CargoClaimsClubReceipt".DBCC results for 'Vietnamreceiptreset'.There are 1064 rows in 13 pages for object "Vietnamreceiptreset".DBCC results for 'vendorPaymentModes'.There are 7883 rows in 292 pages for object "vendorPaymentModes".DBCC results for 'bledi_cust'.There are 0 rows in 0 pages for object "bledi_cust".DBCC results for 'ENS_AcknowledgementMasterDetailtemp'.There are 223181 rows in 21772 pages for object "ENS_AcknowledgementMasterDetailtemp".DBCC results for 'Edi_Dubaido_bol'.There are 3147 rows in 202 pages for object "Edi_Dubaido_bol".DBCC results for 'EDI_coparn_cro_imo'.There are 1093 rows in 32 pages for object "EDI_coparn_cro_imo".DBCC results for 'CustomerMaster'.There are 232258 rows in 28842 pages for object "CustomerMaster".CHECKDB found 0 allocation errors and 2 consistency errors in table 'CustomerMaster' (object ID 1763029562).DBCC results for 'EXSMaster'.There are 103 rows in 3 pages for object "EXSMaster".DBCC results for 'edi_coparnklcor_cro_sum'.There are 0 rows in 0 pages for object "edi_coparnklcor_cro_sum".DBCC results for 'surexcport'.There are 57764 rows in 516 pages for object "surexcport".DBCC results for 'srrdetailTemp'.There are 0 rows in 1 pages for object "srrdetailTemp".DBCC results for 'igmcontainer'.There are 480 rows in 16 pages for object "igmcontainer".DBCC results for 'iftdgnbgmzee_book_com'.There are 0 rows in 0 pages for object "iftdgnbgmzee_book_com".DBCC results for 'coparn_spain_imo'.There are 0 rows in 0 pages for object "coparn_spain_imo".DBCC results for 'TranshipmentEDIError'.There are 0 rows in 0 pages for object "TranshipmentEDIError".DBCC results for 'importmfestlog'.There are 4435 rows in 62 pages for object "importmfestlog".DBCC results for 'edi_de_coparn_cust'.There are 2363 rows in 49 pages for object "edi_de_coparn_cust".DBCC results for 'edi_cnsha_bl_imo'.There are 438 rows in 12 pages for object "edi_cnsha_bl_imo".DBCC results for 'edi_germany_ifcsum_ops'.There are 0 rows in 0 pages for object "edi_germany_ifcsum_ops".DBCC results for 'CargoClaimsDetail'.There are 2336 rows in 46 pages for object "CargoClaimsDetail".DBCC results for 'rateHistory'.There are 0 rows in 0 pages for object "rateHistory".DBCC results for 'masscostdictionary'.There are 0 rows in 0 pages for object "masscostdictionary".DBCC results for 'DetentionReportMaster'.There are 28 rows in 1 pages for object "DetentionReportMaster".DBCC results for 'bledi_imo'.There are 0 rows in 0 pages for object "bledi_imo".DBCC results for 'vpsbl'.There are 8126 rows in 104 pages for object "vpsbl".DBCC results for 'Edi_Dubaido_con'.There are 10949 rows in 944 pages for object "Edi_Dubaido_con".DBCC results for 'edi_cuscarcor_k5_bl'.There are 0 rows in 0 pages for object "edi_cuscarcor_k5_bl".DBCC results for 'EDI_coparn_cro_sums'.There are 3138 rows in 45 pages for object "EDI_coparn_cro_sums".DBCC results for 'tmpemscontractlocation'.There are 601678 rows in 6916 pages for object "tmpemscontractlocation".DBCC results for 'loopeditempbooking'.There are 796 rows in 12 pages for object "loopeditempbooking".DBCC results for 'edi_coparnklcor_cro_sum1'.There are 0 rows in 0 pages for object "edi_coparnklcor_cro_sum1".DBCC results for 'edi_inttraiftmbcV2_bl'.There are 32972 rows in 283 pages for object "edi_inttraiftmbcV2_bl".DBCC results for 'ExtFdrCostBehavDetail'.There are 39642 rows in 383 pages for object "ExtFdrCostBehavDetail".DBCC results for 'igmfilemaster'.There are 22 rows in 1 pages for object "igmfilemaster".DBCC results for 'edi_belgiumcoreor_cargo'.There are 0 rows in 0 pages for object "edi_belgiumcoreor_cargo".DBCC results for 'iftdgnbgmzee_book_cust'.There are 0 rows in 0 pages for object "iftdgnbgmzee_book_cust".DBCC results for 'booking_cargo'.There are 4173321 rows in 215149 pages for object "booking_cargo".CHECKDB found 1 allocation errors and 14 consistency errors in table 'booking_cargo' (object ID 1784653701).DBCC results for 'EmsContrTransSzTpDetail'.There are 78 rows in 3 pages for object "EmsContrTransSzTpDetail".DBCC results for 'activitymaster'.There are 81 rows in 2 pages for object "activitymaster".DBCC results for 'bl_batchprint'.There are 179769 rows in 66466 pages for object "bl_batchprint".DBCC results for 'tmpfeederrouteportpairs'.There are 8027 rows in 937 pages for object "tmpfeederrouteportpairs".DBCC results for 'bkpMdlIndex'.There are 1136 rows in 14 pages for object "bkpMdlIndex".DBCC results for 'edi_de_coparn_imo'.There are 36 rows in 3 pages for object "edi_de_coparn_imo".DBCC results for 'cargoclaimsHandlerDetails'.There are 1844 rows in 33 pages for object "cargoclaimsHandlerDetails".DBCC results for 'edi_valenciaimport_eqd'.There are 6856 rows in 197 pages for object "edi_valenciaimport_eqd".DBCC results for 'WareHousedetails'.There are 2268 rows in 74 pages for object "WareHousedetails".DBCC results for 'SearchCacheProperty'.There are 0 rows in 0 pages for object "SearchCacheProperty".DBCC results for 'VendorTDSCode'.There are 1448 rows in 10 pages for object "VendorTDSCode".DBCC results for 'EDIMAILREADER'.There are 1356 rows in 209 pages for object "EDIMAILREADER".DBCC results for 'Edi_Dubaido_ctr'.There are 11153 rows in 157 pages for object "Edi_Dubaido_ctr".DBCC results for 'edi_cuscarcor_k5_cargo'.There are 0 rows in 0 pages for object "edi_cuscarcor_k5_cargo".DBCC results for 'edidischargeNSICT'.There are 1819 rows in 34 pages for object "edidischargeNSICT".DBCC results for 'EDI_coparn_cro_commoditys'.There are 3025 rows in 141 pages for object "EDI_coparn_cro_commoditys".DBCC results for 'ecombookinggate'.There are 751 rows in 8 pages for object "ecombookinggate".DBCC results for 'exsmdlindex'.There are 253 rows in 4 pages for object "exsmdlindex".DBCC results for 'tmpemscontractmaster'.There are 575 rows in 14 pages for object "tmpemscontractmaster".DBCC results for 'tempeditempbooking'.There are 9296 rows in 387 pages for object "tempeditempbooking".DBCC results for 'edi_sumi_mdlindex'.There are 1 rows in 1 pages for object "edi_sumi_mdlindex".DBCC results for 'surexcport_arcproc'.There are 45725 rows in 378 pages for object "surexcport_arcproc".DBCC results for 'edi_hlg_cro_screenlog'.There are 16023 rows in 290 pages for object "edi_hlg_cro_screenlog".DBCC results for 'edi_belgiumcoreor_commodity'.There are 0 rows in 0 pages for object "edi_belgiumcoreor_commodity".DBCC results for 'iftdgnbgmzee_book_imo'.There are 0 rows in 0 pages for object "iftdgnbgmzee_book_imo".DBCC results for 'OtherClaims_temp_location'.There are 0 rows in 0 pages for object "OtherClaims_temp_location".DBCC results for 'reportPortMaster'.There are 6828 rows in 391 pages for object "reportPortMaster".DBCC results for 'HlgRecDetailTemp'.There are 0 rows in 43 pages for object "HlgRecDetailTemp".DBCC results for 'dmsobject'.There are 0 rows in 0 pages for object "dmsobject".DBCC results for 'CargoClaimsSettlement'.There are 1062 rows in 11 pages for object "CargoClaimsSettlement".DBCC results for 'edi_valenciaimport_imo'.There are 6856 rows in 55 pages for object "edi_valenciaimport_imo".DBCC results for 'WDLDetail'.There are 707767 rows in 50904 pages for object "WDLDetail".DBCC results for 'massimbalancedictionary'.There are 0 rows in 0 pages for object "massimbalancedictionary".DBCC results for 'indocontainer_P0171O'.There are 0 rows in 0 pages for object "indocontainer_P0171O".DBCC results for 'vpsifcsumlog'.There are 7904 rows in 141 pages for object "vpsifcsumlog".DBCC results for 'edi_taiwan_cust'.There are 130 rows in 7 pages for object "edi_taiwan_cust".DBCC results for 'edi_cuscarcor_k5_cnt'.There are 0 rows in 0 pages for object "edi_cuscarcor_k5_cnt".DBCC results for 'edi_mumbai_igm_cargoinfo'.There are 6511 rows in 475 pages for object "edi_mumbai_igm_cargoinfo".DBCC results for 'wmrcostmasterold'.There are 13156 rows in 225 pages for object "wmrcostmasterold".DBCC results for 'tempsrrAutoApprovemaster'.There are 0 rows in 0 pages for object "tempsrrAutoApprovemaster".DBCC results for 'EDI_coparn_cro_sum1s'.There are 1873 rows in 26 pages for object "EDI_coparn_cro_sum1s".DBCC results for 'Tmpops2'.There are 288 rows in 16 pages for object "Tmpops2".DBCC results for 'tmpemscontractprefix'.There are 178 rows in 2 pages for object "tmpemscontractprefix".DBCC results for 'edi_inttraiftmbcV2_cargo'.There are 132403 rows in 3630 pages for object "edi_inttraiftmbcV2_cargo".DBCC results for 'surtsloadport'.There are 0 rows in 0 pages for object "surtsloadport".DBCC results for 'DisCostBehavDetail'.There are 40536 rows in 378 pages for object "DisCostBehavDetail".DBCC results for 'edi_belgiumcoreor_imo'.There are 0 rows in 0 pages for object "edi_belgiumcoreor_imo".DBCC results for 'Customerfinalcialinformation'.There are 3463 rows in 77 pages for object "Customerfinalcialinformation".DBCC results for 'Emscontsizetype'.There are 14484 rows in 261 pages for object "Emscontsizetype".DBCC results for 'bl_status_reset'.There are 30430 rows in 325 pages for object "bl_status_reset".DBCC results for 'emsequipmentmaster'.There are 37 rows in 1 pages for object "emsequipmentmaster".DBCC results for 'CargoClaimsStatus'.There are 10 rows in 1 pages for object "CargoClaimsStatus".DBCC results for 'edi_valenciaimport_ops'.There are 2089 rows in 99 pages for object "edi_valenciaimport_ops".DBCC results for 'TDNHLGRecovery'.There are 15437 rows in 288 pages for object "TDNHLGRecovery".DBCC results for 'srrCommodityDetail'.There are 57931 rows in 607 pages for object "srrCommodityDetail".DBCC results for 'WDLMaster'.There are 4574 rows in 136 pages for object "WDLMaster".DBCC results for 'edi_taiwan_eqd'.There are 106 rows in 8 pages for object "edi_taiwan_eqd".DBCC results for 'edi_cuscarcor_k5_commodity'.There are 0 rows in 0 pages for object "edi_cuscarcor_k5_commodity".DBCC results for 'edi_mumbai_igm_containerinfo'.There are 16517 rows in 334 pages for object "edi_mumbai_igm_containerinfo".DBCC results for 'EDI_coparn_cro_imos'.There are 721 rows in 25 pages for object "EDI_coparn_cro_imos".DBCC results for 'EXSOffice'.There are 206 rows in 3 pages for object "EXSOffice".DBCC results for 'tmpemscontractsizetype'.There are 14297 rows in 192 pages for object "tmpemscontractsizetype".DBCC results for 'edi_joc_mdlindex'.There are 1 rows in 1 pages for object "edi_joc_mdlindex".DBCC results for 'cntr_claims_cntrRouting'.There are 1 rows in 1 pages for object "cntr_claims_cntrRouting".DBCC results for 'TshCostBehavDetail'.There are 16378 rows in 152 pages for object "TshCostBehavDetail".DBCC results for 'EquipmentSeries'.There are 17105 rows in 1190 pages for object "EquipmentSeries".DBCC results for 'edi_belgiumcoreor_ops'.There are 0 rows in 0 pages for object "edi_belgiumcoreor_ops".DBCC results for 'OtherClaim_Debit_Note_Generator'.There are 0 rows in 0 pages for object "OtherClaim_Debit_Note_Generator".DBCC results for 'HlgRecMaster'.There are 946 rows in 17 pages for object "HlgRecMaster".DBCC results for 'Emsdepreciation'.There are 1288 rows in 24 pages for object "Emsdepreciation".DBCC results for 'edidocconfig'.There are 12 rows in 1 pages for object "edidocconfig".DBCC results for 'ediopslistnxtconnvsl_trieste'.There are 5323 rows in 52 pages for object "ediopslistnxtconnvsl_trieste".DBCC results for 'GrpSubModule'.There are 1409 rows in 15 pages for object "GrpSubModule".DBCC results for 'CargoClaimsTransactionPaymentCode'.There are 25 rows in 1 pages for object "CargoClaimsTransactionPaymentCode".DBCC results for 'EDIOpsList2'.There are 6860 rows in 1047 pages for object "EDIOpsList2".DBCC results for 'TDNImportProvisional'.There are 37 rows in 1 pages for object "TDNImportProvisional".DBCC results for 'tmpSRRMaterialAgency'.There are 0 rows in 0 pages for object "tmpSRRMaterialAgency".DBCC results for 'indodetail_P0171O'.There are 0 rows in 0 pages for object "indodetail_P0171O".DBCC results for 'edi_ifcsum_cargo'.There are 0 rows in 0 pages for object "edi_ifcsum_cargo".DBCC results for 'edi_ukcuscar_cargo'.There are 892 rows in 26 pages for object "edi_ukcuscar_cargo".DBCC results for 'edi_taiwan_imo'.There are 76 rows in 5 pages for object "edi_taiwan_imo".DBCC results for 'edi_cuscarcor_k5_cust'.There are 0 rows in 0 pages for object "edi_cuscarcor_k5_cust".DBCC results for 'BL_PrintMapping_LD'.There are 0 rows in 0 pages for object "BL_PrintMapping_LD".DBCC results for 'srrUsrGroup'.There are 1501 rows in 31 pages for object "srrUsrGroup".DBCC results for 'edi_inttraiftmbcV2_cntrcro'.There are 115281 rows in 1179 pages for object "edi_inttraiftmbcV2_cntrcro".DBCC results for 'edi_sgsin_import_psatli_com'.There are 14707 rows in 255 pages for object "edi_sgsin_import_psatli_com".DBCC results for 'DGRestrictionTemplate'.There are 0 rows in 0 pages for object "DGRestrictionTemplate".DBCC results for 'tmpemscontractslab'.There are 2743 rows in 25 pages for object "tmpemscontractslab".DBCC results for 'edi_coparnkl_cro_commodity'.There are 42900 rows in 1538 pages for object "edi_coparnkl_cro_commodity".DBCC results for 'edi_inttraiftmbcV2_cargo_loc'.There are 1544 rows in 39 pages for object "edi_inttraiftmbcV2_cargo_loc".DBCC results for 'tendercommodity'.There are 132 rows in 1 pages for object "tendercommodity".DBCC results for 'surchargeFormulaDetail_arcproc'.There are 275767 rows in 1984 pages for object "surchargeFormulaDetail_arcproc".DBCC results for 'edi_ukcoprar_cargo'.There are 0 rows in 0 pages for object "edi_ukcoprar_cargo".DBCC results for 'iftdgnbgmzee_bookimport'.There are 0 rows in 0 pages for object "iftdgnbgmzee_bookimport".DBCC results for 'reportPredictable'.There are 200273 rows in 7480 pages for object "reportPredictable".DBCC results for 'Emsdropofftier'.There are 18 rows in 1 pages for object "Emsdropofftier".DBCC results for 'edidocmail'.There are 14998 rows in 297 pages for object "edidocmail".DBCC results for 'MdlSuperUser'.There are 0 rows in 0 pages for object "MdlSuperUser".DBCC results for 'tmpTest'.There are 480 rows in 2 pages for object "tmpTest".DBCC results for 'tdnedievent'.There are 0 rows in 1 pages for object "tdnedievent".DBCC results for 'panasonicEDI'.There are 3903 rows in 31 pages for object "panasonicEDI".DBCC results for 'InvoiceSummary'.There are 2250212 rows in 32784 pages for object "InvoiceSummary".CHECKDB found 0 allocation errors and 13 consistency errors in table 'InvoiceSummary' (object ID 1852129939).DBCC results for 'DefaultEMailSetUp'.There are 3 rows in 1 pages for object "DefaultEMailSetUp".DBCC results for 'soagroupdetail'.There are 437 rows in 3 pages for object "soagroupdetail".DBCC results for 'CODABLACCMAP'.There are 352 rows in 5 pages for object "CODABLACCMAP".DBCC results for 'cargoclaimsvoyageexpense'.There are 0 rows in 0 pages for object "cargoclaimsvoyageexpense".DBCC results for 'edi_malaysia_cusrep'.There are 109 rows in 9 pages for object "edi_malaysia_cusrep".DBCC results for 'srrcompetition_arcproc'.There are 5373 rows in 43 pages for object "srrcompetition_arcproc".DBCC results for 'edi_ifcsum_customer'.There are 0 rows in 0 pages for object "edi_ifcsum_customer".DBCC results for 'edi_ukcuscar_comdesc'.There are 750 rows in 20 pages for object "edi_ukcuscar_comdesc".DBCC results for 'edi_taiwan_main'.There are 46 rows in 7 pages for object "edi_taiwan_main".DBCC results for 'edi_cuscarcor_k5_imo'.There are 0 rows in 0 pages for object "edi_cuscarcor_k5_imo".DBCC results for 'edimloimport'.There are 25218 rows in 481 pages for object "edimloimport".DBCC results for 'srrAutoApproveTradeMaster'.There are 282 rows in 4 pages for object "srrAutoApproveTradeMaster".DBCC results for 'edi_sgsin_import_psatli_ops'.There are 14822 rows in 830 pages for object "edi_sgsin_import_psatli_ops".DBCC results for 'DGTemplateMapping'.There are 0 rows in 0 pages for object "DGTemplateMapping".DBCC results for 'tmpsvcEditor'.There are 0 rows in 1 pages for object "tmpsvcEditor".DBCC results for 'EXSPackage'.There are 125 rows in 3 pages for object "EXSPackage".DBCC results for 'tmpemsScaleindetail'.There are 2157 rows in 29 pages for object "tmpemsScaleindetail".DBCC results for 'edi_coparnkl_cro_desc'.There are 17673 rows in 306 pages for object "edi_coparnkl_cro_desc".DBCC results for 'localchargemapping'.There are 117 rows in 8 pages for object "localchargemapping".DBCC results for 'Cntr_Claims_CreditNote_Details'.There are 0 rows in 0 pages for object "Cntr_Claims_CreditNote_Details".DBCC results for 'ContributionMaster'.There are 962647 rows in 33732 pages for object "ContributionMaster".DBCC results for 'edi_ukcoprar_commodity'.There are 0 rows in 0 pages for object "edi_ukcoprar_commodity".DBCC results for 'iftdgnbgmzee_bookimport_cargo'.There are 0 rows in 0 pages for object "iftdgnbgmzee_bookimport_cargo".DBCC results for 'OtherClaim_Key_Generator'.There are 0 rows in 0 pages for object "OtherClaim_Key_Generator".DBCC results for 'HlgRecSlabDetail'.There are 11771 rows in 131 pages for object "HlgRecSlabDetail".DBCC results for 'Emscontractbudgetupload'.There are 0 rows in 0 pages for object "Emscontractbudgetupload".DBCC results for 'EmsDropoffVolume'.There are 0 rows in 0 pages for object "EmsDropoffVolume".DBCC results for 'module_field_alias'.There are 1008 rows in 25 pages for object "module_field_alias".DBCC results for 'edireaderconfig'.There are 347 rows in 13 pages for object "edireaderconfig".DBCC results for 'ShortcutModuleCreation'.There are 10764 rows in 124 pages for object "ShortcutModuleCreation".DBCC results for 'fcnApprovalEntity'.There are 2 rows in 1 pages for object "fcnApprovalEntity".DBCC results for 'codablcharges'.There are 2722792 rows in 63341 pages for object "codablcharges".DBCC results for 'CargoClaimVoyageDetails'.There are 2155 rows in 96 pages for object "CargoClaimVoyageDetails".DBCC results for 'indodetail1_P0171O'.There are 0 rows in 0 pages for object "indodetail1_P0171O".DBCC results for 'edi_ifcsum_root'.There are 0 rows in 0 pages for object "edi_ifcsum_root".DBCC results for 'edi_coldlt_korea'.There are 0 rows in 0 pages for object "edi_coldlt_korea".DBCC results for 'edi_ukcuscar_comdim'.There are 892 rows in 12 pages for object "edi_ukcuscar_comdim".DBCC results for 'edi_taiwan_eqdcnt'.There are 46 rows in 7 pages for object "edi_taiwan_eqdcnt".DBCC results for 'ediisspevent'.There are 0 rows in 1 pages for object "ediisspevent".DBCC results for 'syssubscriptions'.There are 1007 rows in 28 pages for object "syssubscriptions".DBCC results for 'tmpEmsScaleinReference'.There are 1893 rows in 24 pages for object "tmpEmsScaleinReference".DBCC results for 'edi_coparnkl_cro_imo'.There are 17638 rows in 209 pages for object "edi_coparnkl_cro_imo".DBCC results for 'RegionalLocalCustMapping'.There are 675 rows in 39 pages for object "RegionalLocalCustMapping".DBCC results for 'edi_inttraiftmbcV2_cargo_tdncust'.There are 2312 rows in 80 pages for object "edi_inttraiftmbcV2_cargo_tdncust".DBCC results for 'tendercompetitor'.There are 0 rows in 0 pages for object "tendercompetitor".DBCC results for 'belgium_cuscar_carcom'.There are 0 rows in 0 pages for object "belgium_cuscar_carcom".DBCC results for 'edi_ukcoprar_imo'.There are 0 rows in 0 pages for object "edi_ukcoprar_imo".DBCC results for 'iftdgnbgmzee_bookimport_com'.There are 0 rows in 0 pages for object "iftdgnbgmzee_bookimport_com".DBCC results for 'tenderRegionPricing'.There are 44 rows in 8 pages for object "tenderRegionPricing".DBCC results for 'reportRemark'.There are 2403 rows in 51 pages for object "reportRemark".DBCC results for 'Emsleasedetails'.There are 3773 rows in 29 pages for object "Emsleasedetails".DBCC results for 'edi_korea_cust'.There are 15 rows in 1 pages for object "edi_korea_cust".DBCC results for 'Emshierarchydetail'.There are 319135 rows in 6052 pages for object "Emshierarchydetail".DBCC results for 'EDIDetaildata'.There are 66568 rows in 4211 pages for object "EDIDetaildata".DBCC results for 'emptycommodityconfig'.There are 1 rows in 1 pages for object "emptycommodityconfig".DBCC results for 'CanalTransit'.There are 1439 rows in 26 pages for object "CanalTransit".DBCC results for 'bl_contacts'.There are 5710 rows in 161 pages for object "bl_contacts".DBCC results for 'tempwmrcostmaster5'.There are 6490 rows in 107 pages for object "tempwmrcostmaster5".DBCC results for 'soagroupmaster'.There are 59 rows in 1 pages for object "soagroupmaster".DBCC results for 'codabldetail'.There are 367829 rows in 2797 pages for object "codabldetail".DBCC results for 'agycomcharge'.There are 5034 rows in 33 pages for object "agycomcharge".DBCC results for 'edi_coparn_csv_export'.There are 0 rows in 0 pages for object "edi_coparn_csv_export".DBCC results for 'srrKPIReport'.There are 1565836 rows in 29321 pages for object "srrKPIReport".DBCC results for 'Stoppage'.There are 0 rows in 0 pages for object "Stoppage".DBCC results for 'edi_ukcuscar_comeqp'.There are 892 rows in 8 pages for object "edi_ukcuscar_comeqp".DBCC results for 'edi_cuscarcor_k5_tdt'.There are 0 rows in 0 pages for object "edi_cuscarcor_k5_tdt".DBCC results for 'edi_concar_main'.There are 5601 rows in 171 pages for object "edi_concar_main".DBCC results for 'tmpfooterupdate'.There are 0 rows in 9 pages for object "tmpfooterupdate".DBCC results for 'ExsTranshipmentActivityMaster'.There are 6 rows in 1 pages for object "ExsTranshipmentActivityMaster".DBCC results for 'tmpemsScaleoutdetail'.There are 2516 rows in 29 pages for object "tmpemsScaleoutdetail".DBCC results for 'edi_coparnkl_cro_sum'.There are 42835 rows in 388 pages for object "edi_coparnkl_cro_sum".DBCC results for 'jocedi'.There are 698 rows in 24 pages for object "jocedi".DBCC results for 'TenderDetails'.There are 249993 rows in 29798 pages for object "TenderDetails".DBCC results for 'IntFdrCostMaster'.There are 1470 rows in 34 pages for object "IntFdrCostMaster".DBCC results for 'belgium_cuscar_cntrcnt'.There are 0 rows in 0 pages for object "belgium_cuscar_cntrcnt".DBCC results for 'edi_ukcoprar_ops'.There are 0 rows in 0 pages for object "edi_ukcoprar_ops".DBCC results for 'iftdgnbgmzee_bookimport_cust'.There are 0 rows in 0 pages for object "iftdgnbgmzee_bookimport_cust".DBCC results for 'reportSummary'.There are 150546 rows in 2618 pages for object "reportSummary".DBCC results for 'leasePerdiemRate'.There are 8886 rows in 82 pages for object "leasePerdiemRate".DBCC results for 'edi_korea_track'.There are 1188 rows in 52 pages for object "edi_korea_track".DBCC results for 'EmsleaseExtension'.There are 134 rows in 6 pages for object "EmsleaseExtension".DBCC results for 'extensiondeletedetail'.There are 21228 rows in 533 pages for object "extensiondeletedetail".DBCC results for 'editemplatemaster'.There are 380 rows in 7 pages for object "editemplatemaster".DBCC results for 'actCodeMapping'.There are 6 rows in 1 pages for object "actCodeMapping".DBCC results for 'isocodedictionary'.There are 22 rows in 1 pages for object "isocodedictionary".DBCC results for 'codablmaster'.There are 11321 rows in 268 pages for object "codablmaster".DBCC results for 'indodetail1com_P0171O'.There are 0 rows in 0 pages for object "indodetail1com_P0171O".DBCC results for 'edi_ukcuscar_comitmwt'.There are 598 rows in 7 pages for object "edi_ukcuscar_comitmwt".DBCC results for 'edi_India_Concor_SMTP'.There are 0 rows in 0 pages for object "edi_India_Concor_SMTP".DBCC results for 'CoporateService'.There are 0 rows in 0 pages for object "CoporateService".DBCC results for 'tmpEmsScaleoutReference'.There are 2122 rows in 27 pages for object "tmpEmsScaleoutReference".DBCC results for 'edi_coparnkl_cro_sum1'.There are 17229 rows in 94 pages for object "edi_coparnkl_cro_sum1".DBCC results for 'edi_inttraiftmbcV2_cargo_tdnvendor'.There are 74289 rows in 881 pages for object "edi_inttraiftmbcV2_cargo_tdnvendor".DBCC results for 'belgium_cuscar_cust'.There are 0 rows in 0 pages for object "belgium_cuscar_cust".DBCC results for 'iftdgnbgmzee_bookimport_imo'.There are 0 rows in 0 pages for object "iftdgnbgmzee_bookimport_imo".DBCC results for 'edi_malaysiacuscarCOR_cargo'.There are 0 rows in 0 pages for object "edi_malaysiacuscarCOR_cargo".DBCC results for 'edi_yemen_cntrmfest_import_ops'.There are 0 rows in 0 pages for object "edi_yemen_cntrmfest_import_ops".DBCC results for 'subtotalofleaseperdiem'.There are 4345 rows in 27 pages for object "subtotalofleaseperdiem".DBCC results for 'Emsleasepurchase'.There are 22 rows in 1 pages for object "Emsleasepurchase".DBCC results for 'edi_CNNKG_bl_cro'.There are 1459 rows in 24 pages for object "edi_CNNKG_bl_cro".DBCC results for 'feederscheduleVendors'.There are 190812 rows in 1594 pages for object "feederscheduleVendors".DBCC results for 'srroograte'.There are 219439 rows in 992 pages for object "srroograte".DBCC results for 'PortDictionary'.There are 0 rows in 0 pages for object "PortDictionary".DBCC results for 'edi_iftmcs_oman_import_bl'.There are 0 rows in 0 pages for object "edi_iftmcs_oman_import_bl".DBCC results for 'transheader'.There are 0 rows in 0 pages for object "transheader".DBCC results for 'vendorbankmaster'.There are 1 rows in 1 pages for object "vendorbankmaster".DBCC results for 'SRRMdlIndexUAS'.There are 0 rows in 0 pages for object "SRRMdlIndexUAS".DBCC results for 'invoiceExcludeCharges'.There are 0 rows in 0 pages for object "invoiceExcludeCharges".DBCC results for 'edi_ukcuscar_customer'.There are 3329 rows in 97 pages for object "edi_ukcuscar_customer".DBCC results for 'tempwmrcostmaster7'.There are 12980 rows in 213 pages for object "tempwmrcostmaster7".DBCC results for 'srrAutoApprovemaster_Archive'.There are 0 rows in 0 pages for object "srrAutoApprovemaster_Archive".DBCC results for 'tmpCoporateService'.There are 0 rows in 0 pages for object "tmpCoporateService".DBCC results for 'ExsTranshipmentContainer'.There are 0 rows in 0 pages for object "ExsTranshipmentContainer".DBCC results for 'tenderexport'.There are 166 rows in 10 pages for object "tenderexport".DBCC results for 'IntFdrCostBehavDetail'.There are 8820 rows in 77 pages for object "IntFdrCostBehavDetail".DBCC results for 'belgium_cuscar_ops'.There are 0 rows in 0 pages for object "belgium_cuscar_ops".DBCC results for 'edi_malaysiacuscarCOR_customer'.There are 0 rows in 0 pages for object "edi_malaysiacuscarCOR_customer".DBCC results for 'EmsLeasePurTier'.There are 0 rows in 0 pages for object "EmsLeasePurTier".DBCC results for 'edi_jo_impmanifest_allcnts'.There are 0 rows in 1 pages for object "edi_jo_impmanifest_allcnts".DBCC results for 'ModuleDetails'.There are 0 rows in 0 pages for object "ModuleDetails".DBCC results for 'edi_malaysiacuscar_commodity'.There are 42926 rows in 4339 pages for object "edi_malaysiacuscar_commodity".DBCC results for 'ActivityBehaviourDetail'.There are 4686 rows in 31 pages for object "ActivityBehaviourDetail".DBCC results for 'edi_CNNKG_bl_imo'.There are 7 rows in 1 pages for object "edi_CNNKG_bl_imo".DBCC results for 'ftpTransLog'.There are 211334 rows in 6444 pages for object "ftpTransLog".DBCC results for 'bk_status_reset'.There are 0 rows in 0 pages for object "bk_status_reset".DBCC results for 'edi_bcn_ifcsum_cnicom'.There are 0 rows in 0 pages for object "edi_bcn_ifcsum_cnicom".DBCC results for 'vendorbankdetail'.There are 34 rows in 1 pages for object "vendorbankdetail".DBCC results for 'vesselmaster'.There are 4323 rows in 412 pages for object "vesselmaster".DBCC results for 'oprcodedictionary'.There are 6 rows in 1 pages for object "oprcodedictionary".DBCC results for 'CrossBookingMapping'.There are 11 rows in 1 pages for object "CrossBookingMapping".DBCC results for 'edi_iftmcs_oman_import_cargo'.There are 0 rows in 0 pages for object "edi_iftmcs_oman_import_cargo".DBCC results for 'transportdetail'.There are 0 rows in 0 pages for object "transportdetail".DBCC results for 'indodetail2_P0171O'.There are 0 rows in 0 pages for object "indodetail2_P0171O".DBCC results for 'edi_ukcuscar_imo'.There are 2 rows in 1 pages for object "edi_ukcuscar_imo".DBCC results for 'edi_rtm_coreor_importect_cargo'.There are 10009 rows in 145 pages for object "edi_rtm_coreor_importect_cargo".DBCC results for 'edi_cuscar_k5_bl'.There are 1790 rows in 21 pages for object "edi_cuscar_k5_bl".DBCC results for 'currency'.There are 184 rows in 3 pages for object "currency".DBCC results for 'sysarticleupdates'.There are 0 rows in 0 pages for object "sysarticleupdates".DBCC results for 'dgportrestriction'.There are 0 rows in 0 pages for object "dgportrestriction".DBCC results for 'edi_inttraiftmbcV2_com'.There are 119744 rows in 3288 pages for object "edi_inttraiftmbcV2_com".DBCC results for 'tendermaster'.There are 166 rows in 10 pages for object "tendermaster".DBCC results for 'ContributionRoute'.There are 962627 rows in 18362 pages for object "ContributionRoute".DBCC results for 'belgium_cuscar_sgp'.There are 0 rows in 0 pages for object "belgium_cuscar_sgp".DBCC results for 'bankmaster'.There are 418 rows in 15 pages for object "bankmaster".DBCC results for 'edi_malaysiacuscarCOR_root'.There are 0 rows in 0 pages for object "edi_malaysiacuscarCOR_root".DBCC results for 'reportVariableNew'.There are 96928 rows in 2174 pages for object "reportVariableNew".DBCC results for 'Jnlpdetail'.There are 100 rows in 1 pages for object "Jnlpdetail".DBCC results for 'fcn_bl_header'.There are 234084 rows in 21730 pages for object "fcn_bl_header".DBCC results for 'Emsothers'.There are 286 rows in 9 pages for object "Emsothers".DBCC results for 'edi_jo_impmanifest_bl'.There are 0 rows in 1 pages for object "edi_jo_impmanifest_bl".DBCC results for 'edireadermaster'.There are 1481710 rows in 78443 pages for object "edireadermaster".CHECKDB found 0 allocation errors and 2 consistency errors in table 'edireadermaster' (object ID 1947023309).DBCC results for 'edi_malaysiacuscar_count'.There are 18952 rows in 310 pages for object "edi_malaysiacuscar_count".DBCC results for 'ActivityBehaviourMaster'.There are 243 rows in 9 pages for object "ActivityBehaviourMaster".DBCC results for 'edi_CNNKG_bl_cust'.There are 7689 rows in 234 pages for object "edi_CNNKG_bl_cust".DBCC results for 'receiptcharges_bk'.There are 0 rows in 0 pages for object "receiptcharges_bk".DBCC results for 'edi_bcn_ifcsum_cnicust'.There are 0 rows in 0 pages for object "edi_bcn_ifcsum_cnicust".DBCC results for 'edi_iftmcs_oman_import_charge'.There are 0 rows in 0 pages for object "edi_iftmcs_oman_import_charge".DBCC results for 'BLTempContributionService'.There are 0 rows in 0 pages for object "BLTempContributionService".DBCC results for 'surchargeConfig'.There are 3 rows in 1 pages for object "surchargeConfig".DBCC results for 'bl_cargo'.There are 3281890 rows in 162468 pages for object "bl_cargo".DBCC results for 'edi_cuscar_k5_cargo'.There are 3795 rows in 100 pages for object "edi_cuscar_k5_cargo".DBCC results for 'jnlptype'.There are 5 rows in 1 pages for object "jnlptype".DBCC results for 'edi_coparnkln_cro_desc'.There are 16 rows in 1 pages for object "edi_coparnkln_cro_desc".DBCC results for 'tmpBookingtb'.There are 145 rows in 1 pages for object "tmpBookingtb".DBCC results for 'HaulageCostDetail'.There are 24045 rows in 205 pages for object "HaulageCostDetail".DBCC results for 'belgium_cuscar_svvp'.There are 0 rows in 0 pages for object "belgium_cuscar_svvp".DBCC results for 'edi_malaysiacuscar_root'.There are 19074 rows in 1207 pages for object "edi_malaysiacuscar_root".DBCC results for 'servicetaxdetail'.There are 3245 rows in 53 pages for object "servicetaxdetail".DBCC results for 'EmsOthersPurchase'.There are 0 rows in 0 pages for object "EmsOthersPurchase".DBCC results for 'edi_jo_impmanifest_cntr'.There are 0 rows in 1 pages for object "edi_jo_impmanifest_cntr".DBCC results for 'ModuleInfo'.There are 0 rows in 0 pages for object "ModuleInfo".DBCC results for 'activityConfig'.There are 8 rows in 1 pages for object "activityConfig".DBCC results for 'edi_CNNKG_bl_commodity'.There are 2939 rows in 131 pages for object "edi_CNNKG_bl_commodity".DBCC results for 'house_bl'.There are 5384 rows in 506 pages for object "house_bl".DBCC results for 'edi_bcn_ifcsum_cnidgs'.There are 0 rows in 0 pages for object "edi_bcn_ifcsum_cnidgs".DBCC results for 'portcodedictionary'.There are 2 rows in 1 pages for object "portcodedictionary".DBCC results for 'edi_iftmcs_oman_import_commodity'.There are 0 rows in 0 pages for object "edi_iftmcs_oman_import_commodity".DBCC results for 'legalbouncehistory'.There are 857 rows in 13 pages for object "legalbouncehistory".DBCC results for 'transeqd'.There are 0 rows in 0 pages for object "transeqd".DBCC results for 'SurchargeException_archive'.There are 0 rows in 0 pages for object "SurchargeException_archive".DBCC results for 'spacemonitor'.There are 2 rows in 1 pages for object "spacemonitor".DBCC results for 'weeklyreindextables'.There are 158 rows in 2 pages for object "weeklyreindextables".DBCC results for 'indoheader_P0171O'.There are 0 rows in 0 pages for object "indoheader_P0171O".DBCC results for 'edi_rtm_coreor_importect_commodity'.There are 10026 rows in 184 pages for object "edi_rtm_coreor_importect_commodity".DBCC results for 'edi_cuscar_k5_cnt'.There are 5370 rows in 54 pages for object "edi_cuscar_k5_cnt".DBCC results for 'facedi_benefymaster'.There are 0 rows in 0 pages for object "facedi_benefymaster".DBCC results for 'MSpub_identity_range'.There are 0 rows in 0 pages for object "MSpub_identity_range".DBCC results for 'dgvesselrestriction'.There are 0 rows in 0 pages for object "dgvesselrestriction".DBCC results for 'edi_coparnkln_cro'.There are 16 rows in 1 pages for object "edi_coparnkln_cro".DBCC results for 'edi_inttraiftmbcV2_cust'.There are 265648 rows in 8462 pages for object "edi_inttraiftmbcV2_cust".DBCC results for 'tendernamedcust'.There are 31 rows in 1 pages for object "tendernamedcust".DBCC results for 'EmsOthersPurTier'.There are 0 rows in 0 pages for object "EmsOthersPurTier".DBCC results for 'dtproperties'.There are 21 rows in 1 pages for object "dtproperties".DBCC results for 'EMSStockbenchmaster'.There are 0 rows in 0 pages for object "EMSStockbenchmaster".DBCC results for 'ModuleMapping'.There are 0 rows in 0 pages for object "ModuleMapping".DBCC results for 'edireaderdetail'.There are 3489456 rows in 31553 pages for object "edireaderdetail".DBCC results for 'edi_malaysiacuscar_imo'.There are 1069 rows in 41 pages for object "edi_malaysiacuscar_imo".DBCC results for 'activitygrp'.There are 6 rows in 1 pages for object "activitygrp".DBCC results for 'edi_CNNKG_bl_charge'.There are 4121 rows in 79 pages for object "edi_CNNKG_bl_charge".DBCC results for 'fcn'.There are 0 rows in 0 pages for object "fcn".DBCC results for 'invoiceIncludeCharges'.There are 4807 rows in 61 pages for object "invoiceIncludeCharges".DBCC results for 'edi_iftmcs_oman_import_cust'.There are 0 rows in 0 pages for object "edi_iftmcs_oman_import_cust".DBCC results for 'surchargeFormulaDetail_archive'.There are 0 rows in 0 pages for object "surchargeFormulaDetail_archive".DBCC results for 'invoicemaster'.There are 2885160 rows in 320640 pages for object "invoicemaster".CHECKDB found 0 allocation errors and 73 consistency errors in table 'invoicemaster' (object ID 1983606405).DBCC results for 'edi_cuscar_k5_commodity'.There are 18969 rows in 589 pages for object "edi_cuscar_k5_commodity".DBCC results for 'facedi_detail'.There are 0 rows in 0 pages for object "facedi_detail".DBCC results for 'systranschemas'.There are 0 rows in 1 pages for object "systranschemas".DBCC results for 'edi_coparnkln_cro_commodity'.There are 1306 rows in 46 pages for object "edi_coparnkln_cro_commodity".DBCC results for 'edi_duaicoprarglt_imo'.There are 48625 rows in 443 pages for object "edi_duaicoprarglt_imo".DBCC results for 'agrename'.There are 1 rows in 1 pages for object "agrename".DBCC results for 'mrgdetail'.There are 2520277 rows in 85003 pages for object "mrgdetail".DBCC results for 'TerminalDistance'.There are 5 rows in 1 pages for object "TerminalDistance".DBCC results for 'HMClaimTempDetails'.There are 0 rows in 0 pages for object "HMClaimTempDetails".DBCC results for 'servicetaxmaster'.There are 291 rows in 7 pages for object "servicetaxmaster".DBCC results for 'lessorprefix'.There are 6 rows in 1 pages for object "lessorprefix".DBCC results for 'ModuleProfile'.There are 0 rows in 0 pages for object "ModuleProfile".DBCC results for 'CargoClaimsReversal'.There are 44 rows in 3 pages for object "CargoClaimsReversal".DBCC results for 'RPTGATEDIN'.There are 403 rows in 11 pages for object "RPTGATEDIN".DBCC results for 'edi_vps_iftsta_vessel'.There are 0 rows in 0 pages for object "edi_vps_iftsta_vessel".DBCC results for 'edireadererrorstatus'.There are 41726 rows in 5934 pages for object "edireadererrorstatus".DBCC results for 'edi_CNNKG_bl_cargo'.There are 3101 rows in 109 pages for object "edi_CNNKG_bl_cargo".DBCC results for 'edi_bcn_ifcsum_cnigid'.There are 0 rows in 0 pages for object "edi_bcn_ifcsum_cnigid".DBCC results for 'edi_PRC172_import_terminal_cargo'.There are 0 rows in 0 pages for object "edi_PRC172_import_terminal_cargo".DBCC results for 'edi_iftmcs_oman_import_imo'.There are 0 rows in 0 pages for object "edi_iftmcs_oman_import_imo".DBCC results for 'legalbouncemaster'.There are 857 rows in 40 pages for object "legalbouncemaster".DBCC results for 'transcarrier'.There are 0 rows in 0 pages for object "transcarrier".DBCC results for 'CCPartyMaster'.There are 0 rows in 0 pages for object "CCPartyMaster".DBCC results for 'surexcport_archive'.There are 0 rows in 0 pages for object "surexcport_archive".DBCC results for 'currentindexing'.There are 5 rows in 1 pages for object "currentindexing".DBCC results for 'indoheaderport_P0171O'.There are 0 rows in 0 pages for object "indoheaderport_P0171O".DBCC results for 'edi_rtm_coreor_importect_customer'.There are 0 rows in 0 pages for object "edi_rtm_coreor_importect_customer".DBCC results for 'edi_cuscar_k5_cust'.There are 9839 rows in 218 pages for object "edi_cuscar_k5_cust".DBCC results for 'roe'.There are 70785 rows in 1388 pages for object "roe".DBCC results for 'facedi_master'.There are 0 rows in 0 pages for object "facedi_master".DBCC results for 'tendercompetitor_arcproc'.There are 0 rows in 0 pages for object "tendercompetitor_arcproc".DBCC results for 'edi_coparnkln_cro_imo'.There are 1306 rows in 19 pages for object "edi_coparnkln_cro_imo".DBCC results for 'ediopslistnxtconnvsl1'.There are 52362 rows in 659 pages for object "ediopslistnxtconnvsl1".DBCC results for 'edi_inttraiftmbcV2_cust1'.There are 266159 rows in 8495 pages for object "edi_inttraiftmbcV2_cust1".DBCC results for 'tenderrouting'.There are 326729 rows in 9503 pages for object "tenderrouting".DBCC results for 'ediapachenetftp'.There are 1011 rows in 14 pages for object "ediapachenetftp".DBCC results for 'ModuleStructure'.There are 1169 rows in 50 pages for object "ModuleStructure".DBCC results for 'rptquery'.There are 1 rows in 1 pages for object "rptquery".DBCC results for 'edidepotmapping'.There are 1362 rows in 11 pages for object "edidepotmapping".DBCC results for 'edi_malaysiacuscar_tdt'.There are 40450 rows in 928 pages for object "edi_malaysiacuscar_tdt".DBCC results for 'edi_CNNKG_bl'.There are 1453 rows in 70 pages for object "edi_CNNKG_bl".DBCC results for 'edi_bcn_ifcsum_cnigor'.There are 4563 rows in 41 pages for object "edi_bcn_ifcsum_cnigor".DBCC results for 'Locpoint'.There are 296909 rows in 2669 pages for object "Locpoint".DBCC results for 'edi_PRC172_import_terminal_charge'.There are 0 rows in 0 pages for object "edi_PRC172_import_terminal_charge".DBCC results for 'edi_iftmcs_oman_import_pac'.There are 0 rows in 0 pages for object "edi_iftmcs_oman_import_pac".DBCC results for 'transshipper'.There are 0 rows in 0 pages for object "transshipper".DBCC results for 'CCShipTypeMaster'.There are 4 rows in 1 pages for object "CCShipTypeMaster".DBCC results for 'reference_agency'.There are 26 rows in 1 pages for object "reference_agency".DBCC results for 'tempAClauseIdxDetail'.There are 0 rows in 1 pages for object "tempAClauseIdxDetail".DBCC results for 'booking_leg'.There are 2606696 rows in 110731 pages for object "booking_leg".DBCC results for 'excludedtables'.There are 0 rows in 0 pages for object "excludedtables".DBCC results for 'edi_sgsin_import_jptli_com'.There are 0 rows in 0 pages for object "edi_sgsin_import_jptli_com".DBCC results for 'receiptcharges'.There are 11479027 rows in 168223 pages for object "receiptcharges".DBCC results for 'edi_cuscar_k5_imo'.There are 27 rows in 1 pages for object "edi_cuscar_k5_imo".DBCC results for 'commoditygrp_edit'.There are 1125 rows in 9 pages for object "commoditygrp_edit".DBCC results for 'allschedule'.There are 1 rows in 1 pages for object "allschedule".DBCC results for 'facedi_onlinebankmaster'.There are 0 rows in 0 pages for object "facedi_onlinebankmaster".DBCC results for 'MSpeer_lsns'.There are 0 rows in 0 pages for object "MSpeer_lsns".DBCC results for 'ForwarderAlias'.There are 0 rows in 0 pages for object "ForwarderAlias".DBCC results for 'tempeditempbooking_cargo'.There are 1180 rows in 62 pages for object "tempeditempbooking_cargo".DBCC results for 'edi_coparnkln_cro_sum'.There are 1306 rows in 13 pages for object "edi_coparnkln_cro_sum".DBCC results for 'edi_de_coparn_ops_new'.There are 1966 rows in 68 pages for object "edi_de_coparn_ops_new".DBCC results for 'HubPortDetails'.There are 153 rows in 3 pages for object "HubPortDetails".DBCC results for 'fcn_bl_body'.There are 234052 rows in 32561 pages for object "fcn_bl_body".DBCC results for 'MonthlyDiminishDepr'.There are 0 rows in 0 pages for object "MonthlyDiminishDepr".DBCC results for 'tariffviewrouting'.There are 0 rows in 1 pages for object "tariffviewrouting".DBCC results for 'brkcommdetail'.There are 10693 rows in 648 pages for object "brkcommdetail".DBCC results for 'voyageClosure'.There are 1324518 rows in 28577 pages for object "voyageClosure".DBCC results for 'EMSEDIStatus'.There are 662922 rows in 8723 pages for object "EMSEDIStatus".DBCC results for 'activityOperationDesc'.There are 12 rows in 1 pages for object "activityOperationDesc".DBCC results for 'edi_bcn_ifcsum_comdesc'.There are 8326 rows in 114 pages for object "edi_bcn_ifcsum_comdesc".DBCC results for 'plotdodgdetail'.There are 5260 rows in 52 pages for object "plotdodgdetail".DBCC results for 'edi_PRC172_import_terminal_commodity'.There are 0 rows in 0 pages for object "edi_PRC172_import_terminal_commodity".DBCC results for 'edi_iftmcs_oman_import_tcc'.There are 0 rows in 0 pages for object "edi_iftmcs_oman_import_tcc".DBCC results for 'SubModuleMapping'.There are 0 rows in 0 pages for object "SubModuleMapping".DBCC results for 'transconsignee'.There are 0 rows in 0 pages for object "transconsignee".DBCC results for 'CCVoyOwnerMaster'.There are 4 rows in 1 pages for object "CCVoyOwnerMaster".DBCC results for 'tmpStrServiceTax'.There are 2326 rows in 31 pages for object "tmpStrServiceTax".DBCC results for 'dailyreindextables'.There are 0 rows in 0 pages for object "dailyreindextables".DBCC results for 'edi_sgsin_import_jptli_ops'.There are 0 rows in 0 pages for object "edi_sgsin_import_jptli_ops".DBCC results for 'edi_rtm_coreor_importect_imo'.There are 15 rows in 1 pages for object "edi_rtm_coreor_importect_imo".DBCC results for 'blediprovider'.There are 41569 rows in 257 pages for object "blediprovider".DBCC results for 'edi_coparnkln_cro_sum1'.There are 16 rows in 1 pages for object "edi_coparnkln_cro_sum1".DBCC results for 'edi_de_coparn_cargo_new'.There are 2352 rows in 72 pages for object "edi_de_coparn_cargo_new".DBCC results for 'edi_inttraiftmbcV2_imo'.There are 2218 rows in 86 pages for object "edi_inttraiftmbcV2_imo".DBCC results for 'tendersurchg'.There are 377597 rows in 7242 pages for object "tendersurchg".DBCC results for 'tdrinvoicedetail'.There are 0 rows in 0 pages for object "tdrinvoicedetail".DBCC results for 'tmpmerge_booking'.There are 36963 rows in 708 pages for object "tmpmerge_booking".DBCC results for 'tmpblall'.There are 10506 rows in 37 pages for object "tmpblall".DBCC results for 'ProfileMapping'.There are 34553 rows in 576 pages for object "ProfileMapping".DBCC results for 'voyagereset'.There are 10664 rows in 223 pages for object "voyagereset".DBCC results for 'editemplatedetail'.There are 77817 rows in 1591 pages for object "editemplatedetail".DBCC results for 'edi_malaysiacuscarCOR_commodity'.There are 0 rows in 0 pages for object "edi_malaysiacuscarCOR_commodity".DBCC results for 'edi_India_Custom_Manifest_Cargo'.There are 473 rows in 34 pages for object "edi_India_Custom_Manifest_Cargo".DBCC results for 'edi_bcn_ifcsum_duadgs'.There are 8408 rows in 77 pages for object "edi_bcn_ifcsum_duadgs".DBCC results for 'tempwmrcostmaster6'.There are 0 rows in 2 pages for object "tempwmrcostmaster6".DBCC results for 'bkgportcombination'.There are 1824 rows in 13 pages for object "bkgportcombination".DBCC results for 'edi_PRC172_import_terminal_cro'.There are 0 rows in 0 pages for object "edi_PRC172_import_terminal_cro".DBCC results for 'Cashdeposit'.There are 145536 rows in 3432 pages for object "Cashdeposit".DBCC results for 'transroadcarrier'.There are 0 rows in 0 pages for object "transroadcarrier".DBCC results for 'ClaimsManualVoyageDetails'.There are 1374 rows in 14 pages for object "ClaimsManualVoyageDetails".DBCC results for 'tempAClauseIdxMaster'.There are 0 rows in 1 pages for object "tempAClauseIdxMaster".DBCC results for 'booking_cust'.There are 7421557 rows in 304713 pages for object "booking_cust".CHECKDB found 0 allocation errors and 12 consistency errors in table 'booking_cust' (object ID 2047606633).DBCC results for 'tcondepotmapping'.There are 1121 rows in 19 pages for object "tcondepotmapping".DBCC results for 'Vendorinvtaxdetails'.There are 49894 rows in 811 pages for object "Vendorinvtaxdetails".DBCC results for 'jpcntcount'.There are 0 rows in 0 pages for object "jpcntcount".DBCC results for 'edimappingname'.There are 2 rows in 1 pages for object "edimappingname".DBCC results for 'edi_cuscar_k5_tdt'.There are 11084 rows in 170 pages for object "edi_cuscar_k5_tdt".DBCC results for 'ACRStxmst'.There are 9467 rows in 107 pages for object "ACRStxmst".DBCC results for 'EmptyWOReqApproval'.There are 27725 rows in 639 pages for object "EmptyWOReqApproval".DBCC results for 'operator'.There are 354 rows in 5 pages for object "operator".DBCC results for 'edi_de_coparn_com_new'.There are 5357 rows in 167 pages for object "edi_de_coparn_com_new".DBCC results for 'agtables'.There are 636 rows in 4 pages for object "agtables".DBCC results for 'LoadCostMaster'.There are 4827 rows in 96 pages for object "LoadCostMaster".DBCC results for 'duainterface'.There are 82 rows in 2 pages for object "duainterface".DBCC results for 'IntraCountryTranshipment'.There are 3 rows in 1 pages for object "IntraCountryTranshipment".DBCC results for 'edievent'.There are 156 rows in 4 pages for object "edievent".DBCC results for 'tdrinvoicemaster'.There are 0 rows in 0 pages for object "tdrinvoicemaster".DBCC results for 'tmpmerge_booking1'.There are 0 rows in 4 pages for object "tmpmerge_booking1".DBCC results for 'TMPMODULEMAPPING'.There are 0 rows in 0 pages for object "TMPMODULEMAPPING".DBCC results for 'BrkCommissionCharges'.There are 359812 rows in 2849 pages for object "BrkCommissionCharges".DBCC results for 'edinewmasterdata'.There are 499841 rows in 6911 pages for object "edinewmasterdata".DBCC results for 'edi_malaysiacuscarCOR_count'.There are 0 rows in 0 pages for object "edi_malaysiacuscarCOR_count".DBCC results for 'edi_India_Custom_Manifest_Container'.There are 1188 rows in 23 pages for object "edi_India_Custom_Manifest_Container".DBCC results for 'edi_vpsiftmbc'.There are 51025 rows in 1819 pages for object "edi_vpsiftmbc".DBCC results for 'bkgagencyconfig'.There are 28033 rows in 539 pages for object "bkgagencyconfig".DBCC results for 'edi_bcn_ifcsum_duaeqd'.There are 8410 rows in 160 pages for object "edi_bcn_ifcsum_duaeqd".DBCC results for 'edi_PRC172_import_terminal_cust'.There are 0 rows in 0 pages for object "edi_PRC172_import_terminal_cust".DBCC results for 'chequedeposit'.There are 850751 rows in 32905 pages for object "chequedeposit".DBCC results for 'ClaimsVoyageSurvey'.There are 1 rows in 1 pages for object "ClaimsVoyageSurvey".DBCC results for 'tdn_italy_header'.There are 0 rows in 0 pages for object "tdn_italy_header".DBCC results for 'agencyAllocation'.There are 0 rows in 0 pages for object "agencyAllocation".DBCC results for 'tconservicemapping'.There are 56 rows in 4 pages for object "tconservicemapping".DBCC results for 'ediregionmapping'.There are 8 rows in 2 pages for object "ediregionmapping".DBCC results for 'edi_bcn_ifcsum_gid'.There are 9752 rows in 227 pages for object "edi_bcn_ifcsum_gid".DBCC results for 'jpdetail'.There are 0 rows in 0 pages for object "jpdetail".DBCC results for 'edi_rtm_coreor_importect_main'.There are 10009 rows in 310 pages for object "edi_rtm_coreor_importect_main".DBCC results for 'feedertermmst'.There are 13775 rows in 116 pages for object "feedertermmst".DBCC results for 'MSpeer_request'.There are 0 rows in 0 pages for object "MSpeer_request".DBCC results for 'edi_de_coparn_cust_new'.There are 7050 rows in 138 pages for object "edi_de_coparn_cust_new".DBCC results for 'edi_inttraiftmbcV2_leg'.There are 75326 rows in 1731 pages for object "edi_inttraiftmbcV2_leg".DBCC results for 'portpairs'.There are 2118 rows in 82 pages for object "portpairs".DBCC results for 'TermsActivity'.There are 0 rows in 0 pages for object "TermsActivity".DBCC results for 'UserDetails'.There are 5326 rows in 415 pages for object "UserDetails".DBCC results for 'edi_India_Custom_Manifest_Vesinfo'.There are 13 rows in 1 pages for object "edi_India_Custom_Manifest_Vesinfo".DBCC results for 'CARActivityOrder'.There are 85 rows in 2 pages for object "CARActivityOrder".DBCC results for 'fcn_cod_details'.There are 1 rows in 9 pages for object "fcn_cod_details".DBCC results for 'edi_bcn_ifcsum_duamaster'.There are 8487 rows in 262 pages for object "edi_bcn_ifcsum_duamaster".DBCC results for 'edi_japan_ifcsum_bl'.There are 35380 rows in 3183 pages for object "edi_japan_ifcsum_bl".DBCC results for 'DGStowCategory'.There are 6 rows in 1 pages for object "DGStowCategory".DBCC results for 'edi_PRC172_import_terminal_imo'.There are 0 rows in 0 pages for object "edi_PRC172_import_terminal_imo".DBCC results for 'transacceptance'.There are 0 rows in 0 pages for object "transacceptance".DBCC results for 'CostExpectionalfdrService'.There are 5 rows in 1 pages for object "CostExpectionalfdrService".DBCC results for 'edi_frvslcro_cargo'.There are 313 rows in 6 pages for object "edi_frvslcro_cargo".DBCC results for 'tdn_italy_subseg'.There are 5 rows in 1 pages for object "tdn_italy_subseg".DBCC results for 'tempAutoClauseDetail'.There are 0 rows in 1 pages for object "tempAutoClauseDetail".DBCC results for 'edistockstatusmapping'.There are 14 rows in 1 pages for object "edistockstatusmapping".DBCC results for 'edi_bcn_ifcsum_cnidoc'.There are 5381 rows in 70 pages for object "edi_bcn_ifcsum_cnidoc".DBCC results for 'jpmaster'.There are 0 rows in 0 pages for object "jpmaster".DBCC results for 'edilegtemp'.There are 25919 rows in 491 pages for object "edilegtemp".DBCC results for 'edi_coparn_spain_ops'.There are 5419 rows in 629 pages for object "edi_coparn_spain_ops".DBCC results for 'cdsterminalname'.There are 1 rows in 1 pages for object "cdsterminalname".DBCC results for 'edi_de_coparn_imo_new'.There are 167 rows in 7 pages for object "edi_de_coparn_imo_new".DBCC results for 'TshCostDetail'.There are 24582 rows in 206 pages for object "TshCostDetail".DBCC results for 'ediwriter'.There are 100 rows in 4 pages for object "ediwriter".DBCC results for 'tmpglobalActivity'.There are 0 rows in 0 pages for object "tmpglobalActivity".DBCC results for 'agencycharges'.There are 7278 rows in 251 pages for object "agencycharges".DBCC results for 'INTRAEDI'.There are 2200 rows in 811 pages for object "INTRAEDI".DBCC results for 'brkcommmaster'.There are 583 rows in 13 pages for object "brkcommmaster".DBCC results for 'edinewdetaildata'.There are 3313721 rows in 35540 pages for object "edinewdetaildata".DBCC results for 'edi_malaysiacuscarCOR_imo'.There are 0 rows in 0 pages for object "edi_malaysiacuscarCOR_imo".DBCC results for 'edi_mumbai_igm_vesselinfo'.There are 54 rows in 5 pages for object "edi_mumbai_igm_vesselinfo".DBCC results for 'carinboxuser'.There are 24 rows in 4 pages for object "carinboxuser".DBCC results for 'ScheduleSettings'.There are 6 rows in 1 pages for object "ScheduleSettings".DBCC results for 'edi_bcn_ifcsum_eqd'.There are 0 rows in 0 pages for object "edi_bcn_ifcsum_eqd".DBCC results for 'edi_PRC172_import_terminal_main'.There are 0 rows in 0 pages for object "edi_PRC172_import_terminal_main".DBCC results for 'PIClubDetails'.There are 0 rows in 0 pages for object "PIClubDetails".DBCC results for 'costInboxRgnValidity'.There are 4 rows in 1 pages for object "costInboxRgnValidity".DBCC results for 'edi_frvslcro_commodity'.There are 313 rows in 6 pages for object "edi_frvslcro_commodity".DBCC results for 'tdn_italy_nextseg'.There are 0 rows in 0 pages for object "tdn_italy_nextseg".DBCC results for 'jptlidetail'.There are 0 rows in 0 pages for object "jptlidetail".DBCC results for 'edi_coparn_spain_cargo'.There are 14371 rows in 408 pages for object "edi_coparn_spain_cargo".DBCC results for 'edi_japan_ifcsum_blrate'.There are 37639 rows in 315 pages for object "edi_japan_ifcsum_blrate".DBCC results for 'edi_pakistan_containers'.There are 415 rows in 7 pages for object "edi_pakistan_containers".DBCC results for 'MSpeer_response'.There are 0 rows in 0 pages for object "MSpeer_response".DBCC results for 'cuscar_taiwan_cargo_EDI'.There are 0 rows in 0 pages for object "cuscar_taiwan_cargo_EDI".DBCC results for 'tempblnos'.There are 2 rows in 1 pages for object "tempblnos".DBCC results for 'edi_inttraiftmbcV2_ref'.There are 276369 rows in 2253 pages for object "edi_inttraiftmbcV2_ref".DBCC results for 'srrrouting_arcproc'.There are 502170 rows in 14320 pages for object "srrrouting_arcproc".DBCC results for 'edicleaningmapping'.There are 6630 rows in 252 pages for object "edicleaningmapping".DBCC results for 'edi_reader_https_docgrp'.There are 0 rows in 0 pages for object "edi_reader_https_docgrp".DBCC results for 'accallocationmaster'.There are 0 rows in 0 pages for object "accallocationmaster".DBCC results for 'edi_bcn_ifcsum_infocn'.There are 192 rows in 8 pages for object "edi_bcn_ifcsum_infocn".DBCC results for 'transorder'.There are 2 rows in 1 pages for object "transorder".DBCC results for 'PIClubMaster'.There are 7 rows in 1 pages for object "PIClubMaster".DBCC results for 'edi_frvslcro_cust'.There are 122 rows in 7 pages for object "edi_frvslcro_cust".DBCC results for 'edivendorcodemapping'.There are 0 rows in 0 pages for object "edivendorcodemapping".DBCC results for 'tempAutoClauseMaster'.There are 0 rows in 1 pages for object "tempAutoClauseMaster".DBCC results for 'receiptdetail'.There are 2705381 rows in 46051 pages for object "receiptdetail".CHECKDB found 0 allocation errors and 2 consistency errors in table 'receiptdetail' (object ID 2111606861).DBCC results for 'jptlimaster'.There are 0 rows in 0 pages for object "jptlimaster".DBCC results for 'voyagePlan'.There are 0 rows in 0 pages for object "voyagePlan".DBCC results for 'ediconfiguration05112011'.There are 1 rows in 2 pages for object "ediconfiguration05112011".DBCC results for 'indocontainer'.There are 4456 rows in 76 pages for object "indocontainer".DBCC results for 'edi_coparn_spain_com'.There are 16253 rows in 393 pages for object "edi_coparn_spain_com".DBCC results for 'edireaderhttps'.There are 0 rows in 0 pages for object "edireaderhttps".DBCC results for 'cuscar_taiwan_commodity_EDI'.There are 0 rows in 0 pages for object "cuscar_taiwan_commodity_EDI".DBCC results for 'tmpNewformulaDetails_CAR'.There are 0 rows in 1 pages for object "tmpNewformulaDetails_CAR".DBCC results for 'printheaderbytitlename'.There are 32 rows in 1 pages for object "printheaderbytitlename".DBCC results for 'edi_es_cntrlist_eqd'.There are 0 rows in 21 pages for object "edi_es_cntrlist_eqd".DBCC results for 'tmpBlwcom'.There are 10506 rows in 37 pages for object "tmpBlwcom".DBCC results for 'brokeragefeeexception'.There are 4 rows in 1 pages for object "brokeragefeeexception".DBCC results for 'EmsEdiError'.There are 1454171 rows in 178051 pages for object "EmsEdiError".CHECKDB found 0 allocation errors and 1 consistency errors in table 'EmsEdiError' (object ID 2123023936).DBCC results for 'edi_malaysiacuscarCOR_tdt'.There are 0 rows in 0 pages for object "edi_malaysiacuscarCOR_tdt".DBCC results for 'cntActivityAlias'.There are 654 rows in 15 pages for object "cntActivityAlias".DBCC results for 'edi_reader_https_dtm'.There are 9401 rows in 98 pages for object "edi_reader_https_dtm".DBCC results for 'blPrint'.There are 104 rows in 2 pages for object "blPrint".DBCC results for 'edi_bcn_ifcsum_marksno'.There are 0 rows in 0 pages for object "edi_bcn_ifcsum_marksno".DBCC results for 'edi_frvslcro_eqdloc'.There are 312 rows in 6 pages for object "edi_frvslcro_eqdloc".DBCC results for 'blstatusmaster'.There are 1390309 rows in 56643 pages for object "blstatusmaster".DBCC results for 'edi_coparn_belgium'.There are 9568 rows in 334 pages for object "edi_coparn_belgium".DBCC results for 'edijitterbitconfig05112011'.There are 4 rows in 2 pages for object "edijitterbitconfig05112011".DBCC results for 'indodetail'.There are 2593 rows in 42 pages for object "indodetail".DBCC results for 'taxidentification'.There are 586 rows in 8 pages for object "taxidentification".DBCC results for 'srrmaster_arcproc'.There are 261103 rows in 7837 pages for object "srrmaster_arcproc".DBCC results for 'cuscar_taiwan_contcount_EDI'.There are 0 rows in 0 pages for object "cuscar_taiwan_contcount_EDI".DBCC results for 'languagenames'.There are 4 rows in 1 pages for object "languagenames".DBCC results for 'edi_inttraiftmbcV2_tdt'.There are 69184 rows in 2137 pages for object "edi_inttraiftmbcV2_tdt".DBCC results for 'agencyLocalCurrency'.There are 76 rows in 1 pages for object "agencyLocalCurrency".DBCC results for 'tmpnewHandlingCostDetail_CAR'.There are 0 rows in 1 pages for object "tmpnewHandlingCostDetail_CAR".DBCC results for 'edi_controlmsg'.There are 0 rows in 0 pages for object "edi_controlmsg".DBCC results for 'edi_es_cntrlist_ops'.There are 0 rows in 11 pages for object "edi_es_cntrlist_ops".DBCC results for 'brokeragefeeexceptiondetails'.There are 5 rows in 1 pages for object "brokeragefeeexceptiondetails".DBCC results for 'cntactivitymst'.There are 1990 rows in 33 pages for object "cntactivitymst".DBCC results for 'edi_reader_https_eqd'.There are 26685 rows in 211 pages for object "edi_reader_https_eqd".DBCC results for 'xmltemp'.There are 50131 rows in 322 pages for object "xmltemp".DBCC results for 'edi_frvslcro_imo'.There are 313 rows in 6 pages for object "edi_frvslcro_imo".DBCC results for 'tmp_module_field_alias'.There are 0 rows in 0 pages for object "tmp_module_field_alias".DBCC results for 'edi_coparn_belgium_eqd'.There are 10895 rows in 494 pages for object "edi_coparn_belgium_eqd".DBCC results for 'coparn_cro_cancel_details'.There are 0 rows in 0 pages for object "coparn_cro_cancel_details".DBCC results for 'edidocmail05112011'.There are 14996 rows in 185 pages for object "edidocmail05112011".DBCC results for 'indodetail1'.There are 2597 rows in 29 pages for object "indodetail1".DBCC results for 'edi_ifcsum_manifest_cargo'.There are 10615 rows in 168 pages for object "edi_ifcsum_manifest_cargo".CHECKDB found 2 allocation errors and 1352 consistency errors in database 'prod_lrpdb'.repair_allow_data_loss is the minimum repair level for the errors found by DBCC CHECKDB (prod_lrpdb).DBCC execution completed. If DBCC printed error messages, contact your system administrator.Thanks in Advance.</description><pubDate>Sun, 05 Feb 2012 22:53:51 GMT</pubDate><dc:creator>Nido786</dc:creator></item><item><title>Server: Msg 823, Level 24, State 2, Line 1</title><link>http://www.sqlservercentral.com/Forums/Topic1246216-266-1.aspx</link><description>HI All,I am getting below error when try to access object in database.Server: Msg 823, Level 24, State 2, Line 1I/O error 21(The device is not ready.) detected during read at offset 0x0000000001c000 in file 'Y:\MSSQL\DATA\GLC2005.mdf'.Connection Brokenand also observe some different error when running dbcc checkdb.Server: Msg 8966, Level 16, State 1, Line 1Could not read and latch page (1:8) with latch type SH. sysobjects failed.DBCC execution completed. If DBCC printed error messages, contact your system administrator.Please suggest your best.</description><pubDate>Thu, 02 Feb 2012 20:00:05 GMT</pubDate><dc:creator>asheesh pandey</dc:creator></item><item><title>Tempdb size increased suddenly</title><link>http://www.sqlservercentral.com/Forums/Topic1241673-266-1.aspx</link><description>HI,Tempdb data file size increased suddenly , intial size 5 MB , now size has increase 45 GB , How can i decrase the size of mdf file. please give solution. (This is prod server) ThanksJery</description><pubDate>Wed, 25 Jan 2012 11:53:37 GMT</pubDate><dc:creator>solomon.jernas</dc:creator></item><item><title>Error 601 when trying to connect to Management Studio</title><link>http://www.sqlservercentral.com/Forums/Topic1241976-266-1.aspx</link><description>Running SQL Server 2005 Enterprise in a VM running Windows 2008 R2. I don't know what happened but when I try to login to Management Studio I get a "Cannot connect" window with the message "Could not continue scan with NO LOCK due to data movement. (Microsoft SQL Server, Error: 601)".I am a basic user.  Can anyone help?Thanks.</description><pubDate>Thu, 26 Jan 2012 01:49:13 GMT</pubDate><dc:creator>aaloneftis</dc:creator></item><item><title>Identity Out of Step</title><link>http://www.sqlservercentral.com/Forums/Topic1238115-266-1.aspx</link><description>We have a large database (c. 11,000,000 records) which has been working fine for many years, handling 10's of thousands of requests per day. In the last few weeks, however, something really strange has started happening and, try as we might, we can't figure out why it's doing what it's doing.What it's doing is this:When a request comes into our web service, it is inserted into the database and an identity is returned however at random times and for no apparent reason it starts returning the identity of the previous record, putting all requests handled during this period out of sync. This can happen at any time, day or night, and will stop and right itself, sometimes after a few seconds, sometimes after a few minutes.We're aware of the known issue with using @@IDENTITY on 2005 and have implemented the suggested workarounds to no avail.This is really starting to cause us headaches and sleepless nights now so any help/advice would be gratefully received.ps, please excuse the rather layman-like explanation. This is a little (well, quite a bit) above my level of expertise and this is the best way I can describe what's happening.</description><pubDate>Wed, 18 Jan 2012 09:41:56 GMT</pubDate><dc:creator>peter.wilson</dc:creator></item><item><title>How Reliable is this DBCC DBINFO</title><link>http://www.sqlservercentral.com/Forums/Topic1225584-266-1.aspx</link><description>Hi All, Can I use this DBCC DBINFO in production server. I understand that it is undocumented command. I intend to use this command to capture the information when was last DBCC CHECKDB run successfully without any errors reported.Anyone used this command in production before. -- Babu  </description><pubDate>Thu, 22 Dec 2011 00:25:34 GMT</pubDate><dc:creator>baabhu</dc:creator></item><item><title>Physical vs logical corruption</title><link>http://www.sqlservercentral.com/Forums/Topic1224614-266-1.aspx</link><description>I'm embarrassed to have to ask this, but I'm a bit of a n00b.  I know there are different approaches to resolving corruption based on whether the corruption is logical or physical.  And I know what each means.  What I don't know is how to interpret the results of CHECKDB as to which type of corruption it is.  For example:example #1:DBCC results for 'JBM_TPSH'.Msg 8928, Level 16, State 1, Line 1Object ID 617769258, index ID 1, partition ID 72057594090815488, alloc unit ID 72057594101301248 (type In-row data): Page (1:43736) could not be processed.  See other errors for details.Msg 8939, Level 16, State 98, Line 1Table error: Object ID 617769258, index ID 1, partition ID 72057594090815488, alloc unit ID 72057594101301248 (type In-row data), page (1:43736). Test (IS_OFF (BUF_IOERR, pBUF-&amp;gt;bstat)) failed. Values are 12716041 and -4.Msg 8976, Level 16, State 1, Line 1Table error: Object ID 617769258, index ID 1, partition ID 72057594090815488, alloc unit ID 72057594101301248 (type In-row data). Page (1:43736) was not seen in the scan although its parent (1:6735) and previous (1:42753) refer to it. Check any previous errors.There are 2221 rows in 25 pages for object "JBM_TPSH".CHECKDB found 0 allocation errors and 3 consistency errors in table 'JBM_TPSH' (object ID 617769258).example #2:DBCC results for 'JBM_BCMPColumns'.Msg 8978, Level 16, State 1, Line 1Table error: Object ID 1463676262, index ID 2, partition ID 72057594068598784, alloc unit ID 72057594076463104 (type In-row data). Page (1:43683) is missing a reference from previous page (1:43685). Possible chain linkage problem.Msg 8928, Level 16, State 1, Line 1Object ID 1463676262, index ID 2, partition ID 72057594068598784, alloc unit ID 72057594076463104 (type In-row data): Page (1:43685) could not be processed.  See other errors for details.Msg 8939, Level 16, State 98, Line 1Table error: Object ID 1463676262, index ID 2, partition ID 72057594068598784, alloc unit ID 72057594076463104 (type In-row data), page (1:43685). Test (IS_OFF (BUF_IOERR, pBUF-&amp;gt;bstat)) failed. Values are 12716041 and -4.Msg 8976, Level 16, State 1, Line 1Table error: Object ID 1463676262, index ID 2, partition ID 72057594068598784, alloc unit ID 72057594076463104 (type In-row data). Page (1:43685) was not seen in the scan although its parent (1:44763) and previous (1:43686) refer to it. Check any previous errors.There are 155062 rows in 1732 pages for object "JBM_BCMPColumns".CHECKDB found 0 allocation errors and 4 consistency errors in table 'JBM_BCMPColumns' (object ID 1463676262).All I know is that I'm looking at corruption, and if I knew how to interpret this, I think I could establish a game plan -- which I'm assuming is a restore of the last known good backup, but if I can save the last few hours' worth of work, I know a few people who would be very appreciative.I suspect I'm looking at a hardware issue, as yesterday's check only showed the first instance of corruption.  I told certain people to stop working, but they didn't, and today's check shows the second as well.  So the problem seems to be progressing.ron</description><pubDate>Tue, 20 Dec 2011 10:08:32 GMT</pubDate><dc:creator>ronmoses</dc:creator></item><item><title>DBCC checkdb failed on VLDB</title><link>http://www.sqlservercentral.com/Forums/Topic1224184-266-1.aspx</link><description>Hi All, We have sqlserver 2005 Enterprise edition in production. This is the first time we have enabled to capture the output of the DBCC checkdb to a file and we realised that it is throwing errors. Previously the intergrity check was done through the maintenance plan. Database size 500 GB. And the recovery model of the db is in full. We have a database mirroring happening on this database to other remote server. Please guide me how serious is this issue. Also share your expert knowledge to overcome this issue.   2011-12-20 04:51:19.07 spid203     Error: 17053, Severity: 16, State: 1.2011-12-20 04:51:19.07 spid203     G:\Microsoft SQL Server\MSSQL.1\MSSQL\DATA\ARSystem.mdf:MSSQL_DBCC6: Operating system error 665(The requested operation could not be completed due to a file system limitation) encountered.2011-12-20 04:51:19.07 spid216     The operating system returned error 665(The requested operation could not be completed due to a file system limitation) to SQL Server during a write at offset 0x00005cfa0de000 in file 'G:\Microsoft SQL Server\MSSQL.1\MSSQL\DATA\ARSystem.mdf:MSSQL_DBCC6'. Additional messages in the SQL Server error log and system event log may provide more detail. This is a severe system-level error condition that threatens database integrity and must be corrected immediately. Complete a full database consistency check (DBCC CHECKDB). This error can be caused by many factors; for more information, see SQL Server Books Online.2011-12-20 04:51:19.07 spid216     Error: 17053, Severity: 16, State: 1.</description><pubDate>Tue, 20 Dec 2011 00:18:23 GMT</pubDate><dc:creator>baabhu</dc:creator></item><item><title>Yeah! my first real corrupt DB</title><link>http://www.sqlservercentral.com/Forums/Topic1157321-266-1.aspx</link><description>The Yeah! part is that this is a test db on a test server while testing a new san.I've watched the whole presentation by Paul on checkdb and yet I've stumbled on a case he didn't talk about and that I can't figure out on my own.I was developing a script to update a history table.  Nothing big, maybe 95K rows, 45 MB.The db has 30 GB in datafiles with 15 GB free and another 145 GB free on the drives.Similar figures on tempdb, 100% free space in logs and data with 45 GB free space on the drive.I'm saying this because the only thing I found on Paul Randal's blog about this error was about lack of space! =&amp;gt; [url]http://www.sqlskills.com/BLOGS/PAUL/post/Database-snapshots-when-things-go-wrong.aspx[/url]What I do a start transaction, run 10 steps of a script, leave the tran opened and then keep developing for the final 2-3 steps.  Which at that particular point was giving me primary key violations.I highlight my rollback statement and I get and error message similar to this (sorry but I didn't save the original) : [code="sql"]Msg 926, Level 14, State 1, Line 1Database 'Test Upgrade Dynamics' cannot be opened. It has been marked SUSPECT by recovery. See the SQL Server errorlog for more information.Msg 5069, Level 16, State 1, Line 1ALTER DATABASE statement failed.Msg 3316, Level 21, State 2, Line 1During undo of a logged operation in database 'Test Upgrade Dynamics', an error occurred at log record ID (101653:4848:329). The row was not found. Restore the database from a full backup, or repair the database.Msg 3414, Level 21, State 2, Line 1An error occurred during recovery, preventing the database 'Test Upgrade Dynamics' (database ID 9) from restarting. Diagnose the recovery errors and fix them, or restore from a known good backup. If errors are not corrected or expected, contact Technical Support.[/code]This is what I have in the sql server logs (nothing more in the Windows log) : [code="sql"]Date		8/9/2011 4:56:36 PMJournal		SQL Server (Actuel(le) - 8/9/2011 5:42:00 PM)Source		spid54MessageDuring undoing of a logged operation in database 'Test Upgrade Dynamics', an error occurred at log record ID (101653:4848:329). Typically, the specific failure is logged previously as an error in the Windows Event Log service. Restore the database or file from a backup, or repair the database.[/code]Awesome, I'll finally be able to test my "recovery"  skills.[code="sql"]ALTER DATABASE [Test Upgrade Dynamics] SET EMERGENCYDBCC CHECKDB('Test Upgrade Dynamics') WITH NO_INFOMSGS, ALL_ERRORMSGS [/code]And that returns... NOTHINGOk, then maybe the san or &amp;lt;whatever&amp;gt; caught the error and repaired it.[code="sql"]ALTER DATABASE [Test Upgrade Dynamics] SET ONLINE[/code]Back to the same error message and db goes suspect.AFAIK checkdb doesn't validate the log (not sure here so please advise).I have the &amp;lt;brilliant&amp;gt; idea to run this to see if maybe the log is corrupt[code="sql"DBCC log ('Test Upgrade Dynamics', 4)[/code]91 seconds later I get 2.8M rows back and NO ERROR.That's when I ran out of ideas and started this thread!</description><pubDate>Tue, 09 Aug 2011 16:07:05 GMT</pubDate><dc:creator>Ninja's_RGR'us</dc:creator></item><item><title>Subquery returned more than 1 value. This is not permitted when the subquery follows =, !=,  = or when the subquery is used as an expression.</title><link>http://www.sqlservercentral.com/Forums/Topic765563-266-1.aspx</link><description>I want to read an excel file. In that excel file, ID column is generated automatically in stored procedure. I insert them to a temp table, then I update the column ID. After that I insert it to main table. While querying , it shows the error "Subquery returned more than 1 value. This is not permitted when the subquery follows =, !=, &lt;, &lt;= , &gt;, &gt;= or when the subquery is used as an expression." I don't know why and where it happen. Please help me! It's so important to me. Thanks in advance!Stored procedure code is below:  PROCEDURE [ManageStudent].[sp_insertStudentFormExcelFile]	-- Add the parameters for the stored procedure here	@fileurl nvarchar(400),		@prefixStudentID varchar(4),	@classid decimal(3,0)ASBEGIN	-- SET NOCOUNT ON added to prevent extra result sets from	-- interfering with SELECT statements.	SET NOCOUNT ON;	Declare @SQLString nvarchar(400),	@rowcount int,	@counter int,	@studentnumber int,	@studentid varchar(7)	Select @studentnumber = (SELECT count(*) from _Student where StudentID like @prefixStudentID+'___' )    -- Insert statements for procedure here	SET @SQLString = 'SELECT StudentID,	LastName,	FirstName,	Birthday,	Birthplace,	Sex, 	ProvinceID,	Address,	Telephone,	ClassID,	NationalityID,	ReligionID,	SV_Image,	GradeID,	SystemID,	StatusID, NoteFROMOPENDATASOURCE(''Microsoft.ACE.OLEDB.12.0'', ''Data Source='+ @fileurl+';Extended Properties=''''Excel 12.0'''''')...[Sheet1$]'		INSERT INTO ManageStudent.StudentTemp EXEC(@SQLString)	select @rowcount = (select count(*) from ManageStudent.StudentTemp )	set @counter = 1	while @counter &lt;= @rowcount 	begin		set @studentnumber = @studentnumber+1		set @studentid = @prefixStudentID +'000'+@studentnumber				if @studentid &lt; 1000000			set @studentid = '0' + @studentid							update ManageStudent.StudentTemp set StudentID = @studentid, ClassID = @classid  where StudentID = Convert(varchar(7),@counter)				set @counter = @counter+1			end	insert into ManageStudent._Student exec('Select * from ManageStudent.StudentTemp')	delete from ManageStudent.StudentTemp	END</description><pubDate>Wed, 05 Aug 2009 09:02:54 GMT</pubDate><dc:creator>thieuquanghuy</dc:creator></item><item><title>DBCC CHECKTABLE found data consistency errors</title><link>http://www.sqlservercentral.com/Forums/Topic788515-266-1.aspx</link><description>One of servers reported this, when running DBCC Checktable locally:[code]Msg 8914, Level 16, State 1, Line 1Incorrect PFS free space information for page (1:218034) in object ID 85575343, index ID 1, partition ID 72057594701611008, alloc unit ID 71781727326896128 (type LOB data). Expected value  50_PCT_FULL, actual value  80_PCT_FULL.Msg 8965, Level 16, State 1, Line 1Table error: Object ID 85575343, index ID 1, partition ID 72057594701611008, alloc unit ID 71781727326896128 (type LOB data). The off-row data node at page (1:218034), slot 2, text ID 65938128896 is referenced by page (1:318334), slot 0, but was not seen in the scan.Msg 8965, Level 16, State 1, Line 1Table error: Object ID 85575343, index ID 1, partition ID 72057594701611008, alloc unit ID 71781727326896128 (type LOB data). The off-row data node at page (1:218034), slot 3, text ID 65938128896 is referenced by page (1:215148), slot 26, but was not seen in the scan.Msg 8964, Level 16, State 1, Line 1Table error: Object ID 85575343, index ID 1, partition ID 72057594701611008, alloc unit ID 71781727326896128 (type LOB data). The off-row data node at page (1:318334), slot 0, text ID 65938128896 is not referenced.Msg 8929, Level 16, State 1, Line 1Object ID 85575343, index ID 1, partition ID 72057594701611008, alloc unit ID 72057594705870848 (type In-row data): Errors found in off-row data with ID 65938128896 owned by data record identified by RID = (1:215148:26)CHECKTABLE found 0 allocation errors and 5 consistency errors in table 'aaaaaaa' (object ID 85575343).repair_allow_data_loss is the minimum repair level for the errors found by DBCC CHECKTABLE (aaaaaaa.dbo.aaaaaaa).[/code]this is a SQL 2005 server, SP2.Oddly enough, if I run DBCC Checktable, using my desktop's SSMS (SQL 2008) and remote connect to that server, I don't get any error. Why?The table has a clustered index on a varchar(18) column as PK, a non-clustered unique index on a datetime column, and an image type column, among other columns.Based on Paul Randal's blog:http://www.sqlskills.com/BLOGS/PAUL/post/Corruption-bug-that-people-are-hitting-Msg-8914-PFS-free-space.aspxI tried:alter index PK_abcde on dbo.aaaaaaaa REORGANIZE WITH ( LOB_COMPACTION = ON )The problem still persists.What's the proper way to fix this? Since I don't get consistent results, I now wonder if the error is actually real.Thanks,Jason</description><pubDate>Tue, 15 Sep 2009 13:42:30 GMT</pubDate><dc:creator>mojo-168709</dc:creator></item><item><title>Extent (1:205976) in database ID 6 is marked allocated in the GAM, but no SGAM or IAM has allocated it.</title><link>http://www.sqlservercentral.com/Forums/Topic985336-266-1.aspx</link><description>Extent (1:205976) in database ID 6 is marked allocated in the GAM, but no SGAM or IAM has allocated it.hi can somebody assist me in resolving the above error, I am running SQL 2005 Microsoft SQL Server 2005 - 9.00.4211.00 (Intel X86)   Jan 30 2009 13:43:44   Copyright (c) 1988-2005 Microsoft Corporation  Standard Edition on Windows NT 5.2 (Build 3790: Service Pack 2) .This error occurs when i am running a DB Integrity checks using SQL Management schedules.I tried creating a seperate Job but hthe same error persists.</description><pubDate>Tue, 14 Sep 2010 02:56:16 GMT</pubDate><dc:creator>THE-FHA</dc:creator></item><item><title>How to recover data or the structure from a (probably corrupted) table?</title><link>http://www.sqlservercentral.com/Forums/Topic1207734-266-1.aspx</link><description>Hi,I've come across this issue just today, where in a table is loaded through an Integration Services package from a data source [Flat file]. This package contains a workflow of tasks sequenced once after another going about executing certain stored procedures and queries which ultimately refreshes an cube stored in SQL Analysis Services 2005.I'm not sure how this issue had arose, but the package / task had just stopped immediately after it started executing [Probably, the flat file had started bulk inserting data into the destination table into the local SQL database]. This happened due to some system issue (in the client machine where this package runs) had rebooted. I'm unable to load the package for running again after the machine had restarted. I'd tried to drill in and find out the root cause, however, it seems one of the base tables used in the package had become unusable. We are unable to view, load or recover any data from this table.Is it possible to recover data (if not the structure atleast) of this table?? Had tried using the database option DBCC CHECKDB but in vain. Can anyone help?RegardsSarang</description><pubDate>Thu, 17 Nov 2011 10:39:15 GMT</pubDate><dc:creator>rangamails</dc:creator></item><item><title>Corruption of data on BCP data export..</title><link>http://www.sqlservercentral.com/Forums/Topic1207397-266-1.aspx</link><description>Its a little old school I know. Ive used BCP since forever.. its always worked without fail.. until now.I have data that prepares and exports to a text file on a network destination using BCP. Lately on somedays the file exports with a problem. The contents of the file looks Chinese. [i][size="1"]*Attachment: File Content*[/size][/i]If i open it up with MS word, its in a unicode format.. [i][size="1"]*Attachment: MSWord*[/size][/i]Why will it work perfectly 1 day and not the next?If i manually export the exact same data through an SSIS package it works fine..Thanx for reading.. :-)</description><pubDate>Thu, 17 Nov 2011 05:03:55 GMT</pubDate><dc:creator>Mark Kinnear</dc:creator></item><item><title>Boot Page Corruption</title><link>http://www.sqlservercentral.com/Forums/Topic1195597-266-1.aspx</link><description>Hi,Boot page has been corrupted on the one of database on sql server 2005 server. so the database become un accessable and showing status as recovery pending . To do basic analyse  i tried to bring the database to the emergency mode to run checkdb command ,but could not. is it possible to bring to the database to emergency mode and then run DBCC checkdb on it ? Error message: SQL Server detected a logical consistency-based I/O error: incorrect checksum (expected: 0xeb3fb566; actual: 0x5e04b98). It occurred during a read of page (1:9) in database ID 12 at offset 0x00000000012000 in file 'D:\SQL\Data\xxxxxxx.mdf'. Thanks &amp; Regards,Sudhakar A.</description><pubDate>Tue, 25 Oct 2011 04:08:21 GMT</pubDate><dc:creator>sudhakara</dc:creator></item><item><title>??Bug in ROW_NUMBER() + Partition BY in CTE</title><link>http://www.sqlservercentral.com/Forums/Topic1203532-266-1.aspx</link><description>Still working on a update script to save &amp; backsave historical price data.I can't find any bugs regarding this on connect.  Did you guys read anything about that issue?Microsoft SQL Server 2005 - 9.00.3042.00 (Intel X86)   Feb  9 2007 22:47:07   Copyright (c) 1988-2005 Microsoft Corporation  Standard Edition on Windows NT 5.2 (Build 3790: Service Pack 2) I haven't been able to do a repro script yet so bare with me.Here are the screenshots with query, results and execution plans attached.My problem is that is seems that the windowing function is not calculated at the same step in the procedure in the bug version, resetting the counters when they souldn't!  Now I know how to get around this issue, but I'm wondering if I need to pursue this and post a bug on connect or ignore the issue because it's been fixed already.Exected results : [img]http://www.sqlservercentral.com/Forums/Attachment10166.aspx[/img]Bad results when changing the where clause (old reflex, makes almost no sense whatsoever for this case)[img]http://www.sqlservercentral.com/Forums/Attachment10167.aspx[/img]</description><pubDate>Thu, 10 Nov 2011 07:37:10 GMT</pubDate><dc:creator>Ninja's_RGR'us</dc:creator></item><item><title>Errors attaching corrupt DB</title><link>http://www.sqlservercentral.com/Forums/Topic1200806-266-1.aspx</link><description>I'm trying to attach a Customers SQL 2005 Express DB and get the following. They had a power failure and have no backupSQL Server detected a logical consistency-based I/O error: torn page (expected signature: 0x55555555; actual signature: 0x785c71bd). It occurred during a read of page (1:254) in database ID 6 at offset 0x000000001fc000 in file 'C:\150730\Customers.mdf'.  Additional messages in the SQL Server error log or system event log may provide more detail. This is a severe error condition that threatens database integrity and must be corrected immediately. Complete a full database consistency check (DBCC CHECKDB).I tried creating a new database with the same name and approximate size, stopping the SQL Service and replacing the mdf and ldf with the corrupt files so I could at least get this mounted. That worked and as expected I got the same error expanding the Tables. I tried the followingEXEC sp_resetstatus 'Customers';   ------suspect flag already resetALTER DATABASE Customers SET EMERGENCY ---Could not continue scan with NOLOCK due to data movement.DBCC checkdb('Customers') --------same errors as aboveALTER DATABASE Customers SET SINGLE_USER WITH ROLLBACK IMMEDIATE -----successfulDBCC CheckDB ('Customers',REPAIR_ALLOW_DATA_LOSS) -----failed with same errorIs there anything else that can be done here. Ideally, I'd like to be able to retrieve some of this Customers data. Thanks</description><pubDate>Fri, 04 Nov 2011 11:49:23 GMT</pubDate><dc:creator>Paul Stasny</dc:creator></item><item><title>Passing a variable to sp_MSForeachdb</title><link>http://www.sqlservercentral.com/Forums/Topic1199718-266-1.aspx</link><description>HelloI'm trying to drop any custom schemas that exist in a certain set of databases determined by the variable value passed. I have written the code below but I get errors. Does anybody know of a way of passing a variable to the proc sp_MSForeachdb or of an alternative way to do this. If I try to do this using cursors I run into errors as I cannot drop a schema using a fully qualified name, I have to write a 'use database' command to change the database then drop the schemadeclare @db_type as varchar(10)set @db_type = '%_lts%'EXEC master..sp_MSForeachdb 'USE [?]IF ''?'' like '@db_type'BEGINdeclare @sql as varchar(1000)  		select @sql =  ''drop schema '' + name from sys.schemas		where name not in(''dbo'',''guest'',''INFORMATION_SCHEMA'',''sys''		,''db_owner'',''db_accessadmin'',''db_securityadmin'',''db_ddladmin'',''db_backupoperator''		,''db_datareader'',''db_datawriter'',''db_denydatareader'',''db_denydatawriter'')   		exec (@sql)   END'</description><pubDate>Wed, 02 Nov 2011 22:28:34 GMT</pubDate><dc:creator>matthew.peters</dc:creator></item><item><title>help how to   exclude  master,  msdb while EXEC master..sp_MSForeachdb 'USE [?]</title><link>http://www.sqlservercentral.com/Forums/Topic438415-266-1.aspx</link><description>Hi  everyone,all  that  I want  to  do  is  reindex user tables   not  system  databases tables.So   I  use  the  following  code: EXEC master..sp_MSForeachdb 'USE [?]SELECT ''?''EXEC sp_Reindexing'Note  this  cmmend  works  but  it  also reindex system tables.   My  question is   how  do  I  exclude  the  system  tables.Thanks,</description><pubDate>Thu, 03 Jan 2008 08:37:46 GMT</pubDate><dc:creator> jerrymedia</dc:creator></item><item><title>Ciclic Redundancy Check error when read xxxxxx_9.ndf file</title><link>http://www.sqlservercentral.com/Forums/Topic1196161-266-1.aspx</link><description>Olá,i have a DB with about 350 GB like this:F:\....\xxxxxxx.mdff:\....\xxxxxxx1.ndfF:\.....\xxxxxxx2.ndf.....F:\.....\xxxxxxx9.ndf....F:\.....\xxxxxxx15.ndfI had to put the DB on a USB external disk (F:\).Now, I have a new RAID volume (V:\) and want to put there this DB.With several attempts always gives error copying the file xxxxx9.ndf. Only this file!Now I have the DB running on the new volume, but this file is still in the USB disk. The DB is running!I need to retrieve the data from the file ... it is possible to know which data are available?The error appears even when I try to replicate the DB in SQL Management Studio ...What I do not understand is how the DB still works if a file is corrupt!I am copying tables to another set of DB, we'll see if I can recover a lot!Question: it is possible to know what  data exists in a file xxxxx.ndf ?P.S.:  I have to say that there are no backups...ups! higher orders....Thank you,JG</description><pubDate>Wed, 26 Oct 2011 04:30:16 GMT</pubDate><dc:creator>jorge_gomes98</dc:creator></item><item><title>Script error</title><link>http://www.sqlservercentral.com/Forums/Topic1192335-266-1.aspx</link><description>I got the error for tempdb while executing a script.Pls advise.Msg 824, Level 24, State 2, Line 74SQL Server detected a logical consistency-based I/O error: torn page (expected signature: 0x55555555; actual signature: 0x85505bd1). It occurred during a read of page (1:1224) in database ID 2 at offset 0x00000000990000 in file 'C:\Program Files\Microsoft SQL Server\MSSQL10.MSSQLSERVER\MSSQL\DATA\tempdb.mdf'. Additional messages in the SQL Server error log or system event log may provide more detail. This is a severe error condition that threatens database integrity and must be corrected immediately. Complete a full database consistency check (DBCC CHECKDB). This error can be caused by many factors; for more information, see SQL Server Books Online. pls help on this</description><pubDate>Tue, 18 Oct 2011 10:55:44 GMT</pubDate><dc:creator>Akkare</dc:creator></item><item><title>Cannot Create View - Object_Id Sequencing Issue?! Corruption?</title><link>http://www.sqlservercentral.com/Forums/Topic1195372-266-1.aspx</link><description>When trying to create a new view, I get an error saying object already exists.  But when you query sys.objects, it does NOT exist.  So then I tried dropping the "nonexistent" object and guess what? It tells me it does not exist so nothing is dropped! Closest thing I could find was KB for SQL 2000 - and this did not help (idea was object_id is actually in use somehow even though object name is not in the catalog - almost like the name and id were orphaned somehow):http://support.microsoft.com/kb/827448Version:Microsoft SQL Server 2005 - 9.00.5266.00 (X64) Code/messages below...==========================================================/****** Object:  View [dbo].[CvtyPlan]    Script Date: 10/24/2011 08:57:18 ******/SET ANSI_NULLS ONGOSET QUOTED_IDENTIFIER ONGOCREATE VIEW [dbo].[CvtyPlan]ASSELECT *FROM cvty_content.dbo.CvtyPlan WITH (NOLOCK)GO--Msg 2714, Level 16, State 3, Procedure CvtyPlan, Line 5--There is already an object named 'CvtyPlan' in the database.select * from sys.objects where name = 'CvtyPlan' and type = 'v'--(0 row(s) affected)===========================================================Thanks,--tz</description><pubDate>Mon, 24 Oct 2011 11:06:04 GMT</pubDate><dc:creator>TZ.DBGeek</dc:creator></item><item><title>Database not marked as suspect</title><link>http://www.sqlservercentral.com/Forums/Topic1193641-266-1.aspx</link><description>Hi this is just an observation really.  I was practising using the Emergency mode and noticed that when I corrupted a log file and went back into SSMS 2008 R2 I noticed the database was not marked as suspect yet if I ran SELECT DATABASEPROPERTYEX ('ForEmergency', 'STATUS') AS 'DBStatus'GOI could see it was.  Do other people experience the same with SSMS?Thanks</description><pubDate>Thu, 20 Oct 2011 07:06:04 GMT</pubDate><dc:creator>Kwisatz78</dc:creator></item><item><title>SQL 2008 - trying to recover from a disaster</title><link>http://www.sqlservercentral.com/Forums/Topic1193172-266-1.aspx</link><description>Hi This is my first post, so please bear with me if I'm not complying to the normal format. I'm also a novice at SQL, I know the basics, but that's about my lotBrief description of how things happened: We have a big HP server that hosts a SQL server that has 4 instances asscociated with it, a sharepoint instance, sage instance, SCCM instance...I think you may now be getting a clear picture that it's a pretty imporatant server. The other day, 2 drives from a raid 5 set had problems communicating to the backplane, hardware fault (this is long story, so I'll cut to the end) and ultimately, I managed to get the server back up and running with all 5 drives present and data present (or so it seemed). Opened up two of the four instances fine, yet around 70% of the DB's accross the 2 instances were in (suspect) state. I checked various scripts on line to recover, I forget the exact fault, but basically the data was corrupt. So, restored them from DPM backup, connected, alls well.However, the data folders at the MS.SQL folder lever were inaccessible. Double click on folder, file corrupt message appeared. I have backups of the DB's, but the instance data is not backed up :/   Now, this is a slight tangent, but relevant, if I have 2 mirrored pair for OS, 2 mirrored pair for logs, 3 raid 5 for DB's...where's the best place to put the instance? (Hope I'm making sense..) So, the 2 instances thatwere recoverable, I installed the instance data to the C drive, default path. However, the 2 I can't recover, I installed the instance in the Same drives as the DB's...I only backup DB's and logs via DPM....that question above is only for future reference...the important thing for me at the minute is: Can I repair the instance? (Via repair option via add/remove programs) once I've restored the databases? And should I, can I repair/install/move the instance data from the same directory as the data files and do you all backup the instance folder - MS.SQLetcAlso, not sure if this is helpful, if I try to start one of the instances that doesn't work, I get an error 40, error 2 message.Really hope someone offer assistance... The DB's should be restored within the next hour...Thanks in advanaceMark</description><pubDate>Wed, 19 Oct 2011 13:16:11 GMT</pubDate><dc:creator>mark.castro</dc:creator></item><item><title>SQL SERVER detected a logical consistency-based I/O error: torn page</title><link>http://www.sqlservercentral.com/Forums/Topic522169-266-1.aspx</link><description>I have seen several entries for this error but they have been contained to non-system databases.  I discovered today that one of our servers is throwing this error on the DBCC CheckDB of the [b]MSDB[/b] database.  It looks like the server was configured as a SQLSERVER 2005 and then SQL SERVER 2000 databases were restored to it and upgraded to 2005.  At that point in time the MSDB database began to throw this error and there is no backup for it.  How do I fix the MSDB database so that this error stops?Thanks!</description><pubDate>Mon, 23 Jun 2008 14:07:02 GMT</pubDate><dc:creator>tzertuche</dc:creator></item></channel></rss>
