dbcc tracestatus(-1) -- returns nothing, so neither 3604 nor 3605 is enabled.dbcc traceon (1204,-1)CREATE TABLE Test1 (id int)CREATE TABLE Test2 (id int)
BEGIN TRANSACTIONInsert into Test1 Values (1)waitfor delay '00:00:20'select * from Test2
BEGIN TRANSACTIONInsert into Test2 Values (1)waitfor delay '00:00:20'select * from Test1
We walk in the dark places no others will enterWe stand on the bridge and no one may pass