How deadlock is resolved?

Technology CommunityCategory: SQLHow deadlock is resolved?
VietMX Staff asked 3 years ago

Deadlock is automatically resolved by SQL Server. It identifies the process which has less overhead and accordingly it rollbacks the transaction associated with that process.