error while saving a record in sql server database

  • 824 - s1000: [Microsoft][ODBC SQL Server Driver][SQL Server]SQL Server detected a logical consistency-base I/O error: incorrect checksum (expected: 0x8fc452a8; actual:0x8fc452e8).It occured during a read of page (1:9701) in database ID 7 at offset 0x00000004bca000 in file 'C:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\DATA\cBizOneIndia.mdf'. Additional messages in the SQL Server error log or system event log may provide more detail. This is a severe error condition that threatens database integrity and must - ODBC.Recordset 3145 - ODBC--call failed. - DAO.Recordset

  • You may try to run

    DBCC CHECKDB

    to see what error you have and decide what you need to do next.

    If you use SQL 7, you may try to expand your data file allocation. There is an existing bug on SQL 7.

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply