Skip to content

Commit bc07d29

Browse files
committed
re-sort bug list
1 parent 155eec2 commit bc07d29

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

support/sql/releases/sqlserver-2022/cumulativeupdate22.md

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -37,28 +37,28 @@ A downloadable Microsoft Excel workbook that contains a summary list of builds,
3737
3838
For more information about the bugs that are fixed and enhancements that are included in this cumulative update, see the following table.
3939

40-
| Bug reference | Description | Fix area | Component | Platform |
41-
| :------------------------------------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | :----------------------------- | :-------------------------------------- | :------- |
42-
| <a id=4660895>[4660895](#4660895) </a> | Fixes an issue in SQL Server Analysis Services in which Row-Level Security (RLS) filters could be skipped when combined with Object-Level Security (OLS) and Column-Level Security (CLS) in certain multi-role configurations. | Analysis Services | Analysis Services | Windows |
43-
| <a id=4573341>[4573341](#4573341) </a> | Upgrade `Microsoft.Rest.ClientRuntime` version to 2.3.24 on SSIS to fix vulnerability (CVE-2022-26907). | Integration Services | Integration Services | Windows |
40+
| Bug reference | Description | Fix area | Component | Platform |
41+
| :------------------------------------- | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | :----------------------------- | :-------------------------------------- | :------- |
42+
| <a id=4339844>[4339844](#4339844) </a> | Fixed an assertion failure `File: <writeEncoded.cpp>, line='' Failed Assertion = 'pCurTargetBuf == pSource->m_pDirectEncodeTarget'` during a differential backup that uses compression on databases that contain large volumes of FILESTREAM records. | SQL Server Engine | Backup Restore | Windows |
43+
| <a id=4467909>[4467909](#4467909) </a> | Fixes an issue in which non-yielding scheduler dump files are generated in PmmLogAcceptBlock on the Availability Group secondary replica if persistent log buffer is enabled and the database's log cache contains primarily tiny log records. | SQL Server Engine | Log Management | All |
44+
| <a id=4471009>[4471009](#4471009) </a> | Fixes an issue in which DBCC CHECKDB with EXTENDED_LOGICAL_CHECKS fails and returns an exception if there are both persisted and non-persisted computed columns in a table while trace flag 176 is enabled. | SQL Server Engine | Programmability | All |
45+
| <a id=4498278>[4498278](#4498278) </a> | Fixes an issue in which one or more databases enter the suspect state instead of the expected resolving state when a replica is removed from an availability group or the availability group is dropped while the associated replica is offline. | SQL Server Engine | High Availability and Disaster Recovery | All |
46+
| <a id=4511222>[4511222](#4511222) </a> | Fixes incorrect display values of the Instant File Initialization and Lock Pages in Memory fields in SQL Server Configuration Manager. | SQL Server Client Tools | SQL Server Configuration Manager | Windows |
47+
| <a id=4552086>[4552086](#4552086) </a> | Fixes incorrect handling of write errors during a seeding restore process that's caused by misinterpretation of system error codes. | SQL Server Engine | Backup Restore | All |
48+
| <a id=4573341>[4573341](#4573341) </a> | Upgrade `Microsoft.Rest.ClientRuntime` version to 2.3.24 on SSIS to fix vulnerability (CVE-2022-26907). | Integration Services | Integration Services | Windows |
49+
| <a id=4573769>[4573769](#4573769) </a> | Introduces automatic cleanup of stale Log-Replay Service (LRS) metadata (older than 36 days) | SQL Satellite | Cleanup service | Windows |
50+
| <a id=4582175>[4582175](#4582175) </a> | Enables caps for CacheStore PHDR usage when queries consume too much of the server's memory. | SQL Server Engine | SQL OS | Windows |
4451
| <a id=4598768>[4598768](#4598768) </a> | Fixes an issue that causes inconsistent behavior when you import a certificate by using the drop-down menu or when you use the import button in the Configuration Manager.<br><br>Also fixes an issue in which selecting a certificate by using the thumbprint fails if the case doesn't match. | SQL Connectivity | SQL Connectivity | Windows |
45-
| <a id=4675941>[4675941](#4675941) </a> | Fixes an issue in which transient negative elapsed time values on a secondary replica of an availability group causes data movement to pause. | SQL Server Engine | High Availability and Disaster Recovery | All |
46-
| <a id=4713591>[4713591](#4713591) </a> | Fixes access violation dump files during OLEDB calls if the Service Principal Name is missing. | SQL Server Engine | Security Infrastructure | All |
47-
| <a id=4582175>[4582175](#4582175) </a> | Enables caps for CacheStore PHDR usage when queries consume too much of the server's memory. | SQL Server Engine | SQL OS | Windows |
48-
| <a id=4723355>[4723355](#4723355) </a> | Fixes an issue when the SQL Agent reads feature switches for Managed Instances (MI). | SQL Agent for Managed Instance | SQL Agent for Managed Instance | Windows |
49-
| <a id=4573769>[4573769](#4573769) </a> | Introduces automatic cleanup of stale Log-Replay Service (LRS) metadata (older than 36 days) | SQL Satellite | Cleanup service | Windows |
50-
| <a id=4339844>[4339844](#4339844) </a> | Fixed an assertion failure `File: <writeEncoded.cpp>, line='' Failed Assertion = 'pCurTargetBuf == pSource->m_pDirectEncodeTarget'` during a differential backup that uses compression on databases that contain large volumes of FILESTREAM records. | SQL Server Engine | Backup Restore | Windows |
51-
| <a id=4552086>[4552086](#4552086) </a> | Fixes incorrect handling of write errors during a seeding restore process that's caused by misinterpretation of system error codes. | SQL Server Engine | Backup Restore | All |
52+
| <a id=4642574>[4642574](#4642574) </a> | Fixes dump files during data copy from I/O pipeline when you perform a database restore process on versioned MI that has the worker.cl.wcow.sql22 app type. | SQL Server Engine | Backup Restore | All |
5253
| <a id=4644033>[4644033](#4644033) </a> | Fixes incorrect error handling that could cause the program not to respond when you run DBCC CHECKDB, CHECKTABLE, or CHECKFILEGROUP. | SQL Server Engine | Backup Restore | All |
53-
| <a id=4642574>[4642574](#4642574) </a> | Fixes dump files during data copy from I/O pipeline when you perform a database restore process on versioned MI that has the worker.cl.wcow.sql22 app type. | SQL Server Engine | Backup Restore | All |
54-
| <a id=4729459>[4729459](#4729459) </a> | Fixes an issue in sys.database_automatic_tuning_mode in which database state transitions can cause access violations while a query is running this DMV. | SQL Server Engine | Database Automatic Tuning | All |
55-
| <a id=4498278>[4498278](#4498278) </a> | Fixes an issue in which one or more databases enter the suspect state instead of the expected resolving state when a replica is removed from an availability group or the availability group is dropped while the associated replica is offline. | SQL Server Engine | High Availability and Disaster Recovery | All |
56-
| <a id=4467909>[4467909](#4467909) </a> | Fixes an issue in which non-yielding scheduler dump files are generated in PmmLogAcceptBlock on the Availability Group secondary replica if persistent log buffer is enabled and the database's log cache contains primarily tiny log records. | SQL Server Engine | Log Management | All |
57-
| <a id=4713355>[4713355](#4713355) </a> | Fixes the `sp_do_backup` stored procedure under the `managed_backup`view to remove a SQL injection vulnerability. This stored procedure is for internal use only. | SQL Server Engine | Management Services | All |
58-
| <a id=4471009>[4471009](#4471009) </a> | Fixes an issue in which DBCC CHECKDB with EXTENDED_LOGICAL_CHECKS fails and returns an exception if there are both persisted and non-persisted computed columns in a table while trace flag 176 is enabled. | SQL Server Engine | Programmability | All |
59-
| <a id=4729881>[4729881](#4729881) </a> | Fixes an issue in which error codes aren't captured immediately after certain function calls. This condition causes the code to be overwritten and retry checks to behave incorrectly. | SQL Server Engine | SQL OS | All |
60-
| <a id=4723335>[4723335](#4723335) </a> | Fixes an access violation dump file caused by an out-of-memory condition when fetching AAD authentication certificates. | SQL Server Engine | Security Infrastructure | All |
61-
| <a id=4511222>[4511222](#4511222) </a> | Fixes incorrect display values of the Instant File Initialization and Lock Pages in Memory fields in SQL Server Configuration Manager. | SQL Server Client Tools | SQL Server Configuration Manager | Windows |
54+
| <a id=4660895>[4660895](#4660895) </a> | Fixes an issue in SQL Server Analysis Services in which Row-Level Security (RLS) filters could be skipped when combined with Object-Level Security (OLS) and Column-Level Security (CLS) in certain multi-role configurations. | Analysis Services | Analysis Services | Windows |
55+
| <a id=4675941>[4675941](#4675941) </a> | Fixes an issue in which transient negative elapsed time values on a secondary replica of an availability group causes data movement to pause. | SQL Server Engine | High Availability and Disaster Recovery | All |
56+
| <a id=4713355>[4713355](#4713355) </a> | Fixes the `sp_do_backup` stored procedure under the `managed_backup`view to remove a SQL injection vulnerability. This stored procedure is for internal use only. | SQL Server Engine | Management Services | All |
57+
| <a id=4713591>[4713591](#4713591) </a> | Fixes access violation dump files during OLEDB calls if the Service Principal Name is missing. | SQL Server Engine | Security Infrastructure | All |
58+
| <a id=4723335>[4723335](#4723335) </a> | Fixes an access violation dump file caused by an out-of-memory condition when fetching AAD authentication certificates. | SQL Server Engine | Security Infrastructure | All |
59+
| <a id=4723355>[4723355](#4723355) </a> | Fixes an issue when the SQL Agent reads feature switches for Managed Instances (MI). | SQL Agent for Managed Instance | SQL Agent for Managed Instance | Windows |
60+
| <a id=4729459>[4729459](#4729459) </a> | Fixes an issue in sys.database_automatic_tuning_mode in which database state transitions can cause access violations while a query is running this DMV. | SQL Server Engine | Database Automatic Tuning | All |
61+
| <a id=4729881>[4729881](#4729881) </a> | Fixes an issue in which error codes aren't captured immediately after certain function calls. This condition causes the code to be overwritten and retry checks to behave incorrectly. | SQL Server Engine | SQL OS | All |
6262

6363
## How to obtain or download this or the latest cumulative update package
6464

0 commit comments

Comments
 (0)