KB5001090 - SQL Server 2019 累积更新 10
发布日期: 2021 年 4 月 6 日
版本: 15.0.4123.1
总结
本文介绍适用于 Microsoft SQL Server 2019 的累积更新包 10(CU10)。 此更新包含 SQL Server 2019 累积更新 9 发布后发布的 40 个修补程序 ,并更新以下版本中的组件:
- SQL Server - 产品版本: 15.0.4123.1,文件版本: 2019.150.4123.1
- Analysis Services - 产品版本: 15.0.34.32,文件版本: 2018.150.34.32
此更新中的已知问题
在 Microsoft SQL Server 2019 累积更新 9(CU9)中对标量 UDF 内联相关的更改后,CU 9 和 CU 10 更新中引入了缺陷,当对象调用标量内联 UDF (UDF1)以及用作输入参数的标量内联 UDF (UDF2)时,可能会发生访问冲突:
OBJECT DEFINITION(view/UDF/TVF/procedure)
…
SELECT UDF1(UDF2());
…
将来的累积更新中将提供修补程序。 若要缓解此问题,请使用以下任一选项禁用标量 UDF 内联:
通过添加到
WITH INLINE = OFF
定义来更改 UDF2 的定义。使用
ALTER DATABASE SCOPED CONFIGURATION SET TSQL_SCALAR_UDF_INLINING = OFF
.. 禁用数据库内联。
有关禁用标量 UDF 内联的示例,请参阅 禁用标量 UDF 内联而不更改兼容性级别。
此更新中包含的改进和修复
提供了一个可下载的 Excel 工作簿,其中包含生成摘要列表及其当前支持生命周期。 Excel 文件还包含 SQL Server 2019 和 SQL Server 2017 的详细修补程序列表。 选择以立即下载此 Excel 文件。
注意
下表中的单个条目可以通过书签直接引用。 如果选择表中的任何 bug 引用 ID,则使用“#NNNNNNNN”格式将书签标记添加到 URL。 然后,你可以与他人共享此 URL,以便他们可以直接跳转到表中所需的修补程序。
有关此累积更新中包含的 bug 和增强功能的详细信息,请参阅以下Microsoft知识库文章。
Bug 参考 | 说明 | 修复区域 | 组件 | 平台 |
---|---|---|---|---|
13949609 | 修复了 Server.Synchronize 方法中显示的 AMO 方法“”Microsoft.AnalysisServices.Tabular.Server.Synchronize 设置被忽略的问题synchronizeSecurity 。 |
Analysis Services | Analysis Services | Windows |
13957945 | 修复了与 SSAS 2016 相比,SSAS 2019 中的表格查询需要花费更多时间执行时性能问题。 | Analysis Services | Analysis Services | Windows |
13987291 | 修复了某些特殊日期格式的意外日期转换。 | Master Data Services | 客户端 | Windows |
13746935 | 当 VSS 备份尝试备份托管在分布式可用性组转发器副本上的 SQL Server 数据库时,备份操作将失败。 数据库镜像或辅助副本不支持此 BACKUP 或 RESTORE 命令。 BACKUP DATABASE 正在异常终止。 在错误日志中,你可能会看到以下错误:DateTime> 备份错误:< 3041,严重性:16,状态:1。 <DateTime> 备份备份未能完成 BACKUP DATABASE <DatabaseName> 命令。 有关详细消息,请查看备份应用程序日志。 |
SQL Server 引擎 | 备份和还原 | Windows |
13953267 | 修复:当联机聚集列存储索引重新生成重用截断的 hobt 而不是 SQL Server 2019 中的新 hobt(KB5001159) 时,将发生断言失败 | SQL Server 引擎 | 列存储 | Windows |
13880249 | 如果查询计划在 Repartition Streams Parallelism 运算符之前使用单个线程批处理模式sort 运算符,则查询执行可能会遇到查询内部死锁。 |
SQL Server 引擎 | 列存储 | Windows |
13491008 | 修复:从 Linux 上的 SQL Server 2017 或 2019 到 Azure Blob 存储的数据库创建可能会失败并出现错误(KB4548523) | SQL Server 引擎 | 数据库管理 | All |
13959547 | 修复了在发生 AG 故障转移时为可用性组(AG)数据库故障转移收集错误时发生的访问冲突(AV)。 | SQL Server 引擎 | 高可用性和灾难恢复 | All |
13965423 | 修复了在频繁 Stolen Server Memory 执行日志备份并在可用性组中同步辅助数据库时出现内存不足的问题。 |
SQL Server 引擎 | 高可用性和灾难恢复 | Windows |
13980400 | 修复了 SQL Server 2019 中登录失败后以下转储异常:ex_raise2: 引发未处理的异常,major=36,minor=2,state=52,severity=25 |
SQL Server 引擎 | 高可用性和灾难恢复 | Windows |
13959554 | 修复:在 SQL Server 2016 或 2019 中具有聚集列存储索引的内存中优化表上运行查询时,会出现不正确的结果(KB5000650) | SQL Server 引擎 | 内存中 OLTP | Windows |
13974729 | 修复:在 SQL Server 中对内存中优化表运行查询时出现错误的结果(KB5001044) | SQL Server 引擎 | 内存中 OLTP | All |
13712974 | 在 Linux 上为 SQL Server 2019 创建/修改 SQL Logins/users 时,禁用 AD 用户名中的 FQDN。 | SQL Server 引擎 | Linux | Linux |
13717019 | 修复了失败的网络连接导致套接字泄漏的问题。 | SQL Server 引擎 | Linux | Linux |
13955889 | 通过在禁用 SSSD 时正确处理具有未来 KVNO 的密钥表条目,改进 AD 密钥表轮换。 | SQL Server 引擎 | Linux | Linux |
13974750 | 修复:在 SQL Server 中使用 SQL 登录帐户运行维护计划时出现“用户登录失败”错误(KB4486936) | SQL Server 引擎 | 管理服务 | Windows |
13771907 | 允许对 PolyBase 查询 FORMAT 使用或 TRIM 函数 SELECT 的筛选谓词下推(如果查询为下推限定)。 |
SQL Server 引擎 | PolyBase | Windows |
13959574 | 修复了将大量数据导入 Windows Azure Blob 存储时可能发生的访问冲突错误。 如果 PolyBase 数据移动服务在大型数据插入事务期间遇到内存不足情况,则可能会出现这种情况。 | SQL Server 引擎 | PolyBase | Windows |
13980600 | 修复了以下问题:你注意到 PolyBase 外部下推查询中的虚假 CAST 操作可能会显著影响某些后端的性能。 |
SQL Server 引擎 | PolyBase | All |
13959545 | 修复:SQL Server 中的 MERGE 语句失败并出现访问冲突::D isableAccessReleaseOnWait (KB4589350) | SQL Server 引擎 | 查询执行 | Windows |
13959551 13974726 |
修复:由于标量表达式中未检测到的串联参数(KB5000649) | SQL Server 引擎 | 查询执行 | All |
13912551 | 修复了在重新生成索引后保留索引列上的统计信息的“PERSIST_SAMPLE_PERCENT ”值。 |
SQL Server 引擎 | 查询优化器 | Windows |
13972985 | 修复了查询编译涉及自动创建统计信息的问题,并出现以下错误日志:DateTime> 错误: <3628,严重性:16,状态: 1。 <DateTime> 数据库引擎在处理用户请求时收到来自操作系统的浮点异常。 请重试该事务。 如果此问题仍然存在,请联系您的系统管理员。 |
SQL Server 引擎 | 查询优化器 | Windows |
13959563 | 修复:在 SQL Server 2016 和 2019 中创建和删除启用了 CDC 的数据库时,日志读取器代理失败(KB5000715) | SQL Server 引擎 | 复制 | Windows |
13959543 | 修复了将外键添加到引用表列的表的问题,该表是包含列的唯一索引的一部分。 复制表的ALTER 命令时,分发代理失败并显示以下错误消息:外键中的引用列数不同于引用的列数,表“<TableName>”。 (来源:MSSQLServer,错误号:8139) |
SQL Server 引擎 | 复制 | Windows |
13959560 | 修复了基于全文索引的查询未返回预期值的问题。 | SQL Server 引擎 | Search | Windows |
13988916 | 修复:在 SQL Server 2019 中使用动态数据掩码和嵌套 UDF 时发生访问冲突(KB5001526) | SQL Server 引擎 | 安全基础结构 | All |
13988918 | 修复:在 SQL Server 2019 中更改审核属性时,元数据死锁会导致可用性问题(KB5001517) | SQL Server 引擎 | 安全基础结构 | All |
13953270 | 改进:SQL Server 中多个空间内置属性和方法的性能改进(KB5001260) | SQL Server 引擎 | 空间 | All |
13979796 | 修复了 SQL Server 2019 中的一个问题,即kubeadm-prod 当 netbios 名称与ouDistinguishedName 不匹配时,安装会挂起在 Pod 上/compute master 。 |
SQL Server 引擎 | SQL 大数据群集 | Linux |
13981606 | 应用 SQL Server 2019 CU8 后,SQL Server 服务不会启动核心转储并失败。 | SQL Server 引擎 | SQL 大数据群集 | Linux |
13975249 | 修复:在 SQL Server 2019 中启用混合缓冲池时发生访问冲突(KB5001266) | SQL Server 引擎 | SQL OS | All |
13947703 | 修复了在 SQL Server 2019 中为 MMLarge 内存模型启用块缓存的问题。 |
SQL Server 引擎 | SQL OS | All |
13959557 | 改进:记录堆栈复制期间的故障和错误阶段,以便进行更好的诊断。 | SQL Server 引擎 | SQL OS | All |
13974743 | 修复了应用 HADR_SYNC_COMMIT CU7 后,SQL Server 上可能会显示大量工作负荷的高等待时间。 |
SQL Server 引擎 | SQL OS | Linux |
13980551 | 应用 SQL Server 2019 CU8 后,SQL Server 服务不会启动核心转储并失败。 | SQL Server 引擎 | SQL OS | Linux |
13970216 | 修复了以下问题 DBCC PAGE :选项 3 在从 SQL Server 2019 中的表中删除唯一标识符列后生成访问冲突转储。 Msg 596,级别 21,状态 1,LineNumber <> 无法继续执行,因为会话处于终止状态。 Msg 0、Level 20、State 0、LineNumber <> A 严重错误发生在当前命令上。 应放弃结果(如果有)。 |
SQL Server 引擎 | 存储管理 | Windows |
13974728 | 修复了以下问题:如果创建一个大小为 4 TB 或增长超过 4 TB 的文件,则性能计数器 Data File(s) Size (KB) 不会报告数据库文件的正确总大小 > 。 |
SQL Server 引擎 | 存储管理 | Windows |
13974746 | 添加一个新选项以仅释放 LogPool 缓存: DBCC FREESYSTEMCACHE('LogPool') 。 |
SQL Server 引擎 | 事务服务 | Windows |
如何获取或下载此或最新的累积更新包
如何获取或下载适用于 Windows 的最新累积更新包(建议)
可从Microsoft下载中心获取以下更新:
注意
- Microsoft下载中心将始终提供最新的 SQL Server 2019 CU 版本。
- 如果未显示下载页,请联系 Microsoft客户服务和支持 部门获取累积更新包。
如何从 Microsoft 更新目录获取或下载 Windows 的此累积更新包
Microsoft更新目录中提供了以下更新:
立即下载 SQL Server 2019 CU10 的累积更新包
注意
- Microsoft更新目录 包含此 SQL Server 2019 CU 和以前发布的 SQL Server 2019 CU 版本。
- 此 CU 也可通过 Windows Server Update Services(WSUS)获得。
- 建议始终安装可用的最新累积更新。
如何获取或下载适用于 Linux 的最新累积更新包
若要将 Linux 上的 SQL Server 2019 更新为最新的 CU,必须先 配置累积更新存储库。 然后,使用适当的特定于平台的更新命令更新 SQL Server 包。
有关安装说明和 CU 包下载的直接链接,请参阅 SQL Server 2019 发行说明。
如何获取或下载大数据群集的最新累积更新(BDC)
若要将 Linux 上的 Microsoft SQL Server 2019 大数据群集(BDC)升级到最新的 CU,请参阅大数据群集部署指南。
从 SQL Server 2019 CU1 开始,可以从生产支持的版本(SQL Server 2019 GDR1)为大数据群集执行就地升级。 有关详细信息,请参阅如何升级 SQL Server 大数据群集。
有关详细信息,请参阅大数据群集发行说明。
文件信息
文件哈希信息
可以通过使用以下命令计算SQLServer2019-KB5001090-x64.exe文件的哈希来验证下载:
certutil -hashfile SQLServer2019-KB5001090-x64.exe SHA256
文件名 | SHA256 哈希 |
---|---|
SQLServer2019-KB5001090-x64.exe | 1564D98CA6FE08DE31E33896CE16BD85F061AA19A9F36EAA97E5B89D34E36718 |
累积更新包文件信息
此包的英文版本包含下表中列出的文件属性(或更高版本的文件属性)。 这些文件的日期和时间以协调世界时(UTC)列出。 查看文件信息时,会将其转换为本地时间。 若要查找 UTC 和本地时间之间的差异,请使用控制面板中的“日期和时间”项中的“时区”选项卡。
基于 x64 的版本
SQL Server 2019 Analysis Services
文件名 | 文件版本 | 文件大小 | 日期 | 时间 | 平台 |
---|---|---|---|---|---|
Asplatformhost.dll | 2018.150.35.0 | 291744 | 22-Mar-21 | 18:57 | x64 |
Mashupcompression.dll | 2.80.5803.541 | 140672 | 22-Mar-21 | 18:57 | x64 |
Microsoft.analysisservices.minterop.dll | 15.0.35.0 | 757128 | 22-Mar-21 | 18:57 | x86 |
Microsoft.analysisservices.server.core.resources.dll | 15.0.35.0 | 174496 | 22-Mar-21 | 18:58 | x86 |
Microsoft.analysisservices.server.core.resources.dll | 15.0.35.0 | 198536 | 22-Mar-21 | 18:57 | x86 |
Microsoft.analysisservices.server.core.resources.dll | 15.0.35.0 | 201096 | 22-Mar-21 | 18:57 | x86 |
Microsoft.analysisservices.server.core.resources.dll | 15.0.35.0 | 197512 | 22-Mar-21 | 18:57 | x86 |
Microsoft.analysisservices.server.core.resources.dll | 15.0.35.0 | 213896 | 22-Mar-21 | 18:57 | x86 |
Microsoft.analysisservices.server.core.resources.dll | 15.0.35.0 | 196512 | 22-Mar-21 | 18:57 | x86 |
Microsoft.analysisservices.server.core.resources.dll | 15.0.35.0 | 192416 | 22-Mar-21 | 18:58 | x86 |
Microsoft.analysisservices.server.core.resources.dll | 15.0.35.0 | 251272 | 22-Mar-21 | 18:58 | x86 |
Microsoft.analysisservices.server.core.resources.dll | 15.0.35.0 | 172960 | 22-Mar-21 | 18:58 | x86 |
Microsoft.analysisservices.server.core.resources.dll | 15.0.35.0 | 195976 | 22-Mar-21 | 18:57 | x86 |
Microsoft.analysisservices.server.tabular.dll | 15.0.35.0 | 1096608 | 22-Mar-21 | 18:57 | x86 |
Microsoft.analysisservices.server.tabular.json.dll | 15.0.35.0 | 479624 | 22-Mar-21 | 18:57 | x86 |
Microsoft.analysisservices.server.tabular.resources.dll | 15.0.35.0 | 53664 | 22-Mar-21 | 18:58 | x86 |
Microsoft.analysisservices.server.tabular.resources.dll | 15.0.35.0 | 58248 | 22-Mar-21 | 18:57 | x86 |
Microsoft.analysisservices.server.tabular.resources.dll | 15.0.35.0 | 58272 | 22-Mar-21 | 18:57 | x86 |
Microsoft.analysisservices.server.tabular.resources.dll | 15.0.35.0 | 57736 | 22-Mar-21 | 18:57 | x86 |
Microsoft.analysisservices.server.tabular.resources.dll | 15.0.35.0 | 60832 | 22-Mar-21 | 18:57 | x86 |
Microsoft.analysisservices.server.tabular.resources.dll | 15.0.35.0 | 57248 | 22-Mar-21 | 18:57 | x86 |
Microsoft.analysisservices.server.tabular.resources.dll | 15.0.35.0 | 57248 | 22-Mar-21 | 18:58 | x86 |
Microsoft.analysisservices.server.tabular.resources.dll | 15.0.35.0 | 66464 | 22-Mar-21 | 18:58 | x86 |
Microsoft.analysisservices.server.tabular.resources.dll | 15.0.35.0 | 52640 | 22-Mar-21 | 18:58 | x86 |
Microsoft.analysisservices.server.tabular.resources.dll | 15.0.35.0 | 57248 | 22-Mar-21 | 18:57 | x86 |
Microsoft.analysisservices.timedimgenerator.resources.dll | 15.0.35.0 | 16776 | 22-Mar-21 | 18:58 | x86 |
Microsoft.analysisservices.timedimgenerator.resources.dll | 15.0.35.0 | 16800 | 22-Mar-21 | 18:57 | x86 |
Microsoft.analysisservices.timedimgenerator.resources.dll | 15.0.35.0 | 16776 | 22-Mar-21 | 18:57 | x86 |
Microsoft.analysisservices.timedimgenerator.resources.dll | 15.0.35.0 | 16776 | 22-Mar-21 | 18:57 | x86 |
Microsoft.analysisservices.timedimgenerator.resources.dll | 15.0.35.0 | 16776 | 22-Mar-21 | 18:57 | x86 |
Microsoft.analysisservices.timedimgenerator.resources.dll | 15.0.35.0 | 16776 | 22-Mar-21 | 18:57 | x86 |
Microsoft.analysisservices.timedimgenerator.resources.dll | 15.0.35.0 | 16776 | 22-Mar-21 | 18:58 | x86 |
Microsoft.analysisservices.timedimgenerator.resources.dll | 15.0.35.0 | 17800 | 22-Mar-21 | 18:58 | x86 |
Microsoft.analysisservices.timedimgenerator.resources.dll | 15.0.35.0 | 16800 | 22-Mar-21 | 18:58 | x86 |
Microsoft.analysisservices.timedimgenerator.resources.dll | 15.0.35.0 | 16776 | 22-Mar-21 | 18:57 | x86 |
Microsoft.data.edm.netfx35.dll | 5.7.0.62516 | 661072 | 22-Mar-21 | 18:57 | x86 |
Microsoft.data.mashup.dll | 2.80.5803.541 | 186232 | 22-Mar-21 | 18:57 | x86 |
Microsoft.data.mashup.oledb.dll | 2.80.5803.541 | 30080 | 22-Mar-21 | 18:57 | x86 |
Microsoft.data.mashup.preview.dll | 2.80.5803.541 | 74832 | 22-Mar-21 | 18:57 | x86 |
Microsoft.data.mashup.providercommon.dll | 2.80.5803.541 | 102264 | 22-Mar-21 | 18:57 | x86 |
Microsoft.data.mashup.providercommon.resources.dll | 2.80.5803.541 | 37760 | 22-Mar-21 | 18:58 | x86 |
Microsoft.data.mashup.providercommon.resources.dll | 2.80.5803.541 | 41864 | 22-Mar-21 | 18:57 | x86 |
Microsoft.data.mashup.providercommon.resources.dll | 2.80.5803.541 | 41864 | 22-Mar-21 | 18:57 | x86 |
Microsoft.data.mashup.providercommon.resources.dll | 2.80.5803.541 | 41848 | 22-Mar-21 | 18:57 | x86 |
Microsoft.data.mashup.providercommon.resources.dll | 2.80.5803.541 | 42064 | 22-Mar-21 | 18:57 | x86 |
Microsoft.data.mashup.providercommon.resources.dll | 2.80.5803.541 | 41856 | 22-Mar-21 | 18:57 | x86 |
Microsoft.data.mashup.providercommon.resources.dll | 2.80.5803.541 | 41848 | 22-Mar-21 | 18:58 | x86 |
Microsoft.data.mashup.providercommon.resources.dll | 2.80.5803.541 | 45960 | 22-Mar-21 | 18:58 | x86 |
Microsoft.data.mashup.providercommon.resources.dll | 2.80.5803.541 | 37760 | 22-Mar-21 | 18:58 | x86 |
Microsoft.data.mashup.providercommon.resources.dll | 2.80.5803.541 | 42064 | 22-Mar-21 | 18:57 | x86 |
Microsoft.data.odata.netfx35.dll | 5.7.0.62516 | 1454672 | 22-Mar-21 | 18:57 | x86 |
Microsoft.data.odata.query.netfx35.dll | 5.7.0.62516 | 181112 | 22-Mar-21 | 18:57 | x86 |
Microsoft.data.sapclient.dll | 1.0.0.25 | 920656 | 22-Mar-21 | 18:57 | x86 |
Microsoft.data.sapclient.resources.dll | 1.0.0.25 | 34608 | 22-Mar-21 | 18:57 | x86 |
Microsoft.data.sapclient.resources.dll | 1.0.0.25 | 34816 | 22-Mar-21 | 18:57 | x86 |
Microsoft.data.sapclient.resources.dll | 1.0.0.25 | 34816 | 22-Mar-21 | 18:57 | x86 |
Microsoft.data.sapclient.resources.dll | 1.0.0.25 | 35120 | 22-Mar-21 | 18:57 | x86 |
Microsoft.data.sapclient.resources.dll | 1.0.0.25 | 47112 | 22-Mar-21 | 18:57 | x86 |
Microsoft.data.sapclient.resources.dll | 1.0.0.25 | 34600 | 22-Mar-21 | 18:57 | x86 |
Microsoft.data.sapclient.resources.dll | 1.0.0.25 | 33072 | 22-Mar-21 | 18:58 | x86 |
Microsoft.data.sapclient.resources.dll | 1.0.0.25 | 33080 | 22-Mar-21 | 18:58 | x86 |
Microsoft.data.sapclient.resources.dll | 1.0.0.25 | 34824 | 22-Mar-21 | 18:58 | x86 |
Microsoft.data.sapclient.resources.dll | 1.0.0.25 | 37672 | 22-Mar-21 | 18:58 | x86 |
Microsoft.hostintegration.connectors.dll | 2.80.5803.541 | 5262728 | 22-Mar-21 | 18:57 | x86 |
Microsoft.mashup.container.exe | 2.80.5803.541 | 22392 | 22-Mar-21 | 18:57 | x64 |
Microsoft.mashup.container.netfx40.exe | 2.80.5803.541 | 21880 | 22-Mar-21 | 18:57 | x64 |
Microsoft.mashup.container.netfx45.exe | 2.80.5803.541 | 22096 | 22-Mar-21 | 18:57 | x64 |
Microsoft.mashup.eventsource.dll | 2.80.5803.541 | 149368 | 22-Mar-21 | 18:57 | x86 |
Microsoft.mashup.oauth.dll | 2.80.5803.541 | 78712 | 22-Mar-21 | 18:57 | x86 |
Microsoft.mashup.oauth.resources.dll | 2.80.5803.541 | 14728 | 22-Mar-21 | 18:58 | x86 |
Microsoft.mashup.oauth.resources.dll | 2.80.5803.541 | 15240 | 22-Mar-21 | 18:57 | x86 |
Microsoft.mashup.oauth.resources.dll | 2.80.5803.541 | 15464 | 22-Mar-21 | 18:57 | x86 |
Microsoft.mashup.oauth.resources.dll | 2.80.5803.541 | 15224 | 22-Mar-21 | 18:57 | x86 |
Microsoft.mashup.oauth.resources.dll | 2.80.5803.541 | 15440 | 22-Mar-21 | 18:57 | x86 |
Microsoft.mashup.oauth.resources.dll | 2.80.5803.541 | 15232 | 22-Mar-21 | 18:57 | x86 |
Microsoft.mashup.oauth.resources.dll | 2.80.5803.541 | 14720 | 22-Mar-21 | 18:58 | x86 |
Microsoft.mashup.oauth.resources.dll | 2.80.5803.541 | 15744 | 22-Mar-21 | 18:58 | x86 |
Microsoft.mashup.oauth.resources.dll | 2.80.5803.541 | 14720 | 22-Mar-21 | 18:58 | x86 |
Microsoft.mashup.oauth.resources.dll | 2.80.5803.541 | 14928 | 22-Mar-21 | 18:57 | x86 |
Microsoft.mashup.oledbinterop.dll | 2.80.5803.541 | 192392 | 22-Mar-21 | 18:57 | x64 |
Microsoft.mashup.oledbprovider.dll | 2.80.5803.541 | 59984 | 22-Mar-21 | 18:57 | x86 |
Microsoft.mashup.oledbprovider.resources.dll | 2.80.5803.541 | 13192 | 22-Mar-21 | 18:58 | x86 |
Microsoft.mashup.oledbprovider.resources.dll | 2.80.5803.541 | 13192 | 22-Mar-21 | 18:57 | x86 |
Microsoft.mashup.oledbprovider.resources.dll | 2.80.5803.541 | 13392 | 22-Mar-21 | 18:57 | x86 |
Microsoft.mashup.oledbprovider.resources.dll | 2.80.5803.541 | 13192 | 22-Mar-21 | 18:57 | x86 |
Microsoft.mashup.oledbprovider.resources.dll | 2.80.5803.541 | 13184 | 22-Mar-21 | 18:57 | x86 |
Microsoft.mashup.oledbprovider.resources.dll | 2.80.5803.541 | 13184 | 22-Mar-21 | 18:57 | x86 |
Microsoft.mashup.oledbprovider.resources.dll | 2.80.5803.541 | 13192 | 22-Mar-21 | 18:58 | x86 |
Microsoft.mashup.oledbprovider.resources.dll | 2.80.5803.541 | 13392 | 22-Mar-21 | 18:58 | x86 |
Microsoft.mashup.oledbprovider.resources.dll | 2.80.5803.541 | 13184 | 22-Mar-21 | 18:58 | x86 |
Microsoft.mashup.oledbprovider.resources.dll | 2.80.5803.541 | 13392 | 22-Mar-21 | 18:57 | x86 |
Microsoft.mashup.scriptdom.dll | 2.40.4554.261 | 2371808 | 22-Mar-21 | 18:57 | x86 |
Microsoft.mashup.shims.dll | 2.80.5803.541 | 27512 | 22-Mar-21 | 18:57 | x86 |
Microsoft.mashup.storage.xmlserializers.dll | 1.0.0.0 | 140368 | 22-Mar-21 | 18:57 | x86 |
Microsoft.mashupengine.dll | 2.80.5803.541 | 14271872 | 22-Mar-21 | 18:57 | x86 |
Microsoft.mashupengine.resources.dll | 2.80.5803.541 | 553864 | 22-Mar-21 | 18:58 | x86 |
Microsoft.mashupengine.resources.dll | 2.80.5803.541 | 664656 | 22-Mar-21 | 18:57 | x86 |
Microsoft.mashupengine.resources.dll | 2.80.5803.541 | 656256 | 22-Mar-21 | 18:57 | x86 |
Microsoft.mashupengine.resources.dll | 2.80.5803.541 | 639880 | 22-Mar-21 | 18:57 | x86 |
Microsoft.mashupengine.resources.dll | 2.80.5803.541 | 689024 | 22-Mar-21 | 18:57 | x86 |
Microsoft.mashupengine.resources.dll | 2.80.5803.541 | 648064 | 22-Mar-21 | 18:57 | x86 |
Microsoft.mashupengine.resources.dll | 2.80.5803.541 | 627592 | 22-Mar-21 | 18:58 | x86 |
Microsoft.mashupengine.resources.dll | 2.80.5803.541 | 865360 | 22-Mar-21 | 18:58 | x86 |
Microsoft.mashupengine.resources.dll | 2.80.5803.541 | 545656 | 22-Mar-21 | 18:58 | x86 |
Microsoft.mashupengine.resources.dll | 2.80.5803.541 | 640080 | 22-Mar-21 | 18:57 | x86 |
Microsoft.odata.core.netfx35.dll | 6.15.0.0 | 1437568 | 22-Mar-21 | 18:57 | x86 |
Microsoft.odata.edm.netfx35.dll | 6.15.0.0 | 778632 | 22-Mar-21 | 18:57 | x86 |
Microsoft.powerbi.adomdclient.dll | 15.1.27.19 | 1104976 | 22-Mar-21 | 18:57 | x86 |
Microsoft.spatial.netfx35.dll | 6.15.0.0 | 126336 | 22-Mar-21 | 18:57 | x86 |
Msmdctr.dll | 2018.150.35.0 | 37256 | 22-Mar-21 | 18:57 | x64 |
Msmdlocal.dll | 2018.150.35.0 | 66288032 | 22-Mar-21 | 18:57 | x64 |
Msmdlocal.dll | 2018.150.35.0 | 47781280 | 22-Mar-21 | 18:58 | x86 |
Msmdpump.dll | 2018.150.35.0 | 10187656 | 22-Mar-21 | 18:57 | x64 |
Msmdredir.dll | 2018.150.35.0 | 7955848 | 22-Mar-21 | 18:58 | x86 |
Msmdspdm.resources.dll | 15.0.35.0 | 15752 | 22-Mar-21 | 18:58 | x86 |
Msmdspdm.resources.dll | 15.0.35.0 | 15752 | 22-Mar-21 | 18:57 | x86 |
Msmdspdm.resources.dll | 15.0.35.0 | 16264 | 22-Mar-21 | 18:57 | x86 |
Msmdspdm.resources.dll | 15.0.35.0 | 15752 | 22-Mar-21 | 18:57 | x86 |
Msmdspdm.resources.dll | 15.0.35.0 | 16264 | 22-Mar-21 | 18:57 | x86 |
Msmdspdm.resources.dll | 15.0.35.0 | 16288 | 22-Mar-21 | 18:57 | x86 |
Msmdspdm.resources.dll | 15.0.35.0 | 16264 | 22-Mar-21 | 18:58 | x86 |
Msmdspdm.resources.dll | 15.0.35.0 | 17288 | 22-Mar-21 | 18:58 | x86 |
Msmdspdm.resources.dll | 15.0.35.0 | 15752 | 22-Mar-21 | 18:58 | x86 |
Msmdspdm.resources.dll | 15.0.35.0 | 15752 | 22-Mar-21 | 18:57 | x86 |
Msmdsrv.exe | 2018.150.35.0 | 65824160 | 22-Mar-21 | 18:57 | x64 |
Msmdsrv.rll | 2018.150.35.0 | 832392 | 22-Mar-21 | 18:58 | x64 |
Msmdsrv.rll | 2018.150.35.0 | 1627016 | 22-Mar-21 | 18:58 | x64 |
Msmdsrv.rll | 2018.150.35.0 | 1452960 | 22-Mar-21 | 18:58 | x64 |
Msmdsrv.rll | 2018.150.35.0 | 1641864 | 22-Mar-21 | 18:58 | x64 |
Msmdsrv.rll | 2018.150.35.0 | 1607584 | 22-Mar-21 | 18:58 | x64 |
Msmdsrv.rll | 2018.150.35.0 | 1000352 | 22-Mar-21 | 18:58 | x64 |
Msmdsrv.rll | 2018.150.35.0 | 991136 | 22-Mar-21 | 18:58 | x64 |
Msmdsrv.rll | 2018.150.35.0 | 1535880 | 22-Mar-21 | 18:58 | x64 |
Msmdsrv.rll | 2018.150.35.0 | 1520520 | 22-Mar-21 | 18:58 | x64 |
Msmdsrv.rll | 2018.150.35.0 | 809864 | 22-Mar-21 | 18:58 | x64 |
Msmdsrv.rll | 2018.150.35.0 | 1595272 | 22-Mar-21 | 18:58 | x64 |
Msmdsrvi.rll | 2018.150.35.0 | 831392 | 22-Mar-21 | 18:58 | x64 |
Msmdsrvi.rll | 2018.150.35.0 | 1623456 | 22-Mar-21 | 18:58 | x64 |
Msmdsrvi.rll | 2018.150.35.0 | 1449864 | 22-Mar-21 | 18:58 | x64 |
Msmdsrvi.rll | 2018.150.35.0 | 1636744 | 22-Mar-21 | 18:58 | x64 |
Msmdsrvi.rll | 2018.150.35.0 | 1603464 | 22-Mar-21 | 18:58 | x64 |
Msmdsrvi.rll | 2018.150.35.0 | 997792 | 22-Mar-21 | 18:58 | x64 |
Msmdsrvi.rll | 2018.150.35.0 | 990112 | 22-Mar-21 | 18:58 | x64 |
Msmdsrvi.rll | 2018.150.35.0 | 1531784 | 22-Mar-21 | 18:58 | x64 |
Msmdsrvi.rll | 2018.150.35.0 | 1516960 | 22-Mar-21 | 18:58 | x64 |
Msmdsrvi.rll | 2018.150.35.0 | 808840 | 22-Mar-21 | 18:58 | x64 |
Msmdsrvi.rll | 2018.150.35.0 | 1590688 | 22-Mar-21 | 18:58 | x64 |
Msmgdsrv.dll | 2018.150.35.0 | 10185120 | 22-Mar-21 | 18:57 | x64 |
Msmgdsrv.dll | 2018.150.35.0 | 8277920 | 22-Mar-21 | 18:58 | x86 |
Msolap.dll | 2018.150.35.0 | 11014560 | 22-Mar-21 | 18:57 | x64 |
Msolap.dll | 2018.150.35.0 | 8607136 | 22-Mar-21 | 18:58 | x86 |
Msolui.dll | 2018.150.35.0 | 305568 | 22-Mar-21 | 18:57 | x64 |
Msolui.dll | 2018.150.35.0 | 285064 | 22-Mar-21 | 18:58 | x86 |
Powerbiextensions.dll | 2.80.5803.541 | 9470032 | 22-Mar-21 | 18:58 | x86 |
Private_odbc32.dll | 10.0.14832.1000 | 728456 | 22-Mar-21 | 18:58 | x64 |
Sqlboot.dll | 2019.150.4123.1 | 213904 | 22-Mar-21 | 18:57 | x64 |
Sqlceip.exe | 15.0.4123.1 | 283520 | 22-Mar-21 | 18:57 | x86 |
Sqldumper.exe | 2019.150.4123.1 | 152480 | 22-Mar-21 | 18:57 | x86 |
Sqldumper.exe | 2019.150.4123.1 | 185248 | 22-Mar-21 | 18:57 | x64 |
System.spatial.netfx35.dll | 5.7.0.62516 | 117640 | 22-Mar-21 | 18:58 | x86 |
Tmapi.dll | 2018.150.35.0 | 6177160 | 22-Mar-21 | 18:58 | x64 |
Tmcachemgr.dll | 2018.150.35.0 | 4916616 | 22-Mar-21 | 18:58 | x64 |
Tmpersistence.dll | 2018.150.35.0 | 1183648 | 22-Mar-21 | 18:58 | x64 |
Tmtransactions.dll | 2018.150.35.0 | 6802336 | 22-Mar-21 | 18:58 | x64 |
Xmsrv.dll | 2018.150.35.0 | 26024328 | 22-Mar-21 | 18:58 | x64 |
Xmsrv.dll | 2018.150.35.0 | 35459464 | 22-Mar-21 | 18:58 | x86 |
SQL Server 2019 Database Services Common Core
文件名 | 文件版本 | 文件大小 | 日期 | 时间 | 平台 |
---|---|---|---|---|---|
Instapi150.dll | 2019.150.4123.1 | 74640 | 22-Mar-21 | 18:51 | x86 |
Instapi150.dll | 2019.150.4123.1 | 86928 | 22-Mar-21 | 18:51 | x64 |
Microsoft.sqlserver.mgdsqldumper.dll | 2019.150.4123.1 | 86912 | 22-Mar-21 | 18:57 | x86 |
Microsoft.sqlserver.mgdsqldumper.dll | 2019.150.4123.1 | 99216 | 22-Mar-21 | 18:57 | x64 |
Msasxpress.dll | 2018.150.35.0 | 31136 | 22-Mar-21 | 18:51 | x64 |
Msasxpress.dll | 2018.150.35.0 | 25992 | 22-Mar-21 | 18:51 | x86 |
Pbsvcacctsync.dll | 2019.150.4123.1 | 74640 | 22-Mar-21 | 18:57 | x86 |
Pbsvcacctsync.dll | 2019.150.4123.1 | 86944 | 22-Mar-21 | 18:57 | x64 |
Sqldumper.exe | 2019.150.4123.1 | 152480 | 22-Mar-21 | 18:51 | x86 |
Sqldumper.exe | 2019.150.4123.1 | 185248 | 22-Mar-21 | 18:51 | x64 |
Sqlftacct.dll | 2019.150.4123.1 | 58256 | 22-Mar-21 | 18:57 | x86 |
Sqlftacct.dll | 2019.150.4123.1 | 78720 | 22-Mar-21 | 18:57 | x64 |
Sqlmanager.dll | 2019.150.4123.1 | 742288 | 22-Mar-21 | 18:57 | x86 |
Sqlmanager.dll | 2019.150.4123.1 | 877456 | 22-Mar-21 | 18:57 | x64 |
Sqlmgmprovider.dll | 2019.150.4123.1 | 377728 | 22-Mar-21 | 18:57 | x86 |
Sqlmgmprovider.dll | 2019.150.4123.1 | 431008 | 22-Mar-21 | 18:57 | x64 |
Sqlsvcsync.dll | 2019.150.4123.1 | 275344 | 22-Mar-21 | 18:57 | x86 |
Sqlsvcsync.dll | 2019.150.4123.1 | 357264 | 22-Mar-21 | 18:57 | x64 |
Svrenumapi150.dll | 2019.150.4123.1 | 1160080 | 22-Mar-21 | 18:57 | x64 |
Svrenumapi150.dll | 2019.150.4123.1 | 910224 | 22-Mar-21 | 18:57 | x86 |
SQL Server 2019 sql_dreplay_client
文件名 | 文件版本 | 文件大小 | 日期 | 时间 | 平台 |
---|---|---|---|---|---|
Dreplayclient.exe | 2019.150.4123.1 | 136080 | 22-Mar-21 | 18:58 | x86 |
Dreplaycommon.dll | 2019.150.4123.1 | 665488 | 22-Mar-21 | 18:58 | x86 |
Dreplayutil.dll | 2019.150.4123.1 | 304000 | 22-Mar-21 | 18:58 | x86 |
Instapi150.dll | 2019.150.4123.1 | 86928 | 22-Mar-21 | 18:55 | x64 |
Sqlresourceloader.dll | 2019.150.4123.1 | 37760 | 22-Mar-21 | 18:58 | x86 |
SQL Server 2019 sql_dreplay_controller
文件名 | 文件版本 | 文件大小 | 日期 | 时间 | 平台 |
---|---|---|---|---|---|
Dreplaycommon.dll | 2019.150.4123.1 | 665488 | 22-Mar-21 | 18:57 | x86 |
Dreplaycontroller.exe | 2019.150.4123.1 | 365456 | 22-Mar-21 | 18:57 | x86 |
Instapi150.dll | 2019.150.4123.1 | 86928 | 22-Mar-21 | 18:51 | x64 |
Sqlresourceloader.dll | 2019.150.4123.1 | 37760 | 22-Mar-21 | 18:57 | x86 |
SQL Server 2019 数据库服务器核心实例
文件名 | 文件版本 | 文件大小 | 日期 | 时间 | 平台 |
---|---|---|---|---|---|
Aetm-enclave-simulator.dll | 2019.150.4123.1 | 4657024 | 22-Mar-21 | 20:05 | x64 |
Aetm-enclave.dll | 2019.150.4123.1 | 4611464 | 22-Mar-21 | 20:05 | x64 |
Aetm-sgx-enclave-simulator.dll | 2019.150.4123.1 | 4931336 | 22-Mar-21 | 20:05 | x64 |
Aetm-sgx-enclave.dll | 2019.150.4123.1 | 4871976 | 22-Mar-21 | 20:05 | x64 |
Azureattest.dll | 10.0.18965.1000 | 255056 | 22-Mar-21 | 18:51 | x64 |
Azureattestmanager.dll | 10.0.18965.1000 | 97528 | 22-Mar-21 | 18:51 | x64 |
C1.dll | 19.16.27034.0 | 2438520 | 22-Mar-21 | 20:05 | x64 |
C2.dll | 19.16.27034.0 | 7239032 | 22-Mar-21 | 20:05 | x64 |
Cl.exe | 19.16.27034.0 | 424360 | 22-Mar-21 | 20:05 | x64 |
Clui.dll | 19.16.27034.0 | 541048 | 22-Mar-21 | 20:05 | x64 |
Datacollectorcontroller.dll | 2019.150.4123.1 | 279456 | 22-Mar-21 | 20:05 | x64 |
Dcexec.exe | 2019.150.4123.1 | 86912 | 22-Mar-21 | 20:05 | x64 |
Fssres.dll | 2019.150.4123.1 | 95136 | 22-Mar-21 | 20:05 | x64 |
Hadrres.dll | 2019.150.4123.1 | 201632 | 22-Mar-21 | 20:05 | x64 |
Hkcompile.dll | 2019.150.4123.1 | 1291168 | 22-Mar-21 | 20:05 | x64 |
Hkengine.dll | 2019.150.4123.1 | 5784464 | 22-Mar-21 | 20:05 | x64 |
Hkruntime.dll | 2019.150.4123.1 | 181120 | 22-Mar-21 | 20:05 | x64 |
Hktempdb.dll | 2019.150.4123.1 | 62336 | 22-Mar-21 | 20:05 | x64 |
Link.exe | 14.16.27034.0 | 1707936 | 22-Mar-21 | 20:05 | x64 |
Microsoft.sqlautoadmin.autobackupagent.dll | 15.0.4123.1 | 234400 | 22-Mar-21 | 20:05 | x86 |
Microsoft.sqlserver.xevent.linq.dll | 2019.150.4123.1 | 324480 | 22-Mar-21 | 20:05 | x64 |
Microsoft.sqlserver.xevent.targets.dll | 2019.150.4123.1 | 91008 | 22-Mar-21 | 20:05 | x64 |
Msobj140.dll | 14.16.27034.0 | 134008 | 22-Mar-21 | 20:05 | x64 |
Mspdb140.dll | 14.16.27034.0 | 632184 | 22-Mar-21 | 20:05 | x64 |
Mspdbcore.dll | 14.16.27034.0 | 632184 | 22-Mar-21 | 20:05 | x64 |
Msvcp140.dll | 14.16.27034.0 | 628200 | 22-Mar-21 | 20:05 | x64 |
Qds.dll | 2019.150.4123.1 | 1184656 | 22-Mar-21 | 20:05 | x64 |
Rsfxft.dll | 2019.150.4123.1 | 50048 | 22-Mar-21 | 20:05 | x64 |
Secforwarder.dll | 2019.150.4123.1 | 78752 | 22-Mar-21 | 20:05 | x64 |
Sqagtres.dll | 2019.150.4123.1 | 86912 | 22-Mar-21 | 20:05 | x64 |
Sqlaamss.dll | 2019.150.4123.1 | 107424 | 22-Mar-21 | 20:05 | x64 |
Sqlaccess.dll | 2019.150.4123.1 | 492432 | 22-Mar-21 | 20:05 | x64 |
Sqlagent.exe | 2019.150.4123.1 | 730016 | 22-Mar-21 | 20:05 | x64 |
Sqlagentctr150.dll | 2019.150.4123.1 | 66432 | 22-Mar-21 | 20:05 | x86 |
Sqlagentctr150.dll | 2019.150.4123.1 | 78752 | 22-Mar-21 | 20:05 | x64 |
Sqlboot.dll | 2019.150.4123.1 | 213904 | 22-Mar-21 | 20:05 | x64 |
Sqlceip.exe | 15.0.4123.1 | 283520 | 22-Mar-21 | 20:05 | x86 |
Sqlcmdss.dll | 2019.150.4123.1 | 86928 | 22-Mar-21 | 20:05 | x64 |
Sqlctr150.dll | 2019.150.4123.1 | 115600 | 22-Mar-21 | 20:05 | x86 |
Sqlctr150.dll | 2019.150.4123.1 | 140160 | 22-Mar-21 | 20:05 | x64 |
Sqldk.dll | 2019.150.4123.1 | 3150720 | 22-Mar-21 | 20:05 | x64 |
Sqldtsss.dll | 2019.150.4123.1 | 107408 | 22-Mar-21 | 20:05 | x64 |
Sqlevn70.rll |
2019.150.4123.1 | 1590144 | 22-Mar-21 | 20:05 | x64 |
Sqlevn70.rll |
2019.150.4123.1 | 3490688 | 22-Mar-21 | 20:05 | x64 |
Sqlevn70.rll |
2019.150.4123.1 | 3687296 | 22-Mar-21 | 20:05 | x64 |
Sqlevn70.rll |
2019.150.4123.1 | 4150144 | 22-Mar-21 | 20:05 | x64 |
Sqlevn70.rll |
2019.150.4123.1 | 4268928 | 22-Mar-21 | 20:05 | x64 |
Sqlevn70.rll |
2019.150.4123.1 | 3404672 | 22-Mar-21 | 20:05 | x64 |
Sqlevn70.rll |
2019.150.4123.1 | 3568512 | 22-Mar-21 | 20:05 | x64 |
Sqlevn70.rll |
2019.150.4123.1 | 4146048 | 22-Mar-21 | 20:05 | x64 |
Sqlevn70.rll |
2019.150.4123.1 | 3998592 | 22-Mar-21 | 20:05 | x64 |
Sqlevn70.rll |
2019.150.4123.1 | 4051840 | 22-Mar-21 | 20:05 | x64 |
Sqlevn70.rll |
2019.150.4123.1 | 2216832 | 22-Mar-21 | 20:05 | x64 |
Sqlevn70.rll |
2019.150.4123.1 | 2163584 | 22-Mar-21 | 20:05 | x64 |
Sqlevn70.rll |
2019.150.4123.1 | 3859328 | 22-Mar-21 | 20:05 | x64 |
Sqlevn70.rll |
2019.150.4123.1 | 3535744 | 22-Mar-21 | 20:05 | x64 |
Sqlevn70.rll |
2019.150.4123.1 | 4002688 | 22-Mar-21 | 20:05 | x64 |
Sqlevn70.rll |
2019.150.4123.1 | 3810176 | 22-Mar-21 | 20:05 | x64 |
Sqlevn70.rll |
2019.150.4123.1 | 3806080 | 22-Mar-21 | 20:05 | x64 |
Sqlevn70.rll |
2019.150.4123.1 | 3601280 | 22-Mar-21 | 20:05 | x64 |
Sqlevn70.rll |
2019.150.4123.1 | 3490688 | 22-Mar-21 | 20:05 | x64 |
Sqlevn70.rll |
2019.150.4123.1 | 1532800 | 22-Mar-21 | 20:05 | x64 |
Sqlevn70.rll |
2019.150.4123.1 | 3896192 | 22-Mar-21 | 20:05 | x64 |
Sqlevn70.rll |
2019.150.4123.1 | 4014976 | 22-Mar-21 | 20:05 | x64 |
Sqllang.dll | 2019.150.4123.1 | 39920528 | 22-Mar-21 | 20:05 | x64 |
Sqlmin.dll | 2019.150.4123.1 | 40432016 | 22-Mar-21 | 20:05 | x64 |
Sqlolapss.dll | 2019.150.4123.1 | 103328 | 22-Mar-21 | 20:05 | x64 |
Sqlos.dll | 2019.150.4123.1 | 41888 | 22-Mar-21 | 20:05 | x64 |
Sqlpowershellss.dll | 2019.150.4123.1 | 82832 | 22-Mar-21 | 20:05 | x64 |
Sqlrepss.dll | 2019.150.4123.1 | 82848 | 22-Mar-21 | 20:05 | x64 |
Sqlresourceloader.dll | 2019.150.4123.1 | 50080 | 22-Mar-21 | 19:27 | x64 |
Sqlscm.dll | 2019.150.4123.1 | 86912 | 22-Mar-21 | 19:27 | x64 |
Sqlscriptdowngrade.dll | 2019.150.4123.1 | 37760 | 22-Mar-21 | 20:05 | x64 |
Sqlscriptupgrade.dll | 2019.150.4123.1 | 5804928 | 22-Mar-21 | 20:05 | x64 |
Sqlserverspatial150.dll | 2019.150.4123.1 | 672672 | 22-Mar-21 | 20:05 | x64 |
Sqlservr.exe | 2019.150.4123.1 | 627584 | 22-Mar-21 | 20:05 | x64 |
Sqlsvc.dll | 2019.150.4123.1 | 181120 | 22-Mar-21 | 19:27 | x64 |
Sqltses.dll | 2019.150.4123.1 | 9081760 | 22-Mar-21 | 20:05 | x64 |
Sqsrvres.dll | 2019.150.4123.1 | 279440 | 22-Mar-21 | 20:05 | x64 |
Svl.dll | 2019.150.4123.1 | 160672 | 22-Mar-21 | 20:05 | x64 |
Vcruntime140.dll | 14.16.27034.0 | 85992 | 22-Mar-21 | 20:05 | x64 |
Xe.dll | 2019.150.4123.1 | 721808 | 22-Mar-21 | 19:27 | x64 |
Xpadsi.exe | 2019.150.4123.1 | 115584 | 22-Mar-21 | 20:05 | x64 |
Xplog70.dll | 2019.150.4123.1 | 91024 | 22-Mar-21 | 20:05 | x64 |
Xprepl.dll | 2019.150.4123.1 | 119712 | 22-Mar-21 | 20:05 | x64 |
Xpstar.dll | 2019.150.4123.1 | 471952 | 22-Mar-21 | 20:05 | x64 |
SQL Server 2019 Database Services Core 共享
文件名 | 文件版本 | 文件大小 | 日期 | 时间 | 平台 |
---|---|---|---|---|---|
Commanddest.dll | 2019.150.4123.1 | 263040 | 22-Mar-21 | 18:58 | x64 |
Datacollectortasks.dll | 2019.150.4123.1 | 230288 | 22-Mar-21 | 18:58 | x64 |
Distrib.exe | 2019.150.4123.1 | 234384 | 22-Mar-21 | 18:57 | x64 |
Dteparse.dll | 2019.150.4123.1 | 123776 | 22-Mar-21 | 18:57 | x64 |
Dteparsemgd.dll | 2019.150.4123.1 | 131968 | 22-Mar-21 | 18:58 | x64 |
Dtepkg.dll | 2019.150.4123.1 | 148352 | 22-Mar-21 | 18:58 | x64 |
Dtexec.exe | 2019.150.4123.1 | 71568 | 22-Mar-21 | 18:57 | x64 |
Dts.dll | 2019.150.4123.1 | 3142544 | 22-Mar-21 | 18:58 | x64 |
Dtscomexpreval.dll | 2019.150.4123.1 | 500624 | 22-Mar-21 | 18:58 | x64 |
Dtsconn.dll | 2019.150.4123.1 | 521088 | 22-Mar-21 | 18:58 | x64 |
Dtshost.exe | 2019.150.4123.1 | 104336 | 22-Mar-21 | 18:58 | x64 |
Dtsmsg150.dll | 2019.150.4123.1 | 566160 | 22-Mar-21 | 18:58 | x64 |
Dtspipeline.dll | 2019.150.4123.1 | 1328032 | 22-Mar-21 | 18:58 | x64 |
Dtswizard.exe | 15.0.4123.1 | 885664 | 22-Mar-21 | 18:58 | x64 |
Dtuparse.dll | 2019.150.4123.1 | 99216 | 22-Mar-21 | 18:58 | x64 |
Dtutil.exe | 2019.150.4123.1 | 147328 | 22-Mar-21 | 18:58 | x64 |
Exceldest.dll | 2019.150.4123.1 | 279424 | 22-Mar-21 | 18:58 | x64 |
Excelsrc.dll | 2019.150.4123.1 | 308112 | 22-Mar-21 | 18:58 | x64 |
Execpackagetask.dll | 2019.150.4123.1 | 185216 | 22-Mar-21 | 18:58 | x64 |
Flatfiledest.dll | 2019.150.4123.1 | 410496 | 22-Mar-21 | 18:58 | x64 |
Flatfilesrc.dll | 2019.150.4123.1 | 426896 | 22-Mar-21 | 18:58 | x64 |
Logread.exe | 2019.150.4123.1 | 717728 | 22-Mar-21 | 18:57 | x64 |
Mergetxt.dll | 2019.150.4123.1 | 74624 | 22-Mar-21 | 18:57 | x64 |
Microsoft.sqlserver.integrationservice.hadoop.common.dll | 15.0.4123.1 | 58272 | 22-Mar-21 | 18:57 | x86 |
Microsoft.sqlserver.integrationservices.runtimetelemetry.dll | 15.0.4123.1 | 41856 | 22-Mar-21 | 18:57 | x86 |
Microsoft.sqlserver.maintenanceplantasks.dll | 15.0.4123.1 | 390048 | 22-Mar-21 | 18:58 | x86 |
Microsoft.sqlserver.xmltask.dll | 15.0.4123.1 | 156560 | 22-Mar-21 | 18:58 | x86 |
Msdtssrvrutil.dll | 2019.150.4123.1 | 111504 | 22-Mar-21 | 18:58 | x64 |
Msgprox.dll | 2019.150.4123.1 | 299904 | 22-Mar-21 | 18:57 | x64 |
Msoledbsql.dll | 2018.182.3.0 | 148432 | 22-Mar-21 | 18:57 | x64 |
Msxmlsql.dll | 2019.150.4123.1 | 1495936 | 22-Mar-21 | 18:57 | x64 |
Oledbdest.dll | 2019.150.4123.1 | 279424 | 22-Mar-21 | 18:58 | x64 |
Oledbsrc.dll | 2019.150.4123.1 | 312192 | 22-Mar-21 | 18:58 | x64 |
Osql.exe | 2019.150.4123.1 | 91024 | 22-Mar-21 | 18:57 | x64 |
Qrdrsvc.exe | 2019.150.4123.1 | 496528 | 22-Mar-21 | 18:57 | x64 |
Rawdest.dll | 2019.150.4123.1 | 226176 | 22-Mar-21 | 18:58 | x64 |
Rawsource.dll | 2019.150.4123.1 | 209792 | 22-Mar-21 | 18:58 | x64 |
Rdistcom.dll | 2019.150.4123.1 | 914320 | 22-Mar-21 | 18:57 | x64 |
Recordsetdest.dll | 2019.150.4123.1 | 201616 | 22-Mar-21 | 18:58 | x64 |
Repldp.dll | 2019.150.4123.1 | 312208 | 22-Mar-21 | 18:57 | x64 |
Replerrx.dll | 2019.150.4123.1 | 181120 | 22-Mar-21 | 18:57 | x64 |
Replisapi.dll | 2019.150.4123.1 | 394112 | 22-Mar-21 | 18:57 | x64 |
Replmerg.exe | 2019.150.4123.1 | 562048 | 22-Mar-21 | 18:57 | x64 |
Replprov.dll | 2019.150.4123.1 | 852864 | 22-Mar-21 | 18:57 | x64 |
Replrec.dll | 2019.150.4123.1 | 1028992 | 22-Mar-21 | 18:57 | x64 |
Replsub.dll | 2019.150.4123.1 | 471936 | 22-Mar-21 | 18:57 | x64 |
Replsync.dll | 2019.150.4123.1 | 164768 | 22-Mar-21 | 18:57 | x64 |
Spresolv.dll | 2019.150.4123.1 | 275328 | 22-Mar-21 | 18:57 | x64 |
Sqlcmd.exe | 2019.150.4123.1 | 263040 | 22-Mar-21 | 18:57 | x64 |
Sqldiag.exe | 2019.150.4123.1 | 1139600 | 22-Mar-21 | 18:58 | x64 |
Sqldistx.dll | 2019.150.4123.1 | 246672 | 22-Mar-21 | 18:57 | x64 |
Sqllogship.exe | 15.0.4123.1 | 103312 | 22-Mar-21 | 18:57 | x64 |
Sqlmergx.dll | 2019.150.4123.1 | 398208 | 22-Mar-21 | 18:57 | x64 |
Sqlresourceloader.dll | 2019.150.4123.1 | 50080 | 22-Mar-21 | 18:57 | x64 |
Sqlresourceloader.dll | 2019.150.4123.1 | 37760 | 22-Mar-21 | 18:58 | x86 |
Sqlscm.dll | 2019.150.4123.1 | 78720 | 22-Mar-21 | 18:57 | x86 |
Sqlscm.dll | 2019.150.4123.1 | 86912 | 22-Mar-21 | 18:57 | x64 |
Sqlsvc.dll | 2019.150.4123.1 | 148352 | 22-Mar-21 | 18:57 | x86 |
Sqlsvc.dll | 2019.150.4123.1 | 181120 | 22-Mar-21 | 18:57 | x64 |
Sqltaskconnections.dll | 2019.150.4123.1 | 205696 | 22-Mar-21 | 18:58 | x64 |
Ssradd.dll | 2019.150.4123.1 | 82816 | 22-Mar-21 | 18:57 | x64 |
Ssravg.dll | 2019.150.4123.1 | 82832 | 22-Mar-21 | 18:57 | x64 |
Ssrdown.dll | 2019.150.4123.1 | 74640 | 22-Mar-21 | 18:57 | x64 |
Ssrmax.dll | 2019.150.4123.1 | 82816 | 22-Mar-21 | 18:57 | x64 |
Ssrmin.dll | 2019.150.4123.1 | 82816 | 22-Mar-21 | 18:57 | x64 |
Ssrpub.dll | 2019.150.4123.1 | 74640 | 22-Mar-21 | 18:57 | x64 |
Ssrup.dll | 2019.150.4123.1 | 74640 | 22-Mar-21 | 18:57 | x64 |
Txagg.dll | 2019.150.4123.1 | 390016 | 22-Mar-21 | 18:58 | x64 |
Txbdd.dll | 2019.150.4123.1 | 189328 | 22-Mar-21 | 18:58 | x64 |
Txdatacollector.dll | 2019.150.4123.1 | 471936 | 22-Mar-21 | 18:58 | x64 |
Txdataconvert.dll | 2019.150.4123.1 | 316288 | 22-Mar-21 | 18:58 | x64 |
Txderived.dll | 2019.150.4123.1 | 639872 | 22-Mar-21 | 18:58 | x64 |
Txlookup.dll | 2019.150.4123.1 | 541568 | 22-Mar-21 | 18:58 | x64 |
Txmerge.dll | 2019.150.4123.1 | 258944 | 22-Mar-21 | 18:58 | x64 |
Txmergejoin.dll | 2019.150.4123.1 | 308112 | 22-Mar-21 | 18:58 | x64 |
Txmulticast.dll | 2019.150.4123.1 | 148352 | 22-Mar-21 | 18:58 | x64 |
Txrowcount.dll | 2019.150.4123.1 | 140160 | 22-Mar-21 | 18:58 | x64 |
Txsort.dll | 2019.150.4123.1 | 287616 | 22-Mar-21 | 18:58 | x64 |
Txsplit.dll | 2019.150.4123.1 | 623504 | 22-Mar-21 | 18:58 | x64 |
Txunionall.dll | 2019.150.4123.1 | 205696 | 22-Mar-21 | 18:58 | x64 |
Xe.dll | 2019.150.4123.1 | 721808 | 22-Mar-21 | 18:58 | x64 |
Xmlsub.dll | 2019.150.4123.1 | 295808 | 22-Mar-21 | 18:57 | x64 |
SQL Server 2019 sql_extensibility
文件名 | 文件版本 | 文件大小 | 日期 | 时间 | 平台 |
---|---|---|---|---|---|
Commonlauncher.dll | 2019.150.4123.1 | 91040 | 22-Mar-21 | 18:57 | x64 |
Exthost.exe | 2019.150.4123.1 | 238496 | 22-Mar-21 | 18:57 | x64 |
Launchpad.exe | 2019.150.4123.1 | 1217424 | 22-Mar-21 | 18:57 | x64 |
Sqlsatellite.dll | 2019.150.4123.1 | 1016704 | 22-Mar-21 | 18:57 | x64 |
SQL Server 2019 全文引擎
文件名 | 文件版本 | 文件大小 | 日期 | 时间 | 平台 |
---|---|---|---|---|---|
Fd.dll | 2019.150.4123.1 | 684944 | 22-Mar-21 | 18:57 | x64 |
Fdhost.exe | 2019.150.4123.1 | 127888 | 22-Mar-21 | 18:57 | x64 |
Fdlauncher.exe | 2019.150.4123.1 | 78752 | 22-Mar-21 | 18:57 | x64 |
Sqlft150ph.dll | 2019.150.4123.1 | 91024 | 22-Mar-21 | 18:57 | x64 |
SQL Server 2019 sql_inst_mr
文件名 | 文件版本 | 文件大小 | 日期 | 时间 | 平台 |
---|---|---|---|---|---|
Imrdll.dll | 15.0.4123.1 | 29568 | 22-Mar-21 | 18:57 | x86 |
SQL Server 2019 Integration Services
文件名 | 文件版本 | 文件大小 | 日期 | 时间 | 平台 |
---|---|---|---|---|---|
Commanddest.dll | 2019.150.4123.1 | 226208 | 22-Mar-21 | 18:57 | x86 |
Commanddest.dll | 2019.150.4123.1 | 263040 | 22-Mar-21 | 18:57 | x64 |
Dteparse.dll | 2019.150.4123.1 | 111488 | 22-Mar-21 | 18:57 | x86 |
Dteparse.dll | 2019.150.4123.1 | 123776 | 22-Mar-21 | 18:57 | x64 |
Dteparsemgd.dll | 2019.150.4123.1 | 115584 | 22-Mar-21 | 18:57 | x86 |
Dteparsemgd.dll | 2019.150.4123.1 | 131968 | 22-Mar-21 | 18:57 | x64 |
Dtepkg.dll | 2019.150.4123.1 | 131968 | 22-Mar-21 | 18:57 | x86 |
Dtepkg.dll | 2019.150.4123.1 | 148352 | 22-Mar-21 | 18:57 | x64 |
Dtexec.exe | 2019.150.4123.1 | 62848 | 22-Mar-21 | 18:57 | x86 |
Dtexec.exe | 2019.150.4123.1 | 71568 | 22-Mar-21 | 18:57 | x64 |
Dts.dll | 2019.150.4123.1 | 2761600 | 22-Mar-21 | 18:57 | x86 |
Dts.dll | 2019.150.4123.1 | 3142544 | 22-Mar-21 | 18:57 | x64 |
Dtscomexpreval.dll | 2019.150.4123.1 | 443264 | 22-Mar-21 | 18:57 | x86 |
Dtscomexpreval.dll | 2019.150.4123.1 | 500624 | 22-Mar-21 | 18:57 | x64 |
Dtsconn.dll | 2019.150.4123.1 | 431008 | 22-Mar-21 | 18:57 | x86 |
Dtsconn.dll | 2019.150.4123.1 | 521088 | 22-Mar-21 | 18:57 | x64 |
Dtsdebughost.exe | 2019.150.4123.1 | 110976 | 22-Mar-21 | 18:57 | x64 |
Dtsdebughost.exe | 2019.150.4123.1 | 92576 | 22-Mar-21 | 18:57 | x86 |
Dtshost.exe | 2019.150.4123.1 | 104336 | 22-Mar-21 | 18:57 | x64 |
Dtshost.exe | 2019.150.4123.1 | 87456 | 22-Mar-21 | 18:57 | x86 |
Dtsmsg150.dll | 2019.150.4123.1 | 553888 | 22-Mar-21 | 18:57 | x86 |
Dtsmsg150.dll | 2019.150.4123.1 | 566160 | 22-Mar-21 | 18:57 | x64 |
Dtspipeline.dll | 2019.150.4123.1 | 1119136 | 22-Mar-21 | 18:57 | x86 |
Dtspipeline.dll | 2019.150.4123.1 | 1328032 | 22-Mar-21 | 18:57 | x64 |
Dtswizard.exe | 15.0.4123.1 | 885664 | 22-Mar-21 | 18:57 | x64 |
Dtswizard.exe | 15.0.4123.1 | 889728 | 22-Mar-21 | 18:57 | x86 |
Dtuparse.dll | 2019.150.4123.1 | 86912 | 22-Mar-21 | 18:57 | x86 |
Dtuparse.dll | 2019.150.4123.1 | 99216 | 22-Mar-21 | 18:57 | x64 |
Dtutil.exe | 2019.150.4123.1 | 128928 | 22-Mar-21 | 18:57 | x86 |
Dtutil.exe | 2019.150.4123.1 | 147328 | 22-Mar-21 | 18:57 | x64 |
Exceldest.dll | 2019.150.4123.1 | 234400 | 22-Mar-21 | 18:57 | x86 |
Exceldest.dll | 2019.150.4123.1 | 279424 | 22-Mar-21 | 18:57 | x64 |
Excelsrc.dll | 2019.150.4123.1 | 258944 | 22-Mar-21 | 18:57 | x86 |
Excelsrc.dll | 2019.150.4123.1 | 308112 | 22-Mar-21 | 18:57 | x64 |
Execpackagetask.dll | 2019.150.4123.1 | 148384 | 22-Mar-21 | 18:57 | x86 |
Execpackagetask.dll | 2019.150.4123.1 | 185216 | 22-Mar-21 | 18:57 | x64 |
Flatfiledest.dll | 2019.150.4123.1 | 357280 | 22-Mar-21 | 18:57 | x86 |
Flatfiledest.dll | 2019.150.4123.1 | 410496 | 22-Mar-21 | 18:57 | x64 |
Flatfilesrc.dll | 2019.150.4123.1 | 369568 | 22-Mar-21 | 18:57 | x86 |
Flatfilesrc.dll | 2019.150.4123.1 | 426896 | 22-Mar-21 | 18:57 | x64 |
Isdbupgradewizard.exe | 15.0.4123.1 | 119696 | 22-Mar-21 | 18:57 | x86 |
Isdbupgradewizard.exe | 15.0.4123.1 | 119696 | 22-Mar-21 | 18:57 | x86 |
Isserverexec.exe | 15.0.4123.1 | 144272 | 22-Mar-21 | 18:57 | x64 |
Isserverexec.exe | 15.0.4123.1 | 148368 | 22-Mar-21 | 18:57 | x86 |
Microsoft.sqlserver.astasks.dll | 15.0.4123.1 | 78752 | 22-Mar-21 | 18:57 | x86 |
Microsoft.sqlserver.integrationservice.hadoop.common.dll | 15.0.4123.1 | 58256 | 22-Mar-21 | 18:57 | x86 |
Microsoft.sqlserver.integrationservice.hadoop.common.dll | 15.0.4123.1 | 58272 | 22-Mar-21 | 18:57 | x86 |
Microsoft.sqlserver.integrationservices.isserverdbupgrade.dll | 15.0.4123.1 | 508800 | 22-Mar-21 | 18:57 | x86 |
Microsoft.sqlserver.integrationservices.isserverdbupgrade.dll | 15.0.4123.1 | 508816 | 22-Mar-21 | 18:57 | x86 |
Microsoft.sqlserver.integrationservices.runtimetelemetry.dll | 15.0.4123.1 | 41856 | 22-Mar-21 | 18:57 | x86 |
Microsoft.sqlserver.integrationservices.runtimetelemetry.dll | 15.0.4123.1 | 41856 | 22-Mar-21 | 18:57 | x86 |
Microsoft.sqlserver.maintenanceplantasks.dll | 15.0.4123.1 | 390048 | 22-Mar-21 | 18:57 | x86 |
Microsoft.sqlserver.management.integrationservicesenum.dll | 15.0.4123.1 | 58240 | 22-Mar-21 | 18:57 | x86 |
Microsoft.sqlserver.management.integrationservicesenum.dll | 15.0.4123.1 | 58272 | 22-Mar-21 | 18:57 | x86 |
Microsoft.sqlserver.scripttask.dll | 15.0.4123.1 | 140176 | 22-Mar-21 | 18:57 | x86 |
Microsoft.sqlserver.scripttask.dll | 15.0.4123.1 | 140192 | 22-Mar-21 | 18:57 | x86 |
Microsoft.sqlserver.xmltask.dll | 15.0.4123.1 | 156560 | 22-Mar-21 | 18:57 | x86 |
Microsoft.sqlserver.xmltask.dll | 15.0.4123.1 | 156576 | 22-Mar-21 | 18:57 | x86 |
Msdtssrvr.exe | 15.0.4123.1 | 218016 | 22-Mar-21 | 18:57 | x64 |
Msdtssrvrutil.dll | 2019.150.4123.1 | 111504 | 22-Mar-21 | 18:57 | x64 |
Msdtssrvrutil.dll | 2019.150.4123.1 | 99232 | 22-Mar-21 | 18:57 | x86 |
Msmdpp.dll | 2018.150.35.0 | 10062240 | 22-Mar-21 | 18:51 | x64 |
Odbcdest.dll | 2019.150.4123.1 | 316304 | 22-Mar-21 | 18:57 | x86 |
Odbcdest.dll | 2019.150.4123.1 | 369536 | 22-Mar-21 | 18:57 | x64 |
Odbcsrc.dll | 2019.150.4123.1 | 328592 | 22-Mar-21 | 18:57 | x86 |
Odbcsrc.dll | 2019.150.4123.1 | 381824 | 22-Mar-21 | 18:57 | x64 |
Oledbdest.dll | 2019.150.4123.1 | 238496 | 22-Mar-21 | 18:57 | x86 |
Oledbdest.dll | 2019.150.4123.1 | 279424 | 22-Mar-21 | 18:57 | x64 |
Oledbsrc.dll | 2019.150.4123.1 | 263056 | 22-Mar-21 | 18:57 | x86 |
Oledbsrc.dll | 2019.150.4123.1 | 312192 | 22-Mar-21 | 18:57 | x64 |
Rawdest.dll | 2019.150.4123.1 | 189336 | 22-Mar-21 | 18:57 | x86 |
Rawdest.dll | 2019.150.4123.1 | 226176 | 22-Mar-21 | 18:57 | x64 |
Rawsource.dll | 2019.150.4123.1 | 177056 | 22-Mar-21 | 18:57 | x86 |
Rawsource.dll | 2019.150.4123.1 | 209792 | 22-Mar-21 | 18:57 | x64 |
Recordsetdest.dll | 2019.150.4123.1 | 172960 | 22-Mar-21 | 18:57 | x86 |
Recordsetdest.dll | 2019.150.4123.1 | 201616 | 22-Mar-21 | 18:57 | x64 |
Sqlceip.exe | 15.0.4123.1 | 283520 | 22-Mar-21 | 18:57 | x86 |
Sqldest.dll | 2019.150.4123.1 | 238488 | 22-Mar-21 | 18:57 | x86 |
Sqldest.dll | 2019.150.4123.1 | 275344 | 22-Mar-21 | 18:57 | x64 |
Sqltaskconnections.dll | 2019.150.4123.1 | 168832 | 22-Mar-21 | 18:57 | x86 |
Sqltaskconnections.dll | 2019.150.4123.1 | 205696 | 22-Mar-21 | 18:57 | x64 |
Txagg.dll | 2019.150.4123.1 | 328576 | 22-Mar-21 | 18:57 | x86 |
Txagg.dll | 2019.150.4123.1 | 390016 | 22-Mar-21 | 18:57 | x64 |
Txbdd.dll | 2019.150.4123.1 | 152448 | 22-Mar-21 | 18:57 | x86 |
Txbdd.dll | 2019.150.4123.1 | 189328 | 22-Mar-21 | 18:57 | x64 |
Txbestmatch.dll | 2019.150.4123.1 | 545664 | 22-Mar-21 | 18:57 | x86 |
Txbestmatch.dll | 2019.150.4123.1 | 652176 | 22-Mar-21 | 18:57 | x64 |
Txcache.dll | 2019.150.4123.1 | 164768 | 22-Mar-21 | 18:57 | x86 |
Txcache.dll | 2019.150.4123.1 | 197520 | 22-Mar-21 | 18:57 | x64 |
Txcharmap.dll | 2019.150.4123.1 | 271264 | 22-Mar-21 | 18:57 | x86 |
Txcharmap.dll | 2019.150.4123.1 | 312192 | 22-Mar-21 | 18:57 | x64 |
Txcopymap.dll | 2019.150.4123.1 | 164768 | 22-Mar-21 | 18:57 | x86 |
Txcopymap.dll | 2019.150.4123.1 | 201600 | 22-Mar-21 | 18:57 | x64 |
Txdataconvert.dll | 2019.150.4123.1 | 275360 | 22-Mar-21 | 18:57 | x86 |
Txdataconvert.dll | 2019.150.4123.1 | 316288 | 22-Mar-21 | 18:57 | x64 |
Txderived.dll | 2019.150.4123.1 | 557984 | 22-Mar-21 | 18:57 | x86 |
Txderived.dll | 2019.150.4123.1 | 639872 | 22-Mar-21 | 18:57 | x64 |
Txfileextractor.dll | 2019.150.4123.1 | 181152 | 22-Mar-21 | 18:57 | x86 |
Txfileextractor.dll | 2019.150.4123.1 | 217984 | 22-Mar-21 | 18:57 | x64 |
Txfileinserter.dll | 2019.150.4123.1 | 213888 | 22-Mar-21 | 18:57 | x64 |
Txfileinserter.dll | 2019.150.4123.1 | 181120 | 22-Mar-21 | 18:57 | x86 |
Txgroupdups.dll | 2019.150.4123.1 | 254880 | 22-Mar-21 | 18:57 | x86 |
Txgroupdups.dll | 2019.150.4123.1 | 312208 | 22-Mar-21 | 18:57 | x64 |
Txlineage.dll | 2019.150.4123.1 | 127904 | 22-Mar-21 | 18:57 | x86 |
Txlineage.dll | 2019.150.4123.1 | 152464 | 22-Mar-21 | 18:57 | x64 |
Txlookup.dll | 2019.150.4123.1 | 467872 | 22-Mar-21 | 18:57 | x86 |
Txlookup.dll | 2019.150.4123.1 | 541568 | 22-Mar-21 | 18:57 | x64 |
Txmerge.dll | 2019.150.4123.1 | 258944 | 22-Mar-21 | 18:57 | x64 |
Txmerge.dll | 2019.150.4123.1 | 201600 | 22-Mar-21 | 18:57 | x86 |
Txmergejoin.dll | 2019.150.4123.1 | 308112 | 22-Mar-21 | 18:57 | x64 |
Txmergejoin.dll | 2019.150.4123.1 | 246656 | 22-Mar-21 | 18:57 | x86 |
Txmulticast.dll | 2019.150.4123.1 | 148352 | 22-Mar-21 | 18:57 | x64 |
Txmulticast.dll | 2019.150.4123.1 | 115616 | 22-Mar-21 | 18:57 | x86 |
Txpivot.dll | 2019.150.4123.1 | 205728 | 22-Mar-21 | 18:57 | x86 |
Txpivot.dll | 2019.150.4123.1 | 238464 | 22-Mar-21 | 18:57 | x64 |
Txrowcount.dll | 2019.150.4123.1 | 140160 | 22-Mar-21 | 18:57 | x64 |
Txrowcount.dll | 2019.150.4123.1 | 111520 | 22-Mar-21 | 18:57 | x86 |
Txsampling.dll | 2019.150.4123.1 | 160672 | 22-Mar-21 | 18:57 | x86 |
Txsampling.dll | 2019.150.4123.1 | 193424 | 22-Mar-21 | 18:57 | x64 |
Txscd.dll | 2019.150.4123.1 | 197504 | 22-Mar-21 | 18:57 | x86 |
Txscd.dll | 2019.150.4123.1 | 234368 | 22-Mar-21 | 18:57 | x64 |
Txsort.dll | 2019.150.4123.1 | 287616 | 22-Mar-21 | 18:57 | x64 |
Txsort.dll | 2019.150.4123.1 | 230304 | 22-Mar-21 | 18:57 | x86 |
Txsplit.dll | 2019.150.4123.1 | 549792 | 22-Mar-21 | 18:57 | x86 |
Txsplit.dll | 2019.150.4123.1 | 623504 | 22-Mar-21 | 18:57 | x64 |
Txtermextraction.dll | 2019.150.4123.1 | 8643456 | 22-Mar-21 | 18:57 | x86 |
Txtermextraction.dll | 2019.150.4123.1 | 8700800 | 22-Mar-21 | 18:57 | x64 |
Txtermlookup.dll | 2019.150.4123.1 | 4182912 | 22-Mar-21 | 18:57 | x64 |
Txtermlookup.dll | 2019.150.4123.1 | 4137856 | 22-Mar-21 | 18:57 | x86 |
Txunionall.dll | 2019.150.4123.1 | 205696 | 22-Mar-21 | 18:57 | x64 |
Txunionall.dll | 2019.150.4123.1 | 160672 | 22-Mar-21 | 18:57 | x86 |
Txunpivot.dll | 2019.150.4123.1 | 181120 | 22-Mar-21 | 18:57 | x86 |
Txunpivot.dll | 2019.150.4123.1 | 213904 | 22-Mar-21 | 18:57 | x64 |
Xe.dll | 2019.150.4123.1 | 631696 | 22-Mar-21 | 18:57 | x86 |
Xe.dll | 2019.150.4123.1 | 721808 | 22-Mar-21 | 18:57 | x64 |
SQL Server 2019 sql_polybase_core_inst
文件名 | 文件版本 | 文件大小 | 日期 | 时间 | 平台 |
---|---|---|---|---|---|
Dms.dll | 15.0.1914.0 | 552336 | 22-Mar-21 | 19:40 | x86 |
Dmsnative.dll | 2018.150.1914.0 | 145832 | 22-Mar-21 | 19:40 | x64 |
Dwengineservice.dll | 15.0.1914.0 | 43920 | 22-Mar-21 | 19:40 | x86 |
Eng_polybase_odbcdrivermongo_238_mongodbodbc_sb64_dll.64 | 2.3.8.1008 | 17142672 | 22-Mar-21 | 19:40 | x64 |
Eng_polybase_odbcdrivermongo_238_saslsspi_dll.64 | 1.0.2.1003 | 146304 | 22-Mar-21 | 19:40 | x64 |
Eng_polybase_odbcdriveroracle_802_mscurl28_dll.64 | 8.0.2.116 | 2446928 | 22-Mar-21 | 19:40 | x64 |
Eng_polybase_odbcdriveroracle_802_msora28_dll.64 | 8.0.2.2371 | 2250320 | 22-Mar-21 | 19:40 | x64 |
Eng_polybase_odbcdriveroracle_802_msora28r_dll.64 | 8.0.2.2371 | 147024 | 22-Mar-21 | 19:40 | x64 |
Eng_polybase_odbcdriveroracle_802_msssl28_dll.64 | 8.0.2.244 | 2412624 | 22-Mar-21 | 19:40 | x64 |
Eng_polybase_odbcdriveroracle_802_mstls28_dll.64 | 8.0.2.39 | 2928720 | 22-Mar-21 | 19:40 | x64 |
Icudt58.dll | 58.2.0.0 | 27109768 | 22-Mar-21 | 19:40 | x64 |
Icudt58.dll | 58.2.0.0 | 27109832 | 22-Mar-21 | 19:40 | x64 |
Icuin58.dll | 58.2.0.0 | 2425288 | 22-Mar-21 | 19:40 | x64 |
Icuin58.dll | 58.2.0.0 | 2431880 | 22-Mar-21 | 19:40 | x64 |
Icuuc42.dll | 8.0.2.124 | 15488080 | 22-Mar-21 | 19:40 | x64 |
Icuuc58.dll | 58.2.0.0 | 1775048 | 22-Mar-21 | 19:40 | x64 |
Icuuc58.dll | 58.2.0.0 | 1783688 | 22-Mar-21 | 19:40 | x64 |
Instapi150.dll | 2019.150.4123.1 | 86928 | 22-Mar-21 | 19:40 | x64 |
Libcrypto-1_1-x64.dll | 1.1.0.10 | 2620304 | 22-Mar-21 | 19:40 | x64 |
Libcrypto | 1.1.1.4 | 2953680 | 22-Mar-21 | 19:40 | x64 |
Libsasl.dll | 2.1.26.0 | 292224 | 22-Mar-21 | 19:40 | x64 |
Libssl-1_1-x64.dll | 1.1.0.10 | 648080 | 22-Mar-21 | 19:40 | x64 |
Libssl | 1.1.1.4 | 798160 | 22-Mar-21 | 19:40 | x64 |
Microsoft.sqlserver.datawarehouse.backup.backupmetadata.dll | 15.0.1914.0 | 66472 | 22-Mar-21 | 19:40 | x86 |
Microsoft.sqlserver.datawarehouse.catalog.dll | 15.0.1914.0 | 292264 | 22-Mar-21 | 19:40 | x86 |
Microsoft.sqlserver.datawarehouse.common.dll | 15.0.1914.0 | 1954704 | 22-Mar-21 | 19:40 | x86 |
Microsoft.sqlserver.datawarehouse.configuration.dll | 15.0.1914.0 | 168360 | 22-Mar-21 | 19:40 | x86 |
Microsoft.sqlserver.datawarehouse.datamovement.common.dll | 15.0.1914.0 | 640936 | 22-Mar-21 | 19:40 | x86 |
Microsoft.sqlserver.datawarehouse.datamovement.manager.dll | 15.0.1914.0 | 245136 | 22-Mar-21 | 19:40 | x86 |
Microsoft.sqlserver.datawarehouse.datamovement.messagetypes.dll | 15.0.1914.0 | 138152 | 22-Mar-21 | 19:40 | x86 |
Microsoft.sqlserver.datawarehouse.datamovement.messagingprotocol.dll | 15.0.1914.0 | 78760 | 22-Mar-21 | 19:40 | x86 |
Microsoft.sqlserver.datawarehouse.diagnostics.dll | 15.0.1914.0 | 50088 | 22-Mar-21 | 19:40 | x86 |
Microsoft.sqlserver.datawarehouse.distributor.dll | 15.0.1914.0 | 87464 | 22-Mar-21 | 19:40 | x86 |
Microsoft.sqlserver.datawarehouse.engine.dll | 15.0.1914.0 | 1128872 | 22-Mar-21 | 19:40 | x86 |
Microsoft.sqlserver.datawarehouse.engine.statsstream.dll | 15.0.1914.0 | 79784 | 22-Mar-21 | 19:40 | x86 |
Microsoft.sqlserver.datawarehouse.eventing.dll | 15.0.1914.0 | 69520 | 22-Mar-21 | 19:40 | x86 |
Microsoft.sqlserver.datawarehouse.fabric.appliance.dll | 15.0.1914.0 | 34216 | 22-Mar-21 | 19:40 | x86 |
Microsoft.sqlserver.datawarehouse.fabric.interface.dll | 15.0.1914.0 | 30096 | 22-Mar-21 | 19:40 | x86 |
Microsoft.sqlserver.datawarehouse.fabric.polybase.dll | 15.0.1914.0 | 45456 | 22-Mar-21 | 19:40 | x86 |
Microsoft.sqlserver.datawarehouse.fabric.xdbinterface.dll | 15.0.1914.0 | 20368 | 22-Mar-21 | 19:40 | x86 |
Microsoft.sqlserver.datawarehouse.failover.dll | 15.0.1914.0 | 25512 | 22-Mar-21 | 19:40 | x86 |
Microsoft.sqlserver.datawarehouse.hadoop.hadoopbridge.dll | 15.0.1914.0 | 130472 | 22-Mar-21 | 19:40 | x86 |
Microsoft.sqlserver.datawarehouse.loadercommon.dll | 15.0.1914.0 | 85392 | 22-Mar-21 | 19:40 | x86 |
Microsoft.sqlserver.datawarehouse.loadmanager.dll | 15.0.1914.0 | 99728 | 22-Mar-21 | 19:40 | x86 |
Microsoft.sqlserver.datawarehouse.localization.dll | 15.0.1914.0 | 291728 | 22-Mar-21 | 19:40 | x86 |
Microsoft.sqlserver.datawarehouse.localization.resources.dll | 15.0.1914.0 | 118672 | 22-Mar-21 | 19:40 | x86 |
Microsoft.sqlserver.datawarehouse.localization.resources.dll | 15.0.1914.0 | 137104 | 22-Mar-21 | 19:40 | x86 |
Microsoft.sqlserver.datawarehouse.localization.resources.dll | 15.0.1914.0 | 140176 | 22-Mar-21 | 19:40 | x86 |
Microsoft.sqlserver.datawarehouse.localization.resources.dll | 15.0.1914.0 | 136592 | 22-Mar-21 | 19:40 | x86 |
Microsoft.sqlserver.datawarehouse.localization.resources.dll | 15.0.1914.0 | 149392 | 22-Mar-21 | 19:40 | x86 |
Microsoft.sqlserver.datawarehouse.localization.resources.dll | 15.0.1914.0 | 138640 | 22-Mar-21 | 19:40 | x86 |
Microsoft.sqlserver.datawarehouse.localization.resources.dll | 15.0.1914.0 | 133008 | 22-Mar-21 | 19:40 | x86 |
Microsoft.sqlserver.datawarehouse.localization.resources.dll | 15.0.1914.0 | 175504 | 22-Mar-21 | 19:40 | x86 |
Microsoft.sqlserver.datawarehouse.localization.resources.dll | 15.0.1914.0 | 116112 | 22-Mar-21 | 19:40 | x86 |
Microsoft.sqlserver.datawarehouse.localization.resources.dll | 15.0.1914.0 | 135056 | 22-Mar-21 | 19:40 | x86 |
Microsoft.sqlserver.datawarehouse.nodes.dll | 15.0.1914.0 | 71568 | 22-Mar-21 | 19:40 | x86 |
Microsoft.sqlserver.datawarehouse.nulltransaction.dll | 15.0.1914.0 | 20880 | 22-Mar-21 | 19:40 | x86 |
Microsoft.sqlserver.datawarehouse.parallelizer.dll | 15.0.1914.0 | 36264 | 22-Mar-21 | 19:40 | x86 |
Microsoft.sqlserver.datawarehouse.resourcemanagement.dll | 15.0.1914.0 | 127912 | 22-Mar-21 | 19:40 | x86 |
Microsoft.sqlserver.datawarehouse.sql.dll | 15.0.1914.0 | 3054480 | 22-Mar-21 | 19:40 | x86 |
Microsoft.sqlserver.datawarehouse.sql.parser.dll | 15.0.1914.0 | 3954576 | 22-Mar-21 | 19:40 | x86 |
Microsoft.sqlserver.datawarehouse.sql.parser.resources.dll | 15.0.1914.0 | 117136 | 22-Mar-21 | 19:40 | x86 |
Microsoft.sqlserver.datawarehouse.sql.parser.resources.dll | 15.0.1914.0 | 131984 | 22-Mar-21 | 19:40 | x86 |
Microsoft.sqlserver.datawarehouse.sql.parser.resources.dll | 15.0.1914.0 | 136592 | 22-Mar-21 | 19:40 | x86 |
Microsoft.sqlserver.datawarehouse.sql.parser.resources.dll | 15.0.1914.0 | 132496 | 22-Mar-21 | 19:40 | x86 |
Microsoft.sqlserver.datawarehouse.sql.parser.resources.dll | 15.0.1914.0 | 147344 | 22-Mar-21 | 19:40 | x86 |
Microsoft.sqlserver.datawarehouse.sql.parser.resources.dll | 15.0.1914.0 | 133008 | 22-Mar-21 | 19:40 | x86 |
Microsoft.sqlserver.datawarehouse.sql.parser.resources.dll | 15.0.1914.0 | 129424 | 22-Mar-21 | 19:40 | x86 |
Microsoft.sqlserver.datawarehouse.sql.parser.resources.dll | 15.0.1914.0 | 169872 | 22-Mar-21 | 19:40 | x86 |
Microsoft.sqlserver.datawarehouse.sql.parser.resources.dll | 15.0.1914.0 | 114064 | 22-Mar-21 | 19:40 | x86 |
Microsoft.sqlserver.datawarehouse.sql.parser.resources.dll | 15.0.1914.0 | 130960 | 22-Mar-21 | 19:40 | x86 |
Microsoft.sqlserver.datawarehouse.sqldistributor.dll | 15.0.1914.0 | 66448 | 22-Mar-21 | 19:40 | x86 |
Microsoft.sqlserver.datawarehouse.transactsql.scriptdom.dll | 15.0.1914.0 | 2681768 | 22-Mar-21 | 19:40 | x86 |
Microsoft.sqlserver.datawarehouse.utilities.dll | 15.0.1914.0 | 2435472 | 22-Mar-21 | 19:40 | x86 |
Mpdwinterop.dll | 2019.150.4123.1 | 451472 | 22-Mar-21 | 19:40 | x64 |
Mpdwsvc.exe | 2019.150.4123.1 | 7386000 | 22-Mar-21 | 19:40 | x64 |
Msodbcsql17.dll | 2017.174.1.1 | 2016120 | 22-Mar-21 | 19:40 | x64 |
Odbc32.dll | 10.0.17763.1 | 720792 | 22-Mar-21 | 19:40 | x64 |
Odbccp32.dll | 10.0.17763.1 | 138136 | 22-Mar-21 | 19:40 | x64 |
Odbctrac.dll | 10.0.17763.1 | 175000 | 22-Mar-21 | 19:40 | x64 |
Saslplain.dll | 2.1.26.0 | 170880 | 22-Mar-21 | 19:40 | x64 |
Secforwarder.dll | 2019.150.4123.1 | 78752 | 22-Mar-21 | 19:40 | x64 |
Sharedmemory.dll | 2018.150.1914.0 | 60304 | 22-Mar-21 | 19:40 | x64 |
Sqldk.dll | 2019.150.4123.1 | 3150720 | 22-Mar-21 | 19:40 | x64 |
Sqldumper.exe | 2019.150.4123.1 | 185248 | 22-Mar-21 | 19:40 | x64 |
Sqlevn70.rll |
2019.150.4123.1 | 1590144 | 22-Mar-21 | 19:33 | x64 |
Sqlevn70.rll |
2019.150.4123.1 | 4150144 | 22-Mar-21 | 19:33 | x64 |
Sqlevn70.rll |
2019.150.4123.1 | 3404672 | 22-Mar-21 | 19:33 | x64 |
Sqlevn70.rll |
2019.150.4123.1 | 4146048 | 22-Mar-21 | 19:33 | x64 |
Sqlevn70.rll |
2019.150.4123.1 | 4051840 | 22-Mar-21 | 19:33 | x64 |
Sqlevn70.rll |
2019.150.4123.1 | 2216832 | 22-Mar-21 | 19:33 | x64 |
Sqlevn70.rll |
2019.150.4123.1 | 2163584 | 22-Mar-21 | 19:33 | x64 |
Sqlevn70.rll |
2019.150.4123.1 | 3810176 | 22-Mar-21 | 19:33 | x64 |
Sqlevn70.rll |
2019.150.4123.1 | 3806080 | 22-Mar-21 | 19:33 | x64 |
Sqlevn70.rll |
2019.150.4123.1 | 1532800 | 22-Mar-21 | 19:33 | x64 |
Sqlevn70.rll |
2019.150.4123.1 | 4014976 | 22-Mar-21 | 19:33 | x64 |
Sqlos.dll | 2019.150.4123.1 | 41888 | 22-Mar-21 | 19:40 | x64 |
Sqlsortpdw.dll | 2018.150.1914.0 | 4840336 | 22-Mar-21 | 19:40 | x64 |
Sqltses.dll | 2019.150.4123.1 | 9081760 | 22-Mar-21 | 19:40 | x64 |
Tdataodbc_sb | 16.20.0.1078 | 14995920 | 22-Mar-21 | 19:40 | x64 |
Terasso.dll | 16.20.0.13 | 2158896 | 22-Mar-21 | 19:40 | x64 |
Zlibwapi.dll | 1.2.11.0 | 281472 | 22-Mar-21 | 19:40 | x64 |
SQL Server 2019 sql_shared_mr
文件名 | 文件版本 | 文件大小 | 日期 | 时间 | 平台 |
---|---|---|---|---|---|
Smrdll.dll | 15.0.4123.1 | 29568 | 22-Mar-21 | 18:57 | x86 |
SQL Server 2019 sql_tools_extensions
文件名 | 文件版本 | 文件大小 | 日期 | 时间 | 平台 |
---|---|---|---|---|---|
Autoadmin.dll | 2019.150.4123.1 | 1631104 | 22-Mar-21 | 19:27 | x86 |
Dtaengine.exe | 2019.150.4123.1 | 218000 | 22-Mar-21 | 19:27 | x86 |
Dteparse.dll | 2019.150.4123.1 | 111488 | 22-Mar-21 | 19:27 | x86 |
Dteparse.dll | 2019.150.4123.1 | 123776 | 22-Mar-21 | 19:27 | x64 |
Dteparsemgd.dll | 2019.150.4123.1 | 115584 | 22-Mar-21 | 19:27 | x86 |
Dteparsemgd.dll | 2019.150.4123.1 | 131968 | 22-Mar-21 | 19:27 | x64 |
Dtepkg.dll | 2019.150.4123.1 | 131968 | 22-Mar-21 | 19:27 | x86 |
Dtepkg.dll | 2019.150.4123.1 | 148352 | 22-Mar-21 | 19:27 | x64 |
Dtexec.exe | 2019.150.4123.1 | 62848 | 22-Mar-21 | 19:27 | x86 |
Dtexec.exe | 2019.150.4123.1 | 71568 | 22-Mar-21 | 19:27 | x64 |
Dts.dll | 2019.150.4123.1 | 2761600 | 22-Mar-21 | 19:27 | x86 |
Dts.dll | 2019.150.4123.1 | 3142544 | 22-Mar-21 | 19:27 | x64 |
Dtscomexpreval.dll | 2019.150.4123.1 | 443264 | 22-Mar-21 | 19:27 | x86 |
Dtscomexpreval.dll | 2019.150.4123.1 | 500624 | 22-Mar-21 | 19:27 | x64 |
Dtsconn.dll | 2019.150.4123.1 | 521088 | 22-Mar-21 | 19:27 | x64 |
Dtsconn.dll | 2019.150.4123.1 | 431008 | 22-Mar-21 | 19:27 | x86 |
Dtshost.exe | 2019.150.4123.1 | 104336 | 22-Mar-21 | 19:27 | x64 |
Dtshost.exe | 2019.150.4123.1 | 87456 | 22-Mar-21 | 19:27 | x86 |
Dtsmsg150.dll | 2019.150.4123.1 | 553888 | 22-Mar-21 | 19:27 | x86 |
Dtsmsg150.dll | 2019.150.4123.1 | 566160 | 22-Mar-21 | 19:27 | x64 |
Dtspipeline.dll | 2019.150.4123.1 | 1119136 | 22-Mar-21 | 19:27 | x86 |
Dtspipeline.dll | 2019.150.4123.1 | 1328032 | 22-Mar-21 | 19:27 | x64 |
Dtswizard.exe | 15.0.4123.1 | 885664 | 22-Mar-21 | 19:27 | x64 |
Dtswizard.exe | 15.0.4123.1 | 889728 | 22-Mar-21 | 19:27 | x86 |
Dtuparse.dll | 2019.150.4123.1 | 86912 | 22-Mar-21 | 19:27 | x86 |
Dtuparse.dll | 2019.150.4123.1 | 99216 | 22-Mar-21 | 19:27 | x64 |
Dtutil.exe | 2019.150.4123.1 | 128928 | 22-Mar-21 | 19:27 | x86 |
Dtutil.exe | 2019.150.4123.1 | 147328 | 22-Mar-21 | 19:27 | x64 |
Exceldest.dll | 2019.150.4123.1 | 234400 | 22-Mar-21 | 19:27 | x86 |
Exceldest.dll | 2019.150.4123.1 | 279424 | 22-Mar-21 | 19:27 | x64 |
Excelsrc.dll | 2019.150.4123.1 | 258944 | 22-Mar-21 | 19:27 | x86 |
Excelsrc.dll | 2019.150.4123.1 | 308112 | 22-Mar-21 | 19:27 | x64 |
Flatfiledest.dll | 2019.150.4123.1 | 357280 | 22-Mar-21 | 19:27 | x86 |
Flatfiledest.dll | 2019.150.4123.1 | 410496 | 22-Mar-21 | 19:27 | x64 |
Flatfilesrc.dll | 2019.150.4123.1 | 369568 | 22-Mar-21 | 19:27 | x86 |
Flatfilesrc.dll | 2019.150.4123.1 | 426896 | 22-Mar-21 | 19:27 | x64 |
Microsoft.sqlserver.astasks.dll | 15.0.4123.1 | 78752 | 22-Mar-21 | 19:27 | x86 |
Microsoft.sqlserver.chainer.infrastructure.dll | 15.0.4123.1 | 402304 | 22-Mar-21 | 19:27 | x86 |
Microsoft.sqlserver.configuration.sco.dll | 15.0.4123.1 | 2999168 | 22-Mar-21 | 19:27 | x86 |
Microsoft.sqlserver.configuration.sco.dll | 15.0.4123.1 | 2999200 | 22-Mar-21 | 19:27 | x86 |
Microsoft.sqlserver.integrationservices.runtimetelemetry.dll | 15.0.4123.1 | 41856 | 22-Mar-21 | 19:27 | x86 |
Microsoft.sqlserver.management.integrationservicesenum.dll | 15.0.4123.1 | 58272 | 22-Mar-21 | 19:27 | x86 |
Microsoft.sqlserver.olapenum.dll | 15.0.18181.0 | 99760 | 22-Mar-21 | 19:27 | x86 |
Msdtssrvrutil.dll | 2019.150.4123.1 | 111504 | 22-Mar-21 | 19:27 | x64 |
Msdtssrvrutil.dll | 2019.150.4123.1 | 99232 | 22-Mar-21 | 19:27 | x86 |
Msmgdsrv.dll | 2018.150.35.0 | 8277920 | 22-Mar-21 | 18:51 | x86 |
Oledbdest.dll | 2019.150.4123.1 | 279424 | 22-Mar-21 | 19:27 | x64 |
Oledbdest.dll | 2019.150.4123.1 | 238496 | 22-Mar-21 | 19:27 | x86 |
Oledbsrc.dll | 2019.150.4123.1 | 263056 | 22-Mar-21 | 19:27 | x86 |
Oledbsrc.dll | 2019.150.4123.1 | 312192 | 22-Mar-21 | 19:27 | x64 |
Sqlresourceloader.dll | 2019.150.4123.1 | 50080 | 22-Mar-21 | 19:27 | x64 |
Sqlresourceloader.dll | 2019.150.4123.1 | 37760 | 22-Mar-21 | 19:27 | x86 |
Sqlscm.dll | 2019.150.4123.1 | 78720 | 22-Mar-21 | 19:27 | x86 |
Sqlscm.dll | 2019.150.4123.1 | 86912 | 22-Mar-21 | 19:27 | x64 |
Sqlsvc.dll | 2019.150.4123.1 | 148352 | 22-Mar-21 | 19:27 | x86 |
Sqlsvc.dll | 2019.150.4123.1 | 181120 | 22-Mar-21 | 19:27 | x64 |
Sqltaskconnections.dll | 2019.150.4123.1 | 168832 | 22-Mar-21 | 19:27 | x86 |
Sqltaskconnections.dll | 2019.150.4123.1 | 205696 | 22-Mar-21 | 19:27 | x64 |
Txdataconvert.dll | 2019.150.4123.1 | 316288 | 22-Mar-21 | 19:27 | x64 |
Txdataconvert.dll | 2019.150.4123.1 | 275360 | 22-Mar-21 | 19:27 | x86 |
Xe.dll | 2019.150.4123.1 | 631696 | 22-Mar-21 | 19:27 | x86 |
Xe.dll | 2019.150.4123.1 | 721808 | 22-Mar-21 | 19:27 | x64 |
此更新的说明
先决条件
若要应用此累积更新包,必须运行 SQL Server 2019。
重启信息
应用此累积更新包后,可能需要重新启动计算机。
注册表信息
若要使用此包中的某个修补程序,无需对注册表进行任何更改。
重要通知
本文还提供了以下重要信息。
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 2019 组件的所有可用更新(功能)。 但是,累积更新包仅更新当前安装在所选服务 SQL Server 实例上的那些组件。 如果在应用此 CU 后将 SQL Server 功能(例如 Analysis Services)添加到实例,则必须重新应用此 CU 才能将新功能更新到此 CU。
对此更新的支持
如果出现其他问题,或者需要任何故障排除,则可能需要创建服务请求。 通常的支持成本将适用于其他支持问题和不符合此特定累积更新包条件的问题。 有关Microsoft客户服务和支持电话号码的完整列表,或创建单独的服务请求,请转到 Microsoft支持网站。
如何卸载此更新
如何在 Windows 上卸载此更新
- 在控制面板中,打开“程序和功能”项,然后选择“查看已安装的更新”。
- 找到对应于 SQL Server 2019 下此累积更新包的条目。
- 按住(或右键单击)条目,然后选择“ 卸载”。
如何在 Linux 上卸载此更新
若要在 Linux 上卸载此 CU,必须将包回滚到以前的版本。 有关如何回滚安装的详细信息,请参阅 Rollback SQL Server。