Browse Source

Fixed wrong ending on comment

Pedro Lopes 8 years ago
parent
commit
f2054801b9
1 changed files with 4 additions and 4 deletions
  1. 4 4
      Running-Blocked-Processes/view_Running_Blocked_processes.sql

+ 4 - 4
Running-Blocked-Processes/view_Running_Blocked_processes.sql

@@ -447,11 +447,11 @@ BEGIN
  CROSS APPLY sys.dm_exec_query_plan(ps.plan_handle) qp'
 	EXEC (@sqlcmd);
  END
-/*
+*/
 
+/*
 -- Acquired locks
-/*SELECT tl.*, sp.[object_id], sp.index_id 
+SELECT tl.*, sp.[object_id], sp.index_id 
 FROM sys.dm_tran_locks (NOLOCK) tl
 LEFT JOIN sys.partitions (NOLOCK) sp ON tl.resource_associated_entity_id = sp.[hobt_id]
-*/
-GO
+*/