浏览代码

Update Readme.md

Pedro Lopes 5 年之前
父节点
当前提交
0160f5e346
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      After-Installing-SQL-Server-2017_CU3/Readme.md

+ 1 - 1
After-Installing-SQL-Server-2017_CU3/Readme.md

@@ -2,6 +2,6 @@ We have found an issue where if you are using Query Store feature with SQL Serve
 
 
 As such, to assist DBAs in removing any of the affected plans collected while SQL Server 2017 CU2 was installed, we have created this T-SQL script to remove only the affected plans in Query Store. Execute it immediately after upgrading from SQL Server 2017 CU2 to SQL Server 2017 CU3 or a newer CU. If you are upgrading already from SQL Server 2017 CU3 or a newer build, executing the script is not needed.
 As such, to assist DBAs in removing any of the affected plans collected while SQL Server 2017 CU2 was installed, we have created this T-SQL script to remove only the affected plans in Query Store. Execute it immediately after upgrading from SQL Server 2017 CU2 to SQL Server 2017 CU3 or a newer CU. If you are upgrading already from SQL Server 2017 CU3 or a newer build, executing the script is not needed.
 
 
-**Note:** Any query plans captured by Query Store in versions prior to 14.0.3008.27 are not affected. Only plans captured in 14.0.3008.27. Therefore the script will only remove plans from the Query Store that match SQL Server CU2 (build 14.0.3008.27).
+**Note:** Any query plans captured by Query Store in versions prior to 14.0.3008.27 are not affected. Only plans captured in 14.0.3008.27. Therefore the script will only remove plans from the Query Store that match SQL Server 2017 CU2 (build 14.0.3008.27).
 
 
 **Note2:** While Query Store is also available in SQL Server 2016 and 2019, these versions are not affected in any build.
 **Note2:** While Query Store is also available in SQL Server 2016 and 2019, these versions are not affected in any build.