You've already forked ssms-addin
mirror of
https://github.com/alex-bochkov/ssms-addin.git
synced 2026-06-15 16:57:06 +02:00
Create sp_WhoIsActive.sql
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
EXEC sp_WhoIsActive @show_sleeping_spids = 0
|
||||
--,@get_plans = 1
|
||||
--,@get_outer_command = 1
|
||||
--,@get_locks = 1
|
||||
--,@find_block_leaders = 1;
|
||||
Reference in New Issue
Block a user