瀏覽代碼

only needed once

Rob.Sewell 6 年之前
父節點
當前提交
e40769fed7
共有 1 個文件被更改,包括 0 次插入2 次删除
  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'))