 |
|
 |
|
Next: Remove characters in an ASCII decimal range: How ..
|
| Author |
Message |
External

Since: Apr 29, 2008 Posts: 29
|
(Msg. 1) Posted: Mon May 17, 2010 6:32 am
Post subject: Server: Msg 7105 Archived from groups: microsoft>public>sqlserver>server (more info?)
|
|
|
Hi.
When I drop the table through query or enterprise manager in sql server 2000
it gives the following error
“Server: Msg 7105, Level 22, State 3, Line 1
Page (1:1424), slot 0 for text, ntext, or image node does not exist.
Connection Broken”
There is no column with the data type text, ntext or image is in table and
no foreign key only a composite primary key is on the table.
But data in the table can be modified, deleted or modified.
Dbcc checkdb also raises error
“Server: Msg 8929, Level 16, State 1, Line 1
Object ID 2: Errors found in text ID 2655486279680 owned by data record
identified by RID = (1:377:11) id = 1142295129 and indid = 10.
Server: Msg 8965, Level 16, State 1, Line 1
Table error: Object ID 2. The text, ntext, or image node at page (1:1424),
slot 0, text ID 2655486279680 is referenced by page (1:1410), slot 7, but was
not seen in the scan.
Server: Msg 8964, Level 16, State 1, Line 1
Table error: Object ID 2. The text, ntext, or image node at page (1:1427),
slot 2, text ID 2655486279680 is not referenced.”
Regards,
Muhammad Bilal >> Stay informed about: Server: Msg 7105 |
|
| Back to top |
|
 |  |
External

Since: Jan 11, 2008 Posts: 157
|
(Msg. 2) Posted: Mon May 17, 2010 10:25 am
Post subject: Re: Server: Msg 7105 [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
On Mon, 17 May 2010 06:32:01 -0700, Muhammad Bilal
wrote:
>Hi.
>When I drop the table through query or enterprise manager in sql server 2000
>it gives the following error
>
>Server: Msg 7105, Level 22, State 3, Line 1
>Page (1:1424), slot 0 for text, ntext, or image node does not exist.
>Connection Broken
>
>There is no column with the data type text, ntext or image is in table and
>no foreign key only a composite primary key is on the table.
>
>But data in the table can be modified, deleted or modified.
>
>Dbcc checkdb also raises error
>
>Server: Msg 8929, Level 16, State 1, Line 1
>Object ID 2: Errors found in text ID 2655486279680 owned by data record
>identified by RID = (1:377:11) id = 1142295129 and indid = 10.
>Server: Msg 8965, Level 16, State 1, Line 1
>Table error: Object ID 2. The text, ntext, or image node at page (1:1424),
>slot 0, text ID 2655486279680 is referenced by page (1:1410), slot 7, but was
>not seen in the scan.
>Server: Msg 8964, Level 16, State 1, Line 1
>Table error: Object ID 2. The text, ntext, or image node at page (1:1427),
>slot 2, text ID 2655486279680 is not referenced.
>
>
>Regards,
>Muhammad Bilal
Hi Muhammad
Have you looked at http://support.microsoft.com/kb/892803? it looks
like it could be related to shrinking the database and/or corruption
of sysindexes.
John >> Stay informed about: Server: Msg 7105 |
|
| Back to top |
|
 |  |
|
You can post new topics in this forum You can reply to topics in this forum You can edit your posts in this forum You can delete your posts in this forum You can vote in polls in this forum
|
|
|
|
 |
|
|