KB5000642 - 2019 SQL Server累积更新 9
发布日期: 2021 年 2 月 11 日
版本: 15.0.4102.2
摘要
本文介绍适用于 Microsoft SQL Server 2019 的累积更新包 9 (CU9) 。 此更新包含 SQL Server 2019 累积更新 8 发布后发布的 90 个修补程序,并更新以下版本中的组件:
- SQL Server - 产品版本:15.0.4102.2,文件版本:2019.150.4102.2
- Analysis Services - 产品版本: 15.0.34.29,文件版本: 2018.150.34.29
此更新中的已知问题
在 CU9 中进行了与标量 UDF 内联相关的更改后,引入了一个缺陷,即当对象调用标量内联 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 参考 | 说明 | 修复区域 | 组件 | 平台 |
---|---|---|---|---|
13770140 | 修复:应用 SSAS 2016 SP2 CU7 (KB4589170) 后,在多维数据集处理期间发生无限期挂起 | Analysis Services | Analysis Services | Windows |
13770147 | 修复:在 SSAS 实例上运行查询时发生意外错误 (KB4589171) | Analysis Services | Analysis Services | Windows |
13745344 | 修复了 中 [catalog].[set_execution_property_override_value] 出现的死锁。 |
Integration Services | Engine | Windows |
13704071 | 修复:SSIS ScaleOut 执行在执行状态中间歇性地报告“意外终止”,但所有任务都成功完成。 | Integration Services | ScaleOut | Windows |
13607161 | 通过在 SQL Server 2019 中向 event_message_context 和 execution_property_override_values 表添加索引来提高 SSISDB 性能。 |
Integration Services | 服务器 | Windows |
13745356 | 修复:将表达式用于连接管理器连接字符串和密码时发生间歇性连接错误 (KB4569837) | Integration Services | Tasks_Components | Windows |
13888649 | 修复:当主 SSIS 包调用多个子包并将其连接管理器参数化时,更新连接字符串时,SSIS 包执行失败并出现意外终止或连接字符串属性无效错误。 | Integration Services | Tasks_Components | Windows |
13745362 | 修复:从 SQL Server (KB4547890) 的早期版本还原后,尝试升级 SSISDB 时,ISDBUpgradeWizard.exe 引发错误 | Integration Services | 工具 | Windows |
13723579 | 修复了 浏览 页中在 MDS 版本 2019 中无法正常工作的递归层次结构。 | Master Data Services | Master Data Services | Windows |
13770149 | 修复:Afd 时SQL Server崩溃!DbCreateSocketOperation 进程失败 (KB4588977) | SQL Server连接 | 协议 | Linux |
13757446 | 修复了在会话终止时发送会话终止状态之前发送已完成令牌的问题。 这修复了在外部数据源实例上终止会话时出现的会话状态不正确的问题SQL Server。 | SQL Server连接 | SQL 连接 | Windows |
13746925 | 运行 RESTORE HEADERONLY SQL Server 2016 备份的 时,即使指定了正确的块大小,也可能会发现错误 3285。 如果在应用此修复后错误仍然存在,请指定适当的块大小或联系Microsoft 支持部门以获取帮助。 |
SQL Server引擎 | 备份还原 | Windows |
13746927 | 修复:尝试通过已启用 TDE 的现有数据库从压缩或加密备份还原时,可能会注意到还原操作可能需要比预期更长的时间。 | SQL Server引擎 | 备份还原 | Windows |
13768244 | 修复了以下错误:从具有压缩选项且“”选项大于的WITH FILE = 备份还原启用了 TDE 的数据库时,可能会收到以下错误:Msg 3241,级别 16,状态 40,行<编号 >设备上的媒体系列“<FilePath>\<FileName>”格式 1 不正确。 SQL Server无法处理此媒体系列。 |
SQL Server引擎 | 备份还原 | Windows |
13819319 | 修复了数据库还原失败并出现错误 3257 的问题, (数据库大于 2 TB 时可用空间不足错误) 。 当 TotalAllocationUnits 目标卷上的 超过 4,294,967,295 个单位时,会出现此问题,例如,当目标卷大于 16 TB 并且使用分配单元大小 = 512 字节和每个群集单个扇区时。 |
SQL Server引擎 | 备份还原 | Windows |
13807755 | 改进:新的跟踪标志,用于更好地维护聚集列存储索引 (KB5000895) 中删除的行 | SQL Server引擎 | 列存储 | Windows |
13770156 | 修复:当同时启用大型页面分配器和可缩放列存储大容量插入功能时,可能会为列存储大容量插入生成高于预期数量的列存储行组 (KB4588980) | SQL Server引擎 | 列存储 | 全部 |
13746938 | 修复: VERIFY_CLONEDB 如果数据库名称以数字开头,则为数据库打印“克隆数据库验证失败”消息。 |
SQL Server引擎 | 数据库管理 | Windows |
13887793 | 将 Zulu JRE 版本汇报 到 mssql-zulu-jre-11.43.56-1 和 mssql-zulu-jre-8-8.50.0.52-1 。 |
SQL Server引擎 | 可扩展性 | Linux |
13887794 | 将 Zulu JRE 版本汇报为 mssql-zulu-jre-11.43.56 。 |
SQL Server引擎 | 可扩展性 | Windows |
13607162 | 改进:手动方法,用于在 2017 年和 2019 SQL Server设置最大组提交时间 (KB4565944) | SQL Server引擎 | 高可用性和灾难恢复 | Windows |
13717020 | 修复:在某些情况下,SQL Server 2017 年可用性组中发生访问冲突异常 (KB4577932) | SQL Server引擎 | 高可用性和灾难恢复 | Windows |
13745332 | 修复:SQL Server 2016 和 2019 (KB4568447) 中辅助副本 (replica) 发生自动种子设定失败 | SQL Server引擎 | 高可用性和灾难恢复 | Windows |
13770154 | 修复:无法在 2019 SQL Server FCI 上创建 AG (KB4588979) | SQL Server引擎 | 高可用性和灾难恢复 | Linux |
13770157 | 修复:出现“LogConsumer::StartScan 无法获取控制锁”错误,并且日志编写器活动在 2019 SQL Server完全停止 (KB4588981) | SQL Server引擎 | 高可用性和灾难恢复 | Windows |
13651126 | 修复了以下问题:sys.databases 与早期版本的 SQL Server 相比,SQL Server 2019 中存在大量数据库时,执行时间较长。 |
SQL Server引擎 | 高可用性和灾难恢复 | Windows |
13746921 | 在 SQL Server 中故障转移可用性组后,无法连接到主数据库副本 (replica) 。 | SQL Server引擎 | 高可用性和灾难恢复 | Windows |
13760269 | 如果 LISTENER_URL 修改了 ,转发器将无法在全局主计划的故障转移之后重新连接到全局主数据库。 |
SQL Server引擎 | 高可用性和灾难恢复 | Windows |
13878941 | 修复了当 AG-Helper 发送KILL 9 命令以终止SQL Server进程时 SQL 进程未正确终止导致后续启动SQL Server失败的问题。 |
SQL Server引擎 | 高可用性和灾难恢复 | Linux |
13916584 | 修复:在 SQL 2019 Always On可用性组可读副本 (replica) 上使用VersionStoreTableAccess::PopulateRowData 时出现断言或RaiseInconsistencyError ,但实际上没有损坏。 |
SQL Server引擎 | 高可用性和灾难恢复 | Windows |
13717040 | 修复:在 SQL Server (KB4580397) 中对内存优化表变量运行 INSERT INTO SELECT 语句时出现错误结果 | SQL Server引擎 | In-Memory OLTP | Windows |
13828883 | 修复了在 SQL 代理作业中使用 来发送带有附件的邮件来执行查询 sp_send_dbmail 时发生的错误。 |
SQL Server引擎 | Linux | Linux |
13865722 | 修复了由于变量初始化 errno 不当而导致 VDI 中的无限循环。 |
SQL Server引擎 | Linux | Linux |
13651862 | 修复:在 mssql-conf 中指定 IP 地址时,数据库邮件不会发送电子邮件 (KB5000663) | SQL Server引擎 | 管理服务 | Linux |
13813500 | 修复:在 SQL 2019 中写入步骤输出文件时,SQL 代理作业失败并出现共享冲突。 | SQL Server引擎 | 管理服务 | Windows |
13770057 | 修复了以下问题:如果在已执行更新的事务中,使用 WHEN_SUPPORTED 的联机索引操作将在 LOB 上失败。 |
SQL Server引擎 | Metadata | 全部 |
13773237 | 修复了在启用 Memory-Optimized tempdb 元数据 (HkTempdb) 时,由于断言失败和访问冲突而频繁生成堆栈转储的问题。 | SQL Server引擎 | Metadata | Windows |
13949618 | 修复:sqlmin.dll 发生断言失败错误!XdesRMBase::StartStmtSnapshot in SQL Server 2019 (KB4594016) | SQL Server引擎 | 访问存储数据的方法 | Windows |
13756064 | 改进:在 SQL Server 2019 (KB5000669) 中添加新的外部通用查询生成器 | SQL Server引擎 | PolyBase | Linux |
13770152 | 修复:在 SQL Server 2019 (KB4588978) 中对 PolyBase 外部表运行查询时忽略统计信息 | SQL Server引擎 | PolyBase | Windows |
13770159 | 修复:当 Oracle 数据源已分区表时,CREATE STATISTICS WITH SAMPLE PERCENT 命令失败并出现错误 (KB4588983) | SQL Server引擎 | PolyBase | 全部 |
13909240 | 修复:将 Oracle NUMBER 类型映射到 T-SQL DECIMAL/NUMERIC 类型时发生错误 (KB5000670) | SQL Server引擎 | PolyBase | 全部 |
13909360 | 修复:在 2019 SQL Server 2019 (KB5000671) 中使用仅限 Unicode 的 UTF8 排序规则强制转换非 Unicode 字符串列时发生错误 | SQL Server引擎 | PolyBase | 全部 |
13909404 | 修复:修复了非 sqlserver 后端的 NULL 时间字段读取 (KB5000672) | SQL Server引擎 | PolyBase | 全部 |
13737330 | 为 PolyBase 远程查询启用异步路径,并在 2019 SQL Server中添加超时/中止清理。 | SQL Server引擎 | PolyBase | 全部 |
13737331 | 修复了 SQL Server 2019 年通过 PDW 查询外部表时出现的查询挂起问题。 | SQL Server引擎 | PolyBase | 全部 |
13738992 | 在 2019 SQL Server将编写器映射到 Pod 时,添加随机化逻辑。 | SQL Server引擎 | PolyBase | 全部 |
13752408 | 此修复可确保在执行“”EXECUTE ('sql query') AT DATA_SOURCE [mydatasource] 查询时,连接到该数据源时将使用 的连接[mydatasource] 选项。 |
SQL Server引擎 | PolyBase | 全部 |
13752425 | 修复了使用不符合 FIPS 的 MD5 的 PolyBase SQL 转储哈希计算的问题。 | SQL Server引擎 | PolyBase | 全部 |
13752426 | 修复了 PolyBase 在 Windows 或 Linux) (平台上部署且控制节点主机名解析为 IPv6 时失败的问题。 | SQL Server引擎 | PolyBase | 全部 |
13878949 | 修复了以下问题:在尝试解析分区信息时,针对后端的 PolyBase 查询可能会导致 PolyBase 引擎进程转储,并且与外部数据库后端的连接不可靠或中断。 | SQL Server引擎 | PolyBase | 全部 |
13880787 | 修复了错误日志和应用程序事件日志中出现消息的问题: 错误:46906,严重性:16,状态:1。 无法从 Windows 注册表项“Software\Microsoft\Microsoft SQL Server\MSSQL\Polybase\Configuration”检索注册表值“NodeRole”: (null) |
SQL Server引擎 | PolyBase | 全部 |
13880798 | 在 SQL Server 2019 中使用 EXECUTE AT DATA_SOURCE 时,查询将截断为 8000 字节长度,并可能导致错误或错误结果。 |
SQL Server引擎 | PolyBase | 全部 |
13770158 | 修复:sys.dm_exec_requests在 2019 SQL Server (KB4588982) 的某些情况下,将transaction_id返回为“0” | SQL Server引擎 | 可编程性 | Windows |
13904898 | 修复:2019 SQL Server (KB4538581) 中的标量 UDF 内联问题 | SQL Server引擎 | 可编程性 | 全部 |
13668231 | 修复了“”sp_refreshsqlmodule 函数在一行中快速执行几次导致生成堆栈转储时发生的 Access 冲突错误。 |
SQL Server引擎 | 可编程性 | Windows |
13771532 | 修复了在 上使用 sys.dm_db_index_operational_stats 运行查询OUTER APPLY 后发生的访问冲突转储。 |
SQL Server引擎 | 可编程性 | Windows |
13724507 | 修复:由于标量表达式 (KB5000649) 中未检测到串联参数而导致结果错误 | SQL Server引擎 | 查询执行 | 全部 |
13777701 | 修复:在 2019 SQL Server 2019 (KB4589345) 中启用行存储的批处理模式时,查询执行过程中会出现错误 3625 | SQL Server引擎 | 查询执行 | Windows |
13891302 | 修复:MERGE 语句在 BTreeRow::D isableAccessReleaseOnWait SQL Server (KB4589350) | SQL Server引擎 | 查询执行 | Windows |
13718092 | 修复 Graph LAST_NODE = LAST_NODE 谓词问题,方法是为 LAST_NODE 表达式添加第二个传递,并在查询树中包含适当的谓词。 |
SQL Server引擎 | 查询执行 | 全部 |
13718123 | 修复了启用 Showplan XML Xevent 和执行包含“without FROM 子句”SELECT 的内存中过程时发生的访问冲突。 |
SQL Server引擎 | 查询执行 | 全部 |
13717021 | 修复:在远程服务器上对具有筛选索引的表运行包含聚合或联接的链接服务器查询时,可能会出现不正确的结果SQL Server (KB4575689) | SQL Server引擎 | 查询优化器 | Windows |
13717028 | 修复:在 SQL Server 2017 和 2019 (KB4577976) 中执行多个并发存储过程时发生编译阻塞 | SQL Server引擎 | 查询优化器 | Windows |
13717029 | 修复:对前导表直方图边界外的键值级联删除会导致 2017 年和 2019 SQL Server 索引扫描 (KB4577933) | SQL Server引擎 | 查询优化器 | Windows |
13647678 | 修复:在 2019 SQL Server中对内存中优化表和基于磁盘的表运行时,查询返回不同的结果集。 | SQL Server引擎 | 查询优化器 | Windows |
13722862 | 修复了派生子级组属性 CLeafOp 时发生的断言失败。 |
SQL Server引擎 | 查询优化器 | 全部 |
13745342 | 修复了在 2019 SQL Server查询sys.dm_db_stats_properties 具有空间索引的表时发生的访问冲突异常。 |
SQL Server引擎 | 查询优化器 | Windows |
13746944 | 修复了当查询存储尝试在繁重工作负载期间增加其内存结构时可能发生的未生成计划程序错误。 | SQL Server引擎 | 查询存储 | Windows |
13749461 | 修复了查询存储临时工作负载的可伸缩性改进。 查询存储现在对其可以使用的内存量施加内部限制,并自动将操作模式更改为只读,直到将足够的内存返回到数据库引擎,从而防止性能问题。 | SQL Server引擎 | 查询存储 | 全部 |
13745336 | 修复:日志读取器代理在 2016 年和 2019 SQL Server 2019 年为具有分区表的 P2P 或事务复制生成访问冲突异常 (KB4575939) | SQL Server引擎 | 复制 | Windows |
13745358 | 修复:在 2016 年和 2019 SQL Server,新添加的文章快照不会应用于订阅者 (KB4575940) | SQL Server引擎 | 复制 | Windows |
13717026 | 修复了在故障转移托管分发数据库以便进行事务复制的分发数据库的可用性组故障转移后,在新的辅助副本 (replica) 上运行作业时发生的监视和同步复制代理作业错误。
无法将通知发布到 SQLServerAgent (原因:已超出挂起 SQLServerAgent 通知的最大数目。通知将被忽略。) [SQLSTATE 42000] (错误 22022) 。 步骤失败 |
SQL Server引擎 | 复制 | Windows |
13759515 | 修复了在 MSTVF 中调用更改跟踪函数时发生的错误。
消息 443、级别 16、状态 1、Procedure <ProcedureName>、Line <LineNumber> [Batch Start LineNumber<>] 在函数中使用副作用运算符“change_tracking_current_version”无效。 |
SQL Server引擎 | 复制 | Windows |
13769810 | 当全文服务 fdhost 尝试使用筛选器 c:\windows\system32\mimefilt.dll 版本 2008.0.19041.1 为类型 .eml 内容的列编制索引时, fdhost.exe 进程停止,0xc0000409 STATUS_STACK_BUFFER_OVERRUN 。 |
SQL Server引擎 | 搜索 | Windows |
13909232 | 修复:在 SQL Server 2019 (KB5000655) 实例上使用SQL Server审核功能时,可能会出现内存泄漏 | SQL Server引擎 | 安全性基础结构 | 全部 |
13909239 | 修复:当 DDM 用于在 2019 SQL Server具有 UDF 的查询时,应用的数据掩码类型不正确 (KB5000656) | SQL Server引擎 | 安全性基础结构 | 全部 |
13771348 | 修复了控制器中的部署停滞在“”WaitingForControlPlaneFilesDownload 状态 ObjectDisposedException 的问题。 |
SQL Server引擎 | SQL 大数据群集 | Linux |
13770160 | 修复:使用 RCSI (KB4588984) 时,在高度并发工作负荷中XVB_List旋转锁上的争用 | SQL Server引擎 | SQL OS | Windows |
13817504 | 修复:2019 (KB4538688) SQL Server发生严重的旋转锁争用 | SQL Server引擎 | SQL OS | Windows |
13599202 | 修复了在 Linux SQL Server 2019 中使用无效 IP 地址创建 AG 侦听器时出现的非生成计划程序条件。 | SQL Server引擎 | SQL OS | Linux |
13744390 | 新的日志记录和 XEvents 可帮助排查长时间运行的 缓冲池扫描问题。 | SQL Server引擎 | SQL OS | 全部 |
13882987 | 添加了改进,以增加 上 AlwaysOn_health 的默认大小和文件保留期。
注意:XEvent 会话的 AlwaysOn_health 当前定义最大文件大小为 5 MB (MB) ,最大文件数为 4,XEvent 数据的最大大小为 20 MB AlwaysOn_health 。 在繁忙的系统上,如果出现影响系统的问题,你可以快速滚动更改此限制,并错过重要信息。 为了在系统上保留更多故障排除数据,在此更新中,默认文件大小从 5 MB 更改为 100 MB,默认文件数从 4 更改为 10,最多 1 GB XEvent AlwaysOn_health 数据。 如果已从默认值修改会话的定义 AlwaysOn_health ,则此改进不会覆盖现有设置。 |
SQL Server引擎 | SQL OS | 全部 |
13746919 | 修复了在运行时DBCC CHECKTABLE PHYSICAL_ONLY 会话因磁盘已满而终止的问题。 会话保持状态, KILLED \ROLLBACK 线程正在等待等待类型, CHECK_TABLES_THREAD_BARRIER 等待时间增加。 |
SQL Server引擎 | 存储管理 | Windows |
13717030 |
DBCC SHRINKFLE 或 SHRINKDATABASE 在针对数据库或包含系统版本控制的时态表的文件执行时,可能会导致断言异常错误。 |
SQL Server引擎 | 时间 | Windows |
13784190 | 修复:用户会话在 2016 SQL Server 终止后无限期地处于回滚状态 (KB4585971) | SQL Server引擎 | 事务服务 | Windows |
13746942 | 修复了将可用性组手动故障转移到另一个副本 (replica) 时发生的SQL Server断言。 但是,故障转移成功,来自早期主 (的数据库现在是 AG 失败的辅助) ,不会联机并生成断言转储。
文件: <FilePath\FileName>, line=<LineNumber> Failed 断言 = 'inCorrectOrder' |
SQL Server引擎 | 事务服务 | Windows |
13891577 | 添加仅释放 LogPool 缓存的新选项: DBCC FREESYSTEMCACHE('LogPool') 。 |
SQL Server引擎 | 事务服务 | Windows |
13955875 | 修复了在 2019 SQL Server 发生的FAILED_ASSERTION_42ac_sqlmin.dll!LogLockCollectionVerify::Callback 断言失败。 |
SQL Server引擎 | 事务服务 | Windows |
13866862 | 修复了以下问题:在读取未提交模式下执行查询时,使用高并发读取或写入模式执行 XML 数据类型的查询时,可能会出现访问冲突异常。 | SQL Server引擎 | XML | Windows |
如何获取或下载此或最新的累积更新包
如何获取或下载 Windows 的最新累积更新包 (建议)
以下更新可从 Microsoft 下载中心获取:
注意
- Microsoft 下载中心将始终显示最新的 SQL Server 2019 CU 版本。
- 如果未显示下载页,请联系 Microsoft 客户服务和支持部门 获取累积更新包。
如何从 Microsoft 更新目录获取或下载适用于 Windows 的此累积更新包
Microsoft 更新目录中提供了以下更新:
立即下载 SQL Server 2019 CU9 的累积更新包
注意
- Microsoft 更新目录包含此SQL Server 2019 CU 和以前发布的 SQL Server 2019 CU 版本。
- 也可通过 Windows Server Update Services (WSUS) 获取此 CU。
- 建议始终安装可用的最新累积更新。
如何获取或下载适用于 Linux 的最新累积更新包
若要将 Linux 上的 SQL Server 2019 更新为最新 CU,必须先配置累积更新存储库。 然后,使用特定于平台的相应更新命令更新SQL Server包。
有关安装说明和 CU 包下载的直接链接,请参阅 SQL Server 2019 发行说明。
如何获取或下载 大数据群集 (BDC) 的最新累积更新
若要将 Linux 上的 Microsoft SQL Server 2019 大数据群集 (BDC) 升级到最新的 CU,请参阅 大数据群集 部署指南。
从 SQL Server 2019 CU1 开始,可为 2019 GDR1) 的生产支持版本 (SQL Server 大数据群集执行就地升级。 有关详细信息,请参阅如何升级SQL Server 大数据群集。
有关详细信息,请参阅大数据群集发行说明。
文件信息
文件哈希信息
可以使用以下命令通过计算 SQLServer2019-KB5000642-x64.exe 文件的哈希来验证下载:
certutil -hashfile SQLServer2019-KB5000642-x64.exe SHA256
文件名 | SHA256 哈希 |
---|---|
SQLServer2019-KB5000642-x64.exe | EA4E1543FAFBAA811E4260EF506E62F966FEF1838031EF645A7FD1FD609620A2 |
累积更新包文件信息
此包的英文版具有下表中列出的文件属性 (或更高版本的文件属性) 。 协调世界时 (UTC) 中列出了这些文件的日期和时间。 查看文件信息时,会将其转换为本地时间。 若要查找 UTC 与本地时间的差值,请使用 控制面板 中的“日期和时间”项中的“时区”选项卡。
基于 x64 的版本
SQL Server 2019 Analysis Services
文件名 | 文件版本 | 文件大小 | 日期 | 时间 | 平台 |
---|---|---|---|---|---|
Asplatformhost.dll | 2018.150.34.29 | 291736 | 25-Jan-21 | 20:59 | x64 |
Mashupcompression.dll | 2.72.5556.181 | 140664 | 25-Jan-21 | 20:59 | x64 |
Microsoft.analysisservices.minterop.dll | 15.0.34.29 | 757144 | 25-Jan-21 | 20:59 | x86 |
Microsoft.analysisservices.server.core.resources.dll | 15.0.34.29 | 174472 | 25-Jan-21 | 20:59 | x86 |
Microsoft.analysisservices.server.core.resources.dll | 15.0.34.29 | 198552 | 25-Jan-21 | 20:59 | x86 |
Microsoft.analysisservices.server.core.resources.dll | 15.0.34.29 | 201112 | 25-Jan-21 | 20:59 | x86 |
Microsoft.analysisservices.server.core.resources.dll | 15.0.34.29 | 197528 | 25-Jan-21 | 20:59 | x86 |
Microsoft.analysisservices.server.core.resources.dll | 15.0.34.29 | 213912 | 25-Jan-21 | 20:59 | x86 |
Microsoft.analysisservices.server.core.resources.dll | 15.0.34.29 | 196504 | 25-Jan-21 | 20:59 | x86 |
Microsoft.analysisservices.server.core.resources.dll | 15.0.34.29 | 192408 | 25-Jan-21 | 20:59 | x86 |
Microsoft.analysisservices.server.core.resources.dll | 15.0.34.29 | 251272 | 25-Jan-21 | 20:59 | x86 |
Microsoft.analysisservices.server.core.resources.dll | 15.0.34.29 | 172936 | 25-Jan-21 | 20:59 | x86 |
Microsoft.analysisservices.server.core.resources.dll | 15.0.34.29 | 195992 | 25-Jan-21 | 20:59 | x86 |
Microsoft.analysisservices.server.tabular.dll | 15.0.34.29 | 1097112 | 25-Jan-21 | 20:59 | x86 |
Microsoft.analysisservices.server.tabular.json.dll | 15.0.34.29 | 479624 | 25-Jan-21 | 20:59 | x86 |
Microsoft.analysisservices.server.tabular.resources.dll | 15.0.34.29 | 53640 | 25-Jan-21 | 20:59 | x86 |
Microsoft.analysisservices.server.tabular.resources.dll | 15.0.34.29 | 58264 | 25-Jan-21 | 20:59 | x86 |
Microsoft.analysisservices.server.tabular.resources.dll | 15.0.34.29 | 58776 | 25-Jan-21 | 20:59 | x86 |
Microsoft.analysisservices.server.tabular.resources.dll | 15.0.34.29 | 57752 | 25-Jan-21 | 20:59 | x86 |
Microsoft.analysisservices.server.tabular.resources.dll | 15.0.34.29 | 60824 | 25-Jan-21 | 20:59 | x86 |
Microsoft.analysisservices.server.tabular.resources.dll | 15.0.34.29 | 57240 | 25-Jan-21 | 20:59 | x86 |
Microsoft.analysisservices.server.tabular.resources.dll | 15.0.34.29 | 57240 | 25-Jan-21 | 20:59 | x86 |
Microsoft.analysisservices.server.tabular.resources.dll | 15.0.34.29 | 66448 | 25-Jan-21 | 20:59 | x86 |
Microsoft.analysisservices.server.tabular.resources.dll | 15.0.34.29 | 52624 | 25-Jan-21 | 20:59 | x86 |
Microsoft.analysisservices.server.tabular.resources.dll | 15.0.34.29 | 57240 | 25-Jan-21 | 20:59 | x86 |
Microsoft.analysisservices.timedimgenerator.resources.dll | 15.0.34.29 | 16792 | 25-Jan-21 | 20:59 | x86 |
Microsoft.analysisservices.timedimgenerator.resources.dll | 15.0.34.29 | 16776 | 25-Jan-21 | 20:59 | x86 |
Microsoft.analysisservices.timedimgenerator.resources.dll | 15.0.34.29 | 16776 | 25-Jan-21 | 20:59 | x86 |
Microsoft.analysisservices.timedimgenerator.resources.dll | 15.0.34.29 | 16792 | 25-Jan-21 | 20:59 | x86 |
Microsoft.analysisservices.timedimgenerator.resources.dll | 15.0.34.29 | 16792 | 25-Jan-21 | 20:59 | x86 |
Microsoft.analysisservices.timedimgenerator.resources.dll | 15.0.34.29 | 16776 | 25-Jan-21 | 20:59 | x86 |
Microsoft.analysisservices.timedimgenerator.resources.dll | 15.0.34.29 | 16776 | 25-Jan-21 | 20:59 | x86 |
Microsoft.analysisservices.timedimgenerator.resources.dll | 15.0.34.29 | 17816 | 25-Jan-21 | 20:59 | x86 |
Microsoft.analysisservices.timedimgenerator.resources.dll | 15.0.34.29 | 16784 | 25-Jan-21 | 20:59 | x86 |
Microsoft.analysisservices.timedimgenerator.resources.dll | 15.0.34.29 | 16792 | 25-Jan-21 | 20:59 | x86 |
Microsoft.data.edm.netfx35.dll | 5.7.0.62516 | 660856 | 25-Jan-21 | 20:59 | x86 |
Microsoft.data.mashup.dll | 2.72.5556.181 | 180600 | 25-Jan-21 | 20:59 | x86 |
Microsoft.data.mashup.oledb.dll | 2.72.5556.181 | 30072 | 25-Jan-21 | 20:59 | x86 |
Microsoft.data.mashup.preview.dll | 2.72.5556.181 | 74616 | 25-Jan-21 | 20:59 | x86 |
Microsoft.data.mashup.providercommon.dll | 2.72.5556.181 | 102264 | 25-Jan-21 | 20:59 | x86 |
Microsoft.data.mashup.providercommon.resources.dll | 2.72.5556.181 | 37752 | 25-Jan-21 | 20:59 | x86 |
Microsoft.data.mashup.providercommon.resources.dll | 2.72.5556.181 | 41848 | 25-Jan-21 | 20:59 | x86 |
Microsoft.data.mashup.providercommon.resources.dll | 2.72.5556.181 | 41848 | 25-Jan-21 | 20:59 | x86 |
Microsoft.data.mashup.providercommon.resources.dll | 2.72.5556.181 | 41848 | 25-Jan-21 | 20:59 | x86 |
Microsoft.data.mashup.providercommon.resources.dll | 2.72.5556.181 | 41848 | 25-Jan-21 | 20:59 | x86 |
Microsoft.data.mashup.providercommon.resources.dll | 2.72.5556.181 | 41848 | 25-Jan-21 | 20:59 | x86 |
Microsoft.data.mashup.providercommon.resources.dll | 2.72.5556.181 | 28536 | 25-Jan-21 | 20:59 | x86 |
Microsoft.data.mashup.providercommon.resources.dll | 2.72.5556.181 | 45944 | 25-Jan-21 | 20:59 | x86 |
Microsoft.data.mashup.providercommon.resources.dll | 2.72.5556.181 | 37752 | 25-Jan-21 | 20:59 | x86 |
Microsoft.data.mashup.providercommon.resources.dll | 2.72.5556.181 | 29048 | 25-Jan-21 | 20:59 | x86 |
Microsoft.data.odata.netfx35.dll | 5.7.0.62516 | 1454456 | 25-Jan-21 | 20:59 | x86 |
Microsoft.data.odata.query.netfx35.dll | 5.7.0.62516 | 181112 | 25-Jan-21 | 20:59 | x86 |
Microsoft.data.sapclient.dll | 1.0.0.25 | 920680 | 25-Jan-21 | 20:59 | x86 |
Microsoft.data.sapclient.resources.dll | 1.0.0.25 | 25464 | 25-Jan-21 | 20:59 | x86 |
Microsoft.data.sapclient.resources.dll | 1.0.0.25 | 25976 | 25-Jan-21 | 20:59 | x86 |
Microsoft.data.sapclient.resources.dll | 1.0.0.25 | 37752 | 25-Jan-21 | 20:59 | x86 |
Microsoft.data.sapclient.resources.dll | 1.0.0.25 | 23928 | 25-Jan-21 | 20:59 | x86 |
Microsoft.data.sapclient.resources.dll | 1.0.0.25 | 25464 | 25-Jan-21 | 20:59 | x86 |
Microsoft.data.sapclient.resources.dll | 1.0.0.25 | 28536 | 25-Jan-21 | 20:59 | x86 |
Microsoft.hostintegration.connectors.dll | 2.72.5556.181 | 5242744 | 25-Jan-21 | 20:59 | x86 |
Microsoft.mashup.container.exe | 2.72.5556.181 | 19832 | 25-Jan-21 | 20:59 | x64 |
Microsoft.mashup.container.netfx40.exe | 2.72.5556.181 | 19832 | 25-Jan-21 | 20:59 | x64 |
Microsoft.mashup.container.netfx45.exe | 2.72.5556.181 | 19832 | 25-Jan-21 | 20:59 | x64 |
Microsoft.mashup.eventsource.dll | 2.72.5556.181 | 149368 | 25-Jan-21 | 20:59 | x86 |
Microsoft.mashup.oauth.dll | 2.72.5556.181 | 82296 | 25-Jan-21 | 20:59 | x86 |
Microsoft.mashup.oauth.resources.dll | 2.72.5556.181 | 14712 | 25-Jan-21 | 20:59 | x86 |
Microsoft.mashup.oauth.resources.dll | 2.72.5556.181 | 15224 | 25-Jan-21 | 20:59 | x86 |
Microsoft.mashup.oauth.resources.dll | 2.72.5556.181 | 15432 | 25-Jan-21 | 20:59 | x86 |
Microsoft.mashup.oauth.resources.dll | 2.72.5556.181 | 15224 | 25-Jan-21 | 20:59 | x86 |
Microsoft.mashup.oauth.resources.dll | 2.72.5556.181 | 15224 | 25-Jan-21 | 20:59 | x86 |
Microsoft.mashup.oauth.resources.dll | 2.72.5556.181 | 15224 | 25-Jan-21 | 20:59 | x86 |
Microsoft.mashup.oauth.resources.dll | 2.72.5556.181 | 14712 | 25-Jan-21 | 20:59 | x86 |
Microsoft.mashup.oauth.resources.dll | 2.72.5556.181 | 15736 | 25-Jan-21 | 20:59 | x86 |
Microsoft.mashup.oauth.resources.dll | 2.72.5556.181 | 14712 | 25-Jan-21 | 20:59 | x86 |
Microsoft.mashup.oauth.resources.dll | 2.72.5556.181 | 14712 | 25-Jan-21 | 20:59 | x86 |
Microsoft.mashup.oledbinterop.dll | 2.72.5556.181 | 190840 | 25-Jan-21 | 20:59 | x64 |
Microsoft.mashup.oledbprovider.dll | 2.72.5556.181 | 59768 | 25-Jan-21 | 20:59 | x86 |
Microsoft.mashup.oledbprovider.resources.dll | 2.72.5556.181 | 13176 | 25-Jan-21 | 20:59 | x86 |
Microsoft.mashup.oledbprovider.resources.dll | 2.72.5556.181 | 13176 | 25-Jan-21 | 20:59 | x86 |
Microsoft.mashup.oledbprovider.resources.dll | 2.72.5556.181 | 13176 | 25-Jan-21 | 20:59 | x86 |
Microsoft.mashup.oledbprovider.resources.dll | 2.72.5556.181 | 13176 | 25-Jan-21 | 20:59 | x86 |
Microsoft.mashup.oledbprovider.resources.dll | 2.72.5556.181 | 13176 | 25-Jan-21 | 20:59 | x86 |
Microsoft.mashup.oledbprovider.resources.dll | 2.72.5556.181 | 13176 | 25-Jan-21 | 20:59 | x86 |
Microsoft.mashup.oledbprovider.resources.dll | 2.72.5556.181 | 13176 | 25-Jan-21 | 20:59 | x86 |
Microsoft.mashup.oledbprovider.resources.dll | 2.72.5556.181 | 13176 | 25-Jan-21 | 20:59 | x86 |
Microsoft.mashup.oledbprovider.resources.dll | 2.72.5556.181 | 13176 | 25-Jan-21 | 20:59 | x86 |
Microsoft.mashup.oledbprovider.resources.dll | 2.72.5556.181 | 13176 | 25-Jan-21 | 20:59 | x86 |
Microsoft.mashup.scriptdom.dll | 2.40.4554.261 | 2371808 | 25-Jan-21 | 20:59 | x86 |
Microsoft.mashup.shims.dll | 2.72.5556.181 | 26488 | 25-Jan-21 | 20:59 | x86 |
Microsoft.mashup.storage.xmlserializers.dll | 1.0.0.0 | 140152 | 25-Jan-21 | 20:59 | x86 |
Microsoft.mashupengine.dll | 2.72.5556.181 | 14094200 | 25-Jan-21 | 20:59 | x86 |
Microsoft.mashupengine.resources.dll | 2.72.5556.181 | 541560 | 25-Jan-21 | 20:59 | x86 |
Microsoft.mashupengine.resources.dll | 2.72.5556.181 | 652152 | 25-Jan-21 | 20:59 | x86 |
Microsoft.mashupengine.resources.dll | 2.72.5556.181 | 643960 | 25-Jan-21 | 20:59 | x86 |
Microsoft.mashupengine.resources.dll | 2.72.5556.181 | 627576 | 25-Jan-21 | 20:59 | x86 |
Microsoft.mashupengine.resources.dll | 2.72.5556.181 | 676728 | 25-Jan-21 | 20:59 | x86 |
Microsoft.mashupengine.resources.dll | 2.72.5556.181 | 635768 | 25-Jan-21 | 20:59 | x86 |
Microsoft.mashupengine.resources.dll | 2.72.5556.181 | 615288 | 25-Jan-21 | 20:59 | x86 |
Microsoft.mashupengine.resources.dll | 2.72.5556.181 | 848760 | 25-Jan-21 | 20:59 | x86 |
Microsoft.mashupengine.resources.dll | 2.72.5556.181 | 533368 | 25-Jan-21 | 20:59 | x86 |
Microsoft.mashupengine.resources.dll | 2.72.5556.181 | 623480 | 25-Jan-21 | 20:59 | x86 |
Microsoft.odata.core.netfx35.dll | 6.15.0.0 | 1437560 | 25-Jan-21 | 20:59 | x86 |
Microsoft.odata.edm.netfx35.dll | 6.15.0.0 | 778616 | 25-Jan-21 | 20:59 | x86 |
Microsoft.powerbi.adomdclient.dll | 15.0.30.15 | 1100152 | 25-Jan-21 | 20:59 | x86 |
Microsoft.spatial.netfx35.dll | 6.15.0.0 | 126328 | 25-Jan-21 | 20:59 | x86 |
Msmdctr.dll | 2018.150.34.29 | 37256 | 25-Jan-21 | 20:59 | x64 |
Msmdlocal.dll | 2018.150.34.29 | 47781264 | 25-Jan-21 | 20:59 | x86 |
Msmdlocal.dll | 2018.150.34.29 | 66288016 | 25-Jan-21 | 20:59 | x64 |
Msmdpump.dll | 2018.150.34.29 | 10187672 | 25-Jan-21 | 20:59 | x64 |
Msmdredir.dll | 2018.150.34.29 | 7955848 | 25-Jan-21 | 20:59 | x86 |
Msmdspdm.resources.dll | 15.0.34.29 | 15768 | 25-Jan-21 | 20:59 | x86 |
Msmdspdm.resources.dll | 15.0.34.29 | 15768 | 25-Jan-21 | 20:59 | x86 |
Msmdspdm.resources.dll | 15.0.34.29 | 16280 | 25-Jan-21 | 20:59 | x86 |
Msmdspdm.resources.dll | 15.0.34.29 | 15760 | 25-Jan-21 | 20:59 | x86 |
Msmdspdm.resources.dll | 15.0.34.29 | 16280 | 25-Jan-21 | 20:59 | x86 |
Msmdspdm.resources.dll | 15.0.34.29 | 16280 | 25-Jan-21 | 20:59 | x86 |
Msmdspdm.resources.dll | 15.0.34.29 | 16280 | 25-Jan-21 | 20:59 | x86 |
Msmdspdm.resources.dll | 15.0.34.29 | 17304 | 25-Jan-21 | 20:59 | x86 |
Msmdspdm.resources.dll | 15.0.34.29 | 15760 | 25-Jan-21 | 20:59 | x86 |
Msmdspdm.resources.dll | 15.0.34.29 | 15768 | 25-Jan-21 | 20:59 | x86 |
Msmdsrv.exe | 2018.150.34.29 | 65824136 | 25-Jan-21 | 20:59 | x64 |
Msmdsrv.rll | 2018.150.34.29 | 832408 | 25-Jan-21 | 20:59 | x64 |
Msmdsrv.rll | 2018.150.34.29 | 1627032 | 25-Jan-21 | 20:59 | x64 |
Msmdsrv.rll | 2018.150.34.29 | 1452944 | 25-Jan-21 | 20:59 | x64 |
Msmdsrv.rll | 2018.150.34.29 | 1641880 | 25-Jan-21 | 20:59 | x64 |
Msmdsrv.rll | 2018.150.34.29 | 1607576 | 25-Jan-21 | 20:59 | x64 |
Msmdsrv.rll | 2018.150.34.29 | 1000344 | 25-Jan-21 | 20:59 | x64 |
Msmdsrv.rll | 2018.150.34.29 | 991640 | 25-Jan-21 | 20:59 | x64 |
Msmdsrv.rll | 2018.150.34.29 | 1535888 | 25-Jan-21 | 20:59 | x64 |
Msmdsrv.rll | 2018.150.34.29 | 1520536 | 25-Jan-21 | 20:59 | x64 |
Msmdsrv.rll | 2018.150.34.29 | 809880 | 25-Jan-21 | 20:59 | x64 |
Msmdsrv.rll | 2018.150.34.29 | 1595272 | 25-Jan-21 | 20:59 | x64 |
Msmdsrvi.rll | 2018.150.34.29 | 831384 | 25-Jan-21 | 20:59 | x64 |
Msmdsrvi.rll | 2018.150.34.29 | 1623448 | 25-Jan-21 | 20:59 | x64 |
Msmdsrvi.rll | 2018.150.34.29 | 1449864 | 25-Jan-21 | 20:59 | x64 |
Msmdsrvi.rll | 2018.150.34.29 | 1636744 | 25-Jan-21 | 20:59 | x64 |
Msmdsrvi.rll | 2018.150.34.29 | 1603480 | 25-Jan-21 | 20:59 | x64 |
Msmdsrvi.rll | 2018.150.34.29 | 997784 | 25-Jan-21 | 20:59 | x64 |
Msmdsrvi.rll | 2018.150.34.29 | 990088 | 25-Jan-21 | 20:59 | x64 |
Msmdsrvi.rll | 2018.150.34.29 | 1531792 | 25-Jan-21 | 20:59 | x64 |
Msmdsrvi.rll | 2018.150.34.29 | 1516952 | 25-Jan-21 | 20:59 | x64 |
Msmdsrvi.rll | 2018.150.34.29 | 808856 | 25-Jan-21 | 20:59 | x64 |
Msmdsrvi.rll | 2018.150.34.29 | 1590664 | 25-Jan-21 | 20:59 | x64 |
Msmgdsrv.dll | 2018.150.34.29 | 10185112 | 25-Jan-21 | 20:59 | x64 |
Msmgdsrv.dll | 2018.150.34.29 | 8277912 | 25-Jan-21 | 20:59 | x86 |
Msolap.dll | 2018.150.34.29 | 11014552 | 25-Jan-21 | 20:59 | x64 |
Msolap.dll | 2018.150.34.29 | 8607128 | 25-Jan-21 | 20:59 | x86 |
Msolui.dll | 2018.150.34.29 | 285080 | 25-Jan-21 | 20:59 | x86 |
Msolui.dll | 2018.150.34.29 | 305560 | 25-Jan-21 | 20:59 | x64 |
Powerbiextensions.dll | 2.72.5556.181 | 9252728 | 25-Jan-21 | 20:59 | x86 |
Private_odbc32.dll | 10.0.14832.1000 | 728440 | 25-Jan-21 | 20:59 | x64 |
Sqlboot.dll | 2019.150.4102.2 | 213904 | 25-Jan-21 | 20:59 | x64 |
Sqlceip.exe | 15.0.4102.2 | 283536 | 25-Jan-21 | 20:59 | x86 |
Sqldumper.exe | 2019.150.4102.2 | 152464 | 25-Jan-21 | 20:59 | x86 |
Sqldumper.exe | 2019.150.4102.2 | 185232 | 25-Jan-21 | 20:59 | x64 |
System.spatial.netfx35.dll | 5.7.0.62516 | 117624 | 25-Jan-21 | 20:59 | x86 |
Tmapi.dll | 2018.150.34.29 | 6177168 | 25-Jan-21 | 20:59 | x64 |
Tmcachemgr.dll | 2018.150.34.29 | 4916632 | 25-Jan-21 | 20:59 | x64 |
Tmpersistence.dll | 2018.150.34.29 | 1183640 | 25-Jan-21 | 20:59 | x64 |
Tmtransactions.dll | 2018.150.34.29 | 6802328 | 25-Jan-21 | 20:59 | x64 |
Xmsrv.dll | 2018.150.34.29 | 26024344 | 25-Jan-21 | 20:59 | x64 |
Xmsrv.dll | 2018.150.34.29 | 35459480 | 25-Jan-21 | 20:59 | x86 |
SQL Server 2019 Database Services Common Core
文件名 | 文件版本 | 文件大小 | 日期 | 时间 | 平台 |
---|---|---|---|---|---|
Instapi150.dll | 2019.150.4102.2 | 86928 | 25-Jan-21 | 20:25 | x64 |
Instapi150.dll | 2019.150.4102.2 | 74640 | 25-Jan-21 | 20:59 | x86 |
Microsoft.sqlserver.mgdsqldumper.dll | 2019.150.4102.2 | 99216 | 25-Jan-21 | 20:59 | x64 |
Microsoft.sqlserver.mgdsqldumper.dll | 2019.150.4102.2 | 86928 | 25-Jan-21 | 20:59 | x86 |
Msasxpress.dll | 2018.150.34.29 | 31128 | 25-Jan-21 | 20:59 | x64 |
Msasxpress.dll | 2018.150.34.29 | 26008 | 25-Jan-21 | 20:59 | x86 |
Pbsvcacctsync.dll | 2019.150.4102.2 | 74640 | 25-Jan-21 | 20:59 | x86 |
Pbsvcacctsync.dll | 2019.150.4102.2 | 86928 | 25-Jan-21 | 20:59 | x64 |
Sqldumper.exe | 2019.150.4102.2 | 152464 | 25-Jan-21 | 20:59 | x86 |
Sqldumper.exe | 2019.150.4102.2 | 185232 | 25-Jan-21 | 20:59 | x64 |
Sqlftacct.dll | 2019.150.4102.2 | 58256 | 25-Jan-21 | 20:59 | x86 |
Sqlftacct.dll | 2019.150.4102.2 | 78736 | 25-Jan-21 | 20:59 | x64 |
Sqlmanager.dll | 2019.150.4102.2 | 742288 | 25-Jan-21 | 20:59 | x86 |
Sqlmanager.dll | 2019.150.4102.2 | 877456 | 25-Jan-21 | 20:59 | x64 |
Sqlmgmprovider.dll | 2019.150.4102.2 | 377744 | 25-Jan-21 | 20:59 | x86 |
Sqlmgmprovider.dll | 2019.150.4102.2 | 430992 | 25-Jan-21 | 20:59 | x64 |
Sqlsvcsync.dll | 2019.150.4102.2 | 275344 | 25-Jan-21 | 20:59 | x86 |
Sqlsvcsync.dll | 2019.150.4102.2 | 357264 | 25-Jan-21 | 20:59 | x64 |
Svrenumapi150.dll | 2019.150.4102.2 | 1160080 | 25-Jan-21 | 20:59 | x64 |
Svrenumapi150.dll | 2019.150.4102.2 | 910224 | 25-Jan-21 | 20:59 | x86 |
SQL Server 2019 sql_dreplay_client
文件名 | 文件版本 | 文件大小 | 日期 | 时间 | 平台 |
---|---|---|---|---|---|
Dreplayclient.exe | 2019.150.4102.2 | 136080 | 25-Jan-21 | 20:59 | x86 |
Dreplaycommon.dll | 2019.150.4102.2 | 665488 | 25-Jan-21 | 20:59 | x86 |
Dreplayutil.dll | 2019.150.4102.2 | 304016 | 25-Jan-21 | 20:59 | x86 |
Instapi150.dll | 2019.150.4102.2 | 86928 | 25-Jan-21 | 20:59 | x64 |
Sqlresourceloader.dll | 2019.150.4102.2 | 37776 | 25-Jan-21 | 20:59 | x86 |
SQL Server 2019 sql_dreplay_controller
文件名 | 文件版本 | 文件大小 | 日期 | 时间 | 平台 |
---|---|---|---|---|---|
Dreplaycommon.dll | 2019.150.4102.2 | 665488 | 25-Jan-21 | 20:59 | x86 |
Dreplaycontroller.exe | 2019.150.4102.2 | 365456 | 25-Jan-21 | 20:59 | x86 |
Instapi150.dll | 2019.150.4102.2 | 86928 | 25-Jan-21 | 20:59 | x64 |
Sqlresourceloader.dll | 2019.150.4102.2 | 37776 | 25-Jan-21 | 20:59 | x86 |
SQL Server 2019 数据库服务核心实例
文件名 | 文件版本 | 文件大小 | 日期 | 时间 | 平台 |
---|---|---|---|---|---|
Aetm-enclave-simulator.dll | 2019.150.4102.2 | 4652944 | 25-Jan-21 | 21:55 | x64 |
Aetm-enclave.dll | 2019.150.4102.2 | 4604264 | 25-Jan-21 | 21:55 | x64 |
Aetm-sgx-enclave-simulator.dll | 2019.150.4102.2 | 4924656 | 25-Jan-21 | 21:55 | x64 |
Aetm-sgx-enclave.dll | 2019.150.4102.2 | 4866256 | 25-Jan-21 | 21:55 | x64 |
Azureattest.dll | 10.0.18965.1000 | 255056 | 25-Jan-21 | 21:53 | x64 |
Azureattestmanager.dll | 10.0.18965.1000 | 97528 | 25-Jan-21 | 21:53 | x64 |
C1.dll | 19.16.27034.0 | 2438520 | 25-Jan-21 | 21:55 | x64 |
C2.dll | 19.16.27034.0 | 7239032 | 25-Jan-21 | 21:55 | x64 |
Cl.exe | 19.16.27034.0 | 424360 | 25-Jan-21 | 21:55 | x64 |
Clui.dll | 19.16.27034.0 | 541048 | 25-Jan-21 | 21:55 | x64 |
Datacollectorcontroller.dll | 2019.150.4102.2 | 279440 | 25-Jan-21 | 21:55 | x64 |
Dcexec.exe | 2019.150.4102.2 | 86928 | 25-Jan-21 | 21:55 | x64 |
Fssres.dll | 2019.150.4102.2 | 95120 | 25-Jan-21 | 21:55 | x64 |
Hadrres.dll | 2019.150.4102.2 | 201616 | 25-Jan-21 | 21:55 | x64 |
Hkcompile.dll | 2019.150.4102.2 | 1291152 | 25-Jan-21 | 21:55 | x64 |
Hkengine.dll | 2019.150.4102.2 | 5784464 | 25-Jan-21 | 21:55 | x64 |
Hkruntime.dll | 2019.150.4102.2 | 181136 | 25-Jan-21 | 21:55 | x64 |
Hktempdb.dll | 2019.150.4102.2 | 62352 | 25-Jan-21 | 21:55 | x64 |
Link.exe | 14.16.27034.0 | 1707936 | 25-Jan-21 | 21:55 | x64 |
Microsoft.sqlautoadmin.autobackupagent.dll | 15.0.4102.2 | 234384 | 25-Jan-21 | 21:55 | x86 |
Microsoft.sqlserver.xevent.linq.dll | 2019.150.4102.2 | 324496 | 25-Jan-21 | 21:55 | x64 |
Microsoft.sqlserver.xevent.targets.dll | 2019.150.4102.2 | 91024 | 25-Jan-21 | 21:55 | x64 |
Msobj140.dll | 14.16.27034.0 | 134008 | 25-Jan-21 | 21:55 | x64 |
Mspdb140.dll | 14.16.27034.0 | 632184 | 25-Jan-21 | 21:55 | x64 |
Mspdbcore.dll | 14.16.27034.0 | 632184 | 25-Jan-21 | 21:55 | x64 |
Msvcp140.dll | 14.16.27034.0 | 628200 | 25-Jan-21 | 21:55 | x64 |
Qds.dll | 2019.150.4102.2 | 1184656 | 25-Jan-21 | 21:55 | x64 |
Rsfxft.dll | 2019.150.4102.2 | 50064 | 25-Jan-21 | 21:55 | x64 |
Secforwarder.dll | 2019.150.4102.2 | 78736 | 25-Jan-21 | 21:55 | x64 |
Sqagtres.dll | 2019.150.4102.2 | 86928 | 25-Jan-21 | 21:55 | x64 |
Sqlaamss.dll | 2019.150.4102.2 | 107408 | 25-Jan-21 | 21:55 | x64 |
Sqlaccess.dll | 2019.150.4102.2 | 492432 | 25-Jan-21 | 21:55 | x64 |
Sqlagent.exe | 2019.150.4102.2 | 730000 | 25-Jan-21 | 21:55 | x64 |
Sqlagentctr150.dll | 2019.150.4102.2 | 78736 | 25-Jan-21 | 21:55 | x64 |
Sqlagentctr150.dll | 2019.150.4102.2 | 66448 | 25-Jan-21 | 21:55 | x86 |
Sqlboot.dll | 2019.150.4102.2 | 213904 | 25-Jan-21 | 21:53 | x64 |
Sqlceip.exe | 15.0.4102.2 | 283536 | 25-Jan-21 | 21:55 | x86 |
Sqlcmdss.dll | 2019.150.4102.2 | 86928 | 25-Jan-21 | 21:55 | x64 |
Sqlctr150.dll | 2019.150.4102.2 | 140176 | 25-Jan-21 | 21:55 | x64 |
Sqlctr150.dll | 2019.150.4102.2 | 115600 | 25-Jan-21 | 21:55 | x86 |
Sqldk.dll | 2019.150.4102.2 | 3146640 | 25-Jan-21 | 21:55 | x64 |
Sqldtsss.dll | 2019.150.4102.2 | 107408 | 25-Jan-21 | 21:55 | x64 |
Sqlevn70.rll |
2019.150.4102.2 | 1590160 | 25-Jan-21 | 21:55 | x64 |
Sqlevn70.rll |
2019.150.4102.2 | 3490704 | 25-Jan-21 | 21:55 | x64 |
Sqlevn70.rll |
2019.150.4102.2 | 3687312 | 25-Jan-21 | 21:55 | x64 |
Sqlevn70.rll |
2019.150.4102.2 | 4150160 | 25-Jan-21 | 21:55 | x64 |
Sqlevn70.rll |
2019.150.4102.2 | 4268944 | 25-Jan-21 | 21:55 | x64 |
Sqlevn70.rll |
2019.150.4102.2 | 3404688 | 25-Jan-21 | 21:55 | x64 |
Sqlevn70.rll |
2019.150.4102.2 | 3568528 | 25-Jan-21 | 21:55 | x64 |
Sqlevn70.rll |
2019.150.4102.2 | 4146064 | 25-Jan-21 | 21:55 | x64 |
Sqlevn70.rll |
2019.150.4102.2 | 3998608 | 25-Jan-21 | 21:55 | x64 |
Sqlevn70.rll |
2019.150.4102.2 | 4051856 | 25-Jan-21 | 21:55 | x64 |
Sqlevn70.rll |
2019.150.4102.2 | 2216848 | 25-Jan-21 | 21:55 | x64 |
Sqlevn70.rll |
2019.150.4102.2 | 2163600 | 25-Jan-21 | 21:55 | x64 |
Sqlevn70.rll |
2019.150.4102.2 | 3859344 | 25-Jan-21 | 21:55 | x64 |
Sqlevn70.rll |
2019.150.4102.2 | 3535760 | 25-Jan-21 | 21:55 | x64 |
Sqlevn70.rll |
2019.150.4102.2 | 4002704 | 25-Jan-21 | 21:55 | x64 |
Sqlevn70.rll |
2019.150.4102.2 | 3810192 | 25-Jan-21 | 21:55 | x64 |
Sqlevn70.rll |
2019.150.4102.2 | 3806096 | 25-Jan-21 | 21:55 | x64 |
Sqlevn70.rll |
2019.150.4102.2 | 3601296 | 25-Jan-21 | 21:55 | x64 |
Sqlevn70.rll |
2019.150.4102.2 | 3490704 | 25-Jan-21 | 21:55 | x64 |
Sqlevn70.rll |
2019.150.4102.2 | 1532816 | 25-Jan-21 | 21:55 | x64 |
Sqlevn70.rll |
2019.150.4102.2 | 3896208 | 25-Jan-21 | 21:55 | x64 |
Sqlevn70.rll |
2019.150.4102.2 | 4014992 | 25-Jan-21 | 21:55 | x64 |
Sqllang.dll | 2019.150.4102.2 | 39719824 | 25-Jan-21 | 21:55 | x64 |
Sqlmin.dll | 2019.150.4102.2 | 40343440 | 25-Jan-21 | 21:55 | x64 |
Sqlolapss.dll | 2019.150.4102.2 | 103312 | 25-Jan-21 | 21:55 | x64 |
Sqlos.dll | 2019.150.4102.2 | 41872 | 25-Jan-21 | 21:55 | x64 |
Sqlpowershellss.dll | 2019.150.4102.2 | 82832 | 25-Jan-21 | 21:55 | x64 |
Sqlrepss.dll | 2019.150.4102.2 | 82832 | 25-Jan-21 | 21:55 | x64 |
Sqlresourceloader.dll | 2019.150.4102.2 | 50064 | 25-Jan-21 | 21:55 | x64 |
Sqlscm.dll | 2019.150.4102.2 | 86928 | 25-Jan-21 | 21:55 | x64 |
Sqlscriptdowngrade.dll | 2019.150.4102.2 | 37776 | 25-Jan-21 | 21:55 | x64 |
Sqlscriptupgrade.dll | 2019.150.4102.2 | 5804944 | 25-Jan-21 | 21:55 | x64 |
Sqlserverspatial150.dll | 2019.150.4102.2 | 672656 | 25-Jan-21 | 21:55 | x64 |
Sqlservr.exe | 2019.150.4102.2 | 627600 | 25-Jan-21 | 21:55 | x64 |
Sqlsvc.dll | 2019.150.4102.2 | 181136 | 25-Jan-21 | 21:55 | x64 |
Sqltses.dll | 2019.150.4102.2 | 9077648 | 25-Jan-21 | 21:55 | x64 |
Sqsrvres.dll | 2019.150.4102.2 | 279440 | 25-Jan-21 | 21:55 | x64 |
Svl.dll | 2019.150.4102.2 | 160656 | 25-Jan-21 | 21:55 | x64 |
Vcruntime140.dll | 14.16.27034.0 | 85992 | 25-Jan-21 | 21:55 | x64 |
Xe.dll | 2019.150.4102.2 | 721808 | 25-Jan-21 | 21:55 | x64 |
Xpadsi.exe | 2019.150.4102.2 | 115600 | 25-Jan-21 | 21:55 | x64 |
Xplog70.dll | 2019.150.4102.2 | 91024 | 25-Jan-21 | 21:55 | x64 |
Xprepl.dll | 2019.150.4102.2 | 119696 | 25-Jan-21 | 21:55 | x64 |
Xpstar.dll | 2019.150.4102.2 | 471952 | 25-Jan-21 | 21:55 | x64 |
SQL Server 2019 数据库服务核心共享
文件名 | 文件版本 | 文件大小 | 日期 | 时间 | 平台 |
---|---|---|---|---|---|
Commanddest.dll | 2019.150.4102.2 | 263056 | 25-Jan-21 | 20:59 | x64 |
Datacollectortasks.dll | 2019.150.4102.2 | 230288 | 25-Jan-21 | 20:59 | x64 |
Distrib.exe | 2019.150.4102.2 | 234384 | 25-Jan-21 | 20:59 | x64 |
Dteparse.dll | 2019.150.4102.2 | 123792 | 25-Jan-21 | 20:59 | x64 |
Dteparsemgd.dll | 2019.150.4102.2 | 131984 | 25-Jan-21 | 20:59 | x64 |
Dtepkg.dll | 2019.150.4102.2 | 152464 | 25-Jan-21 | 20:59 | x64 |
Dtexec.exe | 2019.150.4102.2 | 71568 | 25-Jan-21 | 20:59 | x64 |
Dts.dll | 2019.150.4102.2 | 3142544 | 25-Jan-21 | 20:59 | x64 |
Dtscomexpreval.dll | 2019.150.4102.2 | 500624 | 25-Jan-21 | 20:59 | x64 |
Dtsconn.dll | 2019.150.4102.2 | 521104 | 25-Jan-21 | 20:59 | x64 |
Dtshost.exe | 2019.150.4102.2 | 104336 | 25-Jan-21 | 20:59 | x64 |
Dtsmsg150.dll | 2019.150.4102.2 | 566160 | 25-Jan-21 | 20:59 | x64 |
Dtspipeline.dll | 2019.150.4102.2 | 1328016 | 25-Jan-21 | 20:59 | x64 |
Dtswizard.exe | 15.0.4102.2 | 885648 | 25-Jan-21 | 20:59 | x64 |
Dtuparse.dll | 2019.150.4102.2 | 99216 | 25-Jan-21 | 20:59 | x64 |
Dtutil.exe | 2019.150.4102.2 | 147344 | 25-Jan-21 | 20:59 | x64 |
Exceldest.dll | 2019.150.4102.2 | 279440 | 25-Jan-21 | 20:59 | x64 |
Excelsrc.dll | 2019.150.4102.2 | 308112 | 25-Jan-21 | 20:59 | x64 |
Execpackagetask.dll | 2019.150.4102.2 | 185232 | 25-Jan-21 | 20:59 | x64 |
Flatfiledest.dll | 2019.150.4102.2 | 410512 | 25-Jan-21 | 20:59 | x64 |
Flatfilesrc.dll | 2019.150.4102.2 | 426896 | 25-Jan-21 | 20:59 | x64 |
Logread.exe | 2019.150.4102.2 | 717712 | 25-Jan-21 | 20:59 | x64 |
Mergetxt.dll | 2019.150.4102.2 | 74640 | 25-Jan-21 | 20:59 | x64 |
Microsoft.sqlserver.integrationservice.hadoop.common.dll | 15.0.4102.2 | 58256 | 25-Jan-21 | 20:59 | x86 |
Microsoft.sqlserver.integrationservices.runtimetelemetry.dll | 15.0.4102.2 | 41872 | 25-Jan-21 | 20:59 | x86 |
Microsoft.sqlserver.maintenanceplantasks.dll | 15.0.4102.2 | 390032 | 25-Jan-21 | 20:59 | x86 |
Microsoft.sqlserver.xmltask.dll | 15.0.4102.2 | 156560 | 25-Jan-21 | 20:59 | x86 |
Msdtssrvrutil.dll | 2019.150.4102.2 | 111504 | 25-Jan-21 | 20:59 | x64 |
Msgprox.dll | 2019.150.4102.2 | 299920 | 25-Jan-21 | 20:59 | x64 |
Msoledbsql.dll | 2018.182.3.0 | 148432 | 25-Jan-21 | 20:59 | x64 |
Msxmlsql.dll | 2019.150.4102.2 | 1495952 | 25-Jan-21 | 20:59 | x64 |
Oledbdest.dll | 2019.150.4102.2 | 279440 | 25-Jan-21 | 20:59 | x64 |
Oledbsrc.dll | 2019.150.4102.2 | 312208 | 25-Jan-21 | 20:59 | x64 |
Osql.exe | 2019.150.4102.2 | 91024 | 25-Jan-21 | 20:59 | x64 |
Qrdrsvc.exe | 2019.150.4102.2 | 496528 | 25-Jan-21 | 20:59 | x64 |
Rawdest.dll | 2019.150.4102.2 | 226192 | 25-Jan-21 | 20:59 | x64 |
Rawsource.dll | 2019.150.4102.2 | 209808 | 25-Jan-21 | 20:59 | x64 |
Rdistcom.dll | 2019.150.4102.2 | 914320 | 25-Jan-21 | 20:59 | x64 |
Recordsetdest.dll | 2019.150.4102.2 | 201616 | 25-Jan-21 | 20:59 | x64 |
Repldp.dll | 2019.150.4102.2 | 312208 | 25-Jan-21 | 20:59 | x64 |
Replerrx.dll | 2019.150.4102.2 | 181136 | 25-Jan-21 | 20:59 | x64 |
Replisapi.dll | 2019.150.4102.2 | 394128 | 25-Jan-21 | 20:59 | x64 |
Replmerg.exe | 2019.150.4102.2 | 562064 | 25-Jan-21 | 20:59 | x64 |
Replprov.dll | 2019.150.4102.2 | 852880 | 25-Jan-21 | 20:59 | x64 |
Replrec.dll | 2019.150.4102.2 | 1029008 | 25-Jan-21 | 20:59 | x64 |
Replsub.dll | 2019.150.4102.2 | 471952 | 25-Jan-21 | 20:59 | x64 |
Replsync.dll | 2019.150.4102.2 | 164752 | 25-Jan-21 | 20:59 | x64 |
Spresolv.dll | 2019.150.4102.2 | 275344 | 25-Jan-21 | 20:59 | x64 |
Sqlcmd.exe | 2019.150.4102.2 | 263056 | 25-Jan-21 | 20:59 | x64 |
Sqldiag.exe | 2019.150.4102.2 | 1139600 | 25-Jan-21 | 20:59 | x64 |
Sqldistx.dll | 2019.150.4102.2 | 246672 | 25-Jan-21 | 20:59 | x64 |
Sqllogship.exe | 15.0.4102.2 | 103312 | 25-Jan-21 | 20:59 | x64 |
Sqlmergx.dll | 2019.150.4102.2 | 398224 | 25-Jan-21 | 20:59 | x64 |
Sqlresourceloader.dll | 2019.150.4102.2 | 50064 | 25-Jan-21 | 20:59 | x64 |
Sqlresourceloader.dll | 2019.150.4102.2 | 37776 | 25-Jan-21 | 20:59 | x86 |
Sqlscm.dll | 2019.150.4102.2 | 86928 | 25-Jan-21 | 20:59 | x64 |
Sqlscm.dll | 2019.150.4102.2 | 78736 | 25-Jan-21 | 20:59 | x86 |
Sqlsvc.dll | 2019.150.4102.2 | 181136 | 25-Jan-21 | 20:59 | x64 |
Sqlsvc.dll | 2019.150.4102.2 | 148368 | 25-Jan-21 | 20:59 | x86 |
Sqltaskconnections.dll | 2019.150.4102.2 | 205712 | 25-Jan-21 | 20:59 | x64 |
Ssradd.dll | 2019.150.4102.2 | 82832 | 25-Jan-21 | 20:59 | x64 |
Ssravg.dll | 2019.150.4102.2 | 82832 | 25-Jan-21 | 20:59 | x64 |
Ssrdown.dll | 2019.150.4102.2 | 74640 | 25-Jan-21 | 20:59 | x64 |
Ssrmax.dll | 2019.150.4102.2 | 82824 | 25-Jan-21 | 20:59 | x64 |
Ssrmin.dll | 2019.150.4102.2 | 82832 | 25-Jan-21 | 20:59 | x64 |
Ssrpub.dll | 2019.150.4102.2 | 74640 | 25-Jan-21 | 20:59 | x64 |
Ssrup.dll | 2019.150.4102.2 | 74640 | 25-Jan-21 | 20:59 | x64 |
Txagg.dll | 2019.150.4102.2 | 390032 | 25-Jan-21 | 20:59 | x64 |
Txbdd.dll | 2019.150.4102.2 | 193424 | 25-Jan-21 | 20:59 | x64 |
Txdatacollector.dll | 2019.150.4102.2 | 471952 | 25-Jan-21 | 20:59 | x64 |
Txdataconvert.dll | 2019.150.4102.2 | 316304 | 25-Jan-21 | 20:59 | x64 |
Txderived.dll | 2019.150.4102.2 | 639888 | 25-Jan-21 | 20:59 | x64 |
Txlookup.dll | 2019.150.4102.2 | 541584 | 25-Jan-21 | 20:59 | x64 |
Txmerge.dll | 2019.150.4102.2 | 258960 | 25-Jan-21 | 20:59 | x64 |
Txmergejoin.dll | 2019.150.4102.2 | 308112 | 25-Jan-21 | 20:59 | x64 |
Txmulticast.dll | 2019.150.4102.2 | 144272 | 25-Jan-21 | 20:59 | x64 |
Txrowcount.dll | 2019.150.4102.2 | 140176 | 25-Jan-21 | 20:59 | x64 |
Txsort.dll | 2019.150.4102.2 | 287632 | 25-Jan-21 | 20:59 | x64 |
Txsplit.dll | 2019.150.4102.2 | 623504 | 25-Jan-21 | 20:59 | x64 |
Txunionall.dll | 2019.150.4102.2 | 205712 | 25-Jan-21 | 20:59 | x64 |
Xe.dll | 2019.150.4102.2 | 721808 | 25-Jan-21 | 20:59 | x64 |
Xmlsub.dll | 2019.150.4102.2 | 295824 | 25-Jan-21 | 20:59 | x64 |
SQL Server 2019 sql_extensibility
文件名 | 文件版本 | 文件大小 | 日期 | 时间 | 平台 |
---|---|---|---|---|---|
Commonlauncher.dll | 2019.150.4102.2 | 91024 | 25-Jan-21 | 20:59 | x64 |
Exthost.exe | 2019.150.4102.2 | 238480 | 25-Jan-21 | 20:59 | x64 |
Launchpad.exe | 2019.150.4102.2 | 1217424 | 25-Jan-21 | 20:59 | x64 |
Sqlsatellite.dll | 2019.150.4102.2 | 1016720 | 25-Jan-21 | 20:59 | x64 |
SQL Server 2019 Full-Text 引擎
文件名 | 文件版本 | 文件大小 | 日期 | 时间 | 平台 |
---|---|---|---|---|---|
Fd.dll | 2019.150.4102.2 | 684944 | 25-Jan-21 | 20:59 | x64 |
Fdhost.exe | 2019.150.4102.2 | 127888 | 25-Jan-21 | 20:59 | x64 |
Fdlauncher.exe | 2019.150.4102.2 | 78736 | 25-Jan-21 | 20:59 | x64 |
Sqlft150ph.dll | 2019.150.4102.2 | 91024 | 25-Jan-21 | 20:59 | x64 |
SQL Server 2019 sql_inst_mr
文件名 | 文件版本 | 文件大小 | 日期 | 时间 | 平台 |
---|---|---|---|---|---|
Imrdll.dll | 15.0.4102.2 | 29584 | 25-Jan-21 | 20:59 | x86 |
SQL Server 2019 Integration Services
文件名 | 文件版本 | 文件大小 | 日期 | 时间 | 平台 |
---|---|---|---|---|---|
Commanddest.dll | 2019.150.4102.2 | 263056 | 25-Jan-21 | 20:56 | x64 |
Commanddest.dll | 2019.150.4102.2 | 226192 | 25-Jan-21 | 20:59 | x86 |
Dteparse.dll | 2019.150.4102.2 | 123792 | 25-Jan-21 | 20:59 | x64 |
Dteparse.dll | 2019.150.4102.2 | 111504 | 25-Jan-21 | 20:59 | x86 |
Dteparsemgd.dll | 2019.150.4102.2 | 131984 | 25-Jan-21 | 20:59 | x64 |
Dteparsemgd.dll | 2019.150.4102.2 | 115600 | 25-Jan-21 | 20:59 | x86 |
Dtepkg.dll | 2019.150.4102.2 | 131984 | 25-Jan-21 | 20:59 | x86 |
Dtepkg.dll | 2019.150.4102.2 | 152464 | 25-Jan-21 | 20:59 | x64 |
Dtexec.exe | 2019.150.4102.2 | 62864 | 25-Jan-21 | 20:59 | x86 |
Dtexec.exe | 2019.150.4102.2 | 71568 | 25-Jan-21 | 20:59 | x64 |
Dts.dll | 2019.150.4102.2 | 3142544 | 25-Jan-21 | 20:56 | x64 |
Dts.dll | 2019.150.4102.2 | 2761616 | 25-Jan-21 | 20:59 | x86 |
Dtscomexpreval.dll | 2019.150.4102.2 | 500624 | 25-Jan-21 | 20:56 | x64 |
Dtscomexpreval.dll | 2019.150.4102.2 | 443280 | 25-Jan-21 | 20:59 | x86 |
Dtsconn.dll | 2019.150.4102.2 | 521104 | 25-Jan-21 | 20:56 | x64 |
Dtsconn.dll | 2019.150.4102.2 | 430992 | 25-Jan-21 | 20:59 | x86 |
Dtsdebughost.exe | 2019.150.4102.2 | 110992 | 25-Jan-21 | 20:56 | x64 |
Dtsdebughost.exe | 2019.150.4102.2 | 92560 | 25-Jan-21 | 20:59 | x86 |
Dtshost.exe | 2019.150.4102.2 | 87440 | 25-Jan-21 | 20:59 | x86 |
Dtshost.exe | 2019.150.4102.2 | 104336 | 25-Jan-21 | 20:59 | x64 |
Dtsmsg150.dll | 2019.150.4102.2 | 566160 | 25-Jan-21 | 20:59 | x64 |
Dtsmsg150.dll | 2019.150.4102.2 | 553872 | 25-Jan-21 | 20:59 | x86 |
Dtspipeline.dll | 2019.150.4102.2 | 1328016 | 25-Jan-21 | 20:56 | x64 |
Dtspipeline.dll | 2019.150.4102.2 | 1119112 | 25-Jan-21 | 20:59 | x86 |
Dtswizard.exe | 15.0.4102.2 | 885648 | 25-Jan-21 | 20:59 | x64 |
Dtswizard.exe | 15.0.4102.2 | 889744 | 25-Jan-21 | 20:59 | x86 |
Dtuparse.dll | 2019.150.4102.2 | 99216 | 25-Jan-21 | 20:59 | x64 |
Dtuparse.dll | 2019.150.4102.2 | 86928 | 25-Jan-21 | 20:59 | x86 |
Dtutil.exe | 2019.150.4102.2 | 147344 | 25-Jan-21 | 20:59 | x64 |
Dtutil.exe | 2019.150.4102.2 | 128912 | 25-Jan-21 | 20:59 | x86 |
Exceldest.dll | 2019.150.4102.2 | 279440 | 25-Jan-21 | 20:56 | x64 |
Exceldest.dll | 2019.150.4102.2 | 234384 | 25-Jan-21 | 20:59 | x86 |
Excelsrc.dll | 2019.150.4102.2 | 308112 | 25-Jan-21 | 20:56 | x64 |
Excelsrc.dll | 2019.150.4102.2 | 258960 | 25-Jan-21 | 20:59 | x86 |
Execpackagetask.dll | 2019.150.4102.2 | 185232 | 25-Jan-21 | 20:56 | x64 |
Execpackagetask.dll | 2019.150.4102.2 | 148368 | 25-Jan-21 | 20:59 | x86 |
Flatfiledest.dll | 2019.150.4102.2 | 410512 | 25-Jan-21 | 20:56 | x64 |
Flatfiledest.dll | 2019.150.4102.2 | 357264 | 25-Jan-21 | 20:59 | x86 |
Flatfilesrc.dll | 2019.150.4102.2 | 426896 | 25-Jan-21 | 20:56 | x64 |
Flatfilesrc.dll | 2019.150.4102.2 | 369552 | 25-Jan-21 | 20:59 | x86 |
Isdbupgradewizard.exe | 15.0.4102.2 | 119696 | 25-Jan-21 | 20:59 | x86 |
Isdbupgradewizard.exe | 15.0.4102.2 | 119696 | 25-Jan-21 | 20:59 | x86 |
Isserverexec.exe | 15.0.4102.2 | 148368 | 25-Jan-21 | 20:59 | x86 |
Isserverexec.exe | 15.0.4102.2 | 144272 | 25-Jan-21 | 20:59 | x64 |
Microsoft.sqlserver.astasks.dll | 15.0.4102.2 | 78736 | 25-Jan-21 | 20:59 | x86 |
Microsoft.sqlserver.integrationservice.hadoop.common.dll | 15.0.4102.2 | 58256 | 25-Jan-21 | 20:56 | x86 |
Microsoft.sqlserver.integrationservice.hadoop.common.dll | 15.0.4102.2 | 58256 | 25-Jan-21 | 20:59 | x86 |
Microsoft.sqlserver.integrationservices.isserverdbupgrade.dll | 15.0.4102.2 | 508816 | 25-Jan-21 | 20:59 | x86 |
Microsoft.sqlserver.integrationservices.isserverdbupgrade.dll | 15.0.4102.2 | 508816 | 25-Jan-21 | 20:59 | x86 |
Microsoft.sqlserver.integrationservices.runtimetelemetry.dll | 15.0.4102.2 | 41872 | 25-Jan-21 | 20:56 | x86 |
Microsoft.sqlserver.integrationservices.runtimetelemetry.dll | 15.0.4102.2 | 41872 | 25-Jan-21 | 20:59 | x86 |
Microsoft.sqlserver.maintenanceplantasks.dll | 15.0.4102.2 | 390032 | 25-Jan-21 | 20:59 | x86 |
Microsoft.sqlserver.management.integrationservicesenum.dll | 15.0.4102.2 | 58256 | 25-Jan-21 | 20:59 | x86 |
Microsoft.sqlserver.management.integrationservicesenum.dll | 15.0.4102.2 | 58256 | 25-Jan-21 | 20:59 | x86 |
Microsoft.sqlserver.scripttask.dll | 15.0.4102.2 | 140176 | 25-Jan-21 | 20:56 | x86 |
Microsoft.sqlserver.scripttask.dll | 15.0.4102.2 | 140176 | 25-Jan-21 | 20:59 | x86 |
Microsoft.sqlserver.xmltask.dll | 15.0.4102.2 | 156560 | 25-Jan-21 | 20:56 | x86 |
Microsoft.sqlserver.xmltask.dll | 15.0.4102.2 | 156560 | 25-Jan-21 | 20:59 | x86 |
Msdtssrvr.exe | 15.0.4102.2 | 218000 | 25-Jan-21 | 20:59 | x64 |
Msdtssrvrutil.dll | 2019.150.4102.2 | 111504 | 25-Jan-21 | 20:56 | x64 |
Msdtssrvrutil.dll | 2019.150.4102.2 | 99216 | 25-Jan-21 | 20:59 | x86 |
Msmdpp.dll | 2018.150.34.29 | 10062216 | 25-Jan-21 | 20:59 | x64 |
Odbcdest.dll | 2019.150.4102.2 | 369552 | 25-Jan-21 | 20:56 | x64 |
Odbcdest.dll | 2019.150.4102.2 | 316304 | 25-Jan-21 | 20:59 | x86 |
Odbcsrc.dll | 2019.150.4102.2 | 381840 | 25-Jan-21 | 20:56 | x64 |
Odbcsrc.dll | 2019.150.4102.2 | 328592 | 25-Jan-21 | 20:59 | x86 |
Oledbdest.dll | 2019.150.4102.2 | 279440 | 25-Jan-21 | 20:56 | x64 |
Oledbdest.dll | 2019.150.4102.2 | 238480 | 25-Jan-21 | 20:59 | x86 |
Oledbsrc.dll | 2019.150.4102.2 | 312208 | 25-Jan-21 | 20:56 | x64 |
Oledbsrc.dll | 2019.150.4102.2 | 263056 | 25-Jan-21 | 20:59 | x86 |
Rawdest.dll | 2019.150.4102.2 | 226192 | 25-Jan-21 | 20:56 | x64 |
Rawdest.dll | 2019.150.4102.2 | 189328 | 25-Jan-21 | 20:59 | x86 |
Rawsource.dll | 2019.150.4102.2 | 209808 | 25-Jan-21 | 20:56 | x64 |
Rawsource.dll | 2019.150.4102.2 | 177040 | 25-Jan-21 | 20:59 | x86 |
Recordsetdest.dll | 2019.150.4102.2 | 201616 | 25-Jan-21 | 20:56 | x64 |
Recordsetdest.dll | 2019.150.4102.2 | 172944 | 25-Jan-21 | 20:59 | x86 |
Sqlceip.exe | 15.0.4102.2 | 283536 | 25-Jan-21 | 20:59 | x86 |
Sqldest.dll | 2019.150.4102.2 | 275344 | 25-Jan-21 | 20:56 | x64 |
Sqldest.dll | 2019.150.4102.2 | 238480 | 25-Jan-21 | 20:59 | x86 |
Sqltaskconnections.dll | 2019.150.4102.2 | 205712 | 25-Jan-21 | 20:56 | x64 |
Sqltaskconnections.dll | 2019.150.4102.2 | 168848 | 25-Jan-21 | 20:59 | x86 |
Txagg.dll | 2019.150.4102.2 | 390032 | 25-Jan-21 | 20:56 | x64 |
Txagg.dll | 2019.150.4102.2 | 328592 | 25-Jan-21 | 20:59 | x86 |
Txbdd.dll | 2019.150.4102.2 | 193424 | 25-Jan-21 | 20:56 | x64 |
Txbdd.dll | 2019.150.4102.2 | 152464 | 25-Jan-21 | 20:59 | x86 |
Txbestmatch.dll | 2019.150.4102.2 | 652176 | 25-Jan-21 | 20:56 | x64 |
Txbestmatch.dll | 2019.150.4102.2 | 545680 | 25-Jan-21 | 20:59 | x86 |
Txcache.dll | 2019.150.4102.2 | 209808 | 25-Jan-21 | 20:56 | x64 |
Txcache.dll | 2019.150.4102.2 | 164752 | 25-Jan-21 | 20:59 | x86 |
Txcharmap.dll | 2019.150.4102.2 | 312208 | 25-Jan-21 | 20:56 | x64 |
Txcharmap.dll | 2019.150.4102.2 | 271248 | 25-Jan-21 | 20:59 | x86 |
Txcopymap.dll | 2019.150.4102.2 | 197520 | 25-Jan-21 | 20:56 | x64 |
Txcopymap.dll | 2019.150.4102.2 | 164752 | 25-Jan-21 | 20:59 | x86 |
Txdataconvert.dll | 2019.150.4102.2 | 316304 | 25-Jan-21 | 20:56 | x64 |
Txdataconvert.dll | 2019.150.4102.2 | 275344 | 25-Jan-21 | 20:59 | x86 |
Txderived.dll | 2019.150.4102.2 | 639888 | 25-Jan-21 | 20:56 | x64 |
Txderived.dll | 2019.150.4102.2 | 557968 | 25-Jan-21 | 20:59 | x86 |
Txfileextractor.dll | 2019.150.4102.2 | 218000 | 25-Jan-21 | 20:56 | x64 |
Txfileextractor.dll | 2019.150.4102.2 | 181136 | 25-Jan-21 | 20:59 | x86 |
Txfileinserter.dll | 2019.150.4102.2 | 213904 | 25-Jan-21 | 20:56 | x64 |
Txfileinserter.dll | 2019.150.4102.2 | 181136 | 25-Jan-21 | 20:59 | x86 |
Txgroupdups.dll | 2019.150.4102.2 | 312208 | 25-Jan-21 | 20:56 | x64 |
Txgroupdups.dll | 2019.150.4102.2 | 254864 | 25-Jan-21 | 20:59 | x86 |
Txlineage.dll | 2019.150.4102.2 | 152464 | 25-Jan-21 | 20:56 | x64 |
Txlineage.dll | 2019.150.4102.2 | 127888 | 25-Jan-21 | 20:59 | x86 |
Txlookup.dll | 2019.150.4102.2 | 541584 | 25-Jan-21 | 20:56 | x64 |
Txlookup.dll | 2019.150.4102.2 | 467856 | 25-Jan-21 | 20:59 | x86 |
Txmerge.dll | 2019.150.4102.2 | 258960 | 25-Jan-21 | 20:56 | x64 |
Txmerge.dll | 2019.150.4102.2 | 201616 | 25-Jan-21 | 20:59 | x86 |
Txmergejoin.dll | 2019.150.4102.2 | 308112 | 25-Jan-21 | 20:56 | x64 |
Txmergejoin.dll | 2019.150.4102.2 | 246672 | 25-Jan-21 | 20:59 | x86 |
Txmulticast.dll | 2019.150.4102.2 | 144272 | 25-Jan-21 | 20:56 | x64 |
Txmulticast.dll | 2019.150.4102.2 | 115600 | 25-Jan-21 | 20:59 | x86 |
Txpivot.dll | 2019.150.4102.2 | 238480 | 25-Jan-21 | 20:56 | x64 |
Txpivot.dll | 2019.150.4102.2 | 205712 | 25-Jan-21 | 20:59 | x86 |
Txrowcount.dll | 2019.150.4102.2 | 140176 | 25-Jan-21 | 20:56 | x64 |
Txrowcount.dll | 2019.150.4102.2 | 111504 | 25-Jan-21 | 20:59 | x86 |
Txsampling.dll | 2019.150.4102.2 | 193424 | 25-Jan-21 | 20:56 | x64 |
Txsampling.dll | 2019.150.4102.2 | 156560 | 25-Jan-21 | 20:59 | x86 |
Txscd.dll | 2019.150.4102.2 | 234384 | 25-Jan-21 | 20:56 | x64 |
Txscd.dll | 2019.150.4102.2 | 197520 | 25-Jan-21 | 20:59 | x86 |
Txsort.dll | 2019.150.4102.2 | 287632 | 25-Jan-21 | 20:56 | x64 |
Txsort.dll | 2019.150.4102.2 | 230288 | 25-Jan-21 | 20:59 | x86 |
Txsplit.dll | 2019.150.4102.2 | 623504 | 25-Jan-21 | 20:56 | x64 |
Txsplit.dll | 2019.150.4102.2 | 549776 | 25-Jan-21 | 20:59 | x86 |
Txtermextraction.dll | 2019.150.4102.2 | 8700816 | 25-Jan-21 | 20:56 | x64 |
Txtermextraction.dll | 2019.150.4102.2 | 8643472 | 25-Jan-21 | 20:59 | x86 |
Txtermlookup.dll | 2019.150.4102.2 | 4182928 | 25-Jan-21 | 20:56 | x64 |
Txtermlookup.dll | 2019.150.4102.2 | 4137872 | 25-Jan-21 | 20:59 | x86 |
Txunionall.dll | 2019.150.4102.2 | 205712 | 25-Jan-21 | 20:56 | x64 |
Txunionall.dll | 2019.150.4102.2 | 160656 | 25-Jan-21 | 20:59 | x86 |
Txunpivot.dll | 2019.150.4102.2 | 213904 | 25-Jan-21 | 20:56 | x64 |
Txunpivot.dll | 2019.150.4102.2 | 181136 | 25-Jan-21 | 20:59 | x86 |
Xe.dll | 2019.150.4102.2 | 631696 | 25-Jan-21 | 20:59 | x86 |
Xe.dll | 2019.150.4102.2 | 721808 | 25-Jan-21 | 20:59 | x64 |
SQL Server 2019 sql_polybase_core_inst
文件名 | 文件版本 | 文件大小 | 日期 | 时间 | 平台 |
---|---|---|---|---|---|
Dms.dll | 15.0.1901.0 | 551840 | 25-Jan-21 | 21:45 | x86 |
Dmsnative.dll | 2018.150.1901.0 | 145824 | 25-Jan-21 | 21:45 | x64 |
Dwengineservice.dll | 15.0.1901.0 | 43936 | 25-Jan-21 | 21:45 | x86 |
Eng_polybase_odbcdrivermongo_238_mongodbodbc_sb64_dll.64 | 2.3.8.1008 | 17142672 | 25-Jan-21 | 21:45 | x64 |
Eng_polybase_odbcdrivermongo_238_saslsspi_dll.64 | 1.0.2.1003 | 146304 | 25-Jan-21 | 21:45 | x64 |
Eng_polybase_odbcdriveroracle_802_mscurl28_dll.64 | 8.0.2.116 | 2446928 | 25-Jan-21 | 21:45 | x64 |
Eng_polybase_odbcdriveroracle_802_msora28_dll.64 | 8.0.2.2371 | 2250320 | 25-Jan-21 | 21:45 | x64 |
Eng_polybase_odbcdriveroracle_802_msora28r_dll.64 | 8.0.2.2371 | 147024 | 25-Jan-21 | 21:45 | x64 |
Eng_polybase_odbcdriveroracle_802_msssl28_dll.64 | 8.0.2.244 | 2412624 | 25-Jan-21 | 21:45 | x64 |
Eng_polybase_odbcdriveroracle_802_mstls28_dll.64 | 8.0.2.39 | 2928720 | 25-Jan-21 | 21:45 | x64 |
Icudt58.dll | 58.2.0.0 | 27109768 | 25-Jan-21 | 21:45 | x64 |
Icudt58.dll | 58.2.0.0 | 27109832 | 25-Jan-21 | 21:45 | x64 |
Icuin58.dll | 58.2.0.0 | 2425288 | 25-Jan-21 | 21:45 | x64 |
Icuin58.dll | 58.2.0.0 | 2431880 | 25-Jan-21 | 21:45 | x64 |
Icuuc42.dll | 8.0.2.124 | 15488080 | 25-Jan-21 | 21:45 | x64 |
Icuuc58.dll | 58.2.0.0 | 1775048 | 25-Jan-21 | 21:45 | x64 |
Icuuc58.dll | 58.2.0.0 | 1783688 | 25-Jan-21 | 21:45 | x64 |
Instapi150.dll | 2019.150.4102.2 | 86928 | 25-Jan-21 | 21:45 | x64 |
Libcrypto-1_1-x64.dll | 1.1.0.10 | 2620304 | 25-Jan-21 | 21:45 | x64 |
Libcrypto | 1.1.1.4 | 2953680 | 25-Jan-21 | 21:45 | x64 |
Libsasl.dll | 2.1.26.0 | 292224 | 25-Jan-21 | 21:45 | x64 |
Libssl-1_1-x64.dll | 1.1.0.10 | 648080 | 25-Jan-21 | 21:45 | x64 |
Libssl | 1.1.1.4 | 798160 | 25-Jan-21 | 21:45 | x64 |
Microsoft.sqlserver.datawarehouse.backup.backupmetadata.dll | 15.0.1901.0 | 66456 | 25-Jan-21 | 21:45 | x86 |
Microsoft.sqlserver.datawarehouse.catalog.dll | 15.0.1901.0 | 292256 | 25-Jan-21 | 21:45 | x86 |
Microsoft.sqlserver.datawarehouse.common.dll | 15.0.1901.0 | 1954712 | 25-Jan-21 | 21:45 | x86 |
Microsoft.sqlserver.datawarehouse.configuration.dll | 15.0.1901.0 | 169376 | 25-Jan-21 | 21:45 | x86 |
Microsoft.sqlserver.datawarehouse.datamovement.common.dll | 15.0.1901.0 | 635808 | 25-Jan-21 | 21:45 | x86 |
Microsoft.sqlserver.datawarehouse.datamovement.manager.dll | 15.0.1901.0 | 244128 | 25-Jan-21 | 21:45 | x86 |
Microsoft.sqlserver.datawarehouse.datamovement.messagetypes.dll | 15.0.1901.0 | 138136 | 25-Jan-21 | 21:45 | x86 |
Microsoft.sqlserver.datawarehouse.datamovement.messagingprotocol.dll | 15.0.1901.0 | 78752 | 25-Jan-21 | 21:45 | x86 |
Microsoft.sqlserver.datawarehouse.diagnostics.dll | 15.0.1901.0 | 50080 | 25-Jan-21 | 21:45 | x86 |
Microsoft.sqlserver.datawarehouse.distributor.dll | 15.0.1901.0 | 87456 | 25-Jan-21 | 21:45 | x86 |
Microsoft.sqlserver.datawarehouse.engine.dll | 15.0.1901.0 | 1128344 | 25-Jan-21 | 21:45 | x86 |
Microsoft.sqlserver.datawarehouse.engine.statsstream.dll | 15.0.1901.0 | 79776 | 25-Jan-21 | 21:45 | x86 |
Microsoft.sqlserver.datawarehouse.eventing.dll | 15.0.1901.0 | 69536 | 25-Jan-21 | 21:45 | x86 |
Microsoft.sqlserver.datawarehouse.fabric.appliance.dll | 15.0.1901.0 | 34208 | 25-Jan-21 | 21:45 | x86 |
Microsoft.sqlserver.datawarehouse.fabric.interface.dll | 15.0.1901.0 | 30104 | 25-Jan-21 | 21:45 | x86 |
Microsoft.sqlserver.datawarehouse.fabric.polybase.dll | 15.0.1901.0 | 45472 | 25-Jan-21 | 21:45 | x86 |
Microsoft.sqlserver.datawarehouse.fabric.xdbinterface.dll | 15.0.1901.0 | 20384 | 25-Jan-21 | 21:45 | x86 |
Microsoft.sqlserver.datawarehouse.failover.dll | 15.0.1901.0 | 25504 | 25-Jan-21 | 21:45 | x86 |
Microsoft.sqlserver.datawarehouse.hadoop.hadoopbridge.dll | 15.0.1901.0 | 130456 | 25-Jan-21 | 21:45 | x86 |
Microsoft.sqlserver.datawarehouse.loadercommon.dll | 15.0.1901.0 | 85408 | 25-Jan-21 | 21:45 | x86 |
Microsoft.sqlserver.datawarehouse.loadmanager.dll | 15.0.1901.0 | 99744 | 25-Jan-21 | 21:45 | x86 |
Microsoft.sqlserver.datawarehouse.localization.dll | 15.0.1901.0 | 291744 | 25-Jan-21 | 21:45 | x86 |
Microsoft.sqlserver.datawarehouse.localization.resources.dll | 15.0.1901.0 | 118688 | 25-Jan-21 | 21:45 | x86 |
Microsoft.sqlserver.datawarehouse.localization.resources.dll | 15.0.1901.0 | 137120 | 25-Jan-21 | 21:45 | x86 |
Microsoft.sqlserver.datawarehouse.localization.resources.dll | 15.0.1901.0 | 140192 | 25-Jan-21 | 21:45 | x86 |
Microsoft.sqlserver.datawarehouse.localization.resources.dll | 15.0.1901.0 | 136608 | 25-Jan-21 | 21:45 | x86 |
Microsoft.sqlserver.datawarehouse.localization.resources.dll | 15.0.1901.0 | 149408 | 25-Jan-21 | 21:45 | x86 |
Microsoft.sqlserver.datawarehouse.localization.resources.dll | 15.0.1901.0 | 138656 | 25-Jan-21 | 21:45 | x86 |
Microsoft.sqlserver.datawarehouse.localization.resources.dll | 15.0.1901.0 | 133024 | 25-Jan-21 | 21:45 | x86 |
Microsoft.sqlserver.datawarehouse.localization.resources.dll | 15.0.1901.0 | 175520 | 25-Jan-21 | 21:45 | x86 |
Microsoft.sqlserver.datawarehouse.localization.resources.dll | 15.0.1901.0 | 116128 | 25-Jan-21 | 21:45 | x86 |
Microsoft.sqlserver.datawarehouse.localization.resources.dll | 15.0.1901.0 | 135072 | 25-Jan-21 | 21:45 | x86 |
Microsoft.sqlserver.datawarehouse.nodes.dll | 15.0.1901.0 | 71576 | 25-Jan-21 | 21:45 | x86 |
Microsoft.sqlserver.datawarehouse.nulltransaction.dll | 15.0.1901.0 | 20896 | 25-Jan-21 | 21:45 | x86 |
Microsoft.sqlserver.datawarehouse.parallelizer.dll | 15.0.1901.0 | 36256 | 25-Jan-21 | 21:45 | x86 |
Microsoft.sqlserver.datawarehouse.resourcemanagement.dll | 15.0.1901.0 | 127896 | 25-Jan-21 | 21:45 | x86 |
Microsoft.sqlserver.datawarehouse.sql.dll | 15.0.1901.0 | 3050904 | 25-Jan-21 | 21:45 | x86 |
Microsoft.sqlserver.datawarehouse.sql.parser.dll | 15.0.1901.0 | 3953056 | 25-Jan-21 | 21:45 | x86 |
Microsoft.sqlserver.datawarehouse.sql.parser.resources.dll | 15.0.1901.0 | 117152 | 25-Jan-21 | 21:45 | x86 |
Microsoft.sqlserver.datawarehouse.sql.parser.resources.dll | 15.0.1901.0 | 132000 | 25-Jan-21 | 21:45 | x86 |
Microsoft.sqlserver.datawarehouse.sql.parser.resources.dll | 15.0.1901.0 | 136608 | 25-Jan-21 | 21:45 | x86 |
Microsoft.sqlserver.datawarehouse.sql.parser.resources.dll | 15.0.1901.0 | 132512 | 25-Jan-21 | 21:45 | x86 |
Microsoft.sqlserver.datawarehouse.sql.parser.resources.dll | 15.0.1901.0 | 147360 | 25-Jan-21 | 21:45 | x86 |
Microsoft.sqlserver.datawarehouse.sql.parser.resources.dll | 15.0.1901.0 | 133024 | 25-Jan-21 | 21:45 | x86 |
Microsoft.sqlserver.datawarehouse.sql.parser.resources.dll | 15.0.1901.0 | 129440 | 25-Jan-21 | 21:45 | x86 |
Microsoft.sqlserver.datawarehouse.sql.parser.resources.dll | 15.0.1901.0 | 169880 | 25-Jan-21 | 21:45 | x86 |
Microsoft.sqlserver.datawarehouse.sql.parser.resources.dll | 15.0.1901.0 | 114080 | 25-Jan-21 | 21:45 | x86 |
Microsoft.sqlserver.datawarehouse.sql.parser.resources.dll | 15.0.1901.0 | 130976 | 25-Jan-21 | 21:45 | x86 |
Microsoft.sqlserver.datawarehouse.sqldistributor.dll | 15.0.1901.0 | 66464 | 25-Jan-21 | 21:45 | x86 |
Microsoft.sqlserver.datawarehouse.transactsql.scriptdom.dll | 15.0.1901.0 | 2681248 | 25-Jan-21 | 21:45 | x86 |
Microsoft.sqlserver.datawarehouse.utilities.dll | 15.0.1901.0 | 2435480 | 25-Jan-21 | 21:45 | x86 |
Mpdwinterop.dll | 2019.150.4102.2 | 451472 | 25-Jan-21 | 21:45 | x64 |
Mpdwsvc.exe | 2019.150.4102.2 | 7386000 | 25-Jan-21 | 21:45 | x64 |
Msodbcsql17.dll | 2017.174.1.1 | 2016120 | 25-Jan-21 | 21:45 | x64 |
Odbc32.dll | 10.0.17763.1 | 720792 | 25-Jan-21 | 21:45 | x64 |
Odbccp32.dll | 10.0.17763.1 | 138136 | 25-Jan-21 | 21:45 | x64 |
Odbctrac.dll | 10.0.17763.1 | 175000 | 25-Jan-21 | 21:45 | x64 |
Saslplain.dll | 2.1.26.0 | 170880 | 25-Jan-21 | 21:45 | x64 |
Secforwarder.dll | 2019.150.4102.2 | 78736 | 25-Jan-21 | 21:45 | x64 |
Sharedmemory.dll | 2018.150.1901.0 | 60320 | 25-Jan-21 | 21:45 | x64 |
Sqldk.dll | 2019.150.4102.2 | 3146640 | 25-Jan-21 | 21:45 | x64 |
Sqldumper.exe | 2019.150.4102.2 | 185232 | 25-Jan-21 | 21:45 | x64 |
Sqlevn70.rll |
2019.150.4102.2 | 1590160 | 25-Jan-21 | 21:37 | x64 |
Sqlevn70.rll |
2019.150.4102.2 | 4150160 | 25-Jan-21 | 21:37 | x64 |
Sqlevn70.rll |
2019.150.4102.2 | 3404688 | 25-Jan-21 | 21:37 | x64 |
Sqlevn70.rll |
2019.150.4102.2 | 4146064 | 25-Jan-21 | 21:37 | x64 |
Sqlevn70.rll |
2019.150.4102.2 | 4051856 | 25-Jan-21 | 21:37 | x64 |
Sqlevn70.rll |
2019.150.4102.2 | 2216848 | 25-Jan-21 | 21:37 | x64 |
Sqlevn70.rll |
2019.150.4102.2 | 2163600 | 25-Jan-21 | 21:37 | x64 |
Sqlevn70.rll |
2019.150.4102.2 | 3810192 | 25-Jan-21 | 21:37 | x64 |
Sqlevn70.rll |
2019.150.4102.2 | 3806096 | 25-Jan-21 | 21:37 | x64 |
Sqlevn70.rll |
2019.150.4102.2 | 1532816 | 25-Jan-21 | 21:37 | x64 |
Sqlevn70.rll |
2019.150.4102.2 | 4014992 | 25-Jan-21 | 21:37 | x64 |
Sqlos.dll | 2019.150.4102.2 | 41872 | 25-Jan-21 | 21:45 | x64 |
Sqlsortpdw.dll | 2018.150.1901.0 | 4840344 | 25-Jan-21 | 21:45 | x64 |
Sqltses.dll | 2019.150.4102.2 | 9077648 | 25-Jan-21 | 21:45 | x64 |
Tdataodbc_sb | 16.20.0.1078 | 14995920 | 25-Jan-21 | 21:45 | x64 |
Terasso.dll | 16.20.0.13 | 2158896 | 25-Jan-21 | 21:45 | x64 |
Zlibwapi.dll | 1.2.11.0 | 281472 | 25-Jan-21 | 21:45 | x64 |
SQL Server 2019 sql_shared_mr
文件名 | 文件版本 | 文件大小 | 日期 | 时间 | 平台 |
---|---|---|---|---|---|
Smrdll.dll | 15.0.4102.2 | 29584 | 25-Jan-21 | 20:59 | x86 |
SQL Server 2019 sql_tools_extensions
文件名 | 文件版本 | 文件大小 | 日期 | 时间 | 平台 |
---|---|---|---|---|---|
Autoadmin.dll | 2019.150.4102.2 | 1631120 | 25-Jan-21 | 21:27 | x86 |
Dtaengine.exe | 2019.150.4102.2 | 218000 | 25-Jan-21 | 21:27 | x86 |
Dteparse.dll | 2019.150.4102.2 | 111504 | 25-Jan-21 | 21:27 | x86 |
Dteparse.dll | 2019.150.4102.2 | 123792 | 25-Jan-21 | 21:27 | x64 |
Dteparsemgd.dll | 2019.150.4102.2 | 115600 | 25-Jan-21 | 21:27 | x86 |
Dteparsemgd.dll | 2019.150.4102.2 | 131984 | 25-Jan-21 | 21:27 | x64 |
Dtepkg.dll | 2019.150.4102.2 | 131984 | 25-Jan-21 | 21:27 | x86 |
Dtepkg.dll | 2019.150.4102.2 | 152464 | 25-Jan-21 | 21:27 | x64 |
Dtexec.exe | 2019.150.4102.2 | 71568 | 25-Jan-21 | 21:27 | x64 |
Dtexec.exe | 2019.150.4102.2 | 62864 | 25-Jan-21 | 21:27 | x86 |
Dts.dll | 2019.150.4102.2 | 2761616 | 25-Jan-21 | 21:27 | x86 |
Dts.dll | 2019.150.4102.2 | 3142544 | 25-Jan-21 | 21:27 | x64 |
Dtscomexpreval.dll | 2019.150.4102.2 | 443280 | 25-Jan-21 | 21:27 | x86 |
Dtscomexpreval.dll | 2019.150.4102.2 | 500624 | 25-Jan-21 | 21:27 | x64 |
Dtsconn.dll | 2019.150.4102.2 | 430992 | 25-Jan-21 | 21:27 | x86 |
Dtsconn.dll | 2019.150.4102.2 | 521104 | 25-Jan-21 | 21:27 | x64 |
Dtshost.exe | 2019.150.4102.2 | 104336 | 25-Jan-21 | 21:27 | x64 |
Dtshost.exe | 2019.150.4102.2 | 87440 | 25-Jan-21 | 21:27 | x86 |
Dtsmsg150.dll | 2019.150.4102.2 | 553872 | 25-Jan-21 | 21:27 | x86 |
Dtsmsg150.dll | 2019.150.4102.2 | 566160 | 25-Jan-21 | 21:27 | x64 |
Dtspipeline.dll | 2019.150.4102.2 | 1119112 | 25-Jan-21 | 21:27 | x86 |
Dtspipeline.dll | 2019.150.4102.2 | 1328016 | 25-Jan-21 | 21:27 | x64 |
Dtswizard.exe | 15.0.4102.2 | 885648 | 25-Jan-21 | 21:27 | x64 |
Dtswizard.exe | 15.0.4102.2 | 889744 | 25-Jan-21 | 21:27 | x86 |
Dtuparse.dll | 2019.150.4102.2 | 99216 | 25-Jan-21 | 21:27 | x64 |
Dtuparse.dll | 2019.150.4102.2 | 86928 | 25-Jan-21 | 21:27 | x86 |
Dtutil.exe | 2019.150.4102.2 | 128912 | 25-Jan-21 | 21:27 | x86 |
Dtutil.exe | 2019.150.4102.2 | 147344 | 25-Jan-21 | 21:27 | x64 |
Exceldest.dll | 2019.150.4102.2 | 279440 | 25-Jan-21 | 21:27 | x64 |
Exceldest.dll | 2019.150.4102.2 | 234384 | 25-Jan-21 | 21:27 | x86 |
Excelsrc.dll | 2019.150.4102.2 | 258960 | 25-Jan-21 | 21:27 | x86 |
Excelsrc.dll | 2019.150.4102.2 | 308112 | 25-Jan-21 | 21:27 | x64 |
Flatfiledest.dll | 2019.150.4102.2 | 410512 | 25-Jan-21 | 21:27 | x64 |
Flatfiledest.dll | 2019.150.4102.2 | 357264 | 25-Jan-21 | 21:27 | x86 |
Flatfilesrc.dll | 2019.150.4102.2 | 369552 | 25-Jan-21 | 21:27 | x86 |
Flatfilesrc.dll | 2019.150.4102.2 | 426896 | 25-Jan-21 | 21:27 | x64 |
Microsoft.sqlserver.astasks.dll | 15.0.4102.2 | 78736 | 25-Jan-21 | 21:27 | x86 |
Microsoft.sqlserver.chainer.infrastructure.dll | 15.0.4102.2 | 402320 | 25-Jan-21 | 21:27 | x86 |
Microsoft.sqlserver.chainer.infrastructure.dll | 15.0.4102.2 | 402320 | 25-Jan-21 | 21:27 | x86 |
Microsoft.sqlserver.configuration.sco.dll | 15.0.4102.2 | 2999184 | 25-Jan-21 | 21:27 | x86 |
Microsoft.sqlserver.integrationservices.runtimetelemetry.dll | 15.0.4102.2 | 41872 | 25-Jan-21 | 21:27 | x86 |
Microsoft.sqlserver.integrationservices.runtimetelemetry.dll | 15.0.4102.2 | 41872 | 25-Jan-21 | 21:27 | x86 |
Microsoft.sqlserver.management.integrationservicesenum.dll | 15.0.4102.2 | 58256 | 25-Jan-21 | 21:27 | x86 |
Microsoft.sqlserver.olapenum.dll | 15.0.18181.0 | 99760 | 25-Jan-21 | 21:27 | x86 |
Msdtssrvrutil.dll | 2019.150.4102.2 | 111504 | 25-Jan-21 | 21:27 | x64 |
Msdtssrvrutil.dll | 2019.150.4102.2 | 99216 | 25-Jan-21 | 21:27 | x86 |
Msmgdsrv.dll | 2018.150.34.29 | 8277912 | 25-Jan-21 | 21:00 | x86 |
Oledbdest.dll | 2019.150.4102.2 | 238480 | 25-Jan-21 | 21:27 | x86 |
Oledbdest.dll | 2019.150.4102.2 | 279440 | 25-Jan-21 | 21:27 | x64 |
Oledbsrc.dll | 2019.150.4102.2 | 263056 | 25-Jan-21 | 21:27 | x86 |
Oledbsrc.dll | 2019.150.4102.2 | 312208 | 25-Jan-21 | 21:27 | x64 |
Sqlresourceloader.dll | 2019.150.4102.2 | 37776 | 25-Jan-21 | 21:27 | x86 |
Sqlresourceloader.dll | 2019.150.4102.2 | 50064 | 25-Jan-21 | 21:27 | x64 |
Sqlscm.dll | 2019.150.4102.2 | 78736 | 25-Jan-21 | 21:27 | x86 |
Sqlscm.dll | 2019.150.4102.2 | 86928 | 25-Jan-21 | 21:27 | x64 |
Sqlsvc.dll | 2019.150.4102.2 | 148368 | 25-Jan-21 | 21:27 | x86 |
Sqlsvc.dll | 2019.150.4102.2 | 181136 | 25-Jan-21 | 21:27 | x64 |
Sqltaskconnections.dll | 2019.150.4102.2 | 205712 | 25-Jan-21 | 21:27 | x64 |
Sqltaskconnections.dll | 2019.150.4102.2 | 168848 | 25-Jan-21 | 21:27 | x86 |
Txdataconvert.dll | 2019.150.4102.2 | 275344 | 25-Jan-21 | 21:27 | x86 |
Txdataconvert.dll | 2019.150.4102.2 | 316304 | 25-Jan-21 | 21:27 | x64 |
Xe.dll | 2019.150.4102.2 | 631696 | 25-Jan-21 | 21:27 | x86 |
Xe.dll | 2019.150.4102.2 | 721808 | 25-Jan-21 | 21: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库的认证级别与 Service Pack 相同,并且应以相同的置信度级别安装。
- 建议根据以下准则持续主动安装 OU:
- 历史数据显示,大量支持案例涉及已发布 CU 中已解决的问题。
- 库可能包含高于和更高修补程序的附加价值。 这包括可支持性、可管理性和可靠性更新。
- 建议先测试SQL Server OU,然后再将其部署到生产环境。
混合环境部署
将更新部署到混合环境 ((例如Always On、复制、群集和镜像) )时,建议在部署更新之前参考以下文章:
-
注意
如果不想使用滚动更新过程,请执行以下步骤来应用更新:
- 在被动节点上安装更新。
- 在活动节点上安装更新 (需要服务重启) 。
-
注意
如果与 SSISDB 目录一起启用了Always On,请参阅有关 SSIS 的信息,并Always On有关如何在这些环境中应用更新的信息。
语言支持
SQL Server库当前是多语言的。 因此,此 CU 包不特定于一种语言。 它适用于所有支持的语言。
组件 (功能) 更新
一个 CU 包包括所有SQL Server 2019 组件 (功能) 的所有可用更新。 但是,累积更新包仅更新当前安装在选择要提供服务的 SQL Server 实例上的那些组件。 例如,如果SQL Server功能 (Analysis Services) 在应用此 CU 后添加到实例,则必须重新应用此 CU 才能将新功能更新到此 CU。
对此更新的支持
如果发生其他问题或需要进行任何故障排除,则可能需要创建服务请求。 通常的支持成本将适用于其他支持问题和不符合此特定累积更新包条件的问题。 有关 Microsoft 客户服务和支持电话号码的完整列表,或者要创建单独的服务请求,请转到 Microsoft 支持网站。
如何卸载此更新
如何在 Windows 上卸载此更新
- 在控制面板中,打开“程序和功能”项,然后选择“查看已安装的更新”。
- 在“SQL Server 2019”下找到与此累积更新包对应的条目。
- 长按 (或右键单击条目) ,然后选择“ 卸载”。
如何在 Linux 上卸载此更新
若要在 Linux 上卸载此 CU,必须将包回滚到以前的版本。 有关如何回滚安装的详细信息,请参阅回滚SQL Server。