 |
|
 |
|
Next: Server: Msg 7105
|
| Author |
Message |
External

Since: Apr 29, 2008 Posts: 29
|
(Msg. 1) Posted: Mon May 17, 2010 9:36 am
Post subject: Error Msg 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: Error Msg |
|
| Back to top |
|
 |  |
External

Since: May 30, 2004 Posts: 2061
|
(Msg. 2) Posted: Mon May 17, 2010 6:25 pm
Post subject: Re: Error Msg [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
Muhammad Bilal (MuhammadBilal@discussions.microsoft.com) writes:
> 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.
You have now posted the same question four times, despite that John Bell
answered already your first. Did you look at
http://support.microsoft.com/kb/892803/? Was it applicable?
--
Erland Sommarskog, SQL Server MVP, esquel.RemoveThis@sommarskog.se
Links for SQL Server Books Online:
SQL 2008: http://msdn.microsoft.com/en-us/sqlserver/cc514207.aspx
SQL 2005: http://msdn.microsoft.com/en-us/sqlserver/bb895970.aspx
SQL 2000: http://www.microsoft.com/sql/prodinfo/previousversions/books.mspx >> Stay informed about: Error Msg |
|
| Back to top |
|
 |  |
External

Since: Apr 29, 2008 Posts: 29
|
(Msg. 3) Posted: Tue May 18, 2010 9:24 am
Post subject: Re: Error Msg [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
My question was not dislayed in the forum due to which i posted it several
times.
No the reply from John Bell was not helpful. I checked and found the problem
is in sysindexes. So now what should i do.
Regards,
Muhammad Bilal
"Erland Sommarskog" wrote:
> Muhammad Bilal (MuhammadBilal@discussions.microsoft.com) writes:
> > 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.”
>
> You have now posted the same question four times, despite that John Bell
> answered already your first. Did you look at
> http://support.microsoft.com/kb/892803/? Was it applicable?
>
>
>
> --
> Erland Sommarskog, SQL Server MVP, esquel.DeleteThis@sommarskog.se
>
> Links for SQL Server Books Online:
> SQL 2008: http://msdn.microsoft.com/en-us/sqlserver/cc514207.aspx
> SQL 2005: http://msdn.microsoft.com/en-us/sqlserver/bb895970.aspx
> SQL 2000: http://www.microsoft.com/sql/prodinfo/previousversions/books.mspx
>
> .
> >> Stay informed about: Error Msg |
|
| Back to top |
|
 |  |
External

Since: May 30, 2004 Posts: 2061
|
(Msg. 4) Posted: Tue May 18, 2010 6:25 pm
Post subject: Re: Error Msg [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
Muhammad Bilal (MuhammadBilal@discussions.microsoft.com) writes:
> My question was not dislayed in the forum due to which i posted it several
> times.
>
> No the reply from John Bell was not helpful. I checked and found the
> problem is in sysindexes. So now what should i do.
The message indicates serious corruption. If you have a clean backup,
restore the backup. Else rebuild the database from scripts if possible,
and bulk out data from the old database and load into the new database.
Make sure that you don't build the new database on the same disks as the
source database, but consider those disks as tainted. Corruption is
usually due to hardware errors.
Of course, it is still possible that the steps outlined in the KB article,
and it can be worth trying, since that is a far lease harsh cure than
what I suggest.
--
Erland Sommarskog, SQL Server MVP, esquel.TakeThisOut@sommarskog.se
Links for SQL Server Books Online:
SQL 2008: http://msdn.microsoft.com/en-us/sqlserver/cc514207.aspx
SQL 2005: http://msdn.microsoft.com/en-us/sqlserver/bb895970.aspx
SQL 2000: http://www.microsoft.com/sql/prodinfo/previousversions/books.mspx >> Stay informed about: Error Msg |
|
| Back to top |
|
 |  |
| Related Topics: | Getting this "Error: 5180, Severity: 22, " in SQL Error log - My Previous thread for this error got archived. In nut shell, I ran the checkalloc,checkcatalog, checkconstraints. I also ran checktable on all tables. Everything was clean. I am still getting these errors. I am open to any suggestions anybody might..
Error: Provider, error: 40 - Could not open a connection t.. - I am getting the error Provider, error: 40 - Could not open a connection to SQL Server. I have seen several posts on this but nothing helped me. I am using Vista Ultimate. Here is what I tried 1) TCP and NP are enabled 2) TCP and NP are allowed remote....
error:26 Error Locating Server/Instance Specified - I am having trouble connecting to Sql Server 2005 Express from asp.net 2.0 app on Windows Server 2003. I am using Sql Server Authentication, and I tried the below article's suggestions a number of times. When I login to to the machine, and login, I am..
SQL error in SMS - Maybe someone here can help me on this. I'm getting the following error via sms: Microsoft SQL Server reported SQL message 8152, severity 16: [22001][8152][Microsoft][ODBC SQL Server Driver][SQL Server]String or binary data would be truncated. I've...
Error 5173 - Hi I am trying to attach an existing database to a new SQL 2000 Sever install. The steps I followed are these: 1. Opened Sql Enterprise Manager 2. Expanded down to Databases 3. Right click on Databases and selected All Tasks 4. Selected Attach.. |
|
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
|
|
|
|
 |
|
|