KB5026717 - SQL Server 2022 累积更新 4
发布日期: 2023 年 5 月 11 日
版本: 16.0.4035.4
总结
本文介绍 Microsoft SQL Server 2022 的累积更新包 4(CU4)。 此更新包含 SQL Server 2022 累积更新 3 发布后发布的 21 个修补程序 ,并更新以下版本中的组件:
- SQL Server - 产品版本: 16.0.4035.4,文件版本: 2022.160.4035.4
- Analysis Services - 产品版本: 16.0.43.211,文件版本: 2022.160.43.211
此更新中的已知问题
问题 1
安装此累积更新后,使用泛型 ODBC 连接器的外部数据源可能无法再工作。 尝试查询安装此累积更新之前创建的外部表时,会收到以下错误消息:
Msg 7320,级别 16,状态 110,第 68 行
无法对链接服务器“(null)”的 OLE DB 访问接口“MSOLEDBSQL”执行查询“远程查询”。 对象引用未设置为对象实例。
如果尝试创建新的外部表,将收到以下错误消息:
Msg 110813,级别 16,状态 1,第 64 行
对象引用未设置为对象实例。
若要解决此问题,可以卸载此累积更新,或将 Driver 关键字添加到 CONNECTION_OPTIONS
参数。 有关详细信息,请参阅 安装累积更新后,通用 ODBC 外部数据源可能无法正常工作。
问题 2
安装此累积更新后,可能会收到满足以下所有条件的查询的错误结果:
索引显式指定降序排序顺序。 下面是一个示例:
CREATE NONCLUSTERED INDEX [nci_table_column1] ON [dbo].[table1] (column1 DESC)
针对包含这些索引的表运行查询。 这些查询指定与索引的排序顺序匹配的排序顺序。
排序列用于子句中的
WHERE IN
查询谓词或多个相等子句。 下面是一个示例:SELECT * FROM [dbo].[table1] WHERE column1 IN (1,2) ORDER BY column1 DESC SELECT * FROM [dbo].[table1] WHERE column1 = 1 or column1 = 2 ORDER BY column1 DESC
注意
IN
具有单个值的子句没有此问题。
若要解决此问题,可以卸载此累积更新或启用跟踪标志 (TF) 13166,然后运行 DBCC FREEPROCCACHE
。
此更新包括的改进和修补程序
包含有关各内部版本的摘要列表及其当前支持生命周期的 Excel 工作簿可供下载。 Excel 文件还包含 SQL Server 2022、SQL Server 2019 和 SQL Server 2017 的详细修补程序列表。 选择以立即下载此 Excel 文件。
注意
可以通过书签直接引用下表中的各个条目。 如果选择表中的任何 bug 引用 ID,则使用“#NNNNNNN”格式将书签标记添加到 URL。 然后,你可以与其他人共享此 URL,以便其可以直接跳转到表中的相应修补程序。
有关此累积更新中包含的 bug 和增强功能的详细信息,请参阅以下Microsoft知识库文章。
错误参考 | 说明 | 修复区域 | 组件 | 平台 |
---|---|---|---|---|
2305079 | 修复了 DateTime 当输入格式与预设格式不匹配时,Master Data Services (MDS)中无法正确识别月份和日期的问题。 |
Master Data Services | Master Data Services | Windows |
2300365 | 修复了在虚拟设备接口 (VDI) 备份期间遇到的可用性组中的数据库上最常出现的访问冲突问题。 | SQL Server 引擎 | 备份和还原 | All |
2299195 | 修复了以下问题:在服务器上配置管理数据仓库(MDW):以用户身份执行: NT Service\SQLSERVERAGENT 后,SQL Server 代理作业步骤失败并出现以下错误。 SSIS 错误。 组件名称:GenerateTSQLPackageTask,代码:-1073548540,子组件:生成 T-SQL 包任务,说明:出现以下错误消息:“给定键不存在于字典中。” 。 SSIS 错误。 组件名称:GenerateTSQLPackageTask,代码:-1073548540,子组件:生成 T-SQL 包任务,说明:出现以下错误消息:“给定键不存在于字典中。” 。 主包退出并出现错误,以前的错误消息应解释原因。 进程退出代码 5。 该步骤失败。 |
SQL Server 引擎 | 管理服务 | All |
2280423 | 修复:SQL Server 2022 和 2019 中的标量 UDF 内联问题(KB4538581) | SQL Server 引擎 | 查询执行 | All |
2306513 | 修复了在执行sys.dm_exec_query_plan_stats 过程中可能会遇到的访问冲突和INVALID_POINTER_READ_c0000005_sqlmin.dll!CProfileList::FGetPartitionSummaryXML 异常。 |
SQL Server 引擎 | 查询执行 | Windows |
2306669 | 修复了以下问题:参数敏感计划(PSP)优化生成调度程序表达式,但在应用程序尝试使用 SET FMTONLY ON T-SQL 语句仅返回元数据时,无法创建查询变体。 |
SQL Server 引擎 | 查询执行 | All |
2310201 | 修复了运行 ALTER ASSEMBLY 复杂公共语言运行时 (CLR) 程序集的命令会导致并行执行的一些其他命令超时的问题。 |
SQL Server 引擎 | 查询执行 | All |
2329208 | 修复了以下问题:在启用 PSP 优化查询存储集成后,参数敏感计划(PSP)优化无法成功从查询存储的内存中删除查询。 | SQL Server 引擎 | 查询执行 | All |
2344871 | 将两个新的跟踪标志(TF)添加到自动优化自动计划更正(APC)功能。 TF 12618 引入了包含多个连续检查的新计划回归检测模型。 TF 12656 引入了使用基于时间的计划回归检查的功能,该检查将在发现计划更改后 5 分钟发生,从而避免由快速执行的查询对回归检查产生偏差。 | SQL Server 引擎 | 查询执行 | All |
2344940 | 修复了当参数敏感计划(PSP)优化在某些条件下启用查询存储集成时,当查询变体和调度程序计划从查询存储数据的内存中部分刷新到磁盘时,访问冲突。 | SQL Server 引擎 | 查询执行 | All |
2344943 | 修复了参数敏感计划(PSP)优化在与 PSP 相关的查询存储中存在不一致状态时启用查询存储集成时的访问冲突。 存储过程也进行了 sp_query_store_consistency_check 改进,这将修复查询变体和调度计划一致性问题。 |
SQL Server 引擎 | 查询执行 | All |
2344945 | 修复了从查询存储中删除调度程序计划时,参数敏感计划(PSP)优化启用了查询存储集成的问题。 | SQL Server 引擎 | 查询执行 | All |
2278800 | 修复了在使用子句时使用 LAG 或 LEAD 窗口函数 IGNORE NULLS 时返回错误结果的问题。 |
SQL Server 引擎 | 查询优化器 | All |
2297428 | 修复了以下问题 KILL STATS JOB :当运行多个异步统计信息作业时,进程会泄漏对某些项的引用计数,这会导致这些项保留在队列中(通过 sys.dm_exec_background_job_queue 可见),直到 SQL Server 实例重新启动为止。 |
SQL Server 引擎 | 查询优化器 | All |
2307893 | 修复了筛选 ROW_NUMBER 并涉及可为 null 列的查询的错误结果。 |
SQL Server 引擎 | 查询优化器 | All |
2313621 | 修复了以下错误和访问冲突,这些错误是由同一标量子查询的多个事件导致的计划错误: Msg 596、Level 21、State 1、LineNumber <> 无法继续执行,因为会话处于终止状态。 Msg 0、Level 20、State 0、LineNumber <> A 严重错误发生在当前命令上。 应放弃结果(如果有)。 |
SQL Server 引擎 | 查询优化器 | All |
2343788 | 修复了构造函数中出现 OOM(内存不足)错误时基数估计 (CE) 反馈中的内存泄漏问题。 | SQL Server 引擎 | 查询优化器 | All |
2303424 | 修复了阻止在启用了 Azure Synapse Link 且排序规则设置为 Latin1_General_BIN2 的数据库上删除表组的问题。 |
SQL Server 引擎 | 复制 | All |
2335976 | 修复了在删除 CDC 捕获并删除SQL Server 代理中的作业后,再次添加更改数据捕获 (CDC) 作业时出现错误 22836 的问题。 | SQL Server 引擎 | 复制 | All |
2312111 | 修复:将累积更新应用于包含可用性组的 SQL Server 实例(KB5027331) | SQL Server 引擎 | SQL 代理 | All |
2329148 | 修复了以下问题:当你请求停止它时,Linux 上的 SQL Server 服务会退出,代码失败。 | SQL Server 引擎 | SQL Server 引擎 | Linux |
如何获取或下载此或最新的累积更新包
如何获取或下载适用于 Windows 的最新累积更新包(建议)
可从Microsoft下载中心获取以下更新:
注意
- Microsoft下载中心将始终提供最新的 SQL Server 2022 CU 版本。
- 如果未显示下载页,请联系 Microsoft客户服务和支持 部门获取累积更新包。
如何从 Microsoft 更新目录获取或下载 Windows 的此累积更新包
Microsoft更新目录中提供了以下更新:
注意
- Microsoft更新目录 包含此 SQL Server 2022 CU 和以前发布的 SQL Server 2022 CU 版本。
- 此 CU 也可通过 Windows Server Update Services(WSUS)获得。
- 建议始终安装可用的最新累积更新。
如何获取或下载适用于 Linux 的最新累积更新包
要将 Linux 上的 SQL Server 2022 更新到最新的 CU,必须先配置累积更新存储库。 然后,使用特定于平台的适当更新命令更新 SQL Server 包。
有关安装说明和指向 CU 包下载的直接链接,请参阅 SQL Server 2022 发行说明。
文件信息
文件哈希信息
可以通过以下命令计算SQLServer2022-KB5026717-x64.exe文件的哈希来验证下载:
certutil -hashfile SQLServer2022-KB5026717-x64.exe SHA256
文件名 | SHA256 哈希 |
---|---|
SQLServer2022-KB5026717-x64.exe | 110B1B51DD804FD53315A4FEB58E90A3273AC08750CD3A3396C38B300D228B99 |
累积更新包文件信息
此程序包的英文版具有下表中列出的文件属性(或较新的文件属性)。 这些文件的日期和时间以协调世界时 (UTC) 格式列出。 查看文件信息时,会将其转换为本地时间。 若要查找 UTC 和本地时间之间的差异,请使用控制面板中的“日期和时间”项中的“时区”选项卡。
SQL Server 2022 Analysis Services
文件名 | 文件版本 | 文件大小 | 日期 | 时间 | 平台 |
---|---|---|---|---|---|
Asplatformhost.dll | 2022.160.43.211 | 336848 | 1-May-23 | 11:06 | x64 |
Microsoft.analysisservices.server.core.dll | 16.0.43.211 | 2903504 | 1-May-23 | 11:06 | x86 |
Microsoft.data.mashup.sqlclient.dll | 2.108.3243.0 | 24480 | 1-May-23 | 11:06 | x86 |
Microsoft.data.sqlclient.dll | 1.14.21068.1 | 1920960 | 1-May-23 | 11:06 | x86 |
Microsoft.identity.client.dll | 4.14.0.0 | 1350048 | 1-May-23 | 11:06 | x86 |
Microsoft.identitymodel.jsonwebtokens.dll | 5.6.0.61018 | 65952 | 1-May-23 | 11:06 | x86 |
Microsoft.identitymodel.logging.dll | 5.6.0.61018 | 26,528 | 1-May-23 | 11:06 | x86 |
Microsoft.identitymodel.protocols.dll | 5.6.0.61018 | 32192 | 1-May-23 | 11:06 | x86 |
Microsoft.identitymodel.protocols.openidconnect.dll | 5.6.0.61018 | 103,328 | 1-May-23 | 11:06 | x86 |
Microsoft.identitymodel.tokens.dll | 5.6.0.61018 | 162720 | 1-May-23 | 11:06 | x86 |
Msmdctr.dll | 2022.160.43.211 | 38864 | 1-May-23 | 11:06 | x64 |
msmdlocal.dll | 2022.160.43.211 | 53921192 | 1-May-23 | 11:06 | x86 |
msmdlocal.dll | 2022.160.43.211 | 71759272 | 1-May-23 | 11:06 | x64 |
Msmdpump.dll | 2022.160.43.211 | 10335184 | 1-May-23 | 11:06 | x64 |
Msmdredir.dll | 2022.160.43.211 | 8132048 | 1-May-23 | 11:06 | x86 |
Msmdsrv.exe | 2022.160.43.211 | 71316392 | 1-May-23 | 11:06 | x64 |
Msmdsrv.rll | 2022.160.43.211 | 954792 | 1-May-23 | 11:06 | x64 |
Msmdsrv.rll | 2022.160.43.211 | 1882576 | 1-May-23 | 11:06 | x64 |
Msmdsrv.rll | 2022.160.43.211 | 1669536 | 1-May-23 | 11:06 | x64 |
Msmdsrv.rll | 2022.160.43.211 | 1878952 | 1-May-23 | 11:06 | x64 |
Msmdsrv.rll | 2022.160.43.211 | 1846176 | 1-May-23 | 11:06 | x64 |
Msmdsrv.rll | 2022.160.43.211 | 1145256 | 1-May-23 | 11:06 | x64 |
Msmdsrv.rll | 2022.160.43.211 | 1138088 | 1-May-23 | 11:06 | x64 |
Msmdsrv.rll | 2022.160.43.211 | 1767336 | 1-May-23 | 11:06 | x64 |
Msmdsrv.rll | 2022.160.43.211 | 1746856 | 1-May-23 | 11:06 | x64 |
Msmdsrv.rll | 2022.160.43.211 | 930728 | 1-May-23 | 11:06 | x64 |
Msmdsrv.rll | 2022.160.43.211 | 1835432 | 1-May-23 | 11:06 | x64 |
Msmdsrvi.rll | 2022.160.43.211 | 953256 | 1-May-23 | 11:06 | x64 |
Msmdsrvi.rll | 2022.160.43.211 | 1880488 | 1-May-23 | 11:06 | x64 |
Msmdsrvi.rll | 2022.160.43.211 | 1666472 | 1-May-23 | 11:06 | x64 |
Msmdsrvi.rll | 2022.160.43.211 | 1874344 | 1-May-23 | 11:06 | x64 |
Msmdsrvi.rll | 2022.160.43.211 | 1842600 | 1-May-23 | 11:06 | x64 |
Msmdsrvi.rll | 2022.160.43.211 | 1143208 | 1-May-23 | 11:06 | x64 |
Msmdsrvi.rll | 2022.160.43.211 | 1136552 | 1-May-23 | 11:06 | x64 |
Msmdsrvi.rll | 2022.160.43.211 | 1763752 | 1-May-23 | 11:06 | x64 |
Msmdsrvi.rll | 2022.160.43.211 | 1743272 | 1-May-23 | 11:06 | x64 |
Msmdsrvi.rll | 2022.160.43.211 | 931240 | 1-May-23 | 11:06 | x64 |
Msmdsrvi.rll | 2022.160.43.211 | 1830824 | 1-May-23 | 11:06 | x64 |
msmgdsrv.dll | 2022.160.43.211 | 10083792 | 1-May-23 | 11:06 | x64 |
msmgdsrv.dll | 2022.160.43.211 | 8265640 | 1-May-23 | 11:06 | x86 |
Msolap.dll | 2022.160.43.211 | 10970064 | 1-May-23 | 11:06 | x64 |
Msolap.dll | 2022.160.43.211 | 8744912 | 1-May-23 | 11:06 | x86 |
Msolui.dll | 2022.160.43.211 | 308136 | 1-May-23 | 11:06 | x64 |
Msolui.dll | 2022.160.43.211 | 289744 | 1-May-23 | 11:06 | x86 |
newtonsoft.json.dll | 13.0.1.25517 | 704448 | 1-May-23 | 11:06 | x86 |
Sni.dll | 1.1.1.0 | 555424 | 1-May-23 | 11:06 | x64 |
Sql_as_keyfile.dll | 2022.160.4035.4 | 137104 | 1-May-23 | 11:06 | x64 |
Sqlceip.exe | 16.0.4035.4 | 300960 | 1-May-23 | 11:07 | x86 |
sqldumper.exe | 2022.160.4035.4 | 227216 | 1-May-23 | 11:07 | x86 |
sqldumper.exe | 2022.160.4035.4 | 260032 | 1-May-23 | 11:07 | x64 |
System.identitymodel.tokens.jwt.dll | 5.6.0.61018 | 83872 | 1-May-23 | 11:06 | x86 |
Tmapi.dll | 2022.160.43.211 | 5884368 | 1-May-23 | 11:06 | x64 |
Tmcachemgr.dll | 2022.160.43.211 | 5575120 | 1-May-23 | 11:06 | x64 |
Tmpersistence.dll | 2022.160.43.211 | 1481168 | 1-May-23 | 11:06 | x64 |
Tmtransactions.dll | 2022.160.43.211 | 7197648 | 1-May-23 | 11:06 | x64 |
xmsrv.dll | 2022.160.43.211 | 26594256 | 1-May-23 | 11:06 | x64 |
xmsrv.dll | 2022.160.43.211 | 35895720 | 1-May-23 | 11:06 | x86 |
SQL Server 2022 Database Services Common Core
文件名 | 文件版本 | 文件大小 | 日期 | 时间 | 平台 |
---|---|---|---|---|---|
Instapi150.dll | 2022.160.4035.4 | 104336 | 1-May-23 | 11:07 | x64 |
Instapi150.dll | 2022.160.4035.4 | 79,760 | 1-May-23 | 11:07 | x86 |
Microsoft.analysisservices.adomdclient.dll | 16.0.43.211 | 2633680 | 1-May-23 | 11:07 | x86 |
Microsoft.analysisservices.adomdclient.dll | 16.0.43.211 | 2633640 | 1-May-23 | 11:07 | x86 |
Microsoft.analysisservices.core.dll | 16.0.43.211 | 2933152 | 1-May-23 | 11:07 | x86 |
Microsoft.analysisservices.xmla.dll | 16.0.43.211 | 2323408 | 1-May-23 | 11:07 | x86 |
Microsoft.analysisservices.xmla.dll | 16.0.43.211 | 2323368 | 1-May-23 | 11:07 | x86 |
Microsoft.sqlserver.rmo.dll | 16.0.4035.4 | 554912 | 1-May-23 | 11:07 | x86 |
Microsoft.sqlserver.rmo.dll | 16.0.4035.4 | 554944 | 1-May-23 | 11:07 | x86 |
Msasxpress.dll | 2022.160.43.211 | 32720 | 1-May-23 | 11:07 | x64 |
Msasxpress.dll | 2022.160.43.211 | 27600 | 1-May-23 | 11:07 | x86 |
Sql_common_core_keyfile.dll | 2022.160.4035.4 | 137104 | 1-May-23 | 11:07 | x64 |
sqldumper.exe | 2022.160.4035.4 | 260032 | 1-May-23 | 11:07 | x64 |
sqldumper.exe | 2022.160.4035.4 | 227216 | 1-May-23 | 11:07 | x86 |
SQL Server 2022 Data Quality Client
文件名 | 文件版本 | 文件大小 | 日期 | 时间 | 平台 |
---|---|---|---|---|---|
Microsoft.ssdqs.studio.views.dll | 16.0.4035.4 | 2066336 | 1-May-23 | 11:07 | x86 |
Sql_dqc_keyfile.dll | 2022.160.4035.4 | 137104 | 1-May-23 | 11:07 | x64 |
SQL Server 2022 数据质量
文件名 | 文件版本 | 文件大小 | 日期 | 时间 | 平台 |
---|---|---|---|---|---|
Microsoft.ssdqs.core.dll | 16.0.4035.4 | 599,952 | 1-May-23 | 11:07 | x86 |
Microsoft.ssdqs.core.dll | 16.0.4035.4 | 599968 | 1-May-23 | 11:07 | x86 |
Microsoft.ssdqs.dll | 16.0.4035.4 | 173984 | 1-May-23 | 11:07 | x86 |
Microsoft.ssdqs.dll | 16.0.4035.4 | 174032 | 1-May-23 | 11:07 | x86 |
Microsoft.ssdqs.infra.dll | 16.0.4035.4 | 1857440 | 1-May-23 | 11:07 | x86 |
Microsoft.ssdqs.infra.dll | 16.0.4035.4 | 1857472 | 1-May-23 | 11:07 | x86 |
Microsoft.ssdqs.proxy.dll | 16.0.4035.4 | 370576 | 1-May-23 | 11:07 | x86 |
Microsoft.ssdqs.proxy.dll | 16.0.4035.4 | 370640 | 1-May-23 | 11:07 | x86 |
SQL Server 2022 Database Services 核心实例
文件名 | 文件版本 | 文件大小 | 日期 | 时间 | 平台 |
---|---|---|---|---|---|
Aetm-enclave-simulator.dll | 2022.160.4035.4 | 4718992 | 1-May-23 | 12:22 | x64 |
Aetm-enclave.dll | 2022.160.4035.4 | 4673464 | 1-May-23 | 12:22 | x64 |
Aetm-sgx-enclave-simulator.dll | 2022.160.4035.4 | 4909136 | 1-May-23 | 12:22 | x64 |
Aetm-sgx-enclave.dll | 2022.160.4035.4 | 4874496 | 1-May-23 | 12:22 | x64 |
Hadrres.dll | 2022.160.4035.4 | 227280 | 1-May-23 | 12:22 | x64 |
Hkcompile.dll | 2022.160.4035.4 | 1411024 | 1-May-23 | 12:22 | x64 |
Hkengine.dll | 2022.160.4035.4 | 5760912 | 1-May-23 | 12:22 | x64 |
Hkruntime.dll | 2022.160.4035.4 | 190400 | 1-May-23 | 12:22 | x64 |
Hktempdb.dll | 2022.160.4035.4 | 71584 | 1-May-23 | 12:22 | x64 |
Microsoft.analysisservices.applocal.xmla.dll | 16.0.43.211 | 2322384 | 1-May-23 | 12:22 | x86 |
Microsoft.sqlserver.xevent.linq.dll | 2022.160.4035.4 | 333728 | 1-May-23 | 12:22 | x64 |
Microsoft.sqlserver.xevent.targets.dll | 2022.160.4035.4 | 96208 | 1-May-23 | 12:22 | x64 |
Odsole70.rll |
16.0.4035.4 | 30,656 | 1-May-23 | 12:22 | x64 |
Odsole70.rll |
16.0.4035.4 | 38864 | 1-May-23 | 12:22 | x64 |
Odsole70.rll |
16.0.4035.4 | 34752 | 1-May-23 | 12:22 | x64 |
Odsole70.rll |
16.0.4035.4 | 38864 | 1-May-23 | 12:22 | x64 |
Odsole70.rll |
16.0.4035.4 | 38856 | 1-May-23 | 12:22 | x64 |
Odsole70.rll |
16.0.4035.4 | 30672 | 1-May-23 | 12:22 | x64 |
Odsole70.rll |
16.0.4035.4 | 30,656 | 1-May-23 | 12:22 | x64 |
Odsole70.rll |
16.0.4035.4 | 34720 | 1-May-23 | 12:22 | x64 |
Odsole70.rll |
16.0.4035.4 | 38848 | 1-May-23 | 12:22 | x64 |
Odsole70.rll |
16.0.4035.4 | 30,656 | 1-May-23 | 12:22 | x64 |
Odsole70.rll |
16.0.4035.4 | 38864 | 1-May-23 | 12:22 | x64 |
Qds.dll | 2022.160.4035.4 | 1791904 | 1-May-23 | 12:22 | x64 |
Rsfxft.dll | 2022.160.4035.4 | 55,184 | 1-May-23 | 12:22 | x64 |
Secforwarder.dll | 2022.160.4035.4 | 83904 | 1-May-23 | 12:22 | x64 |
Sql_engine_core_inst_keyfile.dll | 2022.160.4035.4 | 137104 | 1-May-23 | 12:22 | x64 |
Sqlaccess.dll | 2022.160.4035.4 | 444368 | 1-May-23 | 12:22 | x64 |
Sqlagent.exe | 2022.160.4035.4 | 726976 | 1-May-23 | 12:22 | x64 |
Sqlceip.exe | 16.0.4035.4 | 300960 | 1-May-23 | 12:22 | x86 |
Sqlctr160.dll | 2022.160.4035.4 | 157584 | 1-May-23 | 12:22 | x64 |
Sqlctr160.dll | 2022.160.4035.4 | 128928 | 1-May-23 | 12:22 | x86 |
Sqldk.dll | 2022.160.4035.4 | 4028304 | 1-May-23 | 12:22 | x64 |
Sqlevn70.rll |
2022.160.4035.4 | 1746848 | 1-May-23 | 12:22 | x64 |
Sqlevn70.rll |
2022.160.4035.4 | 3844000 | 1-May-23 | 12:22 | x64 |
Sqlevn70.rll |
2022.160.4035.4 | 4061072 | 1-May-23 | 12:22 | x64 |
Sqlevn70.rll |
2022.160.4035.4 | 4568976 | 1-May-23 | 12:22 | x64 |
Sqlevn70.rll |
2022.160.4035.4 | 4700064 | 1-May-23 | 12:22 | x64 |
Sqlevn70.rll |
2022.160.4035.4 | 3745696 | 1-May-23 | 12:22 | x64 |
Sqlevn70.rll |
2022.160.4035.4 | 3930016 | 1-May-23 | 12:22 | x64 |
Sqlevn70.rll |
2022.160.4035.4 | 4568992 | 1-May-23 | 12:22 | x64 |
Sqlevn70.rll |
2022.160.4035.4 | 4396960 | 1-May-23 | 12:22 | x64 |
Sqlevn70.rll |
2022.160.4035.4 | 4470688 | 1-May-23 | 12:22 | x64 |
Sqlevn70.rll |
2022.160.4035.4 | 2443168 | 1-May-23 | 12:22 | x64 |
Sqlevn70.rll |
2022.160.4035.4 | 2385824 | 1-May-23 | 12:22 | x64 |
Sqlevn70.rll |
2022.160.4035.4 | 4257696 | 1-May-23 | 12:22 | x64 |
Sqlevn70.rll |
2022.160.4035.4 | 3893136 | 1-May-23 | 12:22 | x64 |
Sqlevn70.rll |
2022.160.4035.4 | 4409248 | 1-May-23 | 12:22 | x64 |
Sqlevn70.rll |
2022.160.4035.4 | 4200352 | 1-May-23 | 12:22 | x64 |
Sqlevn70.rll |
2022.160.4035.4 | 4183952 | 1-May-23 | 12:22 | x64 |
Sqlevn70.rll |
2022.160.4035.4 | 3970976 | 1-May-23 | 12:22 | x64 |
Sqlevn70.rll |
2022.160.4035.4 | 3848080 | 1-May-23 | 12:22 | x64 |
Sqlevn70.rll |
2022.160.4035.4 | 1685408 | 1-May-23 | 12:22 | x64 |
Sqlevn70.rll |
2022.160.4035.4 | 4290448 | 1-May-23 | 12:22 | x64 |
Sqlevn70.rll |
2022.160.4035.4 | 4433824 | 1-May-23 | 12:22 | x64 |
Sqllang.dll | 2022.160.4035.4 | 48588736 | 1-May-23 | 12:22 | x64 |
Sqlmin.dll | 2022.160.4035.4 | 51333024 | 1-May-23 | 12:22 | x64 |
Sqlos.dll | 2022.160.4035.4 | 51088 | 1-May-23 | 12:22 | x64 |
Sqlrepss.dll | 2022.160.4035.4 | 137104 | 1-May-23 | 12:22 | x64 |
Sqlscriptdowngrade.dll | 2022.160.4035.4 | 51,104 | 1-May-23 | 12:22 | x64 |
Sqlscriptupgrade.dll | 2022.160.4035.4 | 5830544 | 1-May-23 | 12:22 | x64 |
Sqlservr.exe | 2022.160.4035.4 | 722880 | 1-May-23 | 12:22 | x64 |
Sqltses.dll | 2022.160.4035.4 | 9390032 | 1-May-23 | 12:22 | x64 |
Sqsrvres.dll | 2022.160.4035.4 | 305104 | 1-May-23 | 12:22 | x64 |
Svl.dll | 2022.160.4035.4 | 247696 | 1-May-23 | 12:22 | x64 |
Xe.dll | 2022.160.4035.4 | 718800 | 1-May-23 | 12:22 | x64 |
Xpstar.dll | 2022.160.4035.4 | 534480 | 1-May-23 | 12:22 | x64 |
SQL Server 2022 Database Services Core 共享
文件名 | 文件版本 | 文件大小 | 日期 | 时间 | 平台 |
---|---|---|---|---|---|
Distrib.exe | 2022.160.4035.4 | 268224 | 1-May-23 | 11:07 | x64 |
Dts.dll | 2022.160.4035.4 | 3266512 | 1-May-23 | 11:07 | x64 |
Logread.exe | 2022.160.4035.4 | 788384 | 1-May-23 | 11:07 | x64 |
Microsoft.analysisservices.applocal.core.dll | 16.0.43.211 | 2933672 | 1-May-23 | 11:06 | x86 |
Microsoft.data.sqlclient.dll | 3.10.22089.1 | 2032120 | 1-May-23 | 11:07 | x86 |
Microsoft.datatransformationservices.scalehelper.dll | 16.0.4035.4 | 30,608 | 1-May-23 | 11:07 | x86 |
Microsoft.identity.client.dll | 4.36.1.0 | 1503672 | 1-May-23 | 11:07 | x86 |
Microsoft.identitymodel.jsonwebtokens.dll | 5.5.0.60624 | 66096 | 1-May-23 | 11:07 | x86 |
Microsoft.identitymodel.logging.dll | 5.5.0.60624 | 32296 | 1-May-23 | 11:07 | x86 |
Microsoft.identitymodel.protocols.dll | 5.5.0.60624 | 37416 | 1-May-23 | 11:07 | x86 |
Microsoft.identitymodel.protocols.openidconnect.dll | 5.5.0.60624 | 109096 | 1-May-23 | 11:07 | x86 |
Microsoft.identitymodel.tokens.dll | 5.5.0.60624 | 167672 | 1-May-23 | 11:07 | x86 |
Microsoft.sqlserver.replication.dll | 2022.160.4035.4 | 1714128 | 1-May-23 | 11:07 | x64 |
Microsoft.sqlserver.rmo.dll | 16.0.4035.4 | 554944 | 1-May-23 | 11:07 | x86 |
Msgprox.dll | 2022.160.4035.4 | 313296 | 1-May-23 | 11:07 | x64 |
Msoledbsql.dll | 2018.186.4.0 | 2734072 | 1-May-23 | 11:07 | x64 |
Msoledbsql.dll | 2018.186.4.0 | 153584 | 1-May-23 | 11:07 | x64 |
newtonsoft.json.dll | 13.0.1.25517 | 704408 | 1-May-23 | 11:07 | x86 |
Qrdrsvc.exe | 2022.160.4035.4 | 530336 | 1-May-23 | 11:07 | x64 |
Rdistcom.dll | 2022.160.4035.4 | 939984 | 1-May-23 | 11:07 | x64 |
Repldp.dll | 2022.160.4035.4 | 337872 | 1-May-23 | 11:07 | x64 |
Replisapi.dll | 2022.160.4035.4 | 419792 | 1-May-23 | 11:07 | x64 |
Replmerg.exe | 2022.160.4035.4 | 604096 | 1-May-23 | 11:07 | x64 |
Replprov.dll | 2022.160.4035.4 | 890768 | 1-May-23 | 11:07 | x64 |
Replrec.dll | 2022.160.4035.4 | 1058704 | 1-May-23 | 11:07 | x64 |
Replsub.dll | 2022.160.4035.4 | 501648 | 1-May-23 | 11:07 | x64 |
Spresolv.dll | 2022.160.4035.4 | 300960 | 1-May-23 | 11:07 | x64 |
Sql_engine_core_shared_keyfile.dll | 2022.160.4035.4 | 137104 | 1-May-23 | 11:06 | x64 |
Sqlcmd.exe | 2022.160.4035.4 | 276432 | 1-May-23 | 11:07 | x64 |
Sqldistx.dll | 2022.160.4035.4 | 268240 | 1-May-23 | 11:07 | x64 |
Sqlmergx.dll | 2022.160.4035.4 | 423824 | 1-May-23 | 11:07 | x64 |
Xe.dll | 2022.160.4035.4 | 718800 | 1-May-23 | 11:07 | x64 |
SQL Server 2022 sql_extensibility
文件名 | 文件版本 | 文件大小 | 日期 | 时间 | 平台 |
---|---|---|---|---|---|
Commonlauncher.dll | 2022.160.4035.4 | 100240 | 1-May-23 | 11:07 | x64 |
Exthost.exe | 2022.160.4035.4 | 247760 | 1-May-23 | 11:07 | x64 |
Launchpad.exe | 2022.160.4035.4 | 1357728 | 1-May-23 | 11:07 | x64 |
Sql_extensibility_keyfile.dll | 2022.160.4035.4 | 137104 | 1-May-23 | 11:07 | x64 |
Sqlsatellite.dll | 2022.160.4035.4 | 1165216 | 1-May-23 | 11:07 | x64 |
SQL Server 2022 全文引擎
文件名 | 文件版本 | 文件大小 | 日期 | 时间 | 平台 |
---|---|---|---|---|---|
Fd.dll | 2022.160.4035.4 | 710544 | 1-May-23 | 11:07 | x64 |
Fdhost.exe | 2022.160.4035.4 | 153552 | 1-May-23 | 11:07 | x64 |
Fdlauncher.exe | 2022.160.4035.4 | 100304 | 1-May-23 | 11:07 | x64 |
Sql_fulltext_keyfile.dll | 2022.160.4035.4 | 137104 | 1-May-23 | 11:07 | x64 |
SQL Server 2022 Integration Services
文件名 | 文件版本 | 文件大小 | 日期 | 时间 | 平台 |
---|---|---|---|---|---|
Attunity.sqlserver.cdccontroltask.dll | 7.0.0.133 | 78272 | 1-May-23 | 11:20 | x86 |
Attunity.sqlserver.cdccontroltask.dll | 7.0.0.133 | 78272 | 1-May-23 | 11:20 | x86 |
Attunity.sqlserver.cdcsplit.dll | 7.0.0.133 | 39320 | 1-May-23 | 11:20 | x86 |
Attunity.sqlserver.cdcsplit.dll | 7.0.0.133 | 39320 | 1-May-23 | 11:20 | x86 |
Attunity.sqlserver.cdcsrc.dll | 7.0.0.133 | 79,808 | 1-May-23 | 11:20 | x86 |
Attunity.sqlserver.cdcsrc.dll | 7.0.0.133 | 79,808 | 1-May-23 | 11:20 | x86 |
Dts.dll | 2022.160.4035.4 | 2860960 | 1-May-23 | 11:20 | x86 |
Dts.dll | 2022.160.4035.4 | 3266512 | 1-May-23 | 11:20 | x64 |
Isdbupgradewizard.exe | 16.0.4035.4 | 120768 | 1-May-23 | 11:20 | x86 |
Isdbupgradewizard.exe | 16.0.4035.4 | 120,736 | 1-May-23 | 11:20 | x86 |
Microsoft.analysisservices.applocal.core.dll | 16.0.43.211 | 2933672 | 1-May-23 | 11:20 | x86 |
Microsoft.sqlserver.integrationservices.isserverdbupgrade.dll | 16.0.4035.4 | 509840 | 1-May-23 | 11:20 | x86 |
Microsoft.sqlserver.integrationservices.isserverdbupgrade.dll | 16.0.4035.4 | 509840 | 1-May-23 | 11:20 | x86 |
Msdtssrvr.exe | 16.0.4035.4 | 219040 | 1-May-23 | 11:20 | x64 |
Msmdpp.dll | 2022.160.43.211 | 10165712 | 1-May-23 | 11:20 | x64 |
newtonsoft.json.dll | 13.0.1.25517 | 704408 | 1-May-23 | 11:20 | x86 |
newtonsoft.json.dll | 13.0.1.25517 | 704408 | 1-May-23 | 11:20 | x86 |
Sql_is_keyfile.dll | 2022.160.4035.4 | 137104 | 1-May-23 | 11:20 | x64 |
Sqlceip.exe | 16.0.4035.4 | 300960 | 1-May-23 | 11:20 | x86 |
Xe.dll | 2022.160.4035.4 | 640976 | 1-May-23 | 11:20 | x86 |
Xe.dll | 2022.160.4035.4 | 718800 | 1-May-23 | 11:20 | x64 |
SQL Server 2022 sql_polybase_core_inst
文件名 | 文件版本 | 文件大小 | 日期 | 时间 | 平台 |
---|---|---|---|---|---|
Dms.dll | 16.0.1024.0 | 559064 | 1-May-23 | 1,204 | x86 |
Dmsnative.dll | 2022.160.1024.0 | 152496 | 1-May-23 | 1,204 | x64 |
Dwengineservice.dll | 16.0.1024.0 | 44976 | 1-May-23 | 1,204 | x86 |
Instapi150.dll | 2022.160.4035.4 | 104336 | 1-May-23 | 1,204 | x64 |
Microsoft.sqlserver.datawarehouse.backup.backupmetadata.dll | 16.0.1024.0 | 67488 | 1-May-23 | 1,204 | x86 |
Microsoft.sqlserver.datawarehouse.catalog.dll | 16.0.1024.0 | 293336 | 1-May-23 | 1,204 | x86 |
Microsoft.sqlserver.datawarehouse.common.dll | 16.0.1024.0 | 1957848 | 1-May-23 | 1,204 | x86 |
Microsoft.sqlserver.datawarehouse.configuration.dll | 16.0.1024.0 | 169392 | 1-May-23 | 1,204 | x86 |
Microsoft.sqlserver.datawarehouse.datamovement.common.dll | 16.0.1024.0 | 647080 | 1-May-23 | 1,204 | x86 |
Microsoft.sqlserver.datawarehouse.datamovement.manager.dll | 16.0.1024.0 | 246232 | 1-May-23 | 1,204 | x86 |
Microsoft.sqlserver.datawarehouse.datamovement.messagetypes.dll | 16.0.1024.0 | 139216 | 1-May-23 | 1,204 | x86 |
Microsoft.sqlserver.datawarehouse.datamovement.messagingprotocol.dll | 16.0.1024.0 | 79832 | 1-May-23 | 1,204 | x86 |
Microsoft.sqlserver.datawarehouse.diagnostics.dll | 16.0.1024.0 | 51152 | 1-May-23 | 1,204 | x86 |
Microsoft.sqlserver.datawarehouse.distributor.dll | 16.0.1024.0 | 88528 | 1-May-23 | 1,204 | x86 |
Microsoft.sqlserver.datawarehouse.engine.dll | 16.0.1024.0 | 1129432 | 1-May-23 | 1,204 | x86 |
Microsoft.sqlserver.datawarehouse.engine.statsstream.dll | 16.0.1024.0 | 80856 | 1-May-23 | 1,204 | x86 |
Microsoft.sqlserver.datawarehouse.eventing.dll | 16.0.1024.0 | 70560 | 1-May-23 | 1,204 | x86 |
Microsoft.sqlserver.datawarehouse.fabric.appliance.dll | 16.0.1024.0 | 35,232 | 1-May-23 | 1,204 | x86 |
Microsoft.sqlserver.datawarehouse.fabric.interface.dll | 16.0.1024.0 | 30,640 | 1-May-23 | 1,204 | x86 |
Microsoft.sqlserver.datawarehouse.fabric.polybase.dll | 16.0.1024.0 | 46544 | 1-May-23 | 1,204 | x86 |
Microsoft.sqlserver.datawarehouse.fabric.xdbinterface.dll | 16.0.1024.0 | 21408 | 1-May-23 | 1,204 | x86 |
Microsoft.sqlserver.datawarehouse.failover.dll | 16.0.1024.0 | 26,544 | 1-May-23 | 1,204 | x86 |
Microsoft.sqlserver.datawarehouse.hadoop.hadoopbridge.dll | 16.0.1024.0 | 131504 | 1-May-23 | 1,204 | x86 |
Microsoft.sqlserver.datawarehouse.loadercommon.dll | 16.0.1024.0 | 86480 | 1-May-23 | 1,204 | x86 |
Microsoft.sqlserver.datawarehouse.loadmanager.dll | 16.0.1024.0 | 100,768 | 1-May-23 | 1,204 | x86 |
Microsoft.sqlserver.datawarehouse.localization.dll | 16.0.1024.0 | 293280 | 1-May-23 | 1,204 | x86 |
Microsoft.sqlserver.datawarehouse.localization.resources.dll | 16.0.1024.0 | 120224 | 1-May-23 | 1,204 | x86 |
Microsoft.sqlserver.datawarehouse.localization.resources.dll | 16.0.1024.0 | 138144 | 1-May-23 | 1,204 | x86 |
Microsoft.sqlserver.datawarehouse.localization.resources.dll | 16.0.1024.0 | 141232 | 1-May-23 | 1,204 | x86 |
Microsoft.sqlserver.datawarehouse.localization.resources.dll | 16.0.1024.0 | 137648 | 1-May-23 | 1,204 | x86 |
Microsoft.sqlserver.datawarehouse.localization.resources.dll | 16.0.1024.0 | 150432 | 1-May-23 | 1,204 | x86 |
Microsoft.sqlserver.datawarehouse.localization.resources.dll | 16.0.1024.0 | 139696 | 1-May-23 | 1,204 | x86 |
Microsoft.sqlserver.datawarehouse.localization.resources.dll | 16.0.1024.0 | 134560 | 1-May-23 | 1,204 | x86 |
Microsoft.sqlserver.datawarehouse.localization.resources.dll | 16.0.1024.0 | 176,560 | 1-May-23 | 1,204 | x86 |
Microsoft.sqlserver.datawarehouse.localization.resources.dll | 16.0.1024.0 | 117680 | 1-May-23 | 1,204 | x86 |
Microsoft.sqlserver.datawarehouse.localization.resources.dll | 16.0.1024.0 | 136,624 | 1-May-23 | 1,204 | x86 |
Microsoft.sqlserver.datawarehouse.nodes.dll | 16.0.1024.0 | 72608 | 1-May-23 | 1,204 | x86 |
Microsoft.sqlserver.datawarehouse.nulltransaction.dll | 16.0.1024.0 | 21968 | 1-May-23 | 1,204 | x86 |
Microsoft.sqlserver.datawarehouse.parallelizer.dll | 16.0.1024.0 | 37,280 | 1-May-23 | 1,204 | x86 |
Microsoft.sqlserver.datawarehouse.resourcemanagement.dll | 16.0.1024.0 | 128928 | 1-May-23 | 1,204 | x86 |
Microsoft.sqlserver.datawarehouse.sql.dll | 16.0.1024.0 | 3064784 | 1-May-23 | 1,204 | x86 |
Microsoft.sqlserver.datawarehouse.sql.parser.dll | 16.0.1024.0 | 3955664 | 1-May-23 | 1,204 | x86 |
Microsoft.sqlserver.datawarehouse.sql.parser.resources.dll | 16.0.1024.0 | 118232 | 1-May-23 | 1,204 | x86 |
Microsoft.sqlserver.datawarehouse.sql.parser.resources.dll | 16.0.1024.0 | 133080 | 1-May-23 | 1,204 | x86 |
Microsoft.sqlserver.datawarehouse.sql.parser.resources.dll | 16.0.1024.0 | 137688 | 1-May-23 | 1,204 | x86 |
Microsoft.sqlserver.datawarehouse.sql.parser.resources.dll | 16.0.1024.0 | 133592 | 1-May-23 | 1,204 | x86 |
Microsoft.sqlserver.datawarehouse.sql.parser.resources.dll | 16.0.1024.0 | 148440 | 1-May-23 | 1,204 | x86 |
Microsoft.sqlserver.datawarehouse.sql.parser.resources.dll | 16.0.1024.0 | 134104 | 1-May-23 | 1,204 | x86 |
Microsoft.sqlserver.datawarehouse.sql.parser.resources.dll | 16.0.1024.0 | 130520 | 1-May-23 | 1,204 | x86 |
Microsoft.sqlserver.datawarehouse.sql.parser.resources.dll | 16.0.1024.0 | 170960 | 1-May-23 | 1,204 | x86 |
Microsoft.sqlserver.datawarehouse.sql.parser.resources.dll | 16.0.1024.0 | 115160 | 1-May-23 | 1,204 | x86 |
Microsoft.sqlserver.datawarehouse.sql.parser.resources.dll | 16.0.1024.0 | 132056 | 1-May-23 | 1,204 | x86 |
Microsoft.sqlserver.datawarehouse.sqldistributor.dll | 16.0.1024.0 | 67504 | 1-May-23 | 1,204 | x86 |
Microsoft.sqlserver.datawarehouse.transactsql.scriptdom.dll | 16.0.1024.0 | 2682832 | 1-May-23 | 1,204 | x86 |
Microsoft.sqlserver.datawarehouse.utilities.dll | 16.0.1024.0 | 2436528 | 1-May-23 | 1,204 | x86 |
Mpdwinterop.dll | 2022.160.4035.4 | 296864 | 1-May-23 | 1,204 | x64 |
Mpdwsvc.exe | 2022.160.4035.4 | 7817104 | 1-May-23 | 1,204 | x64 |
Secforwarder.dll | 2022.160.4035.4 | 83904 | 1-May-23 | 1,204 | x64 |
Sharedmemory.dll | 2022.160.1024.0 | 61392 | 1-May-23 | 1,204 | x64 |
Sqldk.dll | 2022.160.4035.4 | 4028304 | 1-May-23 | 1,204 | x64 |
sqldumper.exe | 2022.160.4035.4 | 260032 | 1-May-23 | 1,204 | x64 |
Sqlevn70.rll |
2022.160.4035.4 | 1746848 | 1-May-23 | 1,204 | x64 |
Sqlevn70.rll |
2022.160.4035.4 | 4568976 | 1-May-23 | 1,204 | x64 |
Sqlevn70.rll |
2022.160.4035.4 | 3745696 | 1-May-23 | 1,204 | x64 |
Sqlevn70.rll |
2022.160.4035.4 | 4568992 | 1-May-23 | 1,204 | x64 |
Sqlevn70.rll |
2022.160.4035.4 | 4470688 | 1-May-23 | 1,204 | x64 |
Sqlevn70.rll |
2022.160.4035.4 | 2443168 | 1-May-23 | 1,204 | x64 |
Sqlevn70.rll |
2022.160.4035.4 | 2385824 | 1-May-23 | 1,204 | x64 |
Sqlevn70.rll |
2022.160.4035.4 | 4200352 | 1-May-23 | 1,204 | x64 |
Sqlevn70.rll |
2022.160.4035.4 | 4183952 | 1-May-23 | 1,204 | x64 |
Sqlevn70.rll |
2022.160.4035.4 | 1685408 | 1-May-23 | 1,204 | x64 |
Sqlevn70.rll |
2022.160.4035.4 | 4433824 | 1-May-23 | 1,204 | x64 |
Sqlncli17e.dll | 2017.1710.3.1 | 1898432 | 1-May-23 | 1,204 | x64 |
Sqlos.dll | 2022.160.4035.4 | 51088 | 1-May-23 | 1,204 | x64 |
Sqlsortpdw.dll | 2022.160.1024.0 | 4841424 | 1-May-23 | 1,204 | x64 |
Sqltses.dll | 2022.160.4035.4 | 9390032 | 1-May-23 | 1,204 | x64 |
此更新的说明
先决条件
若要应用此累积更新包,必须运行 SQL Server 2022。
重启信息
应用此累积更新程序包后,可能必须重启计算机。
注册表信息
若要使用此包中的某个修补程序,无需对注册表进行任何更改。
重要通知
本文还提供了以下重要信息。
Analysis Services CU 生成版本
从 Microsoft SQL Server 2017 开始,Analysis Services 内部版本号和 SQL Server 数据库引擎内部版本号不匹配。 有关详细信息,请参阅 验证 Analysis Services 累积更新生成版本。
累积更新 (CU)
- 每个新 CU 都包含以前安装的 SQL Server 版本的 CU 附带的所有修补程序。
- SQL Server SU 已认证为与 Service Pack 相同的级别,应以相同的置信度级别进行安装。
- 建议根据以下准则持续主动安装 OU:
- 历史数据显示,大量支持案例涉及已发布 CU 中已解决的问题。
- 库可能包含更高版本的修补程序的附加值。 这包括可支持性、可管理性和可靠性更新。
- 建议先测试 SQL Server CU,然后再将其部署到生产环境。
混合环境部署
将更新部署到混合环境(例如 AlwaysOn、复制、群集和镜像)时,建议在部署更新之前参考以下文章:
-
注意
如果不想使用滚动更新过程,请执行以下步骤来应用更新:
- 在被动节点上安装更新。
- 在活动节点上安装更新(需要重启服务)。
-
注意
如果与 SSISDB 目录一起启用了 Always On,请参阅 有关如何在这些环境中应用更新的 SSIS 的信息。
语言支持
SQL Server SU 目前是多语言的。 因此,此 CU 包不特定于一种语言。 它适用于所有支持的语言。
组件(功能)已更新
一个 CU 包包括所有 SQL Server 2022 组件的所有可用更新(功能)。 但是,累积更新包仅更新当前安装在所选服务 SQL Server 实例上的那些组件。 如果在应用此 CU 后将 SQL Server 功能(例如 Analysis Services)添加到实例,则必须重新应用此 CU 才能将新功能更新到此 CU。
对此更新的支持
如果出现其他问题,或者需要任何故障排除,则可能需要创建服务请求。 通常的支持成本将适用于其他支持问题和不符合此特定累积更新包条件的问题。 有关Microsoft客户服务和支持电话号码的完整列表,或创建单独的服务请求,请转到 Microsoft支持网站。
如何卸载此更新
如何在 Windows 上卸载此更新
- 在控制面板中,打开“程序和功能”项,然后选择“查看已安装的更新”。
- 找到与 SQL Server 2022 下的此累积更新包对应的条目。
- 按住(或右键单击)条目,然后选择“ 卸载”。
如何在 Linux 上卸载此更新
若要在 Linux 上卸载此 CU,必须将包回滚到以前的版本。 有关如何回滚安装的详细信息,请参阅 Rollback SQL Server。