Browse Source

ending the right way is always good

Rob.Sewell 6 years ago
parent
commit
11c0e46080
1 changed files with 4 additions and 4 deletions
  1. 4 4
      BPCheck/Check_BP_Servers.sql

+ 4 - 4
BPCheck/Check_BP_Servers.sql

@@ -8317,11 +8317,11 @@ FROM sys.database_query_store_options;'
 			FROM #tblQStoreInfo
 			ORDER BY DBName;
 		END
-	ELSE
+END
+ELSE
 	BEGIN
-			SELECT 'Information' AS [Category], 'Query_Store' AS [Information] , '[INFORMATION: No databases have Query Store enabled]' AS [Comment];
-		END
-	END;
+		SELECT 'Information' AS [Category], 'Query_Store' AS [Information] , '[INFORMATION: No databases have Query Store enabled]' AS [Comment];
+	END
 
 	--------------------------------------------------------------------------------------------------------------------------------
 	-- ### Automatic Tuning info subsection