Skip to content

Commit d00e7bf

Browse files
committed
edit feedback
1 parent 7f8c93f commit d00e7bf

1 file changed

Lines changed: 17 additions & 17 deletions

File tree

support/sql/releases/sqlserver-2025/cumulativeupdate1.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -37,24 +37,24 @@ 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-
| :------------------------------------ | :-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | :---------------------- | :-------------------------------------- | :------- |
40+
| Bug reference | Description | Fix area | Component | Platform |
41+
| :------------------------------------ | :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | :---------------------- | :-------------------------------------- | :------- |
4242
| <a id=4729051>[4729051](#4729051)</a> | Fixes an issue in which DBCC CHECKDB with EXTENDED_LOGICAL_CHECKS stops responding 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 |
43-
| <a id=4787271>[4787271](#4787271)</a> | Fixes an issue that causes SQLCMD to crash when you use the -N in a :CONNECT command. | SQL Connectivity | SQL Connectivity | Windows |
44-
| <a id=4796293>[4796293](#4796293)</a> | Fixes incorrect CPU usage metrics in sys.dm_os_ring_buffers DMV for SQL Server on Linux. | SQL Server Engine | Linux | Linux |
45-
| <a id=4796318>[4796318](#4796318)</a> | Fixes an issue that causes SQL Server on Linux to fail when it reads an invalid ID type from the Domain Controller. | SQL Server Engine | Linux | Linux |
46-
| <a id=4796384>[4796384](#4796384)</a> | Fixed an issue in SQL Server on Linux that prevents Active Directory logins from working when the keytab is updated after the privileged user password is rotated. | SQL Server Engine | Linux | Linux |
47-
| <a id=4809134>[4809134](#4809134)</a> | Fixes an issue that causes SQL Server Configuration Manager (SSCM) to stop responding when importing a certificate. | SQL Server Client Tools | SQL Server Configuration Manager | Windows |
48-
| <a id=4814064>[4814064](#4814064)</a> | Fix an issue during a Daylight Saving Time "Fall Back" in which timestamps may have an incorrect time zone. | SQL Server Engine | LibOS | Linux |
49-
| <a id=4814070>[4814070](#4814070)</a> | SQL Server 2025 can now be registered on Linux containers by setting the MSSQL_PID environment variable to StandardDeveloper or EnterpriseDeveloper. | SQL Setup | Linux | Linux |
50-
| <a id=4818774>[4818774](#4818774)</a> | Fixes an issue in which VDI restore operations on Linux containers can run out of memory unexpectedly if memory is limited with a Linux cgroup. | SQL Server Engine | Linux | Linux |
51-
| <a id=4836615>[4836615](#4836615)</a> | Restricts the privilege for dbcc stackdump so that only the sysadmin can invoke the dump file. | SQL Server Engine | Security Infrastructure | All |
52-
| <a id=4860665>[4860665](#4860665)</a> | Enables create and restore Database on Contained Availability Group Connection (Listener) to let Contained AG user create and restore the database without a connection to the SQL instance. | SQL Server Engine | High Availability and Disaster Recovery | All |
53-
| <a id=4861315>[4861315](#4861315)</a> | If traceflag 15918 is enabled by using DBCC TRACEON on a SQL Server instance by having startup traceflag 15923 enabled, this configuration might cause the SQL Server process to stop responding. | SQL Server Engine | Resource Governor | All |
54-
| <a id=4861456>[4861456](#4861456)</a> | Adds an information message in the error log if the deprecated lightweight pooling configuration is enabled. | SQL Server Engine | SQL OS | Windows |
55-
| <a id=4866542>[4866542](#4866542)</a> | Removes `.rtf` from full-text system DMVs on the Linux platform. This document type was previously incorrectly reported as supported. | SQL Server Engine | Search | Linux |
56-
| <a id=4866716>[4866716](#4866716)</a> | Allows the use of sys.fn_xe_file_target_read_file() function to read the system_health event session data in Azure SQL Managed Instance. | SQL Server Engine | SQL OS | Windows |
57-
| <a id=4873449>[4873449](#4873449)</a> | Fixes an issue in which creating a full‑text index on a .docx file produced incorrect results if a paragraph began with a hyperlink and the preceding paragraph did not contain trailing whitespace. | SQL Server Engine | Search | All |
43+
| <a id=4787271>[4787271](#4787271)</a> | Fixes an issue that causes SQLCMD to crash when you use the -N switch in a :CONNECT command. | SQL Connectivity | SQL Connectivity | Windows |
44+
| <a id=4796293>[4796293](#4796293)</a> | Fixes incorrect CPU usage metrics in sys.dm_os_ring_buffers DMV for SQL Server on Linux. | SQL Server Engine | Linux | Linux |
45+
| <a id=4796318>[4796318](#4796318)</a> | Fixes an issue that causes SQL Server on Linux to fail when it reads an invalid ID type from the Domain Controller. | SQL Server Engine | Linux | Linux |
46+
| <a id=4796384>[4796384](#4796384)</a> | Fixed an issue in SQL Server on Linux that prevents Active Directory logins from working when the keytab is updated after the privileged user password is rotated. | SQL Server Engine | Linux | Linux |
47+
| <a id=4809134>[4809134](#4809134)</a> | Fixes an issue that causes SQL Server Configuration Manager (SSCM) to stop responding when importing a certificate. | SQL Server Client Tools | SQL Server Configuration Manager | Windows |
48+
| <a id=4814064>[4814064](#4814064)</a> | Fix an issue during a Daylight Saving Time "Fall Back" in which timestamps may have an incorrect time zone. | SQL Server Engine | LibOS | Linux |
49+
| <a id=4814070>[4814070](#4814070)</a> | SQL Server 2025 can now be registered on Linux containers by setting the MSSQL_PID environment variable to StandardDeveloper or EnterpriseDeveloper. | SQL Setup | Linux | Linux |
50+
| <a id=4818774>[4818774](#4818774)</a> | Fixes an issue in which VDI restore operations on Linux containers can run out of memory unexpectedly if memory is limited by a Linux cgroup. | SQL Server Engine | Linux | Linux |
51+
| <a id=4836615>[4836615](#4836615)</a> | Restricts the privilege for dbcc stackdump so that only the sysadmin can invoke the dump file. | SQL Server Engine | Security Infrastructure | All |
52+
| <a id=4860665>[4860665](#4860665)</a> | Enables creating or restoring a database using a listener for Container Availability Group Connection. This feature lets Contained AG users create and restore the database without a connection to the SQL instance. | SQL Server Engine | High Availability and Disaster Recovery | All |
53+
| <a id=4861315>[4861315](#4861315)</a> | If traceflag 15918 is enabled by using DBCC TRACEON on a SQL Server instance by having startup traceflag 15923 enabled, this configuration might cause the SQL Server process to stop responding. | SQL Server Engine | Resource Governor | All |
54+
| <a id=4861456>[4861456](#4861456)</a> | Adds an information message in the error log if the deprecated lightweight pooling configuration is enabled. | SQL Server Engine | SQL OS | Windows |
55+
| <a id=4866542>[4866542](#4866542)</a> | Removes `.rtf` from full-text system DMVs on the Linux platform. This document type was previously incorrectly reported as supported. | SQL Server Engine | Search | Linux |
56+
| <a id=4866716>[4866716](#4866716)</a> | Allows the use of sys.fn_xe_file_target_read_file() function to read the system_health event session data in Azure SQL Managed Instance. | SQL Server Engine | SQL OS | Windows |
57+
| <a id=4873449>[4873449](#4873449)</a> | Fixes an issue in which creating a full‑text index on a .docx file produced incorrect results if a paragraph began with a hyperlink and the preceding paragraph did not contain trailing whitespace. | SQL Server Engine | Search | All |
5858

5959
## How to obtain or download this or the latest cumulative update package
6060

0 commit comments

Comments
 (0)