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 连接器的外部数据源可能不再有效。 尝试查询在安装此累积更新之前创建的外部表时,会收到以下错误消息:

消息 7320,级别 16,状态 110,行 68
无法针对链接服务器“ (null) ”的 OLE DB 提供程序“MSOLEDBSQL”执行查询“远程查询”。 对象引用未设置为对象实例。

如果尝试创建新的外部表,则会收到以下错误消息:

消息110813,级别 16,状态 1,第 64 行
对象引用未设置为对象实例。

若要解决此问题,可以卸载此累积更新,或将驱动程序关键字 (keyword) 添加到 CONNECTION_OPTIONS 参数中。 有关详细信息,请参阅 安装累积更新后通用 ODBC 外部数据源可能无法正常工作

问题二

安装此累积更新后,可能会收到来自满足以下所有条件的查询的错误结果:

  1. 具有显式指定降序排序顺序的索引。 下面是一个示例:

    CREATE NONCLUSTERED INDEX [nci_table_column1] ON [dbo].[table1] (column1 DESC)
    
  2. 针对包含这些索引的表运行查询。 这些查询指定与索引的排序顺序匹配的排序顺序。

  3. 排序列用于 子句或多个相等子句中的 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 和 2017 SQL Server的详细修复列表。 选择立即下载此 Excel 文件

注意

可以直接通过书签引用下表中的单个条目。 如果选择表中的任何 bug 引用 ID,则会使用“#NNNNNNN”格式将书签标记添加到 URL。 然后,你可以与其他人共享此 URL,以便他们可以直接跳转到表中所需的修补程序。

有关此累积更新中包含的 bug 和增强功能的详细信息,请参阅以下 Microsoft 知识库文章。

Bug 参考 说明 修复区域 组件 平台
2305079 修复了DateTime当输入格式与预设格式不匹配时,在 Master Data Services (MDS) 中错误地识别月份和日期的问题。 Master Data Services Master Data Services Windows
2300365 修复了在虚拟设备接口 (VDI) 备份期间遇到的访问冲突问题(最常出现在可用性组中的数据库上)。 SQL Server引擎 备份还原 全部
2299195 修复了在服务器上配置管理数据仓库 (MDW) 后,SQL Server 代理作业步骤失败并出现以下错误的问题:

以用户身份执行:NT Service\SQLSERVERAGENT。 SSIS 错误。 组件名称:GenerateTSQLPackageTask,代码:-1073548540,子组件:生成 T-SQL 包任务,说明:发生错误,并显示以下错误消息:“字典中不存在给定键。”。   .  SSIS 错误。 组件名称:GenerateTSQLPackageTask,代码:-1073548540,子组件:生成 T-SQL 包任务,说明:发生错误,并显示以下错误消息:“字典中不存在给定键。”。   .  主包退出时出现错误,以前的错误消息应说明原因。  进程退出代码 5。  步骤失败。
SQL Server引擎 管理服务 全部
2280423 修复:SQL Server 2022 和 2019 (KB4538581) 中的标量 UDF 内联问题 SQL Server引擎 查询执行 全部
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引擎 查询执行 全部
2310201 修复了以下问题:为复杂的公共语言运行时 (CLR) 程序集运行 ALTER ASSEMBLY 命令可能会导致并行执行的其他一些命令超时。 SQL Server引擎 查询执行 全部
2329208 修复了以下问题:当 PSP 优化已启用查询存储集成时,参数敏感计划 (PSP) 优化无法从查询存储的内存中部分成功删除查询。 SQL Server引擎 查询执行 全部
2344871 将两个新的跟踪标志 (TF) 添加到自动计划更正 (自动优化 APC) 功能。 TF 12618 引入了包含多个连续检查的新计划回归检测模型。 TF 12656 引入了使用基于时间的计划回归检查的功能,该回归将在发现计划更改五分钟后发生,从而避免快速执行的查询对回归检查产生偏差。 SQL Server引擎 查询执行 全部
2344940 修复了在将查询变体和调度程序计划从查询存储数据刷新到磁盘的内存部分时,某些情况下启用了参数敏感计划 (PSP) 优化时查询存储集成时出现访问冲突的问题。 SQL Server引擎 查询执行 全部
2344943 修复了在 PSP 相关查询存储中存在不一致状态时,当参数敏感计划 (PSP) 优化启用查询存储集成时出现访问冲突的问题。 存储过程也进行了 sp_query_store_consistency_check 改进,这将修复查询变体和调度计划一致性问题。 SQL Server引擎 查询执行 全部
2344945 修复了从查询存储中删除调度程序计划时, (PSP) 优化启用了查询存储集成的问题。 SQL Server引擎 查询执行 全部
2278800 修复了在使用 子句时IGNORE NULLS使用 LAGLEAD 窗口函数时返回错误结果的问题。 SQL Server引擎 查询优化器 全部
2297428 修复了以下问题:KILL STATS JOB当运行多个异步统计信息作业时,进程会泄漏某些项的引用计数,导致这些项保留在队列中, (通过 sys.dm_exec_background_job_queue) 可见,直到重启SQL Server实例。 SQL Server引擎 查询优化器 全部
2307893 修复了筛选 ROW_NUMBER 和涉及可为空列的查询的错误结果。 SQL Server引擎 查询优化器 全部
2313621 修复了在多次出现同一标量子查询的情况下,由错误计划导致的以下错误和访问冲突:

