Browse Source

only needed once

Rob.Sewell 6 years ago
parent
commit
e40769fed7
1 changed files with 0 additions and 2 deletions
  1. 0 2
      BPCheck/Check_BP_Servers.sql

+ 0 - 2
BPCheck/Check_BP_Servers.sql

@@ -11666,8 +11666,6 @@ BEGIN
 	SET isdone = 1
 	WHERE [role] = 2 AND secondary_role_allow_connections = 0;
 
-		DECLARE @dbcmptlevel int
-
 		IF EXISTS (SELECT [object_id]
 		FROM tempdb.sys.objects (NOLOCK)
 		WHERE [object_id] = OBJECT_ID('tempdb.dbo.#tblStatsUpd'))