Error:824

I get SQL Server database error,'Incorrect Checksum. Microsoft SQL Server, Error:824'. Anyone have had similar issue?

Any ideas would be gratefully received
The error 824 is ususally related to the IO/Hardware issues.

Please investigate the system event log of the windows to check for any hardware errors.

Also run the DBCC Checkdb on the database to ensure no corruption exist.

Use <database_name>

go

dbcc checkdb with data_purity

go

If the database is really corrupt read more SQL recovery information here https://www.repairtoolbox.com/sqlserverrepair.html

regards
Topic archived. No new replies allowed.