22-25 April 2026

Resolving Deadlocks in SQL Server: A Practical Demo

2025

TL; DR

Learn effective deadlock resolution strategies in SQL Server through hands-on demos. Explore common causes, transaction management, and resource contention, while gaining insights into prevention techniques.

Session Details

Deadlocks in SQL Server can pose significant challenges for database administrators, leading to performance bottlenecks and potential disruptions in critical business operations. This session aims to provide a hands-on demonstration of effective deadlock resolution strategies within SQL Server.

During the demo, we will explore two common scenarios that lead to deadlocks, highlighting the intricacies of transaction management and resource contention. Attendees will gain insights into the underlying causes of deadlocks and learn how to identify them using system views and Extended Events.

The session will delve into practical techniques for deadlock prevention, such as proper indexing, optimizing queries, and implementing isolation levels.

3 things you'll get out of this session

Identify Deadlock Causes Implement Prevention Techniques Enhance Transaction Management