I have a job on my live enviroment DB and the job has failed again this morning reporting SQL error 824 (Soft I/O error, where the OS could read the page but SQL has treated it as corrupt) - SQL Server detected a logical consistency-based I/O error: incorrect checksum it occurred during a read of page (1:9545681) in database ID 5 at offset 0x0000123615a000 in file 'D:XXX\XX.mdf'
I have had a look and ran DBCC CHECKDB with all_errormsgs and saw the error didn't mention CHECKSUM failure but outputed the repair level needed to repair this error is 'repair_allow_data_loss'.
Is there anything else that can be done other than running the repair SQL has recommended as I don't want any data loss?
Thanks!