Msg 596,级别 21,状态 1,LineNumber
<> 无法继续执行,因为会话处于终止状态。
消息 0、级别 20、状态 0、Line <LineNumber>
当前命令上发生严重错误。  应放弃结果(如果有)。
SQL Server引擎 查询优化器 全部
2343788 修复了基数估计 (CE) 反馈中当构造函数中出现 OOM (内存不足) 错误时出现的内存泄漏问题。 SQL Server引擎 查询优化器 全部
2303424 修复了阻止删除启用了Azure Synapse链接且排序规则设置为 Latin1_General_BIN2的数据库上的表组的问题。 SQL Server引擎 复制 全部
2335976 修复了在删除 CDC 捕获并删除SQL Server 代理中的作业后,再次添加更改数据捕获 (CDC) 作业时出现错误 22836 的问题。 SQL Server引擎 复制 全部
2312111 修复:将累积更新应用于包含可用性组 (KB5027331) SQL Server实例后,会发生错误 SQL Server引擎 SQL 代理 全部
2329148 修复了 Linux 上的 SQL Server 服务在请求停止时退出且代码不成功的问题。 SQL Server引擎 SQL Server引擎 Linux

如何获取或下载此或最新的累积更新包

如何获取或下载 Windows 的最新累积更新包 (建议)

以下更新可从 Microsoft 下载中心获取:

立即下载 SQL Server 2022 的最新累积更新包

注意

如何从 Microsoft 更新目录获取或下载适用于 Windows 的此累积更新包

Microsoft 更新目录中提供了以下更新:

注意

  • Microsoft 更新目录包含此SQL Server 2022 CU 和以前发布的 SQL Server 2022 CU 版本。
  • 也可通过 Windows Server Update Services (WSUS) 获取此 CU。
  • 建议始终安装可用的最新累积更新。
如何获取或下载适用于 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-5 月 23 日 11:06 x64
Microsoft.analysisservices.server.core.dll 16.0.43.211 2903504 1-5 月 23 日 11:06 x86
Microsoft.data.mashup.sqlclient.dll 2.108.3243.0 24480 1-5 月 23 日 11:06 x86
Microsoft.data.sqlclient.dll 1.14.21068.1 1920960 1-5 月 23 日 11:06 x86
Microsoft.identity.client.dll 4.14.0.0 1350048 1-5 月 23 日 11:06 x86
Microsoft.identitymodel.jsonwebtokens.dll 5.6.0.61018 65952 1-5 月 23 日 11:06 x86
Microsoft.identitymodel.logging.dll 5.6.0.61018 26528 1-5 月 23 日 11:06 x86
Microsoft.identitymodel.protocols.dll 5.6.0.61018 32192 1-5 月 23 日 11:06 x86
Microsoft.identitymodel.protocols.openidconnect.dll 5.6.0.61018 103328 1-5 月 23 日 11:06 x86
Microsoft.identitymodel.tokens.dll 5.6.0.61018 162720 1-5 月 23 日 11:06 x86
Msmdctr.dll 2022.160.43.211 38864 1-5 月 23 日 11:06 x64
Msmdlocal.dll 2022.160.43.211 53921192 1-5 月 23 日 11:06 x86
Msmdlocal.dll 2022.160.43.211 71759272 1-5 月 23 日 11:06 x64
Msmdpump.dll 2022.160.43.211 10335184 1-5 月 23 日 11:06 x64
Msmdredir.dll 2022.160.43.211 8132048 1-5 月 23 日 11:06 x86
Msmdsrv.exe 2022.160.43.211 71316392 1-5 月 23 日 11:06 x64
Msmdsrv.rll 2022.160.43.211 954792 1-5 月 23 日 11:06 x64
Msmdsrv.rll 2022.160.43.211 1882576 1-5 月 23 日 11:06 x64
Msmdsrv.rll 2022.160.43.211 1669536 1-5 月 23 日 11:06 x64
Msmdsrv.rll 2022.160.43.211 1878952 1-5 月 23 日 11:06 x64
Msmdsrv.rll 2022.160.43.211 1846176 1-5 月 23 日 11:06 x64
Msmdsrv.rll 2022.160.43.211 1145256 1-5 月 23 日 11:06 x64
Msmdsrv.rll 2022.160.43.211 1138088 1-5 月 23 日 11:06 x64
Msmdsrv.rll 2022.160.43.211 1767336 1-5 月 23 日 11:06 x64
Msmdsrv.rll 2022.160.43.211 1746856 1-5 月 23 日 11:06 x64
Msmdsrv.rll 2022.160.43.211 930728 1-5 月 23 日 11:06 x64
Msmdsrv.rll 2022.160.43.211 1835432 1-5 月 23 日 11:06 x64
Msmdsrvi.rll 2022.160.43.211 953256 1-5 月 23 日 11:06 x64
Msmdsrvi.rll 2022.160.43.211 1880488 1-5 月 23 日 11:06 x64
Msmdsrvi.rll 2022.160.43.211 1666472 1-5 月 23 日 11:06 x64
Msmdsrvi.rll 2022.160.43.211 1874344 1-5 月 23 日 11:06 x64
Msmdsrvi.rll 2022.160.43.211 1842600 1-5 月 23 日 11:06 x64
Msmdsrvi.rll 2022.160.43.211 1143208 1-5 月 23 日 11:06 x64
Msmdsrvi.rll 2022.160.43.211 1136552 1-5 月 23 日 11:06 x64
Msmdsrvi.rll 2022.160.43.211 1763752 1-5 月 23 日 11:06 x64
Msmdsrvi.rll 2022.160.43.211 1743272 1-5 月 23 日 11:06 x64
Msmdsrvi.rll 2022.160.43.211 931240 1-5 月 23 日 11:06 x64
Msmdsrvi.rll 2022.160.43.211 1830824 1-5 月 23 日 11:06 x64
Msmgdsrv.dll 2022.160.43.211 10083792 1-5 月 23 日 11:06 x64
Msmgdsrv.dll 2022.160.43.211 8265640 1-5 月 23 日 11:06 x86
Msolap.dll 2022.160.43.211 10970064 1-5 月 23 日 11:06 x64
Msolap.dll 2022.160.43.211 8744912 1-5 月 23 日 11:06 x86
Msolui.dll 2022.160.43.211 308136 1-5 月 23 日 11:06 x64
Msolui.dll 2022.160.43.211 289744 1-5 月 23 日 11:06 x86
Newtonsoft.json.dll 13.0.1.25517 704448 1-5 月 23 日 11:06 x86
Sni.dll 1.1.1.0 555424 1-5 月 23 日 11:06 x64
Sql_as_keyfile.dll 2022.160.4035.4 137104 1-5 月 23 日 11:06 x64
Sqlceip.exe 16.0.4035.4 300960 1-5 月 23 日 11:07 x86
Sqldumper.exe 2022.160.4035.4 227216 1-5 月 23 日 11:07 x86
Sqldumper.exe 2022.160.4035.4 260032 1-5 月 23 日 11:07 x64
System.identitymodel.tokens.jwt.dll 5.6.0.61018 83872 1-5 月 23 日 11:06 x86
Tmapi.dll 2022.160.43.211 5884368 1-5 月 23 日 11:06 x64
Tmcachemgr.dll 2022.160.43.211 5575120 1-5 月 23 日 11:06 x64
Tmpersistence.dll 2022.160.43.211 1481168 1-5 月 23 日 11:06 x64
Tmtransactions.dll 2022.160.43.211 7197648 1-5 月 23 日 11:06 x64
Xmsrv.dll 2022.160.43.211 26594256 1-5 月 23 日 11:06 x64
Xmsrv.dll 2022.160.43.211 35895720 1-5 月 23 日 11:06 x86

