|> Please help
|> I have a program running under sqlwindows 5.03 and the program is using a
|> system 10 database (SYBASE). When the program is executing a SELECT
|> against the database the program send me the message
|> "Error 2502 - INTERNAL USE ONLY - Internal error (SRV INE) ...."
|> Any idea about the reason of this problem?. How can i solve it?
|> This problem appears when i tried to access some records of the Table. If i
|> access some other records it works well.
|> Thank you
|>
|> Jaime Njera
|>
Well, a SQL Server 2502 error is:
2502-16-0 Table Corrupt: A page is linked in more than one
chain; check this page:page number=%ld allocation
status=%d
This indicates potentially serious corruption in the table.
To check if this is the problem, have your SA run dbcc tablealloc
and dbcc checktable against this table. The 11.x Error Messages
Guide explains what to do. (If you don't have a copy, one
is available online at http://sybooks.sybase.com).
--
---------------------------------------------------------------------
| Bret Halford Imagine my disappointment __|
| Sybase Technical Support in learning the true nature __|
| 6400 S. Fiddlers Green Circle of rec.humor.oracle... __|
| Englewood, CO 80111-4954 USA |
============================================================