Question: How can I view the amount of deadlocks , which occurred on a SQL Server instance , since the last SQL Server restart? I’m looking to use this number as a sign to dig deeper into code running and identify details of the deadlock. I’ve read SQL Server - How to detect and troubleshoot blocking and deadlocks , which outlines the two main scenarios of blocking – i.e Blocking and permanent blocks aka deadlocks. In the article , there are some methods of troubleshooting the deadlock scenario and considerations for the application and how to manage the sql code...
Read more →