SQL Server 2022 Database Services Common Core

文件名 文件版本 文件大小 日期 时间 平台
Instapi150.dll 2022.160.4035.4 104336 1-5 月 23 日 11:07 x64
Instapi150.dll 2022.160.4035.4 79760 1-5 月 23 日 11:07 x86
Microsoft.analysisservices.adomdclient.dll 16.0.43.211 2633680 1-5 月 23 日 11:07 x86
Microsoft.analysisservices.adomdclient.dll 16.0.43.211 2633640 1-5 月 23 日 11:07 x86
Microsoft.analysisservices.core.dll 16.0.43.211 2933152 1-5 月 23 日 11:07 x86
Microsoft.analysisservices.xmla.dll 16.0.43.211 2323408 1-5 月 23 日 11:07 x86
Microsoft.analysisservices.xmla.dll 16.0.43.211 2323368 1-5 月 23 日 11:07 x86
Microsoft.sqlserver.rmo.dll 16.0.4035.4 554912 1-5 月 23 日 11:07 x86
Microsoft.sqlserver.rmo.dll 16.0.4035.4 554944 1-5 月 23 日 11:07 x86
Msasxpress.dll 2022.160.43.211 32720 1-5 月 23 日 11:07 x64
Msasxpress.dll 2022.160.43.211 27600 1-5 月 23 日 11:07 x86
Sql_common_core_keyfile.dll 2022.160.4035.4 137104 1-5 月 23 日 11:07 x64
Sqldumper.exe 2022.160.4035.4 260032 1-5 月 23 日 11:07 x64
Sqldumper.exe 2022.160.4035.4 227216 1-5 月 23 日 11:07 x86

SQL Server 2022 Data Quality Client

文件名 文件版本 文件大小 日期 时间 平台
Microsoft.ssdqs.studio.views.dll 16.0.4035.4 2066336 1-5 月 23 日 11:07 x86
Sql_dqc_keyfile.dll 2022.160.4035.4 137104 1-5 月 23 日 11:07 x64

SQL Server 2022 数据质量

文件名 文件版本 文件大小 日期 时间 平台
Microsoft.ssdqs.core.dll 16.0.4035.4 599952 1-5 月 23 日 11:07 x86
Microsoft.ssdqs.core.dll 16.0.4035.4 599968 1-5 月 23 日 11:07 x86
Microsoft.ssdqs.dll 16.0.4035.4 173984 1-5 月 23 日 11:07 x86
Microsoft.ssdqs.dll 16.0.4035.4 174032 1-5 月 23 日 11:07 x86
Microsoft.ssdqs.infra.dll 16.0.4035.4 1857440 1-5 月 23 日 11:07 x86
Microsoft.ssdqs.infra.dll 16.0.4035.4 1857472 1-5 月 23 日 11:07 x86
Microsoft.ssdqs.proxy.dll 16.0.4035.4 370576 1-5 月 23 日 11:07 x86
Microsoft.ssdqs.proxy.dll 16.0.4035.4 370640 1-5 月 23 日 11:07 x86

