Question : If I have some T-SQL code like this: While @done<1 Begin WAITFOR DELAY ’00:00:30′; Set @done=<some select statement> […]

Question : I was playing around with sp_BlitzWho and got blocked by another session. The session was from the DB […]

Question : We have got a procedure on SQL Server agent jobs and this job started to hang on transaction […]