Tech Tip: SQL Server Blocking Sessions

1 min read
  • Tech Tips

To easily find SQL Server blocking session, run the sql code below and check BlkBy column,USE MasterGOEXEC sp_who2GO