Archive for 'Deadlock'

Deadlocks

SQL doctor can be used to identify the cause of deadlocks.  A deadlock is when a cyclic dependency occurs between two or more threads, processes, resources, etc.  This causes one of the processes to be declared the deadlock victim and killed so that the other process can continue.  To identify deadlocks and provide useful information [...]