SQL Server 2022 数据库服务核心实例

文件名 文件版本 文件大小 日期 时间 平台
Aetm-enclave-simulator.dll 2022.160.4035.4 4718992 1-5 月 23 日 12:22 x64
Aetm-enclave.dll 2022.160.4035.4 4673464 1-5 月 23 日 12:22 x64
Aetm-sgx-enclave-simulator.dll 2022.160.4035.4 4909136 1-5 月 23 日 12:22 x64
Aetm-sgx-enclave.dll 2022.160.4035.4 4874496 1-5 月 23 日 12:22 x64
Hadrres.dll 2022.160.4035.4 227280 1-5 月 23 日 12:22 x64
Hkcompile.dll 2022.160.4035.4 1411024 1-5 月 23 日 12:22 x64
Hkengine.dll 2022.160.4035.4 5760912 1-5 月 23 日 12:22 x64
Hkruntime.dll 2022.160.4035.4 190400 1-5 月 23 日 12:22 x64
Hktempdb.dll 2022.160.4035.4 71584 1-5 月 23 日 12:22 x64
Microsoft.analysisservices.applocal.xmla.dll 16.0.43.211 2322384 1-5 月 23 日 12:22 x86
Microsoft.sqlserver.xevent.linq.dll 2022.160.4035.4 333728 1-5 月 23 日 12:22 x64
Microsoft.sqlserver.xevent.targets.dll 2022.160.4035.4 96208 1-5 月 23 日 12:22 x64
Odsole70.rll 16.0.4035.4 30656 1-5 月 23 日 12:22 x64
Odsole70.rll 16.0.4035.4 38864 1-5 月 23 日 12:22 x64
Odsole70.rll 16.0.4035.4 34752 1-5 月 23 日 12:22 x64
Odsole70.rll 16.0.4035.4 38864 1-5 月 23 日 12:22 x64
Odsole70.rll 16.0.4035.4 38856 1-5 月 23 日 12:22 x64
Odsole70.rll 16.0.4035.4 30672 1-5 月 23 日 12:22 x64
Odsole70.rll 16.0.4035.4 30656 1-5 月 23 日 12:22 x64
Odsole70.rll 16.0.4035.4 34720 1-5 月 23 日 12:22 x64
Odsole70.rll 16.0.4035.4 38848 1-5 月 23 日 12:22 x64
Odsole70.rll 16.0.4035.4 30656 1-5 月 23 日 12:22 x64
Odsole70.rll 16.0.4035.4 38864 1-5 月 23 日 12:22 x64
Qds.dll 2022.160.4035.4 1791904 1-5 月 23 日 12:22 x64
Rsfxft.dll 2022.160.4035.4 55184 1-5 月 23 日 12:22 x64
Secforwarder.dll 2022.160.4035.4 83904 1-5 月 23 日 12:22 x64
Sql_engine_core_inst_keyfile.dll 2022.160.4035.4 137104 1-5 月 23 日 12:22 x64
Sqlaccess.dll 2022.160.4035.4 444368 1-5 月 23 日 12:22 x64
Sqlagent.exe 2022.160.4035.4 726976 1-5 月 23 日 12:22 x64
Sqlceip.exe 16.0.4035.4 300960 1-5 月 23 日 12:22 x86
Sqlctr160.dll 2022.160.4035.4 157584 1-5 月 23 日 12:22 x64
Sqlctr160.dll 2022.160.4035.4 128928 1-5 月 23 日 12:22 x86
Sqldk.dll 2022.160.4035.4 4028304 1-5 月 23 日 12:22 x64
Sqlevn70.rll 2022.160.4035.4 1746848 1-5 月 23 日 12:22 x64
Sqlevn70.rll 2022.160.4035.4 3844000 1-5 月 23 日 12:22 x64
Sqlevn70.rll 2022.160.4035.4 4061072 1-5 月 23 日 12:22 x64
Sqlevn70.rll 2022.160.4035.4 4568976 1-5 月 23 日 12:22 x64
Sqlevn70.rll 2022.160.4035.4 4700064 1-5 月 23 日 12:22 x64
Sqlevn70.rll 2022.160.4035.4 3745696 1-5 月 23 日 12:22 x64
Sqlevn70.rll 2022.160.4035.4 3930016 1-5 月 23 日 12:22 x64
Sqlevn70.rll 2022.160.4035.4 4568992 1-5 月 23 日 12:22 x64
Sqlevn70.rll 2022.160.4035.4 4396960 1-5 月 23 日 12:22 x64
Sqlevn70.rll 2022.160.4035.4 4470688 1-5 月 23 日 12:22 x64
Sqlevn70.rll 2022.160.4035.4 2443168 1-5 月 23 日 12:22 x64
Sqlevn70.rll 2022.160.4035.4 2385824 1-5 月 23 日 12:22 x64
Sqlevn70.rll 2022.160.4035.4 4257696 1-5 月 23 日 12:22 x64
Sqlevn70.rll 2022.160.4035.4 3893136 1-5 月 23 日 12:22 x64
Sqlevn70.rll 2022.160.4035.4 4409248 1-5 月 23 日 12:22 x64
Sqlevn70.rll 2022.160.4035.4 4200352 1-5 月 23 日 12:22 x64
Sqlevn70.rll 2022.160.4035.4 4183952 1-5 月 23 日 12:22 x64
Sqlevn70.rll 2022.160.4035.4 3970976 1-5 月 23 日 12:22 x64
Sqlevn70.rll 2022.160.4035.4 3848080 1-5 月 23 日 12:22 x64
Sqlevn70.rll 2022.160.4035.4 1685408 1-5 月 23 日 12:22 x64
Sqlevn70.rll 2022.160.4035.4 4290448 1-5 月 23 日 12:22 x64
Sqlevn70.rll 2022.160.4035.4 4433824 1-5 月 23 日 12:22 x64
Sqllang.dll 2022.160.4035.4 48588736 1-5 月 23 日 12:22 x64
Sqlmin.dll 2022.160.4035.4 51333024 1-5 月 23 日 12:22 x64
Sqlos.dll 2022.160.4035.4 51088 1-5 月 23 日 12:22 x64
Sqlrepss.dll 2022.160.4035.4 137104 1-5 月 23 日 12:22 x64
Sqlscriptdowngrade.dll 2022.160.4035.4 51104 1-5 月 23 日 12:22 x64
Sqlscriptupgrade.dll 2022.160.4035.4 5830544 1-5 月 23 日 12:22 x64
Sqlservr.exe 2022.160.4035.4 722880 1-5 月 23 日 12:22 x64
Sqltses.dll 2022.160.4035.4 9390032 1-5 月 23 日 12:22 x64
Sqsrvres.dll 2022.160.4035.4 305104 1-5 月 23 日 12:22 x64
Svl.dll 2022.160.4035.4 247696 1-5 月 23 日 12:22 x64
Xe.dll 2022.160.4035.4 718800 1-5 月 23 日 12:22 x64
Xpstar.dll 2022.160.4035.4 534480 1-5 月 23 日 12:22 x64

