1
0
Эх сурвалжийг харах

Update Check_BP_Servers.sql

Added supportability notes:

Supports SQL Server (starting with SQL Server 2008) and Azure SQL Database Managed Instance.
Note: Does not support Azure SQL Database single database or Elastic Pool.
pmasl 6 жил өмнө
parent
commit
5183197f21

+ 4 - 1
BPCheck/Check_BP_Servers.sql

@@ -25,7 +25,10 @@ AS
 /*
 BP Check READ ME - http://aka.ms/BPCheck;
 
-Checks SQL Server in scope for Performance issues and some of most common skewed Best Practices. Valid from SQL Server 2005 onwards.
+Checks SQL Server in scope for Performance issues and some of most common skewed Best Practices. 
+
+Supports SQL Server (starting with SQL Server 2008) and Azure SQL Database Managed Instance. 
+Note: Does not support Azure SQL Database single database or Elastic Pool. 
 
 Important parameters for executing BPCheck:
 Set @custompath below and set the custom desired path for .ps1 files.