KB5024276 - SQL Server 2019 累积更新 20
发布日期: 2023 年 4 月 13 日
版本: 15.0.4312.2
总结
本文介绍 Microsoft SQL Server 2019 的累积更新包 20 (CU20)。 此更新包含 24 个修补程序,这些修补程序 在 SQL Server 2019 累积更新 19 发布后发布,并更新以下版本中的组件:
- SQL Server - 产品版本: 15.0.4312.2,文件版本: 2019.150.4312.2
- Analysis Services - 产品版本: 15.0.35.39,文件版本: 2018.150.35.39
此更新中的已知问题
问题 1
SQL Server 2019 CU14 引入了修复 程序,以解决内置SESSION_CONTEXT返回的并行计划错误结果。 但是,当重置以供重复使用时 SESSION
,此修补程序可能会创建访问冲突转储文件。 若要缓解此问题并避免不正确的结果,可以禁用原始修复,并禁用内置 SESSION_CONTEXT
并行度。 为此,请使用以下跟踪标志:
11042 - 此跟踪标志禁用内置
SESSION_CONTEXT
并行度。9432 - 此跟踪标志禁用 SQL Server 2019 CU14 中引入的修补程序。
Microsoft正在处理此问题的修补程序,并且将来的 CU 中将可用。
问题 2
安装此累积更新后,使用泛型 ODBC 连接器的外部数据源可能无法再工作。 尝试查询安装此累积更新之前创建的外部表时,会收到以下错误消息:
Msg 7320,级别 16,状态 110,第 68 行
无法对链接服务器“(null)”的 OLE DB 访问接口“MSOLEDBSQL”执行查询“远程查询”。 “对象引用未设置为某个对象的实例”。
如果尝试创建新的外部表,将收到以下错误消息:
Msg 110813,级别 16,状态 1,第 64 行
“对象引用未设置为某个对象的实例”。
若要解决此问题,可以卸载此累积更新或将 Driver
关键字添加到 CONNECTION_OPTIONS
参数。 有关详细信息,请参阅 安装累积更新后,通用 ODBC 外部数据源可能无法正常工作。
问题 3
此问题是由此累积更新中为托管实例链接功能引入的更改引起的。 假设 AlwaysOn 可用性组的数据库具有以下条件之一:
数据库使用内存优化表、FileStream 类或多个日志文件。
将副本升级到此累积更新。 例如,主副本升级到 SQL Server 2019 CU20,辅助副本仍为 SQL Server 2019 CU19。
数据库指示“未同步”状态。
查看
sys.dm_exec_requests
DMV 并注意到命令DB STARTUP
在等待HADR_RECOVERY_WAIT_FOR_UNDO
时被阻止。
在此方案中,重启托管可用性组主副本的 SQL Server 实例。 然后,数据库开始同步。 此外,你可能会注意到 SQL Server 错误日志和扩展事件日志中记录的以下错误消息:
错误 9642,严重性 16,状态 3:Service Broker/数据库镜像传输连接终结点中出错。 错误:8474,状态:11。 (近终结点角色:目标,远终结点地址: '')
如果已将此累积更新应用于一个或多个次要副本,并且当前未与主副本同步,则可以使用以下步骤来缓解此问题:
将所有副本(包括主副本)添加跟踪标志 12324 作为启动参数。 重启次要副本以激活此跟踪标志。 同时,主副本应与所有次要副本同步,并使用跟踪标志 12324 作为启动参数重新启动。
更新并重启所有次要副本后,故障转移主副本(现在作为辅助角色),然后重新启动它以启用跟踪标志 12324。
将此累积更新应用到旧的主副本,并在辅助角色中重启它。
从所有副本中删除跟踪标志 12324 作为启动参数,并通过执行
DBCC TRACEOFF(12324, -1)
语句在所有副本上禁用跟踪标志 12324。
注意
跟踪标志 12324 仅影响托管实例链接功能,仅用于激活 SQL Server 2019 CU20 中的更改。
此更新中包含的改进和修复
提供了一个可下载的 Excel 工作簿,其中包含生成摘要列表及其当前支持生命周期。 Excel 文件还包含 SQL Server 2022、SQL Server 2019 和 SQL Server 2017 的详细修补程序列表。 选择以立即下载此 Excel 文件。
注意
下表中的单个条目可以通过书签直接引用。 如果选择表中的任何 bug 引用 ID,则使用“#NNNNNNN”格式将书签标记添加到 URL。 然后,你可以与他人共享此 URL,以便他们可以直接跳转到表中所需的修补程序。
有关此累积更新中包含的 bug 和增强功能的详细信息,请参阅以下Microsoft知识库文章。
Bug 参考 | 说明 | 修复区域 | 组件 | 平台 |
---|---|---|---|---|
2204516 | 修复了可能导致 Analysis Services 引擎用来管理内存的内部数据结构损坏的问题。 | Analysis Services | Analysis Services | Windows |
2279650 | 修复了在将分区重命名为多维模型中同名后遇到的 SQL Server Analysis Services (SSAS)中的故障。 | Analysis Services | Analysis Services | Windows |
2255878 | 修复了 CVE-2015-6420 和 CVE-2017-15708 的安全漏洞。 | Integration Services | Integration Services | Windows |
2284765 | 修复了 DateTime 当输入格式与预设格式不匹配时,Master Data Services (MDS)中无法正确识别月份和日期的问题。 |
Master Data Services | Master Data Services | Windows |
2290381 | 修复了在虚拟设备接口 (VDI) 备份期间遇到的可用性组中的数据库上最常出现的访问冲突问题。 | SQL Server 引擎 | 备份和还原 | All |
2128204 | 修复断言失败(位置:interop.cpp:125;表达式:启用内存优化 tempdb 元数据时遇到的“RTL_ASSERT(nullptr != error)或(nullptr == error)”。 | SQL Server 引擎 | 内存中 OLTP | Windows |
2268752 | 修复了在为内存中 OLTP 数据库配置处于备用模式或只读模式的 SQL Server 日志传送时遇到的内存泄漏问题。 注意:需要在启动期间启用跟踪标志 9953,以避免此问题。 |
SQL Server 引擎 | 内存中 OLTP | All |
2251105 | 使用 Synapse 无服务器外部数据源运行CREATE EXTERNAL TABLE 时,将异常中返回SqlBackendNotSupported 的错误消息更新为以下错误消息:Azure Synapse 无服务器 SQL 池不是受支持的数据源。 |
SQL Server 引擎 | PolyBase | All |
2285519 | 修复了在对字段使用筛选器子句DateTime 查询外部表时无法将字段推送到某些 PolyBase 泛型 ODBC 外部数据源(例如 Denodo)的失败DateTime 。 |
SQL Server 引擎 | PolyBase | All |
2280420 2292769 |
修复:SQL Server 2022 和 2019 中的标量 UDF 内联问题(KB4538581) | SQL Server 引擎 | 查询执行 | All |
2162863 | 修复了查询 sys.dm_os_memory_objects 动态管理视图(DMV)时可能会遇到的访问冲突。 |
SQL Server 引擎 | 查询执行 | All |
2204764 | 修复了在执行sys.dm_exec_query_plan_stats 过程中可能会遇到的访问冲突和INVALID_POINTER_READ_c0000005_sqlmin.dll!CProfileList::FGetPartitionSummaryXML 异常。 |
SQL Server 引擎 | 查询执行 | Windows |
2275387 | 修复断言失败(位置:bpctxt.cpp:129;表达式:运行在批处理模式下具有聚合函数的窗口查询时遇到的“m_cCreated < m_cMaxBatches”。 | SQL Server 引擎 | 查询执行 | All |
2292999 | 修复了运行 ALTER ASSEMBLY 复杂公共语言运行时 (CLR) 程序集的命令会导致并行执行的一些其他命令超时的问题。 |
SQL Server 引擎 | 查询执行 | All |
2112485 | 修复了以下问题:基数估计(CE)在每个 LEFT JOIN 或 RIGHT JOIN 组合后统一增加,这会导致过度估计。 当联接谓词是涉及的表的主键时,此修补程序会向 CE 添加限制。 注意:跟踪标志 9440 将关闭此修补程序为兼容级别为 160 及更早版本的数据库提供的功能。 |
SQL Server 引擎 | 查询优化器 | All |
2161795 | 修复断言失败(位置:purecall.cpp:51;表达式: !取消仍在运行的用户定义的存储过程后遇到的 purecall”。 | SQL Server 引擎 | 查询优化器 | All |
2216357 | 为启用查询优化修补程序时对变量执行多个更新的语句生成一致的结果,例如 SELECT @sum = @sum + c FROM t 。 |
SQL Server 引擎 | 查询优化器 | All |
2264977 | 修复了自动参数化查询导致的问题,其中多语句表值函数(MSTVF)的交错执行可能会返回不正确的结果或导致首次执行时出现死锁。 | SQL Server 引擎 | 查询优化器 | All |
2299078 | 修复了以下问题 KILL STATS JOB :当运行多个异步统计信息作业时,进程会泄漏对某些项的引用计数,这会导致这些项保留在队列中(通过 sys.dm_exec_background_job_queue 可见),直到 SQL Server 实例重新启动为止。 |
SQL Server 引擎 | 查询优化器 | All |
2162994 | 修复了以下问题DataAccess :执行存储过程或通过服务器 A 上的“新建订阅向导”创建订阅时sp_addsubscription ,链接服务器的属性将重置False 为:1。 服务器 A 上的链接服务器用于服务器 B,并且已使用链接服务器进行数据访问。 2. 将服务器 A 配置为发布服务器,将服务器 B 配置为订阅服务器并创建事务复制。 |
SQL Server 引擎 | 复制 | Windows |
2212160 2269819 |
在修复之前,仍可以同时启用事务复制或更改数据捕获(CDC)和延迟持久性,即使事务复制或 CDC 和延迟持续性不兼容。 此修补程序通过返回以下错误 22891 或 22892: 22891:22891:无法为数据库“DatabaseName”启用“FeatureName>>”<<,从而显式阻止你同时对数据库启用事务复制或 CDC 并延迟持久性。 无法在设置了延迟持续性集的 DB 上启用“<FeatureName>”。 22892:无法在 DB 上启用延迟持续性。 启用“FeatureName>”<时,无法在数据库上启用延迟持续性。 有关详细信息,请参阅 延迟持续性和其他 SQL Server 功能。 |
SQL Server 引擎 | 复制 | All |
2021114 | 修复:设置SQL Server 代理作业历史记录日志时可能出现错误(KB5024352) | SQL Server 引擎 | SQL 代理 | Linux |
如何获取或下载此或最新的累积更新包
如何获取或下载适用于 Windows 的最新累积更新包(建议)
可从Microsoft下载中心获取以下更新:
注意
- Microsoft下载中心将始终提供最新的 SQL Server 2019 CU 版本。
- 如果未显示下载页,请联系 Microsoft客户服务和支持 部门获取累积更新包。
如何从 Microsoft 更新目录获取或下载 Windows 的此累积更新包
Microsoft更新目录中提供了以下更新:
立即下载 SQL Server 2019 CU20 的累积更新包
注意
- 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-KB5024276-x64.exe文件的哈希来验证下载:
certutil -hashfile SQLServer2019-KB5024276-x64.exe SHA256
文件名 | SHA256 哈希 |
---|---|
SQLServer2019-KB5024276-x64.exe | FD387773E613FECF9664CAF1777B48F3AB8C48A0B7BD863DEA40446867B7209C |
累积更新包文件信息
此包的英文版本包含下表中列出的文件属性(或更高版本的文件属性)。 这些文件的日期和时间以协调世界时(UTC)列出。 查看文件信息时,会将其转换为本地时间。 若要查找 UTC 和本地时间之间的差异,请使用控制面板中的“日期和时间”项中的“时区”选项卡。
基于 x64 的版本
SQL Server 2019 Analysis Services
文件名 | 文件版本 | 文件大小 | 日期 | 时间 | 平台 |
---|---|---|---|---|---|
Asplatformhost.dll | 2018.150.35.39 | 292776 | 01-Apr-23 | 12:50 | x64 |
Mashupcompression.dll | 2.87.142.0 | 140672 | 01-Apr-23 | 12:50 | x64 |
Microsoft.analysisservices.minterop.dll | 15.0.35.39 | 758224 | 01-Apr-23 | 12:50 | x86 |
Microsoft.analysisservices.server.core.resources.dll | 15.0.35.39 | 175568 | 01-Apr-23 | 12:50 | x86 |
Microsoft.analysisservices.server.core.resources.dll | 15.0.35.39 | 199632 | 01-Apr-23 | 12:50 | x86 |
Microsoft.analysisservices.server.core.resources.dll | 15.0.35.39 | 202192 | 01-Apr-23 | 12:50 | x86 |
Microsoft.analysisservices.server.core.resources.dll | 15.0.35.39 | 198608 | 01-Apr-23 | 12:50 | x86 |
Microsoft.analysisservices.server.core.resources.dll | 15.0.35.39 | 214992 | 01-Apr-23 | 12:50 | x86 |
Microsoft.analysisservices.server.core.resources.dll | 15.0.35.39 | 197584 | 01-Apr-23 | 12:50 | x86 |
Microsoft.analysisservices.server.core.resources.dll | 15.0.35.39 | 193488 | 01-Apr-23 | 12:50 | x86 |
Microsoft.analysisservices.server.core.resources.dll | 15.0.35.39 | 252368 | 01-Apr-23 | 12:50 | x86 |
Microsoft.analysisservices.server.core.resources.dll | 15.0.35.39 | 174032 | 01-Apr-23 | 12:50 | x86 |
Microsoft.analysisservices.server.core.resources.dll | 15.0.35.39 | 197072 | 01-Apr-23 | 12:50 | x86 |
Microsoft.analysisservices.server.tabular.dll | 15.0.35.39 | 1098664 | 01-Apr-23 | 12:50 | x86 |
Microsoft.analysisservices.server.tabular.json.dll | 15.0.35.39 | 567248 | 01-Apr-23 | 12:50 | x86 |
Microsoft.analysisservices.server.tabular.resources.dll | 15.0.35.39 | 54696 | 01-Apr-23 | 12:50 | x86 |
Microsoft.analysisservices.server.tabular.resources.dll | 15.0.35.39 | 59304 | 01-Apr-23 | 12:50 | x86 |
Microsoft.analysisservices.server.tabular.resources.dll | 15.0.35.39 | 59816 | 01-Apr-23 | 12:50 | x86 |
Microsoft.analysisservices.server.tabular.resources.dll | 15.0.35.39 | 58832 | 01-Apr-23 | 12:50 | x86 |
Microsoft.analysisservices.server.tabular.resources.dll | 15.0.35.39 | 61864 | 01-Apr-23 | 12:50 | x86 |
Microsoft.analysisservices.server.tabular.resources.dll | 15.0.35.39 | 58320 | 01-Apr-23 | 12:50 | x86 |
Microsoft.analysisservices.server.tabular.resources.dll | 15.0.35.39 | 58320 | 01-Apr-23 | 12:50 | x86 |
Microsoft.analysisservices.server.tabular.resources.dll | 15.0.35.39 | 67496 | 01-Apr-23 | 12:50 | x86 |
Microsoft.analysisservices.server.tabular.resources.dll | 15.0.35.39 | 53712 | 01-Apr-23 | 12:50 | x86 |
Microsoft.analysisservices.server.tabular.resources.dll | 15.0.35.39 | 58280 | 01-Apr-23 | 12:50 | x86 |
Microsoft.analysisservices.timedimgenerator.resources.dll | 15.0.35.39 | 17872 | 01-Apr-23 | 12:50 | x86 |
Microsoft.analysisservices.timedimgenerator.resources.dll | 15.0.35.39 | 17872 | 01-Apr-23 | 12:50 | x86 |
Microsoft.analysisservices.timedimgenerator.resources.dll | 15.0.35.39 | 17872 | 01-Apr-23 | 12:50 | x86 |
Microsoft.analysisservices.timedimgenerator.resources.dll | 15.0.35.39 | 17872 | 01-Apr-23 | 12:50 | x86 |
Microsoft.analysisservices.timedimgenerator.resources.dll | 15.0.35.39 | 17872 | 01-Apr-23 | 12:50 | x86 |
Microsoft.analysisservices.timedimgenerator.resources.dll | 15.0.35.39 | 17872 | 01-Apr-23 | 12:50 | x86 |
Microsoft.analysisservices.timedimgenerator.resources.dll | 15.0.35.39 | 17872 | 01-Apr-23 | 12:50 | x86 |
Microsoft.analysisservices.timedimgenerator.resources.dll | 15.0.35.39 | 18896 | 01-Apr-23 | 12:50 | x86 |
Microsoft.analysisservices.timedimgenerator.resources.dll | 15.0.35.39 | 17832 | 01-Apr-23 | 12:50 | x86 |
Microsoft.analysisservices.timedimgenerator.resources.dll | 15.0.35.39 | 17872 | 01-Apr-23 | 12:50 | x86 |
Microsoft.data.edm.netfx35.dll | 5.7.0.62516 | 660872 | 01-Apr-23 | 12:50 | x86 |
Microsoft.data.mashup.dll | 2.87.142.0 | 191352 | 01-Apr-23 | 12:50 | x86 |
Microsoft.data.mashup.oledb.dll | 2.87.142.0 | 30592 | 01-Apr-23 | 12:50 | x86 |
Microsoft.data.mashup.preview.dll | 2.87.142.0 | 76672 | 01-Apr-23 | 12:50 | x86 |
Microsoft.data.mashup.providercommon.dll | 2.87.142.0 | 103808 | 01-Apr-23 | 12:50 | x86 |
Microsoft.data.mashup.providercommon.resources.dll | 2.87.142.0 | 37760 | 01-Apr-23 | 12:50 | x86 |
Microsoft.data.mashup.providercommon.resources.dll | 2.87.142.0 | 41864 | 01-Apr-23 | 12:50 | x86 |
Microsoft.data.mashup.providercommon.resources.dll | 2.87.142.0 | 41856 | 01-Apr-23 | 12:50 | x86 |
Microsoft.data.mashup.providercommon.resources.dll | 2.87.142.0 | 41856 | 01-Apr-23 | 12:50 | x86 |
Microsoft.data.mashup.providercommon.resources.dll | 2.87.142.0 | 32120 | 01-Apr-23 | 12:50 | x86 |
Microsoft.data.mashup.providercommon.resources.dll | 2.87.142.0 | 41856 | 01-Apr-23 | 12:50 | x86 |
Microsoft.data.mashup.providercommon.resources.dll | 2.87.142.0 | 41864 | 01-Apr-23 | 12:50 | x86 |
Microsoft.data.mashup.providercommon.resources.dll | 2.87.142.0 | 45952 | 01-Apr-23 | 12:50 | x86 |
Microsoft.data.mashup.providercommon.resources.dll | 2.87.142.0 | 37752 | 01-Apr-23 | 12:50 | x86 |
Microsoft.data.mashup.providercommon.resources.dll | 2.87.142.0 | 41864 | 01-Apr-23 | 12:50 | x86 |
Microsoft.data.odata.netfx35.dll | 5.7.0.62516 | 1454464 | 01-Apr-23 | 12:50 | x86 |
Microsoft.data.odata.query.netfx35.dll | 5.7.0.62516 | 181120 | 01-Apr-23 | 12:50 | x86 |
Microsoft.data.sapclient.dll | 1.0.0.25 | 929592 | 01-Apr-23 | 12:50 | x86 |
Microsoft.data.sapclient.resources.dll | 1.0.0.25 | 34616 | 01-Apr-23 | 12:50 | x86 |
Microsoft.data.sapclient.resources.dll | 1.0.0.25 | 34624 | 01-Apr-23 | 12:50 | x86 |
Microsoft.data.sapclient.resources.dll | 1.0.0.25 | 35128 | 01-Apr-23 | 12:50 | x86 |
Microsoft.data.sapclient.resources.dll | 1.0.0.25 | 34600 | 01-Apr-23 | 12:50 | x86 |
Microsoft.data.sapclient.resources.dll | 1.0.0.25 | 46888 | 01-Apr-23 | 12:50 | x86 |
Microsoft.data.sapclient.resources.dll | 1.0.0.25 | 33064 | 01-Apr-23 | 12:50 | x86 |
Microsoft.data.sapclient.resources.dll | 1.0.0.25 | 34616 | 01-Apr-23 | 12:50 | x86 |
Microsoft.data.sapclient.resources.dll | 1.0.0.25 | 37672 | 01-Apr-23 | 12:50 | x86 |
Microsoft.hostintegration.connectors.dll | 2.87.142.0 | 5283720 | 01-Apr-23 | 12:50 | x86 |
Microsoft.mashup.container.exe | 2.87.142.0 | 23432 | 01-Apr-23 | 12:50 | x64 |
Microsoft.mashup.container.netfx40.exe | 2.87.142.0 | 22912 | 01-Apr-23 | 12:50 | x64 |
Microsoft.mashup.container.netfx45.exe | 2.87.142.0 | 22912 | 01-Apr-23 | 12:50 | x64 |
Microsoft.mashup.eventsource.dll | 2.87.142.0 | 149384 | 01-Apr-23 | 12:50 | x86 |
Microsoft.mashup.oauth.dll | 2.87.142.0 | 78720 | 01-Apr-23 | 12:50 | x86 |
Microsoft.mashup.oauth.resources.dll | 2.87.142.0 | 14712 | 01-Apr-23 | 12:50 | x86 |
Microsoft.mashup.oauth.resources.dll | 2.87.142.0 | 15240 | 01-Apr-23 | 12:50 | x86 |
Microsoft.mashup.oauth.resources.dll | 2.87.142.0 | 15240 | 01-Apr-23 | 12:50 | x86 |
Microsoft.mashup.oauth.resources.dll | 2.87.142.0 | 15232 | 01-Apr-23 | 12:50 | x86 |
Microsoft.mashup.oauth.resources.dll | 2.87.142.0 | 15232 | 01-Apr-23 | 12:50 | x86 |
Microsoft.mashup.oauth.resources.dll | 2.87.142.0 | 15224 | 01-Apr-23 | 12:50 | x86 |
Microsoft.mashup.oauth.resources.dll | 2.87.142.0 | 14728 | 01-Apr-23 | 12:50 | x86 |
Microsoft.mashup.oauth.resources.dll | 2.87.142.0 | 15744 | 01-Apr-23 | 12:50 | x86 |
Microsoft.mashup.oauth.resources.dll | 2.87.142.0 | 14720 | 01-Apr-23 | 12:50 | x86 |
Microsoft.mashup.oauth.resources.dll | 2.87.142.0 | 14728 | 01-Apr-23 | 12:50 | x86 |
Microsoft.mashup.oledbinterop.dll | 2.87.142.0 | 199560 | 01-Apr-23 | 12:50 | x64 |
Microsoft.mashup.oledbprovider.dll | 2.87.142.0 | 64888 | 01-Apr-23 | 12:50 | x86 |
Microsoft.mashup.oledbprovider.resources.dll | 2.87.142.0 | 13176 | 01-Apr-23 | 12:50 | x86 |
Microsoft.mashup.oledbprovider.resources.dll | 2.87.142.0 | 13192 | 01-Apr-23 | 12:50 | x86 |
Microsoft.mashup.oledbprovider.resources.dll | 2.87.142.0 | 13192 | 01-Apr-23 | 12:50 | x86 |
Microsoft.mashup.oledbprovider.resources.dll | 2.87.142.0 | 13192 | 01-Apr-23 | 12:50 | x86 |
Microsoft.mashup.oledbprovider.resources.dll | 2.87.142.0 | 13176 | 01-Apr-23 | 12:50 | x86 |
Microsoft.mashup.oledbprovider.resources.dll | 2.87.142.0 | 13184 | 01-Apr-23 | 12:50 | x86 |
Microsoft.mashup.oledbprovider.resources.dll | 2.87.142.0 | 13176 | 01-Apr-23 | 12:50 | x86 |
Microsoft.mashup.oledbprovider.resources.dll | 2.87.142.0 | 13184 | 01-Apr-23 | 12:50 | x86 |
Microsoft.mashup.oledbprovider.resources.dll | 2.87.142.0 | 13192 | 01-Apr-23 | 12:50 | x86 |
Microsoft.mashup.oledbprovider.resources.dll | 2.87.142.0 | 13192 | 01-Apr-23 | 12:50 | x86 |
Microsoft.mashup.scriptdom.dll | 2.40.4554.261 | 2371808 | 01-Apr-23 | 12:50 | x86 |
Microsoft.mashup.shims.dll | 2.87.142.0 | 27528 | 01-Apr-23 | 12:50 | x86 |
Microsoft.mashup.storage.xmlserializers.dll | 1.0.0.0 | 140168 | 01-Apr-23 | 12:50 | x86 |
Microsoft.mashupengine.dll | 2.87.142.0 | 14835080 | 01-Apr-23 | 12:50 | x86 |
Microsoft.mashupengine.resources.dll | 2.87.142.0 | 566136 | 01-Apr-23 | 12:50 | x86 |
Microsoft.mashupengine.resources.dll | 2.87.142.0 | 676728 | 01-Apr-23 | 12:50 | x86 |
Microsoft.mashupengine.resources.dll | 2.87.142.0 | 672640 | 01-Apr-23 | 12:50 | x86 |
Microsoft.mashupengine.resources.dll | 2.87.142.0 | 652152 | 01-Apr-23 | 12:50 | x86 |
Microsoft.mashupengine.resources.dll | 2.87.142.0 | 701312 | 01-Apr-23 | 12:50 | x86 |
Microsoft.mashupengine.resources.dll | 2.87.142.0 | 660352 | 01-Apr-23 | 12:50 | x86 |
Microsoft.mashupengine.resources.dll | 2.87.142.0 | 639872 | 01-Apr-23 | 12:50 | x86 |
Microsoft.mashupengine.resources.dll | 2.87.142.0 | 881536 | 01-Apr-23 | 12:50 | x86 |
Microsoft.mashupengine.resources.dll | 2.87.142.0 | 553848 | 01-Apr-23 | 12:50 | x86 |
Microsoft.mashupengine.resources.dll | 2.87.142.0 | 648064 | 01-Apr-23 | 12:50 | x86 |
Microsoft.odata.core.netfx35.dll | 6.15.0.0 | 1437560 | 01-Apr-23 | 12:50 | x86 |
Microsoft.odata.edm.netfx35.dll | 6.15.0.0 | 778632 | 01-Apr-23 | 12:50 | x86 |
Microsoft.powerbi.adomdclient.dll | 15.1.61.21 | 1109368 | 01-Apr-23 | 12:50 | x86 |
Microsoft.spatial.netfx35.dll | 6.15.0.0 | 126344 | 01-Apr-23 | 12:50 | x86 |
Msmdctr.dll | 2018.150.35.39 | 38352 | 01-Apr-23 | 12:50 | x64 |
Msmdlocal.dll | 2018.150.35.39 | 47787944 | 01-Apr-23 | 12:50 | x86 |
Msmdlocal.dll | 2018.150.35.39 | 66299856 | 01-Apr-23 | 12:50 | x64 |
Msmdpump.dll | 2018.150.35.39 | 10189736 | 01-Apr-23 | 12:50 | x64 |
Msmdredir.dll | 2018.150.35.39 | 7957928 | 01-Apr-23 | 12:50 | x86 |
Msmdspdm.resources.dll | 15.0.35.39 | 16848 | 01-Apr-23 | 12:50 | x86 |
Msmdspdm.resources.dll | 15.0.35.39 | 16808 | 01-Apr-23 | 12:50 | x86 |
Msmdspdm.resources.dll | 15.0.35.39 | 17360 | 01-Apr-23 | 12:50 | x86 |
Msmdspdm.resources.dll | 15.0.35.39 | 16808 | 01-Apr-23 | 12:50 | x86 |
Msmdspdm.resources.dll | 15.0.35.39 | 17320 | 01-Apr-23 | 12:50 | x86 |
Msmdspdm.resources.dll | 15.0.35.39 | 17320 | 01-Apr-23 | 12:50 | x86 |
Msmdspdm.resources.dll | 15.0.35.39 | 17360 | 01-Apr-23 | 12:50 | x86 |
Msmdspdm.resources.dll | 15.0.35.39 | 18344 | 01-Apr-23 | 12:50 | x86 |
Msmdspdm.resources.dll | 15.0.35.39 | 16808 | 01-Apr-23 | 12:50 | x86 |
Msmdspdm.resources.dll | 15.0.35.39 | 16808 | 01-Apr-23 | 12:50 | x86 |
Msmdsrv.exe | 2018.150.35.39 | 65835472 | 01-Apr-23 | 12:50 | x64 |
Msmdsrv.rll | 2018.150.35.39 | 833448 | 01-Apr-23 | 12:50 | x64 |
Msmdsrv.rll | 2018.150.35.39 | 1628072 | 01-Apr-23 | 12:50 | x64 |
Msmdsrv.rll | 2018.150.35.39 | 1454032 | 01-Apr-23 | 12:50 | x64 |
Msmdsrv.rll | 2018.150.35.39 | 1642960 | 01-Apr-23 | 12:50 | x64 |
Msmdsrv.rll | 2018.150.35.39 | 1608608 | 01-Apr-23 | 12:50 | x64 |
Msmdsrv.rll | 2018.150.35.39 | 1001376 | 01-Apr-23 | 12:50 | x64 |
Msmdsrv.rll | 2018.150.35.39 | 992720 | 01-Apr-23 | 12:50 | x64 |
Msmdsrv.rll | 2018.150.35.39 | 1536976 | 01-Apr-23 | 12:50 | x64 |
Msmdsrv.rll | 2018.150.35.39 | 1521576 | 01-Apr-23 | 12:50 | x64 |
Msmdsrv.rll | 2018.150.35.39 | 810920 | 01-Apr-23 | 12:50 | x64 |
Msmdsrv.rll | 2018.150.35.39 | 1596368 | 01-Apr-23 | 12:50 | x64 |
Msmdsrvi.rll | 2018.150.35.39 | 832464 | 01-Apr-23 | 12:50 | x64 |
Msmdsrvi.rll | 2018.150.35.39 | 1624528 | 01-Apr-23 | 12:50 | x64 |
Msmdsrvi.rll | 2018.150.35.39 | 1450960 | 01-Apr-23 | 12:50 | x64 |
Msmdsrvi.rll | 2018.150.35.39 | 1637840 | 01-Apr-23 | 12:50 | x64 |
Msmdsrvi.rll | 2018.150.35.39 | 1604560 | 01-Apr-23 | 12:50 | x64 |
Msmdsrvi.rll | 2018.150.35.39 | 998864 | 01-Apr-23 | 12:50 | x64 |
Msmdsrvi.rll | 2018.150.35.39 | 991184 | 01-Apr-23 | 12:50 | x64 |
Msmdsrvi.rll | 2018.150.35.39 | 1532880 | 01-Apr-23 | 12:50 | x64 |
Msmdsrvi.rll | 2018.150.35.39 | 1518032 | 01-Apr-23 | 12:50 | x64 |
Msmdsrvi.rll | 2018.150.35.39 | 809936 | 01-Apr-23 | 12:50 | x64 |
Msmdsrvi.rll | 2018.150.35.39 | 1591760 | 01-Apr-23 | 12:50 | x64 |
Msmgdsrv.dll | 2018.150.35.39 | 8281000 | 01-Apr-23 | 12:50 | x86 |
Msmgdsrv.dll | 2018.150.35.39 | 10187176 | 01-Apr-23 | 12:50 | x64 |
Msolap.dll | 2018.150.35.39 | 8609232 | 01-Apr-23 | 12:50 | x86 |
Msolap.dll | 2018.150.35.39 | 11017120 | 01-Apr-23 | 12:50 | x64 |
Msolui.dll | 2018.150.35.39 | 286160 | 01-Apr-23 | 12:50 | x86 |
Msolui.dll | 2018.150.35.39 | 306640 | 01-Apr-23 | 12:50 | x64 |
Powerbiextensions.dll | 2.87.142.0 | 8853888 | 01-Apr-23 | 12:50 | x86 |
Private_odbc32.dll | 10.0.14832.1000 | 728448 | 01-Apr-23 | 12:50 | x64 |
Sqlboot.dll | 2019.150.4312.2 | 214992 | 01-Apr-23 | 12:50 | x64 |
Sqlceip.exe | 15.0.4312.2 | 292800 | 01-Apr-23 | 12:50 | x86 |
Sqldumper.exe | 2019.150.4312.2 | 153536 | 01-Apr-23 | 12:50 | x86 |
Sqldumper.exe | 2019.150.4312.2 | 186264 | 01-Apr-23 | 12:50 | x64 |
System.spatial.netfx35.dll | 5.7.0.62516 | 117640 | 01-Apr-23 | 12:50 | x86 |
Tmapi.dll | 2018.150.35.39 | 6178216 | 01-Apr-23 | 12:50 | x64 |
Tmcachemgr.dll | 2018.150.35.39 | 4917664 | 01-Apr-23 | 12:50 | x64 |
Tmpersistence.dll | 2018.150.35.39 | 1184680 | 01-Apr-23 | 12:50 | x64 |
Tmtransactions.dll | 2018.150.35.39 | 6806952 | 01-Apr-23 | 12:50 | x64 |
Xmsrv.dll | 2018.150.35.39 | 35460560 | 01-Apr-23 | 12:50 | x86 |
Xmsrv.dll | 2018.150.35.39 | 26026448 | 01-Apr-23 | 12:50 | x64 |
SQL Server 2019 Database Services Common Core
文件名 | 文件版本 | 文件大小 | 日期 | 时间 | 平台 |
---|---|---|---|---|---|
Batchparser.dll | 2019.150.4312.2 | 165840 | 01-Apr-23 | 12:50 | x86 |
Batchparser.dll | 2019.150.4312.2 | 182208 | 01-Apr-23 | 12:50 | x64 |
Instapi150.dll | 2019.150.4312.2 | 88016 | 01-Apr-23 | 12:50 | x64 |
Instapi150.dll | 2019.150.4312.2 | 75680 | 01-Apr-23 | 12:50 | x86 |
Microsoft.sqlserver.mgdsqldumper.dll | 2019.150.4312.2 | 100240 | 01-Apr-23 | 12:50 | x64 |
Microsoft.sqlserver.mgdsqldumper.dll | 2019.150.4312.2 | 87968 | 01-Apr-23 | 12:50 | x86 |
Microsoft.sqlserver.rmo.dll | 15.0.4312.2 | 550856 | 01-Apr-23 | 12:50 | x86 |
Microsoft.sqlserver.rmo.dll | 15.0.4312.2 | 550816 | 01-Apr-23 | 12:50 | x86 |
Msasxpress.dll | 2018.150.35.39 | 27088 | 01-Apr-23 | 12:50 | x86 |
Msasxpress.dll | 2018.150.35.39 | 32208 | 01-Apr-23 | 12:50 | x64 |
Pbsvcacctsync.dll | 2019.150.4312.2 | 75664 | 01-Apr-23 | 12:50 | x86 |
Pbsvcacctsync.dll | 2019.150.4312.2 | 92112 | 01-Apr-23 | 12:50 | x64 |
Sqldumper.exe | 2019.150.4312.2 | 153536 | 01-Apr-23 | 12:50 | x86 |
Sqldumper.exe | 2019.150.4312.2 | 186264 | 01-Apr-23 | 12:50 | x64 |
Sqlftacct.dll | 2019.150.4312.2 | 59336 | 01-Apr-23 | 12:50 | x86 |
Sqlftacct.dll | 2019.150.4312.2 | 79808 | 01-Apr-23 | 12:50 | x64 |
Sqlmanager.dll | 2019.150.4312.2 | 743328 | 01-Apr-23 | 12:50 | x86 |
Sqlmanager.dll | 2019.150.4312.2 | 878496 | 01-Apr-23 | 12:50 | x64 |
Sqlmgmprovider.dll | 2019.150.4312.2 | 378816 | 01-Apr-23 | 12:50 | x86 |
Sqlmgmprovider.dll | 2019.150.4312.2 | 432064 | 01-Apr-23 | 12:50 | x64 |
Sqlsvcsync.dll | 2019.150.4312.2 | 276416 | 01-Apr-23 | 12:50 | x86 |
Sqlsvcsync.dll | 2019.150.4312.2 | 358304 | 01-Apr-23 | 12:50 | x64 |
Svrenumapi150.dll | 2019.150.4312.2 | 1161104 | 01-Apr-23 | 12:50 | x64 |
Svrenumapi150.dll | 2019.150.4312.2 | 911248 | 01-Apr-23 | 12:50 | x86 |
SQL Server 2019 数据质量
文件名 | 文件版本 | 文件大小 | 日期 | 时间 | 平台 |
---|---|---|---|---|---|
Microsoft.ssdqs.core.dll | 15.0.4312.2 | 600000 | 01-Apr-23 | 12:50 | x86 |
Microsoft.ssdqs.core.dll | 15.0.4312.2 | 599968 | 01-Apr-23 | 12:50 | x86 |
Microsoft.ssdqs.infra.dll | 15.0.4312.2 | 1857488 | 01-Apr-23 | 12:50 | x86 |
Microsoft.ssdqs.infra.dll | 15.0.4312.2 | 1857488 | 01-Apr-23 | 12:50 | x86 |
SQL Server 2019 sql_dreplay_client
文件名 | 文件版本 | 文件大小 | 日期 | 时间 | 平台 |
---|---|---|---|---|---|
Dreplayclient.exe | 2019.150.4312.2 | 137120 | 01-Apr-23 | 12:50 | x86 |
Dreplaycommon.dll | 2019.150.4312.2 | 667600 | 01-Apr-23 | 12:50 | x86 |
Dreplayutil.dll | 2019.150.4312.2 | 305104 | 01-Apr-23 | 12:50 | x86 |
Instapi150.dll | 2019.150.4312.2 | 88016 | 01-Apr-23 | 12:50 | x64 |
Sqlresourceloader.dll | 2019.150.4312.2 | 38864 | 01-Apr-23 | 12:50 | x86 |
SQL Server 2019 sql_dreplay_controller
文件名 | 文件版本 | 文件大小 | 日期 | 时间 | 平台 |
---|---|---|---|---|---|
Dreplaycommon.dll | 2019.150.4312.2 | 667600 | 01-Apr-23 | 12:50 | x86 |
Dreplaycontroller.exe | 2019.150.4312.2 | 366480 | 01-Apr-23 | 12:50 | x86 |
Instapi150.dll | 2019.150.4312.2 | 88016 | 01-Apr-23 | 12:50 | x64 |
Sqlresourceloader.dll | 2019.150.4312.2 | 38864 | 01-Apr-23 | 12:50 | x86 |
SQL Server 2019 数据库服务器核心实例
文件名 | 文件版本 | 文件大小 | 日期 | 时间 | 平台 |
---|---|---|---|---|---|
Aetm-enclave-simulator.dll | 2019.150.4312.2 | 4658080 | 01-Apr-23 | 16:08 | x64 |
Aetm-enclave.dll | 2019.150.4312.2 | 4612488 | 01-Apr-23 | 16:08 | x64 |
Aetm-sgx-enclave-simulator.dll | 2019.150.4312.2 | 4931856 | 01-Apr-23 | 16:09 | x64 |
Aetm-sgx-enclave.dll | 2019.150.4312.2 | 4873560 | 01-Apr-23 | 16:08 | x64 |
Azureattest.dll | 10.0.18965.1000 | 255056 | 01-Apr-23 | 16:08 | x64 |
Azureattestmanager.dll | 10.0.18965.1000 | 97528 | 01-Apr-23 | 16:08 | x64 |
Batchparser.dll | 2019.150.4312.2 | 182208 | 01-Apr-23 | 16:08 | x64 |
C1.dll | 19.16.27034.0 | 2438520 | 01-Apr-23 | 16:08 | x64 |
C2.dll | 19.16.27034.0 | 7239032 | 01-Apr-23 | 16:08 | x64 |
Cl.exe | 19.16.27034.0 | 424360 | 01-Apr-23 | 16:08 | x64 |
Clui.dll | 19.16.27034.0 | 541048 | 01-Apr-23 | 16:08 | x64 |
Datacollectorcontroller.dll | 2019.150.4312.2 | 280464 | 01-Apr-23 | 16:08 | x64 |
Dcexec.exe | 2019.150.4312.2 | 87952 | 01-Apr-23 | 16:09 | x64 |
Fssres.dll | 2019.150.4312.2 | 96160 | 01-Apr-23 | 16:08 | x64 |
Hadrres.dll | 2019.150.4312.2 | 206784 | 01-Apr-23 | 16:08 | x64 |
Hkcompile.dll | 2019.150.4312.2 | 1292176 | 01-Apr-23 | 16:08 | x64 |
Hkengine.dll | 2019.150.4312.2 | 5793680 | 01-Apr-23 | 16:08 | x64 |
Hkruntime.dll | 2019.150.4312.2 | 182208 | 01-Apr-23 | 16:08 | x64 |
Hktempdb.dll | 2019.150.4312.2 | 63392 | 01-Apr-23 | 16:08 | x64 |
Link.exe | 14.16.27034.0 | 1707936 | 01-Apr-23 | 16:08 | x64 |
Microsoft.sqlautoadmin.autobackupagent.dll | 15.0.4312.2 | 235408 | 01-Apr-23 | 16:08 | x86 |
Microsoft.sqlserver.types.dll | 2019.150.4312.2 | 391056 | 01-Apr-23 | 16:09 | x86 |
Microsoft.sqlserver.xevent.linq.dll | 2019.150.4312.2 | 325520 | 01-Apr-23 | 16:09 | x64 |
Microsoft.sqlserver.xevent.targets.dll | 2019.150.4312.2 | 92112 | 01-Apr-23 | 16:09 | x64 |
Msobj140.dll | 14.16.27034.0 | 134008 | 01-Apr-23 | 16:08 | x64 |
Mspdb140.dll | 14.16.27034.0 | 632184 | 01-Apr-23 | 16:08 | x64 |
Mspdbcore.dll | 14.16.27034.0 | 632184 | 01-Apr-23 | 16:08 | x64 |
Msvcp140.dll | 14.16.27034.0 | 628200 | 01-Apr-23 | 16:08 | x64 |
Qds.dll | 2019.150.4312.2 | 1185728 | 01-Apr-23 | 16:08 | x64 |
Rsfxft.dll | 2019.150.4312.2 | 51088 | 01-Apr-23 | 16:09 | x64 |
Secforwarder.dll | 2019.150.4312.2 | 79808 | 01-Apr-23 | 16:00 | x64 |
Sqagtres.dll | 2019.150.4312.2 | 88016 | 01-Apr-23 | 16:09 | x64 |
Sqlaamss.dll | 2019.150.4312.2 | 108496 | 01-Apr-23 | 16:09 | x64 |
Sqlaccess.dll | 2019.150.4312.2 | 493520 | 01-Apr-23 | 16:09 | x64 |
Sqlagent.exe | 2019.150.4312.2 | 731040 | 01-Apr-23 | 16:09 | x64 |
Sqlagentctr150.dll | 2019.150.4312.2 | 71632 | 01-Apr-23 | 16:09 | x86 |
Sqlagentctr150.dll | 2019.150.4312.2 | 79776 | 01-Apr-23 | 16:09 | x64 |
Sqlboot.dll | 2019.150.4312.2 | 214992 | 01-Apr-23 | 16:09 | x64 |
Sqlceip.exe | 15.0.4312.2 | 292800 | 01-Apr-23 | 16:09 | x86 |
Sqlcmdss.dll | 2019.150.4312.2 | 88016 | 01-Apr-23 | 16:08 | x64 |
Sqlctr150.dll | 2019.150.4312.2 | 116688 | 01-Apr-23 | 16:08 | x86 |
Sqlctr150.dll | 2019.150.4312.2 | 145312 | 01-Apr-23 | 16:08 | x64 |
Sqldk.dll | 2019.150.4312.2 | 3159968 | 01-Apr-23 | 16:00 | x64 |
Sqldtsss.dll | 2019.150.4312.2 | 108496 | 01-Apr-23 | 16:09 | x64 |
Sqlevn70.rll |
2019.150.4312.2 | 1595344 | 01-Apr-23 | 15:56 | x64 |
Sqlevn70.rll |
2019.150.4312.2 | 3504016 | 01-Apr-23 | 15:56 | x64 |
Sqlevn70.rll |
2019.150.4312.2 | 3700640 | 01-Apr-23 | 15:56 | x64 |
Sqlevn70.rll |
2019.150.4312.2 | 4167584 | 01-Apr-23 | 15:56 | x64 |
Sqlevn70.rll |
2019.150.4312.2 | 4286368 | 01-Apr-23 | 15:56 | x64 |
Sqlevn70.rll |
2019.150.4312.2 | 3418016 | 01-Apr-23 | 15:56 | x64 |
Sqlevn70.rll |
2019.150.4312.2 | 3586000 | 01-Apr-23 | 15:56 | x64 |
Sqlevn70.rll |
2019.150.4312.2 | 4163472 | 01-Apr-23 | 15:56 | x64 |
Sqlevn70.rll |
2019.150.4312.2 | 4016024 | 01-Apr-23 | 15:56 | x64 |
Sqlevn70.rll |
2019.150.4312.2 | 4065168 | 01-Apr-23 | 15:56 | x64 |
Sqlevn70.rll |
2019.150.4312.2 | 2226064 | 01-Apr-23 | 15:56 | x64 |
Sqlevn70.rll |
2019.150.4312.2 | 2172832 | 01-Apr-23 | 15:56 | x64 |
Sqlevn70.rll |
2019.150.4312.2 | 3872672 | 01-Apr-23 | 15:56 | x64 |
Sqlevn70.rll |
2019.150.4312.2 | 3549072 | 01-Apr-23 | 15:56 | x64 |
Sqlevn70.rll |
2019.150.4312.2 | 4020128 | 01-Apr-23 | 15:56 | x64 |
Sqlevn70.rll |
2019.150.4312.2 | 3823568 | 01-Apr-23 | 15:56 | x64 |
Sqlevn70.rll |
2019.150.4312.2 | 3823504 | 01-Apr-23 | 15:56 | x64 |
Sqlevn70.rll |
2019.150.4312.2 | 3618768 | 01-Apr-23 | 15:56 | x64 |
Sqlevn70.rll |
2019.150.4312.2 | 3504016 | 01-Apr-23 | 15:56 | x64 |
Sqlevn70.rll |
2019.150.4312.2 | 1537952 | 01-Apr-23 | 15:56 | x64 |
Sqlevn70.rll |
2019.150.4312.2 | 3913680 | 01-Apr-23 | 15:56 | x64 |
Sqlevn70.rll |
2019.150.4312.2 | 4032416 | 01-Apr-23 | 15:56 | x64 |
Sqllang.dll | 2019.150.4312.2 | 39860176 | 01-Apr-23 | 16:09 | x64 |
Sqlmin.dll | 2019.150.4312.2 | 40557984 | 01-Apr-23 | 16:09 | x64 |
Sqlolapss.dll | 2019.150.4312.2 | 108448 | 01-Apr-23 | 16:09 | x64 |
Sqlos.dll | 2019.150.4312.2 | 42960 | 01-Apr-23 | 16:00 | x64 |
Sqlpowershellss.dll | 2019.150.4312.2 | 83920 | 01-Apr-23 | 16:09 | x64 |
Sqlrepss.dll | 2019.150.4312.2 | 88016 | 01-Apr-23 | 16:09 | x64 |
Sqlresourceloader.dll | 2019.150.4312.2 | 51104 | 01-Apr-23 | 16:08 | x64 |
Sqlscm.dll | 2019.150.4312.2 | 88000 | 01-Apr-23 | 16:09 | x64 |
Sqlscriptdowngrade.dll | 2019.150.4312.2 | 38864 | 01-Apr-23 | 16:09 | x64 |
Sqlscriptupgrade.dll | 2019.150.4312.2 | 5806016 | 01-Apr-23 | 16:08 | x64 |
Sqlserverspatial150.dll | 2019.150.4312.2 | 673696 | 01-Apr-23 | 16:08 | x64 |
Sqlservr.exe | 2019.150.4312.2 | 628688 | 01-Apr-23 | 16:08 | x64 |
Sqlsvc.dll | 2019.150.4312.2 | 182160 | 01-Apr-23 | 16:09 | x64 |
Sqltses.dll | 2019.150.4312.2 | 9119648 | 01-Apr-23 | 16:00 | x64 |
Sqsrvres.dll | 2019.150.4312.2 | 280512 | 01-Apr-23 | 16:08 | x64 |
Stretchcodegen.exe | 15.0.4312.2 | 59344 | 01-Apr-23 | 16:08 | x86 |
Svl.dll | 2019.150.4312.2 | 161744 | 01-Apr-23 | 16:08 | x64 |
Vcruntime140.dll | 14.16.27034.0 | 85992 | 01-Apr-23 | 16:08 | x64 |
Xe.dll | 2019.150.4312.2 | 722896 | 01-Apr-23 | 16:09 | x64 |
Xpadsi.exe | 2019.150.4312.2 | 116688 | 01-Apr-23 | 16:08 | x64 |
Xplog70.dll | 2019.150.4312.2 | 92104 | 01-Apr-23 | 16:09 | x64 |
Xpqueue.dll | 2019.150.4312.2 | 92112 | 01-Apr-23 | 16:08 | x64 |
Xprepl.dll | 2019.150.4312.2 | 120768 | 01-Apr-23 | 16:08 | x64 |
Xpstar.dll | 2019.150.4312.2 | 472992 | 01-Apr-23 | 16:09 | x64 |
SQL Server 2019 Database Services Core 共享
文件名 | 文件版本 | 文件大小 | 日期 | 时间 | 平台 |
---|---|---|---|---|---|
Batchparser.dll | 2019.150.4312.2 | 165840 | 01-Apr-23 | 12:50 | x86 |
Batchparser.dll | 2019.150.4312.2 | 182208 | 01-Apr-23 | 12:50 | x64 |
Commanddest.dll | 2019.150.4312.2 | 264080 | 01-Apr-23 | 12:50 | x64 |
Datacollectortasks.dll | 2019.150.4312.2 | 227264 | 01-Apr-23 | 12:50 | x64 |
Distrib.exe | 2019.150.4312.2 | 243664 | 01-Apr-23 | 12:50 | x64 |
Dteparse.dll | 2019.150.4312.2 | 124864 | 01-Apr-23 | 12:50 | x64 |
Dteparsemgd.dll | 2019.150.4312.2 | 133072 | 01-Apr-23 | 12:50 | x64 |
Dtepkg.dll | 2019.150.4312.2 | 149408 | 01-Apr-23 | 12:50 | x64 |
Dtexec.exe | 2019.150.4312.2 | 72592 | 01-Apr-23 | 12:50 | x64 |
Dts.dll | 2019.150.4312.2 | 3143632 | 01-Apr-23 | 12:50 | x64 |
Dtscomexpreval.dll | 2019.150.4312.2 | 501712 | 01-Apr-23 | 12:50 | x64 |
Dtsconn.dll | 2019.150.4312.2 | 522192 | 01-Apr-23 | 12:50 | x64 |
Dtshost.exe | 2019.150.4312.2 | 106448 | 01-Apr-23 | 12:50 | x64 |
Dtsmsg150.dll | 2019.150.4312.2 | 567232 | 01-Apr-23 | 12:50 | x64 |
Dtspipeline.dll | 2019.150.4312.2 | 1329056 | 01-Apr-23 | 12:50 | x64 |
Dtswizard.exe | 15.0.4312.2 | 886720 | 01-Apr-23 | 12:50 | x64 |
Dtuparse.dll | 2019.150.4312.2 | 100296 | 01-Apr-23 | 12:50 | x64 |
Dtutil.exe | 2019.150.4312.2 | 149408 | 01-Apr-23 | 12:50 | x64 |
Exceldest.dll | 2019.150.4312.2 | 280520 | 01-Apr-23 | 12:50 | x64 |
Excelsrc.dll | 2019.150.4312.2 | 309184 | 01-Apr-23 | 12:50 | x64 |
Execpackagetask.dll | 2019.150.4312.2 | 186320 | 01-Apr-23 | 12:50 | x64 |
Flatfiledest.dll | 2019.150.4312.2 | 411600 | 01-Apr-23 | 12:50 | x64 |
Flatfilesrc.dll | 2019.150.4312.2 | 427936 | 01-Apr-23 | 12:50 | x64 |
Logread.exe | 2019.150.4312.2 | 722880 | 01-Apr-23 | 12:50 | x64 |
Mergetxt.dll | 2019.150.4312.2 | 75712 | 01-Apr-23 | 12:50 | x64 |
Microsoft.sqlserver.integrationservice.hadoop.common.dll | 15.0.4312.2 | 59344 | 01-Apr-23 | 12:50 | x86 |
Microsoft.sqlserver.integrationservices.runtimetelemetry.dll | 15.0.4312.2 | 42944 | 01-Apr-23 | 12:50 | x86 |
Microsoft.sqlserver.maintenanceplantasks.dll | 15.0.4312.2 | 391072 | 01-Apr-23 | 12:50 | x86 |
Microsoft.sqlserver.replication.dll | 2019.150.4312.2 | 1697680 | 01-Apr-23 | 12:50 | x64 |
Microsoft.sqlserver.replication.dll | 2019.150.4312.2 | 1640384 | 01-Apr-23 | 12:50 | x86 |
Microsoft.sqlserver.rmo.dll | 15.0.4312.2 | 550816 | 01-Apr-23 | 12:50 | x86 |
Msdtssrvrutil.dll | 2019.150.4312.2 | 112576 | 01-Apr-23 | 12:50 | x64 |
Msgprox.dll | 2019.150.4312.2 | 300960 | 01-Apr-23 | 12:50 | x64 |
Msoledbsql.dll | 2018.186.5.0 | 2734064 | 01-Apr-23 | 12:50 | x64 |
Msoledbsql.dll | 2018.186.5.0 | 153616 | 01-Apr-23 | 12:50 | x64 |
Msxmlsql.dll | 2019.150.4312.2 | 1496992 | 01-Apr-23 | 12:50 | x64 |
Oledbdest.dll | 2019.150.4312.2 | 280528 | 01-Apr-23 | 12:50 | x64 |
Oledbsrc.dll | 2019.150.4312.2 | 313280 | 01-Apr-23 | 12:50 | x64 |
Osql.exe | 2019.150.4312.2 | 92064 | 01-Apr-23 | 12:50 | x64 |
Qrdrsvc.exe | 2019.150.4312.2 | 497568 | 01-Apr-23 | 12:50 | x64 |
Rawdest.dll | 2019.150.4312.2 | 227264 | 01-Apr-23 | 12:50 | x64 |
Rawsource.dll | 2019.150.4312.2 | 210832 | 01-Apr-23 | 12:50 | x64 |
Rdistcom.dll | 2019.150.4312.2 | 915360 | 01-Apr-23 | 12:50 | x64 |
Recordsetdest.dll | 2019.150.4312.2 | 202704 | 01-Apr-23 | 12:50 | x64 |
Repldp.dll | 2019.150.4312.2 | 313248 | 01-Apr-23 | 12:50 | x64 |
Replerrx.dll | 2019.150.4312.2 | 182224 | 01-Apr-23 | 12:50 | x64 |
Replisapi.dll | 2019.150.4312.2 | 395168 | 01-Apr-23 | 12:50 | x64 |
Replmerg.exe | 2019.150.4312.2 | 563104 | 01-Apr-23 | 12:50 | x64 |
Replprov.dll | 2019.150.4312.2 | 862112 | 01-Apr-23 | 12:50 | x64 |
Replrec.dll | 2019.150.4312.2 | 1034144 | 01-Apr-23 | 12:50 | x64 |
Replsub.dll | 2019.150.4312.2 | 473040 | 01-Apr-23 | 12:50 | x64 |
Replsync.dll | 2019.150.4312.2 | 165840 | 01-Apr-23 | 12:50 | x64 |
Spresolv.dll | 2019.150.4312.2 | 276432 | 01-Apr-23 | 12:50 | x64 |
Sqlcmd.exe | 2019.150.4312.2 | 264080 | 01-Apr-23 | 12:50 | x64 |
Sqldiag.exe | 2019.150.4312.2 | 1140640 | 01-Apr-23 | 12:50 | x64 |
Sqldistx.dll | 2019.150.4312.2 | 251856 | 01-Apr-23 | 12:50 | x64 |
Sqllogship.exe | 15.0.4312.2 | 104352 | 01-Apr-23 | 12:50 | x64 |
Sqlmergx.dll | 2019.150.4312.2 | 399264 | 01-Apr-23 | 12:50 | x64 |
Sqlresourceloader.dll | 2019.150.4312.2 | 51104 | 01-Apr-23 | 12:50 | x64 |
Sqlresourceloader.dll | 2019.150.4312.2 | 38864 | 01-Apr-23 | 12:50 | x86 |
Sqlscm.dll | 2019.150.4312.2 | 79824 | 01-Apr-23 | 12:50 | x86 |
Sqlscm.dll | 2019.150.4312.2 | 88000 | 01-Apr-23 | 12:50 | x64 |
Sqlsvc.dll | 2019.150.4312.2 | 149456 | 01-Apr-23 | 12:50 | x86 |
Sqlsvc.dll | 2019.150.4312.2 | 182160 | 01-Apr-23 | 12:50 | x64 |
Sqltaskconnections.dll | 2019.150.4312.2 | 202704 | 01-Apr-23 | 12:50 | x64 |
Ssradd.dll | 2019.150.4312.2 | 83920 | 01-Apr-23 | 12:50 | x64 |
Ssravg.dll | 2019.150.4312.2 | 83904 | 01-Apr-23 | 12:50 | x64 |
Ssrdown.dll | 2019.150.4312.2 | 75728 | 01-Apr-23 | 12:50 | x64 |
Ssrmax.dll | 2019.150.4312.2 | 83904 | 01-Apr-23 | 12:50 | x64 |
Ssrmin.dll | 2019.150.4312.2 | 83904 | 01-Apr-23 | 12:50 | x64 |
Ssrpub.dll | 2019.150.4312.2 | 79824 | 01-Apr-23 | 12:50 | x64 |
Ssrup.dll | 2019.150.4312.2 | 75712 | 01-Apr-23 | 12:50 | x64 |
Txagg.dll | 2019.150.4312.2 | 391056 | 01-Apr-23 | 12:50 | x64 |
Txbdd.dll | 2019.150.4312.2 | 194512 | 01-Apr-23 | 12:50 | x64 |
Txdatacollector.dll | 2019.150.4312.2 | 473040 | 01-Apr-23 | 12:50 | x64 |
Txdataconvert.dll | 2019.150.4312.2 | 317344 | 01-Apr-23 | 12:50 | x64 |
Txderived.dll | 2019.150.4312.2 | 640928 | 01-Apr-23 | 12:50 | x64 |
Txlookup.dll | 2019.150.4312.2 | 542672 | 01-Apr-23 | 12:50 | x64 |
Txmerge.dll | 2019.150.4312.2 | 247744 | 01-Apr-23 | 12:50 | x64 |
Txmergejoin.dll | 2019.150.4312.2 | 309200 | 01-Apr-23 | 12:50 | x64 |
Txmulticast.dll | 2019.150.4312.2 | 145360 | 01-Apr-23 | 12:50 | x64 |
Txrowcount.dll | 2019.150.4312.2 | 141264 | 01-Apr-23 | 12:50 | x64 |
Txsort.dll | 2019.150.4312.2 | 288704 | 01-Apr-23 | 12:50 | x64 |
Txsplit.dll | 2019.150.4312.2 | 624544 | 01-Apr-23 | 12:50 | x64 |
Txunionall.dll | 2019.150.4312.2 | 198608 | 01-Apr-23 | 12:50 | x64 |
Xe.dll | 2019.150.4312.2 | 722896 | 01-Apr-23 | 12:50 | x64 |
Xmlsub.dll | 2019.150.4312.2 | 296896 | 01-Apr-23 | 12:50 | x64 |
SQL Server 2019 sql_extensibility
文件名 | 文件版本 | 文件大小 | 日期 | 时间 | 平台 |
---|---|---|---|---|---|
Commonlauncher.dll | 2019.150.4312.2 | 96160 | 01-Apr-23 | 12:50 | x64 |
Exthost.exe | 2019.150.4312.2 | 239520 | 01-Apr-23 | 12:50 | x64 |
Launchpad.exe | 2019.150.4312.2 | 1230784 | 01-Apr-23 | 12:50 | x64 |
Sqlsatellite.dll | 2019.150.4312.2 | 1025952 | 01-Apr-23 | 12:50 | x64 |
SQL Server 2019 全文引擎
文件名 | 文件版本 | 文件大小 | 日期 | 时间 | 平台 |
---|---|---|---|---|---|
Fd.dll | 2019.150.4312.2 | 686032 | 01-Apr-23 | 12:50 | x64 |
Fdhost.exe | 2019.150.4312.2 | 128928 | 01-Apr-23 | 12:50 | x64 |
Fdlauncher.exe | 2019.150.4312.2 | 79824 | 01-Apr-23 | 12:50 | x64 |
Sqlft150ph.dll | 2019.150.4312.2 | 92064 | 01-Apr-23 | 12:50 | x64 |
SQL Server 2019 sql_inst_mr
文件名 | 文件版本 | 文件大小 | 日期 | 时间 | 平台 |
---|---|---|---|---|---|
Imrdll.dll | 15.0.4312.2 | 30656 | 01-Apr-23 | 12:50 | x86 |
SQL Server 2019 Integration Services
文件名 | 文件版本 | 文件大小 | 日期 | 时间 | 平台 |
---|---|---|---|---|---|
Commanddest.dll | 2019.150.4312.2 | 227264 | 01-Apr-23 | 12:56 | x86 |
Commanddest.dll | 2019.150.4312.2 | 264080 | 01-Apr-23 | 12:56 | x64 |
Dteparse.dll | 2019.150.4312.2 | 124864 | 01-Apr-23 | 12:56 | x64 |
Dteparse.dll | 2019.150.4312.2 | 112576 | 01-Apr-23 | 12:56 | x86 |
Dteparsemgd.dll | 2019.150.4312.2 | 116672 | 01-Apr-23 | 12:56 | x86 |
Dteparsemgd.dll | 2019.150.4312.2 | 133072 | 01-Apr-23 | 12:56 | x64 |
Dtepkg.dll | 2019.150.4312.2 | 149408 | 01-Apr-23 | 12:56 | x64 |
Dtepkg.dll | 2019.150.4312.2 | 133056 | 01-Apr-23 | 12:56 | x86 |
Dtexec.exe | 2019.150.4312.2 | 72592 | 01-Apr-23 | 12:56 | x64 |
Dtexec.exe | 2019.150.4312.2 | 63888 | 01-Apr-23 | 12:56 | x86 |
Dts.dll | 2019.150.4312.2 | 2762688 | 01-Apr-23 | 12:56 | x86 |
Dts.dll | 2019.150.4312.2 | 3143632 | 01-Apr-23 | 12:56 | x64 |
Dtscomexpreval.dll | 2019.150.4312.2 | 444352 | 01-Apr-23 | 12:56 | x86 |
Dtscomexpreval.dll | 2019.150.4312.2 | 501712 | 01-Apr-23 | 12:56 | x64 |
Dtsconn.dll | 2019.150.4312.2 | 522192 | 01-Apr-23 | 12:56 | x64 |
Dtsconn.dll | 2019.150.4312.2 | 432080 | 01-Apr-23 | 12:56 | x86 |
Dtsdebughost.exe | 2019.150.4312.2 | 112072 | 01-Apr-23 | 12:56 | x64 |
Dtsdebughost.exe | 2019.150.4312.2 | 93648 | 01-Apr-23 | 12:56 | x86 |
Dtshost.exe | 2019.150.4312.2 | 106448 | 01-Apr-23 | 12:56 | x64 |
Dtshost.exe | 2019.150.4312.2 | 89040 | 01-Apr-23 | 12:56 | x86 |
Dtsmsg150.dll | 2019.150.4312.2 | 554912 | 01-Apr-23 | 12:56 | x86 |
Dtsmsg150.dll | 2019.150.4312.2 | 567232 | 01-Apr-23 | 12:56 | x64 |
Dtspipeline.dll | 2019.150.4312.2 | 1120208 | 01-Apr-23 | 12:56 | x86 |
Dtspipeline.dll | 2019.150.4312.2 | 1329056 | 01-Apr-23 | 12:56 | x64 |
Dtswizard.exe | 15.0.4312.2 | 886720 | 01-Apr-23 | 12:56 | x64 |
Dtswizard.exe | 15.0.4312.2 | 890816 | 01-Apr-23 | 12:56 | x86 |
Dtuparse.dll | 2019.150.4312.2 | 100296 | 01-Apr-23 | 12:56 | x64 |
Dtuparse.dll | 2019.150.4312.2 | 88000 | 01-Apr-23 | 12:56 | x86 |
Dtutil.exe | 2019.150.4312.2 | 130464 | 01-Apr-23 | 12:56 | x86 |
Dtutil.exe | 2019.150.4312.2 | 149408 | 01-Apr-23 | 12:56 | x64 |
Exceldest.dll | 2019.150.4312.2 | 280520 | 01-Apr-23 | 12:56 | x64 |
Exceldest.dll | 2019.150.4312.2 | 235424 | 01-Apr-23 | 12:56 | x86 |
Excelsrc.dll | 2019.150.4312.2 | 309184 | 01-Apr-23 | 12:56 | x64 |
Excelsrc.dll | 2019.150.4312.2 | 260048 | 01-Apr-23 | 12:56 | x86 |
Execpackagetask.dll | 2019.150.4312.2 | 149440 | 01-Apr-23 | 12:56 | x86 |
Execpackagetask.dll | 2019.150.4312.2 | 186320 | 01-Apr-23 | 12:56 | x64 |
Flatfiledest.dll | 2019.150.4312.2 | 358336 | 01-Apr-23 | 12:56 | x86 |
Flatfiledest.dll | 2019.150.4312.2 | 411600 | 01-Apr-23 | 12:56 | x64 |
Flatfilesrc.dll | 2019.150.4312.2 | 370624 | 01-Apr-23 | 12:56 | x86 |
Flatfilesrc.dll | 2019.150.4312.2 | 427936 | 01-Apr-23 | 12:56 | x64 |
Isdbupgradewizard.exe | 15.0.4312.2 | 120784 | 01-Apr-23 | 12:56 | x86 |
Isdbupgradewizard.exe | 15.0.4312.2 | 120768 | 01-Apr-23 | 12:56 | x86 |
Isserverexec.exe | 15.0.4312.2 | 145352 | 01-Apr-23 | 12:56 | x64 |
Isserverexec.exe | 15.0.4312.2 | 149440 | 01-Apr-23 | 12:56 | x86 |
Microsoft.sqlserver.astasks.dll | 15.0.4312.2 | 116640 | 01-Apr-23 | 12:56 | x86 |
Microsoft.sqlserver.integrationservice.hadoop.common.dll | 15.0.4312.2 | 59344 | 01-Apr-23 | 12:56 | x86 |
Microsoft.sqlserver.integrationservices.isserverdbupgrade.dll | 15.0.4312.2 | 509856 | 01-Apr-23 | 12:56 | x86 |
Microsoft.sqlserver.integrationservices.isserverdbupgrade.dll | 15.0.4312.2 | 509888 | 01-Apr-23 | 12:56 | x86 |
Microsoft.sqlserver.integrationservices.runtimetelemetry.dll | 15.0.4312.2 | 42896 | 01-Apr-23 | 12:56 | x86 |
Microsoft.sqlserver.integrationservices.runtimetelemetry.dll | 15.0.4312.2 | 42944 | 01-Apr-23 | 12:56 | x86 |
Microsoft.sqlserver.maintenanceplantasks.dll | 15.0.4312.2 | 391072 | 01-Apr-23 | 12:56 | x86 |
Microsoft.sqlserver.management.integrationservicesenum.dll | 15.0.4312.2 | 59296 | 01-Apr-23 | 12:56 | x86 |
Microsoft.sqlserver.management.integrationservicesenum.dll | 15.0.4312.2 | 59344 | 01-Apr-23 | 12:56 | x86 |
Microsoft.sqlserver.scripttask.dll | 15.0.4312.2 | 141216 | 01-Apr-23 | 12:56 | x86 |
Microsoft.sqlserver.scripttask.dll | 15.0.4312.2 | 141216 | 01-Apr-23 | 12:56 | x86 |
Msdtssrvr.exe | 15.0.4312.2 | 219088 | 01-Apr-23 | 12:56 | x64 |
Msdtssrvrutil.dll | 2019.150.4312.2 | 100288 | 01-Apr-23 | 12:56 | x86 |
Msdtssrvrutil.dll | 2019.150.4312.2 | 112576 | 01-Apr-23 | 12:56 | x64 |
Msmdpp.dll | 2018.150.35.39 | 10065320 | 01-Apr-23 | 12:50 | x64 |
Odbcdest.dll | 2019.150.4312.2 | 370576 | 01-Apr-23 | 12:56 | x64 |
Odbcdest.dll | 2019.150.4312.2 | 321440 | 01-Apr-23 | 12:56 | x86 |
Odbcsrc.dll | 2019.150.4312.2 | 382864 | 01-Apr-23 | 12:56 | x64 |
Odbcsrc.dll | 2019.150.4312.2 | 329680 | 01-Apr-23 | 12:56 | x86 |
Oledbdest.dll | 2019.150.4312.2 | 280528 | 01-Apr-23 | 12:56 | x64 |
Oledbdest.dll | 2019.150.4312.2 | 239568 | 01-Apr-23 | 12:56 | x86 |
Oledbsrc.dll | 2019.150.4312.2 | 313280 | 01-Apr-23 | 12:56 | x64 |
Oledbsrc.dll | 2019.150.4312.2 | 264128 | 01-Apr-23 | 12:56 | x86 |
Rawdest.dll | 2019.150.4312.2 | 227264 | 01-Apr-23 | 12:56 | x64 |
Rawdest.dll | 2019.150.4312.2 | 190416 | 01-Apr-23 | 12:56 | x86 |
Rawsource.dll | 2019.150.4312.2 | 210832 | 01-Apr-23 | 12:56 | x64 |
Rawsource.dll | 2019.150.4312.2 | 178128 | 01-Apr-23 | 12:56 | x86 |
Recordsetdest.dll | 2019.150.4312.2 | 174016 | 01-Apr-23 | 12:56 | x86 |
Recordsetdest.dll | 2019.150.4312.2 | 202704 | 01-Apr-23 | 12:56 | x64 |
Sqlceip.exe | 15.0.4312.2 | 292800 | 01-Apr-23 | 12:56 | x86 |
Sqldest.dll | 2019.150.4312.2 | 239552 | 01-Apr-23 | 12:56 | x86 |
Sqldest.dll | 2019.150.4312.2 | 276424 | 01-Apr-23 | 12:56 | x64 |
Sqltaskconnections.dll | 2019.150.4312.2 | 169920 | 01-Apr-23 | 12:56 | x86 |
Sqltaskconnections.dll | 2019.150.4312.2 | 202704 | 01-Apr-23 | 12:56 | x64 |
Txagg.dll | 2019.150.4312.2 | 329680 | 01-Apr-23 | 12:56 | x86 |
Txagg.dll | 2019.150.4312.2 | 391056 | 01-Apr-23 | 12:56 | x64 |
Txbdd.dll | 2019.150.4312.2 | 153544 | 01-Apr-23 | 12:56 | x86 |
Txbdd.dll | 2019.150.4312.2 | 194512 | 01-Apr-23 | 12:56 | x64 |
Txbestmatch.dll | 2019.150.4312.2 | 546752 | 01-Apr-23 | 12:56 | x86 |
Txbestmatch.dll | 2019.150.4312.2 | 653248 | 01-Apr-23 | 12:56 | x64 |
Txcache.dll | 2019.150.4312.2 | 165832 | 01-Apr-23 | 12:56 | x86 |
Txcache.dll | 2019.150.4312.2 | 198592 | 01-Apr-23 | 12:56 | x64 |
Txcharmap.dll | 2019.150.4312.2 | 272336 | 01-Apr-23 | 12:56 | x86 |
Txcharmap.dll | 2019.150.4312.2 | 313248 | 01-Apr-23 | 12:56 | x64 |
Txcopymap.dll | 2019.150.4312.2 | 165824 | 01-Apr-23 | 12:56 | x86 |
Txcopymap.dll | 2019.150.4312.2 | 198608 | 01-Apr-23 | 12:56 | x64 |
Txdataconvert.dll | 2019.150.4312.2 | 276432 | 01-Apr-23 | 12:56 | x86 |
Txdataconvert.dll | 2019.150.4312.2 | 317344 | 01-Apr-23 | 12:56 | x64 |
Txderived.dll | 2019.150.4312.2 | 559040 | 01-Apr-23 | 12:56 | x86 |
Txderived.dll | 2019.150.4312.2 | 640928 | 01-Apr-23 | 12:56 | x64 |
Txfileextractor.dll | 2019.150.4312.2 | 182208 | 01-Apr-23 | 12:56 | x86 |
Txfileextractor.dll | 2019.150.4312.2 | 219072 | 01-Apr-23 | 12:56 | x64 |
Txfileinserter.dll | 2019.150.4312.2 | 182224 | 01-Apr-23 | 12:56 | x86 |
Txfileinserter.dll | 2019.150.4312.2 | 214992 | 01-Apr-23 | 12:56 | x64 |
Txgroupdups.dll | 2019.150.4312.2 | 255952 | 01-Apr-23 | 12:56 | x86 |
Txgroupdups.dll | 2019.150.4312.2 | 313248 | 01-Apr-23 | 12:56 | x64 |
Txlineage.dll | 2019.150.4312.2 | 128976 | 01-Apr-23 | 12:56 | x86 |
Txlineage.dll | 2019.150.4312.2 | 153552 | 01-Apr-23 | 12:56 | x64 |
Txlookup.dll | 2019.150.4312.2 | 468944 | 01-Apr-23 | 12:56 | x86 |
Txlookup.dll | 2019.150.4312.2 | 542672 | 01-Apr-23 | 12:56 | x64 |
Txmerge.dll | 2019.150.4312.2 | 202704 | 01-Apr-23 | 12:56 | x86 |
Txmerge.dll | 2019.150.4312.2 | 247744 | 01-Apr-23 | 12:56 | x64 |
Txmergejoin.dll | 2019.150.4312.2 | 247744 | 01-Apr-23 | 12:56 | x86 |
Txmergejoin.dll | 2019.150.4312.2 | 309200 | 01-Apr-23 | 12:56 | x64 |
Txmulticast.dll | 2019.150.4312.2 | 116672 | 01-Apr-23 | 12:56 | x86 |
Txmulticast.dll | 2019.150.4312.2 | 145360 | 01-Apr-23 | 12:56 | x64 |
Txpivot.dll | 2019.150.4312.2 | 206784 | 01-Apr-23 | 12:56 | x86 |
Txpivot.dll | 2019.150.4312.2 | 239552 | 01-Apr-23 | 12:56 | x64 |
Txrowcount.dll | 2019.150.4312.2 | 112592 | 01-Apr-23 | 12:56 | x86 |
Txrowcount.dll | 2019.150.4312.2 | 141264 | 01-Apr-23 | 12:56 | x64 |
Txsampling.dll | 2019.150.4312.2 | 157632 | 01-Apr-23 | 12:56 | x86 |
Txsampling.dll | 2019.150.4312.2 | 194496 | 01-Apr-23 | 12:56 | x64 |
Txscd.dll | 2019.150.4312.2 | 198592 | 01-Apr-23 | 12:56 | x86 |
Txscd.dll | 2019.150.4312.2 | 235472 | 01-Apr-23 | 12:56 | x64 |
Txsort.dll | 2019.150.4312.2 | 231360 | 01-Apr-23 | 12:56 | x86 |
Txsort.dll | 2019.150.4312.2 | 288704 | 01-Apr-23 | 12:56 | x64 |
Txsplit.dll | 2019.150.4312.2 | 550864 | 01-Apr-23 | 12:56 | x86 |
Txsplit.dll | 2019.150.4312.2 | 624544 | 01-Apr-23 | 12:56 | x64 |
Txtermextraction.dll | 2019.150.4312.2 | 8644544 | 01-Apr-23 | 12:56 | x86 |
Txtermextraction.dll | 2019.150.4312.2 | 8701840 | 01-Apr-23 | 12:56 | x64 |
Txtermlookup.dll | 2019.150.4312.2 | 4138944 | 01-Apr-23 | 12:56 | x86 |
Txtermlookup.dll | 2019.150.4312.2 | 4183968 | 01-Apr-23 | 12:56 | x64 |
Txunionall.dll | 2019.150.4312.2 | 161728 | 01-Apr-23 | 12:56 | x86 |
Txunionall.dll | 2019.150.4312.2 | 198608 | 01-Apr-23 | 12:56 | x64 |
Txunpivot.dll | 2019.150.4312.2 | 182208 | 01-Apr-23 | 12:56 | x86 |
Txunpivot.dll | 2019.150.4312.2 | 214992 | 01-Apr-23 | 12:56 | x64 |
Xe.dll | 2019.150.4312.2 | 632720 | 01-Apr-23 | 12:56 | x86 |
Xe.dll | 2019.150.4312.2 | 722896 | 01-Apr-23 | 12:56 | x64 |
SQL Server 2019 sql_polybase_core_inst
文件名 | 文件版本 | 文件大小 | 日期 | 时间 | 平台 |
---|---|---|---|---|---|
Dms.dll | 15.0.1963.0 | 559576 | 01-Apr-23 | 16:01 | x86 |
Dmsnative.dll | 2018.150.1963.0 | 152496 | 01-Apr-23 | 16:01 | x64 |
Dwengineservice.dll | 15.0.1963.0 | 45016 | 01-Apr-23 | 16:01 | x86 |
Eng_polybase_odbcdrivermongo_2321_mongodbodbc_sb64_dll.64 | 2.3.21.1023 | 18691056 | 01-Apr-23 | 16:01 | x64 |
Eng_polybase_odbcdrivermongo_2321_saslsspi_dll.64 | 1.0.2.1003 | 147504 | 01-Apr-23 | 16:01 | x64 |
Eng_polybase_odbcdrivermongo_238_mongodbodbc_sb64_dll.64 | 2.3.8.1008 | 17142672 | 01-Apr-23 | 16:01 | x64 |
Eng_polybase_odbcdrivermongo_238_saslsspi_dll.64 | 1.0.2.1003 | 146304 | 01-Apr-23 | 16:01 | x64 |
Eng_polybase_odbcdriveroracle_802_mscurl28_dll.64 | 8.0.2.304 | 2532096 | 01-Apr-23 | 16:01 | x64 |
Eng_polybase_odbcdriveroracle_802_msora28_dll.64 | 8.0.2.2592 | 2425088 | 01-Apr-23 | 16:01 | x64 |
Eng_polybase_odbcdriveroracle_802_msora28r_dll.64 | 8.0.2.2592 | 151808 | 01-Apr-23 | 16:01 | x64 |
Eng_polybase_odbcdriveroracle_802_msssl28_dll.64 | 8.0.2.244 | 2416384 | 01-Apr-23 | 16:01 | x64 |
Eng_polybase_odbcdriveroracle_802_mstls28_dll.64 | 8.0.2.216 | 2953472 | 01-Apr-23 | 16:01 | x64 |
Icudt58.dll | 58.2.0.0 | 27109768 | 01-Apr-23 | 16:01 | x64 |
Icudt58.dll | 58.2.0.0 | 27109832 | 01-Apr-23 | 16:01 | x64 |
Icudt58.dll | 58.3.0.0 | 27110344 | 01-Apr-23 | 16:01 | x64 |
Icudt58.dll | 58.3.0.0 | 27110344 | 01-Apr-23 | 16:01 | x64 |
Icuin58.dll | 58.2.0.0 | 2425288 | 01-Apr-23 | 16:01 | x64 |
Icuin58.dll | 58.2.0.0 | 2431880 | 01-Apr-23 | 16:01 | x64 |
Icuin58.dll | 58.3.0.0 | 2551752 | 01-Apr-23 | 16:01 | x64 |
Icuin58.dll | 58.3.0.0 | 2562504 | 01-Apr-23 | 16:01 | x64 |
Icuuc42.dll | 8.0.2.124 | 15491840 | 01-Apr-23 | 16:01 | x64 |
Icuuc58.dll | 58.2.0.0 | 1775048 | 01-Apr-23 | 16:01 | x64 |
Icuuc58.dll | 58.2.0.0 | 1783688 | 01-Apr-23 | 16:01 | x64 |
Icuuc58.dll | 58.3.0.0 | 1888712 | 01-Apr-23 | 16:01 | x64 |
Icuuc58.dll | 58.3.0.0 | 1924040 | 01-Apr-23 | 16:01 | x64 |
Instapi150.dll | 2019.150.4312.2 | 88016 | 01-Apr-23 | 16:01 | x64 |
Libcrypto-1_1-x64.dll | 1.1.0.10 | 2620304 | 01-Apr-23 | 16:01 | x64 |
Libcrypto | 1.1.1.4 | 2953680 | 01-Apr-23 | 16:01 | x64 |
Libcrypto | 1.1.1.14 | 4085336 | 01-Apr-23 | 16:01 | x64 |
Libcrypto | 1.1.1.11 | 4321232 | 01-Apr-23 | 16:01 | x64 |
Libsasl.dll | 2.1.26.0 | 292224 | 01-Apr-23 | 16:01 | x64 |
Libsasl.dll | 2.1.26.0 | 521664 | 01-Apr-23 | 16:01 | x64 |
Libssl-1_1-x64.dll | 1.1.0.10 | 648080 | 01-Apr-23 | 16:01 | x64 |
Libssl | 1.1.1.4 | 798160 | 01-Apr-23 | 16:01 | x64 |
Libssl | 1.1.1.14 | 1195600 | 01-Apr-23 | 16:01 | x64 |
Libssl | 1.1.1.11 | 1322960 | 01-Apr-23 | 16:01 | x64 |
Microsoft.sqlserver.datawarehouse.backup.backupmetadata.dll | 15.0.1963.0 | 67504 | 01-Apr-23 | 16:01 | x86 |
Microsoft.sqlserver.datawarehouse.catalog.dll | 15.0.1963.0 | 293296 | 01-Apr-23 | 16:01 | x86 |
Microsoft.sqlserver.datawarehouse.common.dll | 15.0.1963.0 | 1957808 | 01-Apr-23 | 16:01 | x86 |
Microsoft.sqlserver.datawarehouse.configuration.dll | 15.0.1963.0 | 169432 | 01-Apr-23 | 16:01 | x86 |
Microsoft.sqlserver.datawarehouse.datamovement.common.dll | 15.0.1963.0 | 649688 | 01-Apr-23 | 16:01 | x86 |
Microsoft.sqlserver.datawarehouse.datamovement.manager.dll | 15.0.1963.0 | 246192 | 01-Apr-23 | 16:01 | x86 |
Microsoft.sqlserver.datawarehouse.datamovement.messagetypes.dll | 15.0.1963.0 | 139224 | 01-Apr-23 | 16:01 | x86 |
Microsoft.sqlserver.datawarehouse.datamovement.messagingprotocol.dll | 15.0.1963.0 | 79832 | 01-Apr-23 | 16:01 | x86 |
Microsoft.sqlserver.datawarehouse.diagnostics.dll | 15.0.1963.0 | 51160 | 01-Apr-23 | 16:01 | x86 |
Microsoft.sqlserver.datawarehouse.distributor.dll | 15.0.1963.0 | 88536 | 01-Apr-23 | 16:01 | x86 |
Microsoft.sqlserver.datawarehouse.engine.dll | 15.0.1963.0 | 1129432 | 01-Apr-23 | 16:01 | x86 |
Microsoft.sqlserver.datawarehouse.engine.statsstream.dll | 15.0.1963.0 | 80856 | 01-Apr-23 | 16:01 | x86 |
Microsoft.sqlserver.datawarehouse.eventing.dll | 15.0.1963.0 | 70576 | 01-Apr-23 | 16:01 | x86 |
Microsoft.sqlserver.datawarehouse.fabric.appliance.dll | 15.0.1963.0 | 35248 | 01-Apr-23 | 16:01 | x86 |
Microsoft.sqlserver.datawarehouse.fabric.interface.dll | 15.0.1963.0 | 31152 | 01-Apr-23 | 16:01 | x86 |
Microsoft.sqlserver.datawarehouse.fabric.polybase.dll | 15.0.1963.0 | 46512 | 01-Apr-23 | 16:01 | x86 |
Microsoft.sqlserver.datawarehouse.fabric.xdbinterface.dll | 15.0.1963.0 | 21424 | 01-Apr-23 | 16:01 | x86 |
Microsoft.sqlserver.datawarehouse.failover.dll | 15.0.1963.0 | 26544 | 01-Apr-23 | 16:01 | x86 |
Microsoft.sqlserver.datawarehouse.hadoop.hadoopbridge.dll | 15.0.1963.0 | 131504 | 01-Apr-23 | 16:01 | x86 |
Microsoft.sqlserver.datawarehouse.loadercommon.dll | 15.0.1963.0 | 86488 | 01-Apr-23 | 16:01 | x86 |
Microsoft.sqlserver.datawarehouse.loadmanager.dll | 15.0.1963.0 | 100784 | 01-Apr-23 | 16:01 | x86 |
Microsoft.sqlserver.datawarehouse.localization.dll | 15.0.1963.0 | 293296 | 01-Apr-23 | 16:01 | x86 |
Microsoft.sqlserver.datawarehouse.localization.resources.dll | 15.0.1963.0 | 120240 | 01-Apr-23 | 16:01 | x86 |
Microsoft.sqlserver.datawarehouse.localization.resources.dll | 15.0.1963.0 | 138160 | 01-Apr-23 | 16:01 | x86 |
Microsoft.sqlserver.datawarehouse.localization.resources.dll | 15.0.1963.0 | 141232 | 01-Apr-23 | 16:01 | x86 |
Microsoft.sqlserver.datawarehouse.localization.resources.dll | 15.0.1963.0 | 137688 | 01-Apr-23 | 16:01 | x86 |
Microsoft.sqlserver.datawarehouse.localization.resources.dll | 15.0.1963.0 | 150448 | 01-Apr-23 | 16:01 | x86 |
Microsoft.sqlserver.datawarehouse.localization.resources.dll | 15.0.1963.0 | 139696 | 01-Apr-23 | 16:01 | x86 |
Microsoft.sqlserver.datawarehouse.localization.resources.dll | 15.0.1963.0 | 134576 | 01-Apr-23 | 16:01 | x86 |
Microsoft.sqlserver.datawarehouse.localization.resources.dll | 15.0.1963.0 | 176560 | 01-Apr-23 | 16:01 | x86 |
Microsoft.sqlserver.datawarehouse.localization.resources.dll | 15.0.1963.0 | 117680 | 01-Apr-23 | 16:01 | x86 |
Microsoft.sqlserver.datawarehouse.localization.resources.dll | 15.0.1963.0 | 136624 | 01-Apr-23 | 16:01 | x86 |
Microsoft.sqlserver.datawarehouse.nodes.dll | 15.0.1963.0 | 72624 | 01-Apr-23 | 16:01 | x86 |
Microsoft.sqlserver.datawarehouse.nulltransaction.dll | 15.0.1963.0 | 21936 | 01-Apr-23 | 16:01 | x86 |
Microsoft.sqlserver.datawarehouse.parallelizer.dll | 15.0.1963.0 | 37336 | 01-Apr-23 | 16:01 | x86 |
Microsoft.sqlserver.datawarehouse.resourcemanagement.dll | 15.0.1963.0 | 128984 | 01-Apr-23 | 16:01 | x86 |
Microsoft.sqlserver.datawarehouse.sql.dll | 15.0.1963.0 | 3064752 | 01-Apr-23 | 16:01 | x86 |
Microsoft.sqlserver.datawarehouse.sql.parser.dll | 15.0.1963.0 | 3955632 | 01-Apr-23 | 16:01 | x86 |
Microsoft.sqlserver.datawarehouse.sql.parser.resources.dll | 15.0.1963.0 | 118232 | 01-Apr-23 | 16:01 | x86 |
Microsoft.sqlserver.datawarehouse.sql.parser.resources.dll | 15.0.1963.0 | 133080 | 01-Apr-23 | 16:01 | x86 |
Microsoft.sqlserver.datawarehouse.sql.parser.resources.dll | 15.0.1963.0 | 137688 | 01-Apr-23 | 16:01 | x86 |
Microsoft.sqlserver.datawarehouse.sql.parser.resources.dll | 15.0.1963.0 | 133592 | 01-Apr-23 | 16:01 | x86 |
Microsoft.sqlserver.datawarehouse.sql.parser.resources.dll | 15.0.1963.0 | 148440 | 01-Apr-23 | 16:01 | x86 |
Microsoft.sqlserver.datawarehouse.sql.parser.resources.dll | 15.0.1963.0 | 134064 | 01-Apr-23 | 16:01 | x86 |
Microsoft.sqlserver.datawarehouse.sql.parser.resources.dll | 15.0.1963.0 | 130480 | 01-Apr-23 | 16:01 | x86 |
Microsoft.sqlserver.datawarehouse.sql.parser.resources.dll | 15.0.1963.0 | 170968 | 01-Apr-23 | 16:01 | x86 |
Microsoft.sqlserver.datawarehouse.sql.parser.resources.dll | 15.0.1963.0 | 115160 | 01-Apr-23 | 16:01 | x86 |
Microsoft.sqlserver.datawarehouse.sql.parser.resources.dll | 15.0.1963.0 | 132016 | 01-Apr-23 | 16:01 | x86 |
Microsoft.sqlserver.datawarehouse.sqldistributor.dll | 15.0.1963.0 | 67504 | 01-Apr-23 | 16:01 | x86 |
Microsoft.sqlserver.datawarehouse.transactsql.scriptdom.dll | 15.0.1963.0 | 2682800 | 01-Apr-23 | 16:01 | x86 |
Microsoft.sqlserver.datawarehouse.utilities.dll | 15.0.1963.0 | 2436568 | 01-Apr-23 | 16:01 | x86 |
Mpdwinterop.dll | 2019.150.4312.2 | 452560 | 01-Apr-23 | 16:01 | x64 |
Mpdwsvc.exe | 2019.150.4312.2 | 7403472 | 01-Apr-23 | 16:01 | x64 |
Msodbcsql17.dll | 2017.174.1.1 | 2016120 | 01-Apr-23 | 16:01 | x64 |
Odbc32.dll | 10.0.17763.1 | 720792 | 01-Apr-23 | 16:01 | x64 |
Odbccp32.dll | 10.0.17763.1 | 138136 | 01-Apr-23 | 16:01 | x64 |
Odbctrac.dll | 10.0.17763.1 | 175000 | 01-Apr-23 | 16:01 | x64 |
Saslplain.dll | 2.1.26.0 | 170880 | 01-Apr-23 | 16:01 | x64 |
Saslplain.dll | 2.1.26.0 | 377792 | 01-Apr-23 | 16:01 | x64 |
Secforwarder.dll | 2019.150.4312.2 | 79808 | 01-Apr-23 | 16:01 | x64 |
Sharedmemory.dll | 2018.150.1963.0 | 61360 | 01-Apr-23 | 16:01 | x64 |
Sqldk.dll | 2019.150.4312.2 | 3159968 | 01-Apr-23 | 16:01 | x64 |
Sqldumper.exe | 2019.150.4312.2 | 186264 | 01-Apr-23 | 16:01 | x64 |
Sqlevn70.rll |
2019.150.4312.2 | 1595344 | 01-Apr-23 | 15:56 | x64 |
Sqlevn70.rll |
2019.150.4312.2 | 4167584 | 01-Apr-23 | 15:56 | x64 |
Sqlevn70.rll |
2019.150.4312.2 | 3418016 | 01-Apr-23 | 15:56 | x64 |
Sqlevn70.rll |
2019.150.4312.2 | 4163472 | 01-Apr-23 | 15:56 | x64 |
Sqlevn70.rll |
2019.150.4312.2 | 4065168 | 01-Apr-23 | 15:56 | x64 |
Sqlevn70.rll |
2019.150.4312.2 | 2226064 | 01-Apr-23 | 15:56 | x64 |
Sqlevn70.rll |
2019.150.4312.2 | 2172832 | 01-Apr-23 | 15:56 | x64 |
Sqlevn70.rll |
2019.150.4312.2 | 3823568 | 01-Apr-23 | 15:56 | x64 |
Sqlevn70.rll |
2019.150.4312.2 | 3823504 | 01-Apr-23 | 15:56 | x64 |
Sqlevn70.rll |
2019.150.4312.2 | 1537952 | 01-Apr-23 | 15:56 | x64 |
Sqlevn70.rll |
2019.150.4312.2 | 4032416 | 01-Apr-23 | 15:56 | x64 |
Sqlncli17e.dll | 2017.1710.3.1 | 1898432 | 01-Apr-23 | 16:01 | x64 |
Sqlos.dll | 2019.150.4312.2 | 42960 | 01-Apr-23 | 16:01 | x64 |
Sqlsortpdw.dll | 2018.150.1963.0 | 4841392 | 01-Apr-23 | 16:01 | x64 |
Sqltses.dll | 2019.150.4312.2 | 9119648 | 01-Apr-23 | 16:01 | x64 |
Tdataodbc_sb | 17.0.0.27 | 12914640 | 01-Apr-23 | 16:01 | x64 |
Tdataodbc_sb | 16.20.0.1078 | 14995920 | 01-Apr-23 | 16:01 | x64 |
Terasso.dll | 17.0.0.28 | 2357064 | 01-Apr-23 | 16:01 | x64 |
Terasso.dll | 16.20.0.13 | 2158896 | 01-Apr-23 | 16:01 | x64 |
Zlibwapi.dll | 1.2.11.0 | 281472 | 01-Apr-23 | 16:01 | x64 |
Zlibwapi.dll | 1.2.11.0 | 499248 | 01-Apr-23 | 16:01 | x64 |
SQL Server 2019 sql_shared_mr
文件名 | 文件版本 | 文件大小 | 日期 | 时间 | 平台 |
---|---|---|---|---|---|
Smrdll.dll | 15.0.4312.2 | 30664 | 01-Apr-23 | 12:50 | x86 |
SQL Server 2019 sql_tools_extensions
文件名 | 文件版本 | 文件大小 | 日期 | 时间 | 平台 |
---|---|---|---|---|---|
Autoadmin.dll | 2019.150.4312.2 | 1632192 | 01-Apr-23 | 13:06 | x86 |
Dtaengine.exe | 2019.150.4312.2 | 219040 | 01-Apr-23 | 13:06 | x86 |
Dteparse.dll | 2019.150.4312.2 | 112576 | 01-Apr-23 | 13:06 | x86 |
Dteparse.dll | 2019.150.4312.2 | 124864 | 01-Apr-23 | 13:06 | x64 |
Dteparsemgd.dll | 2019.150.4312.2 | 116672 | 01-Apr-23 | 13:06 | x86 |
Dteparsemgd.dll | 2019.150.4312.2 | 133072 | 01-Apr-23 | 13:06 | x64 |
Dtepkg.dll | 2019.150.4312.2 | 133056 | 01-Apr-23 | 13:06 | x86 |
Dtepkg.dll | 2019.150.4312.2 | 149408 | 01-Apr-23 | 13:06 | x64 |
Dtexec.exe | 2019.150.4312.2 | 63888 | 01-Apr-23 | 13:06 | x86 |
Dtexec.exe | 2019.150.4312.2 | 72592 | 01-Apr-23 | 13:06 | x64 |
Dts.dll | 2019.150.4312.2 | 2762688 | 01-Apr-23 | 13:06 | x86 |
Dts.dll | 2019.150.4312.2 | 3143632 | 01-Apr-23 | 13:06 | x64 |
Dtscomexpreval.dll | 2019.150.4312.2 | 444352 | 01-Apr-23 | 13:06 | x86 |
Dtscomexpreval.dll | 2019.150.4312.2 | 501712 | 01-Apr-23 | 13:06 | x64 |
Dtsconn.dll | 2019.150.4312.2 | 432080 | 01-Apr-23 | 13:06 | x86 |
Dtsconn.dll | 2019.150.4312.2 | 522192 | 01-Apr-23 | 13:06 | x64 |
Dtshost.exe | 2019.150.4312.2 | 106448 | 01-Apr-23 | 13:06 | x64 |
Dtshost.exe | 2019.150.4312.2 | 89040 | 01-Apr-23 | 13:06 | x86 |
Dtsmsg150.dll | 2019.150.4312.2 | 554912 | 01-Apr-23 | 13:06 | x86 |
Dtsmsg150.dll | 2019.150.4312.2 | 567232 | 01-Apr-23 | 13:06 | x64 |
Dtspipeline.dll | 2019.150.4312.2 | 1329056 | 01-Apr-23 | 13:06 | x64 |
Dtspipeline.dll | 2019.150.4312.2 | 1120208 | 01-Apr-23 | 13:06 | x86 |
Dtswizard.exe | 15.0.4312.2 | 886720 | 01-Apr-23 | 13:06 | x64 |
Dtswizard.exe | 15.0.4312.2 | 890816 | 01-Apr-23 | 13:06 | x86 |
Dtuparse.dll | 2019.150.4312.2 | 100296 | 01-Apr-23 | 13:06 | x64 |
Dtuparse.dll | 2019.150.4312.2 | 88000 | 01-Apr-23 | 13:06 | x86 |
Dtutil.exe | 2019.150.4312.2 | 130464 | 01-Apr-23 | 13:06 | x86 |
Dtutil.exe | 2019.150.4312.2 | 149408 | 01-Apr-23 | 13:06 | x64 |
Exceldest.dll | 2019.150.4312.2 | 235424 | 01-Apr-23 | 13:06 | x86 |
Exceldest.dll | 2019.150.4312.2 | 280520 | 01-Apr-23 | 13:06 | x64 |
Excelsrc.dll | 2019.150.4312.2 | 260048 | 01-Apr-23 | 13:06 | x86 |
Excelsrc.dll | 2019.150.4312.2 | 309184 | 01-Apr-23 | 13:06 | x64 |
Flatfiledest.dll | 2019.150.4312.2 | 358336 | 01-Apr-23 | 13:06 | x86 |
Flatfiledest.dll | 2019.150.4312.2 | 411600 | 01-Apr-23 | 13:06 | x64 |
Flatfilesrc.dll | 2019.150.4312.2 | 370624 | 01-Apr-23 | 13:06 | x86 |
Flatfilesrc.dll | 2019.150.4312.2 | 427936 | 01-Apr-23 | 13:06 | x64 |
Microsoft.sqlserver.astasks.dll | 15.0.4312.2 | 116688 | 01-Apr-23 | 13:06 | x86 |
Microsoft.sqlserver.chainer.infrastructure.dll | 15.0.4312.2 | 403408 | 01-Apr-23 | 13:06 | x86 |
Microsoft.sqlserver.chainer.infrastructure.dll | 15.0.4312.2 | 403408 | 01-Apr-23 | 13:06 | x86 |
Microsoft.sqlserver.configuration.sco.dll | 15.0.4312.2 | 3004352 | 01-Apr-23 | 13:06 | x86 |
Microsoft.sqlserver.configuration.sco.dll | 15.0.4312.2 | 3004368 | 01-Apr-23 | 13:06 | x86 |
Microsoft.sqlserver.integrationservices.runtimetelemetry.dll | 15.0.4312.2 | 42896 | 01-Apr-23 | 13:06 | x86 |
Microsoft.sqlserver.integrationservices.runtimetelemetry.dll | 15.0.4312.2 | 42944 | 01-Apr-23 | 13:06 | x86 |
Microsoft.sqlserver.management.integrationservicesenum.dll | 15.0.4312.2 | 59296 | 01-Apr-23 | 13:06 | x86 |
Microsoft.sqlserver.olapenum.dll | 15.0.18185.0 | 100800 | 01-Apr-23 | 13:06 | x86 |
Msdtssrvrutil.dll | 2019.150.4312.2 | 100288 | 01-Apr-23 | 13:06 | x86 |
Msdtssrvrutil.dll | 2019.150.4312.2 | 112576 | 01-Apr-23 | 13:06 | x64 |
Msmgdsrv.dll | 2018.150.35.39 | 8281000 | 01-Apr-23 | 12:50 | x86 |
Oledbdest.dll | 2019.150.4312.2 | 239568 | 01-Apr-23 | 13:06 | x86 |
Oledbdest.dll | 2019.150.4312.2 | 280528 | 01-Apr-23 | 13:06 | x64 |
Oledbsrc.dll | 2019.150.4312.2 | 264128 | 01-Apr-23 | 13:06 | x86 |
Oledbsrc.dll | 2019.150.4312.2 | 313280 | 01-Apr-23 | 13:06 | x64 |
Sqlresourceloader.dll | 2019.150.4312.2 | 38864 | 01-Apr-23 | 13:06 | x86 |
Sqlresourceloader.dll | 2019.150.4312.2 | 51104 | 01-Apr-23 | 13:06 | x64 |
Sqlscm.dll | 2019.150.4312.2 | 79824 | 01-Apr-23 | 13:06 | x86 |
Sqlscm.dll | 2019.150.4312.2 | 88000 | 01-Apr-23 | 13:06 | x64 |
Sqlsvc.dll | 2019.150.4312.2 | 149456 | 01-Apr-23 | 13:06 | x86 |
Sqlsvc.dll | 2019.150.4312.2 | 182160 | 01-Apr-23 | 13:06 | x64 |
Sqltaskconnections.dll | 2019.150.4312.2 | 169920 | 01-Apr-23 | 13:06 | x86 |
Sqltaskconnections.dll | 2019.150.4312.2 | 202704 | 01-Apr-23 | 13:06 | x64 |
Txdataconvert.dll | 2019.150.4312.2 | 276432 | 01-Apr-23 | 13:06 | x86 |
Txdataconvert.dll | 2019.150.4312.2 | 317344 | 01-Apr-23 | 13:06 | x64 |
Xe.dll | 2019.150.4312.2 | 632720 | 01-Apr-23 | 13:06 | x86 |
Xe.dll | 2019.150.4312.2 | 722896 | 01-Apr-23 | 13:06 | 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。