Skip to content

Commit 89d787f

Browse files
committed
add bug table
1 parent dc57a92 commit 89d787f

1 file changed

Lines changed: 22 additions & 14 deletions

File tree

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

Lines changed: 22 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -37,20 +37,28 @@ A downloadable Excel workbook that contains a summary list of builds, together w
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=4654519>[4654519](#4654519) </a> | Fixes an issue when using Elastic SAN over the iSCSI protocol, throttling errors (`HTTP 503`) from storage are surfaced in Windows as generic I/O device errors (`ERROR_IO_DEVICE`). | SQL Server Engine | Query Execution | Windows |
43-
| <a id=4723355>[4723355](#4723355) </a> | Fixes an issue when the SQL Agent reads feature switches for Managed Instances (MI) | SQL Server Engine | Query Execution | Windows |
44-
| <a id=4601228>[4601228](#4601228) </a> | Fixes a crash when importing a certificate (`.pfx`) that's not protected by a password | SQL Server Client Tools | SQL Server Manageability | All |
45-
| <a id=4713591>[4713591](#4713591) </a> | TODO | SQL Server Engine | Security Infrastructure | All |
46-
| <a id=4723335>[4723335](#4723335) </a> | TODO | SQL Server Engine | High Availability and Disaster Recovery | All |
47-
| <a id=4573341>[4573341](#4573341) </a> | TODO | Integration Services | Integration Services | Windows |
48-
| <a id=4573769>[4573769](#4573769) </a> | Introduces automatic cleanup of stale LRS metadata (older than 36 days) | TODO | TODO | Windows |
49-
| <a id=4582175>[4582175](#4582175) </a> | TODO | SQL Server Engine | SQL OS | Windows |
50-
| <a id=4598768>[4598768](#4598768) </a> | Fixes an issue with inconsistent behavior when importing a certificate using the dropdown or when using the import button in the Configuration Manager.<br><br>Also fixes an issue where selecting a certificate using the thumbprint wouldn't work if the case didn't match. | SQL Connectivity | SQL Connectivity | Windows |
51-
| <a id=4660895>[4660895](#4660895) </a> | Fixes an issue in SQL Server Analysis Services where 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 |
52-
| <a id=4666353>[4666353](#4666353) </a> | TODO | SQL Server Engine | Replication | Windows |
53-
| <a id=4675941>[4675941](#4675941) </a> | TODO | SQL Server Engine | High Availability and Disaster Recovery | All |
40+
| Bug reference | Description | Fix area | Component | Platform |
41+
| :------------------------------------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | :----------------------------- | :-------------------------------------- | :------- |
42+
| <a id=4660895>[4660895](#4660895) </a> | Fixes an issue in SQL Server Analysis Services where 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 |
44+
| <a id=4598768>[4598768](#4598768) </a> | Fixes an issue with inconsistent behavior when importing a certificate using the dropdown or when using the import button in the Configuration Manager.<br><br>Also fixes an issue where selecting a certificate using the thumbprint would fail if the case didn't match. | SQL Connectivity | SQL Connectivity | Windows |
45+
| <a id=4675941>[4675941](#4675941) </a> | Fixes an issue where 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 dumps during OLEDB calls when 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 differential backup with compression on databases containing 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 seeding restore, caused by misinterpretation of system error codes. | SQL Server Engine | Backup Restore | All |
52+
| <a id=4644033>[4644033](#4644033) </a> | Fixes incorrect error handling that could cause hangs when running DBCC CHECKDB, CHECKTABLE, or CHECKFILEGROUP. | SQL Server Engine | Backup Restore | All |
53+
| <a id=4642574>[4642574](#4642574) </a> | Fixes dump file during data copy from I/O pipeline when performing 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 where database state transitions can cause access violations while a query is executing this DMV. | SQL Server Engine | Database Automatic Tuning | All |
55+
| <a id=4498278>[4498278](#4498278) </a> | Fixes an issue where one or more databases may 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 where non-yielding scheduler dumps could occur 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 only for internal use. | SQL Server Engine | Management Services | All |
58+
| <a id=4471009>[4471009](#4471009) </a> | Fixes an issue where DBCC CHECKDB with EXTENDED_LOGICAL_CHECKS fails with an exception when 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 where error codes were not captured immediately after certain function calls causing 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 caused by out of memory when fetching AAD authentication certificate. | 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 |
5462

5563
## How to obtain or download this or the latest cumulative update package
5664

0 commit comments

Comments
 (0)