1
0
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:
Alex Bochkov
2023-09-29 19:49:23 -06:00
committed by GitHub
parent c9295eaf53
commit 0fa3c21903
+5
View File
@@ -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;