I am trying to optimize some slow web pages and I assume that the problem is with SQL locking (apparently this is not a matter of using processor or I / O on the web server or database server). What is the fastest way to find out which requests are blocked and which requests are blocked?
performance optimization sql sql-server blocking
Herb caudill
source share