Tag: SQL Server

  • Monitoring SQL Server Deadlocks using Extended Events

    Extended Events were first introduced in SQL Server 2008, and therefore you will not face any problem implementing them in our environment. Extended Events is a lightweight performance monitoring feature that enables users to collect data to monitor and troubleshoot problems. A deadlock is a situation where two or more processes or threads are blocked indefinitely,…

    Read More

    //


Recent Post