Error:824

Sep 22, 2017 at 7:26pm
I get SQL Server database error,'Incorrect Checksum. Microsoft SQL Server, Error:824'. Anyone have had similar issue?

Any ideas would be gratefully received
Sep 26, 2017 at 3:09pm
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.