Groups | Blog | Home
all groups > sql server clients > november 2004 >

sql server clients : Error in SQL Server Database



David Gugick
11/18/2004 2:30:42 PM
[quoted text, click to view]

See if this thread helps (may require a login - which is free):
http://www.sqlservercentral.com/forums/shwmessage.aspx?forumid=5&messageid=12331





--
David Gugick
Imceda Software
www.imceda.com
David Gugick
11/18/2004 2:36:47 PM
[quoted text, click to view]

BTW, that's an internal SQL Server error. You don't have a "q" drive.
Some others have corrected the problem by rebuilding the clustered index
on the affected table.

Run dbcc checkdb and dbcc checkalloc to see if any errors are reported.
If you can isolate the table, try rebuilding the clustered index.

It's probably some sort of data corruption, but could also be a disk
failure.


--
David Gugick
Imceda Software
www.imceda.com
Marco Pais
11/18/2004 6:39:33 PM
Hello there,

I have a VB6 application that runs over a SQL Server 2000 Database.
Sometimes (most recently) i get the folowing error:

Run-time error -2147467259 (80004005)

Location: q:\SPHINX\NTDBMS\storeng\drs\include\record.inl:1447
Expression: m_SizeRec > 0 && m_SizeRec <= MAXDATAROW
SPID: 51
Process ID: 732

I have searched and read some posts in some forums, but I have no concret
solution.

Can any body help me? Thank you...

Regards,

Marco Pais

AddThis Social Bookmark Button