To easily find SQL Server blocking session, run the sql code below and check BlkBy column,
USE Master
GO
EXEC sp_who2
GO
To easily find SQL Server blocking session, run the sql code below and check BlkBy column,
USE Master
GO
EXEC sp_who2
GO