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 PaisThis could be a bug in SQL Server or a corruption caused by hardware.
Please first use "DBCC CHECKDB" to see if your database has any corruptions.
Please also check the windows event log for any suspicious hardware error.
You can then contact Microsoft SQL Server product support if you suspect
this to be a SQL Server bug.
--
Wei Xiao [MSFT]
SQL Server Storage Engine Development
http://weblogs.asp.net/weix
This posting is provided "AS IS" with no warranties, and confers no rights.
"Marco Pais" <mpaisIGNORE@.foruminformatica.pt> wrote in message
news:utzyb4ZzEHA.1196@.TK2MSFTNGP15.phx.gbl...
> 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
>
No comments:
Post a Comment