SQL Server 2022 数据库服务核心共享

文件名 文件版本 文件大小 日期 时间 平台
Distrib.exe 2022.160.4035.4 268224 1-5 月 23 日 11:07 x64
Dts.dll 2022.160.4035.4 3266512 1-5 月 23 日 11:07 x64
Logread.exe 2022.160.4035.4 788384 1-5 月 23 日 11:07 x64
Microsoft.analysisservices.applocal.core.dll 16.0.43.211 2933672 1-5 月 23 日 11:06 x86
Microsoft.data.sqlclient.dll 3.10.22089.1 2032120 1-5 月 23 日 11:07 x86
Microsoft.datatransformationservices.scalehelper.dll 16.0.4035.4 30608 1-5 月 23 日 11:07 x86
Microsoft.identity.client.dll 4.36.1.0 1503672 1-5 月 23 日 11:07 x86
Microsoft.identitymodel.jsonwebtokens.dll 5.5.0.60624 66096 1-5 月 23 日 11:07 x86
Microsoft.identitymodel.logging.dll 5.5.0.60624 32296 1-5 月 23 日 11:07 x86
Microsoft.identitymodel.protocols.dll 5.5.0.60624 37416 1-5 月 23 日 11:07 x86
Microsoft.identitymodel.protocols.openidconnect.dll 5.5.0.60624 109096 1-5 月 23 日 11:07 x86
Microsoft.identitymodel.tokens.dll 5.5.0.60624 167672 1-5 月 23 日 11:07 x86
Microsoft.sqlserver.replication.dll 2022.160.4035.4 1714128 1-5 月 23 日 11:07 x64
Microsoft.sqlserver.rmo.dll 16.0.4035.4 554944 1-5 月 23 日 11:07 x86
Msgprox.dll 2022.160.4035.4 313296 1-5 月 23 日 11:07 x64
Msoledbsql.dll 2018.186.4.0 2734072 1-5 月 23 日 11:07 x64
Msoledbsql.dll 2018.186.4.0 153584 1-5 月 23 日 11:07 x64
Newtonsoft.json.dll 13.0.1.25517 704408 1-5 月 23 日 11:07 x86
Qrdrsvc.exe 2022.160.4035.4 530336 1-5 月 23 日 11:07 x64
Rdistcom.dll 2022.160.4035.4 939984 1-5 月 23 日 11:07 x64
Repldp.dll 2022.160.4035.4 337872 1-5 月 23 日 11:07 x64
Replisapi.dll 2022.160.4035.4 419792 1-5 月 23 日 11:07 x64
Replmerg.exe 2022.160.4035.4 604096 1-5 月 23 日 11:07 x64
Replprov.dll 2022.160.4035.4 890768 1-5 月 23 日 11:07 x64
Replrec.dll 2022.160.4035.4 1058704 1-5 月 23 日 11:07 x64
Replsub.dll 2022.160.4035.4 501648 1-5 月 23 日 11:07 x64
Spresolv.dll 2022.160.4035.4 300960 1-5 月 23 日 11:07 x64
Sql_engine_core_shared_keyfile.dll 2022.160.4035.4 137104 1-5 月 23 日 11:06 x64
Sqlcmd.exe 2022.160.4035.4 276432 1-5 月 23 日 11:07 x64
Sqldistx.dll 2022.160.4035.4 268240 1-5 月 23 日 11:07 x64
Sqlmergx.dll 2022.160.4035.4 423824 1-5 月 23 日 11:07 x64
Xe.dll 2022.160.4035.4 718800 1-5 月 23 日 11:07 x64

SQL Server 2022 sql_extensibility

