Recursive CTE in SQL Server to count blocking sessions
Question I’m trying to make CTE to count blocking sessions on server. Currently I made a function to do so(returns blocking session amount). But still could not write this query with CTE. asked 2022-05-18 by mortu Answer The recursive function call you’ve written looks pretty … [Read More]