1205 e 824 sono due errori molto differente.
1205 è deadlock, e por risolvare un deadlock, bisogna por il primo analisare il deadlock XML. In fatto, ho un presentazione de questo sogetto, e possible di vedere a YouTube: https://www.youtube.com/watch?v=jZW4_MLLRdM
824 al altra parte indica un problema con la sistema de I\O. Es una problema critica, e bisogna di fare DBCC CHECK, e fare investigazione del hardware. Se è possible, transferare il baso de dato a un altra server.
.................................................
1205 and 824 are two very different errors.
1205 is deadlock, and to resolve a deadlock, you must first analyse the deadlock XML. As it happens, I have a presentation on this very topic that you can watch on YouTube: https://www.youtube.com/watch?v=jZW4_MLLRdM.
824, on the other hand, indicate serious problems with your I/O subsystem. It's a critical issue, and you should run DBCC CHECKDB to see if the database is OK, and if not restore from a clean backup. Preferably, you should restore the database to another server, since corruption is likely to come back.