文件名 文件版本 文件大小 日期 时间 平台
Commonlauncher.dll 2022.160.4035.4 100240 1-5 月 23 日 11:07 x64
Exthost.exe 2022.160.4035.4 247760 1-5 月 23 日 11:07 x64
Launchpad.exe 2022.160.4035.4 1357728 1-5 月 23 日 11:07 x64
Sql_extensibility_keyfile.dll 2022.160.4035.4 137104 1-5 月 23 日 11:07 x64
Sqlsatellite.dll 2022.160.4035.4 1165216 1-5 月 23 日 11:07 x64

SQL Server 2022 Full-Text 引擎

文件名 文件版本 文件大小 日期 时间 平台
Fd.dll 2022.160.4035.4 710544 1-5 月 23 日 11:07 x64
Fdhost.exe 2022.160.4035.4 153552 1-5 月 23 日 11:07 x64
Fdlauncher.exe 2022.160.4035.4 100304 1-5 月 23 日 11:07 x64
Sql_fulltext_keyfile.dll 2022.160.4035.4 137104 1-5 月 23 日 11:07 x64

SQL Server 2022 Integration Services

文件名 文件版本 文件大小 日期 时间 平台
Attunity.sqlserver.cdccontroltask.dll 7.0.0.133 78272 1-5 月 23 日 11:20 x86
Attunity.sqlserver.cdccontroltask.dll 7.0.0.133 78272 1-5 月 23 日 11:20 x86
Attunity.sqlserver.cdcsplit.dll 7.0.0.133 39320 1-5 月 23 日 11:20 x86
Attunity.sqlserver.cdcsplit.dll 7.0.0.133 39320 1-5 月 23 日 11:20 x86
Attunity.sqlserver.cdcsrc.dll 7.0.0.133 79808 1-5 月 23 日 11:20 x86
Attunity.sqlserver.cdcsrc.dll 7.0.0.133 79808 1-5 月 23 日 11:20 x86
Dts.dll 2022.160.4035.4 2860960 1-5 月 23 日 11:20 x86
Dts.dll 2022.160.4035.4 3266512 1-5 月 23 日 11:20 x64
Isdbupgradewizard.exe 16.0.4035.4 120768 1-5 月 23 日 11:20 x86
Isdbupgradewizard.exe 16.0.4035.4 120736 1-5 月 23 日 11:20 x86
Microsoft.analysisservices.applocal.core.dll 16.0.43.211 2933672 1-5 月 23 日 11:20 x86
Microsoft.sqlserver.integrationservices.isserverdbupgrade.dll 16.0.4035.4 509840 1-5 月 23 日 11:20 x86
Microsoft.sqlserver.integrationservices.isserverdbupgrade.dll 16.0.4035.4 509840 1-5 月 23 日 11:20 x86
Msdtssrvr.exe 16.0.4035.4 219040 1-5 月 23 日 11:20 x64
Msmdpp.dll 2022.160.43.211 10165712 1-5 月 23 日 11:20 x64
Newtonsoft.json.dll 13.0.1.25517 704408 1-5 月 23 日 11:20 x86
Newtonsoft.json.dll 13.0.1.25517 704408 1-5 月 23 日 11:20 x86
Sql_is_keyfile.dll 2022.160.4035.4 137104 1-5 月 23 日 11:20 x64
Sqlceip.exe 16.0.4035.4 300960 1-5 月 23 日 11:20 x86
Xe.dll 2022.160.4035.4 640976 1-5 月 23 日 11:20 x86
Xe.dll 2022.160.4035.4 718800 1-5 月 23 日 11:20 x64

SQL Server 2022 sql_polybase_core_inst

