faridkhasianov16
Results
1
issues of
faridkhasianov16
### What happened? exec test_truncate blocking system CREATE PROCEDURE test_truncate AS BEGIN RAISERROR('Before TRUNCATE', 0, 1) WITH NOWAIT; truncate table #state_list; RAISERROR('After TRUNCATE', 0, 1) WITH NOWAIT; END RAISERROR not...
bug