Skip to content

Commit 39b1e8e

Browse files
committed
Update CU articles with fix info for previously known issues
1 parent e5a8a19 commit 39b1e8e

21 files changed

+42
-17
lines changed

support/sql/releases/sqlserver-2019/cumulativeupdate10.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,16 @@ SELECT UDF1(UDF2());
3232
3333
```
3434

35-
A fix will be provided in a future cumulative update. To mitigate this problem, disable Scalar UDF inlining by using either of the following options:
35+
To mitigate this problem, disable Scalar UDF inlining by using either of the following options:
3636

3737
- Change the definition of UDF2 by adding `WITH INLINE = OFF` to the definition.
3838

3939
- Disable inlining on the database by using `ALTER DATABASE SCOPED CONFIGURATION SET TSQL_SCALAR_UDF_INLINING = OFF`.
4040

4141
For examples of disabling Scalar UDF inlining, see [Disable Scalar UDF Inlining without changing the compatibility level](/sql/relational-databases/user-defined-functions/scalar-udf-inlining#disable-scalar-udf-inlining-without-changing-the-compatibility-level).
4242

43+
This issue is fixed in [SQL Server 2019 CU11](cumulativeupdate11.md#14066089).
44+
4345
## Improvements and fixes included in this update
4446

4547
A downloadable Excel workbook that contains a summary list of builds, together with their current support lifecycle, is available. The Excel file also contains detailed fix lists for SQL Server 2019 and SQL Server 2017. [Select to download this Excel file now](https://aka.ms/sqlserverbuilds).

support/sql/releases/sqlserver-2019/cumulativeupdate12.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@ This article describes Cumulative Update package 12 (CU12) for Microsoft SQL Ser
2525

2626
If a database in an Always On availability group has duplicate logical file names, either correct that situation or avoid using the automatic seeding functionality after you install SQL Server 2019 CU12.
2727

28-
> [!NOTE]
29-
> This issue is resolved in [CU14](cumulativeupdate14.md).
28+
This issue is fixed in [SQL Server 2019 CU14](cumulativeupdate14.md).
3029

3130
## Improvements and fixes included in this update
3231

support/sql/releases/sqlserver-2019/cumulativeupdate13.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@ This article describes Cumulative Update package 13 (CU13) for Microsoft SQL Ser
2525

2626
If a database in an Always On availability group has duplicate logical file names, either correct that situation or avoid using the automatic seeding functionality after you install SQL Server 2019 CU12.
2727

28-
> [!NOTE]
29-
> This issue is resolved in [CU14](cumulativeupdate14.md).
28+
This issue is fixed in [SQL Server 2019 CU14](cumulativeupdate14.md).
3029

3130
## Improvements and fixes included in this update
3231

support/sql/releases/sqlserver-2019/cumulativeupdate14.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,7 @@ This article describes Cumulative Update package 14 (CU14) for Microsoft SQL Ser
2727

2828
After you install CU14, a parallel query that runs in batch mode might cause an access violation and create a memory dump file. To mitigate the issue, run the query to have a Degree of Parallelism of **1**, or disable batch mode processing by using [trace flag 9453](/sql/t-sql/database-console-commands/dbcc-traceon-trace-flags-transact-sql#tf9453).
2929

30-
> [!NOTE]
31-
> This issue is resolved in [CU15](cumulativeupdate15.md).
30+
This issue is fixed in [SQL Server 2019 CU15](cumulativeupdate15.md#14488550).
3231

3332
### Issue two
3433

support/sql/releases/sqlserver-2019/cumulativeupdate19.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ If you try to create a new external table, you receive the following error messa
4444
4545
To work around this issue, you can uninstall this cumulative update or add the `Driver` keyword to the `CONNECTION_OPTIONS` argument. For more information, see [Generic ODBC external data sources may not work after installing Cumulative Update](https://techcommunity.microsoft.com/t5/sql-server-support-blog/generic-odbc-external-data-sources-may-not-work-after-installing/ba-p/3783873).
4646

47+
This issue is fixed in [SQL Server 2019 CU21](cumulativeupdate21.md#2312800).
48+
4749
## Improvements and fixes included in this update
4850

4951
A downloadable Excel workbook that contains a summary list of builds, together with their current support lifecycle, is available. The Excel file also contains detailed fix lists for SQL Server 2022, SQL Server 2019, and SQL Server 2017. [Select to download this Excel file now](https://aka.ms/sqlserverbuilds).

support/sql/releases/sqlserver-2019/cumulativeupdate20.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ If you try to create a new external table, you receive the following error messa
4141
4242
To work around this issue, you can uninstall this cumulative update or add the `Driver` keyword to the `CONNECTION_OPTIONS` argument. For more information, see [Generic ODBC external data sources may not work after installing Cumulative Update](https://techcommunity.microsoft.com/t5/sql-server-support-blog/generic-odbc-external-data-sources-may-not-work-after-installing/ba-p/3783873).
4343

44+
This issue is fixed in [SQL Server 2019 CU21](cumulativeupdate21.md#2312800).
45+
4446
### Issue three
4547

4648
This issue is caused by a change introduced in this cumulative update for the [Managed Instance link](/azure/azure-sql/managed-instance/managed-instance-link-feature-overview) feature. Assume that the databases of an Always On availability group have one of the following conditions:
@@ -70,6 +72,8 @@ If you have applied this cumulative update to one or more secondary replicas and
7072
> [!NOTE]
7173
> Trace flag 12324 impacts only the Managed Instance Link feature and is only used to activate the changes in SQL Server 2019 CU20.
7274
75+
This issue is fixed in [SQL Server 2019 CU22](cumulativeupdate22.md#2460204).
76+
7377
## Improvements and fixes included in this update
7478

7579
A downloadable Excel workbook that contains a summary list of builds, together with their current support lifecycle, is available. The Excel file also contains detailed fix lists for SQL Server 2022, SQL Server 2019, and SQL Server 2017. [Select to download this Excel file now](https://aka.ms/sqlserverbuilds).

support/sql/releases/sqlserver-2019/cumulativeupdate21.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ If you have applied this cumulative update to one or more secondary replicas and
5656
> [!NOTE]
5757
> Trace flag 12324 impacts only the Managed Instance Link feature and is only used to activate the changes in SQL Server 2019 CU20 and CU21.
5858
59+
This issue is fixed in [SQL Server 2019 CU22](cumulativeupdate22.md#2460204).
60+
5961
## Improvements and fixes included in this update
6062

6163
A downloadable Excel workbook that contains a summary list of builds, together with their current support lifecycle, is available. The Excel file also contains detailed fix lists for SQL Server 2022, SQL Server 2019, and SQL Server 2017. [Select to download this Excel file now](https://aka.ms/sqlserverbuilds).

support/sql/releases/sqlserver-2019/cumulativeupdate24.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ SQL Server 2019 CU24 introduced [fix 2714260](#2714260), which causes an issue w
3333

3434
Microsoft is working on a fix for this issue and it will be available in a future CU.
3535

36+
This issue is fixed in [SQL Server 2019 CU25](cumulativeupdate25.md#2926845).
37+
3638
## Improvements and fixes included in this update
3739

3840
A downloadable Excel workbook that contains a summary list of builds, together with their current support lifecycle, is available. The Excel file also contains detailed fix lists for SQL Server 2022, SQL Server 2019, and SQL Server 2017. [Select to download this Excel file now](https://aka.ms/sqlserverbuilds).

support/sql/releases/sqlserver-2019/cumulativeupdate26.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,9 @@ This article describes Cumulative Update package 26 (CU26) for Microsoft SQL Ser
3131

3232
SQL Server 2019 CU26 introduced a regression that can disable lock escalation, which causes error 1204 "The instance of the SQL Server Database Engine cannot obtain a LOCK resource at this time."
3333

34-
To work around this issue, you can uninstall the CU26 or install the [CU28](cumulativeupdate28.md).
34+
To work around this issue, you can uninstall the CU26.
35+
36+
This issue is fixed in [SQL Server 2019 CU28](cumulativeupdate28.md#3282395).
3537

3638
## Improvements and fixes included in this update
3739

support/sql/releases/sqlserver-2019/cumulativeupdate27.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ This article describes Cumulative Update package 27 (CU27) for Microsoft SQL Ser
2727

2828
The newly-created warning message in issue [2901635](#2901635) might fill up the SQL Server error log with thousands of occurrences. The message is "WARNING Long asynchronous API Call: The scheduling fairness of scheduler can be impacted by an asynchronous API invocation unexpectedly exceeding xxx ms." This is due to an incorrect code change during the build process. If you experience this issue and prefer not to uninstall the CU as a solution, contact [Microsoft Support](https://support.microsoft.com/contactus/?ws=support).
2929

30-
Microsoft is working on a fix for this issue and it will be available in a future CU.
30+
This issue is fixed in [SQL Server 2019 CU28](cumulativeupdate28.md#3312461).
3131

3232
### Issue two: Access violation when session is reset
3333

@@ -41,7 +41,9 @@ Microsoft is working on a fix for this issue and it will be available in a futur
4141

4242
SQL Server 2019 CU26 introduced a regression that can disable lock escalation, which causes error 1204 "The instance of the SQL Server Database Engine cannot obtain a LOCK resource at this time."
4343

44-
To work around this issue, you can uninstall the CU26 or install the [CU28](cumulativeupdate28.md).
44+
To work around this issue, you can uninstall the CU26.
45+
46+
This issue is fixed in [SQL Server 2019 CU28](cumulativeupdate28.md#3282395).
4547

4648
## Improvements and fixes included in this update
4749

0 commit comments

Comments
 (0)