文件名 文件版本 文件大小 日期 时间 平台
Dms.dll 16.0.1024.0 559064 1-5 月 23 日 12:04 x86
Dmsnative.dll 2022.160.1024.0 152496 1-5 月 23 日 12:04 x64
Dwengineservice.dll 16.0.1024.0 44976 1-5 月 23 日 12:04 x86
Instapi150.dll 2022.160.4035.4 104336 1-5 月 23 日 12:04 x64
Microsoft.sqlserver.datawarehouse.backup.backupmetadata.dll 16.0.1024.0 67488 1-5 月 23 日 12:04 x86
Microsoft.sqlserver.datawarehouse.catalog.dll 16.0.1024.0 293336 1-5 月 23 日 12:04 x86
Microsoft.sqlserver.datawarehouse.common.dll 16.0.1024.0 1957848 1-5 月 23 日 12:04 x86
Microsoft.sqlserver.datawarehouse.configuration.dll 16.0.1024.0 169392 1-5 月 23 日 12:04 x86
Microsoft.sqlserver.datawarehouse.datamovement.common.dll 16.0.1024.0 647080 1-5 月 23 日 12:04 x86
Microsoft.sqlserver.datawarehouse.datamovement.manager.dll 16.0.1024.0 246232 1-5 月 23 日 12:04 x86
Microsoft.sqlserver.datawarehouse.datamovement.messagetypes.dll 16.0.1024.0 139216 1-5 月 23 日 12:04 x86
Microsoft.sqlserver.datawarehouse.datamovement.messagingprotocol.dll 16.0.1024.0 79832 1-5 月 23 日 12:04 x86
Microsoft.sqlserver.datawarehouse.diagnostics.dll 16.0.1024.0 51152 1-5 月 23 日 12:04 x86
Microsoft.sqlserver.datawarehouse.distributor.dll 16.0.1024.0 88528 1-5 月 23 日 12:04 x86
Microsoft.sqlserver.datawarehouse.engine.dll 16.0.1024.0 1129432 1-5 月 23 日 12:04 x86
Microsoft.sqlserver.datawarehouse.engine.statsstream.dll 16.0.1024.0 80856 1-5 月 23 日 12:04 x86
Microsoft.sqlserver.datawarehouse.eventing.dll 16.0.1024.0 70560 1-5 月 23 日 12:04 x86
Microsoft.sqlserver.datawarehouse.fabric.appliance.dll 16.0.1024.0 35232 1-5 月 23 日 12:04 x86
Microsoft.sqlserver.datawarehouse.fabric.interface.dll 16.0.1024.0 30640 1-5 月 23 日 12:04 x86
Microsoft.sqlserver.datawarehouse.fabric.polybase.dll 16.0.1024.0 46544 1-5 月 23 日 12:04 x86
Microsoft.sqlserver.datawarehouse.fabric.xdbinterface.dll 16.0.1024.0 21408 1-5 月 23 日 12:04 x86
Microsoft.sqlserver.datawarehouse.failover.dll 16.0.1024.0 26544 1-5 月 23 日 12:04 x86
Microsoft.sqlserver.datawarehouse.hadoop.hadoopbridge.dll 16.0.1024.0 131504 1-5 月 23 日 12:04 x86
Microsoft.sqlserver.datawarehouse.loadercommon.dll 16.0.1024.0 86480 1-5 月 23 日 12:04 x86
Microsoft.sqlserver.datawarehouse.loadmanager.dll 16.0.1024.0 100768 1-5 月 23 日 12:04 x86
Microsoft.sqlserver.datawarehouse.localization.dll 16.0.1024.0 293280 1-5 月 23 日 12:04 x86
Microsoft.sqlserver.datawarehouse.localization.resources.dll 16.0.1024.0 120224 1-5 月 23 日 12:04 x86
Microsoft.sqlserver.datawarehouse.localization.resources.dll 16.0.1024.0 138144 1-5 月 23 日 12:04 x86
Microsoft.sqlserver.datawarehouse.localization.resources.dll 16.0.1024.0 141232 1-5 月 23 日 12:04 x86
Microsoft.sqlserver.datawarehouse.localization.resources.dll 16.0.1024.0 137648 1-5 月 23 日 12:04 x86
Microsoft.sqlserver.datawarehouse.localization.resources.dll 16.0.1024.0 150432 1-5 月 23 日 12:04 x86
Microsoft.sqlserver.datawarehouse.localization.resources.dll 16.0.1024.0 139696 1-5 月 23 日 12:04 x86
Microsoft.sqlserver.datawarehouse.localization.resources.dll 16.0.1024.0 134560 1-5 月 23 日 12:04 x86
Microsoft.sqlserver.datawarehouse.localization.resources.dll 16.0.1024.0 176560 1-5 月 23 日 12:04 x86
Microsoft.sqlserver.datawarehouse.localization.resources.dll 16.0.1024.0 117680 1-5 月 23 日 12:04 x86
Microsoft.sqlserver.datawarehouse.localization.resources.dll 16.0.1024.0 136624 1-5 月 23 日 12:04 x86
Microsoft.sqlserver.datawarehouse.nodes.dll 16.0.1024.0 72608 1-5 月 23 日 12:04 x86
Microsoft.sqlserver.datawarehouse.nulltransaction.dll 16.0.1024.0 21968 1-5 月 23 日 12:04 x86
Microsoft.sqlserver.datawarehouse.parallelizer.dll 16.0.1024.0 37280 1-5 月 23 日 12:04 x86
Microsoft.sqlserver.datawarehouse.resourcemanagement.dll 16.0.1024.0 128928 1-5 月 23 日 12:04 x86
Microsoft.sqlserver.datawarehouse.sql.dll 16.0.1024.0 3064784 1-5 月 23 日 12:04 x86
Microsoft.sqlserver.datawarehouse.sql.parser.dll 16.0.1024.0 3955664 1-5 月 23 日 12:04 x86
Microsoft.sqlserver.datawarehouse.sql.parser.resources.dll 16.0.1024.0 118232 1-5 月 23 日 12:04 x86
Microsoft.sqlserver.datawarehouse.sql.parser.resources.dll 16.0.1024.0 133080 1-5 月 23 日 12:04 x86
Microsoft.sqlserver.datawarehouse.sql.parser.resources.dll 16.0.1024.0 137688 1-5 月 23 日 12:04 x86
Microsoft.sqlserver.datawarehouse.sql.parser.resources.dll 16.0.1024.0 133592 1-5 月 23 日 12:04 x86
Microsoft.sqlserver.datawarehouse.sql.parser.resources.dll 16.0.1024.0 148440 1-5 月 23 日 12:04 x86
Microsoft.sqlserver.datawarehouse.sql.parser.resources.dll 16.0.1024.0 134104 1-5 月 23 日 12:04 x86
Microsoft.sqlserver.datawarehouse.sql.parser.resources.dll 16.0.1024.0 130520 1-5 月 23 日 12:04 x86
Microsoft.sqlserver.datawarehouse.sql.parser.resources.dll 16.0.1024.0 170960 1-5 月 23 日 12:04 x86
Microsoft.sqlserver.datawarehouse.sql.parser.resources.dll 16.0.1024.0 115160 1-5 月 23 日 12:04 x86
Microsoft.sqlserver.datawarehouse.sql.parser.resources.dll 16.0.1024.0 132056 1-5 月 23 日 12:04 x86
Microsoft.sqlserver.datawarehouse.sqldistributor.dll 16.0.1024.0 67504 1-5 月 23 日 12:04 x86
Microsoft.sqlserver.datawarehouse.transactsql.scriptdom.dll 16.0.1024.0 2682832 1-5 月 23 日 12:04 x86
Microsoft.sqlserver.datawarehouse.utilities.dll 16.0.1024.0 2436528 1-5 月 23 日 12:04 x86
Mpdwinterop.dll 2022.160.4035.4 296864 1-5 月 23 日 12:04 x64
Mpdwsvc.exe 2022.160.4035.4 7817104 1-5 月 23 日 12:04 x64
Secforwarder.dll 2022.160.4035.4 83904 1-5 月 23 日 12:04 x64
Sharedmemory.dll 2022.160.1024.0 61392 1-5 月 23 日 12:04 x64
Sqldk.dll 2022.160.4035.4 4028304 1-5 月 23 日 12:04 x64
Sqldumper.exe 2022.160.4035.4 260032 1-5 月 23 日 12:04 x64
Sqlevn70.rll 2022.160.4035.4 1746848 1-5 月 23 日 12:04 x64
Sqlevn70.rll 2022.160.4035.4 4568976 1-5 月 23 日 12:04 x64
Sqlevn70.rll 2022.160.4035.4 3745696 1-5 月 23 日 12:04 x64
Sqlevn70.rll 2022.160.4035.4 4568992 1-5 月 23 日 12:04 x64
Sqlevn70.rll 2022.160.4035.4 4470688 1-5 月 23 日 12:04 x64
Sqlevn70.rll 2022.160.4035.4 2443168 1-5 月 23 日 12:04 x64
Sqlevn70.rll 2022.160.4035.4 2385824 1-5 月 23 日 12:04 x64
Sqlevn70.rll 2022.160.4035.4 4200352 1-5 月 23 日 12:04 x64
Sqlevn70.rll 2022.160.4035.4 4183952 1-5 月 23 日 12:04 x64
Sqlevn70.rll 2022.160.4035.4 1685408 1-5 月 23 日 12:04 x64
Sqlevn70.rll 2022.160.4035.4 4433824 1-5 月 23 日 12:04 x64
Sqlncli17e.dll 2017.1710.3.1 1898432 1-5 月 23 日 12:04 x64
Sqlos.dll 2022.160.4035.4 51088 1-5 月 23 日 12:04 x64
Sqlsortpdw.dll 2022.160.1024.0 4841424 1-5 月 23 日 12:04 x64
Sqltses.dll 2022.160.4035.4 9390032 1-5 月 23 日 12:04 x64

此更新的说明

先决条件

若要应用此累积更新包,必须运行 SQL Server 2022。

重启信息

应用此累积更新包后,可能需要重新启动计算机。

注册表信息

若要使用此包中的修补程序之一,无需对注册表进行任何更改。

重要通知

本文还提供了以下重要信息。

Analysis Services CU 内部版本

从 Microsoft SQL Server 2017 开始,Analysis Services 内部版本号和SQL Server数据库引擎内部版本号不匹配。 有关详细信息,请参阅 验证 Analysis Services 累积更新版本

CU) 累积更新 (

  • 每个新 CU 都包含已安装版本 SQL Server 的上一个 CU 中包含的所有修补程序。
  • SQL Server库的认证级别与 Service Pack 相同,并且应以相同的置信度级别安装。
  • 建议根据以下准则持续主动安装 OU:
    • 历史数据显示,大量支持案例涉及已发布 CU 中已解决的问题。
    • 库可能包含高于和更高修补程序的附加价值。 这包括可支持性、可管理性和可靠性更新。
  • 建议先测试SQL Server OU,然后再将其部署到生产环境。
混合环境部署

将更新部署到混合环境 ((例如Always On、复制、群集和镜像) )时,建议在部署更新之前参考以下文章:

语言支持

SQL Server库当前是多语言的。 因此,此 CU 包不特定于一种语言。 它适用于所有支持的语言。

组件 (功能) 更新

一个 CU 包包括所有 SQL Server 2022 组件 (功能) 的所有可用更新。 但是,累积更新包仅更新当前安装在选择要提供服务的 SQL Server 实例上的那些组件。 例如,如果SQL Server功能 (Analysis Services) 在应用此 CU 后添加到实例,则必须重新应用此 CU 才能将新功能更新到此 CU。

对此更新的支持

如果发生其他问题或需要进行任何故障排除,则可能需要创建服务请求。 通常的支持成本将适用于其他支持问题和不符合此特定累积更新包条件的问题。 有关 Microsoft 客户服务和支持电话号码的完整列表,或者要创建单独的服务请求,请转到 Microsoft 支持网站

如何卸载此更新

如何在 Windows 上卸载此更新
  1. 在控制面板中,打开“程序和功能”项,然后选择“查看已安装的更新”。
  2. “SQL Server 2022”下找到与此累积更新包对应的条目。
  3. 长按 (或右键单击条目) ,然后选择“ 卸载”。
如何在 Linux 上卸载此更新

若要在 Linux 上卸载此 CU,必须将包回滚到以前的版本。 有关如何回滚安装的详细信息,请参阅回滚SQL Server

References