KB5001090 - SQL Server 2019 的累積更新 10
發行日期: 2021年4月6日
版本: 15.0.4123.1
摘要
本文說明 SQL Server 2019 Microsoft累積更新套件 10 (CU10)。 此更新包含 SQL Server 2019 累積更新 9 版本之後發出的 40 個修正 程式,並更新下列組建中的元件:
- SQL Server - 產品版本: 15.0.4123.1,檔案版本: 2019.150.4123.1
- Analysis Services - 產品版本: 15.0.34.32,檔案版本: 2018.150.34.32
此更新中的已知問題
在 Microsoft sql Server 2019 的累積更新 9 (CU9) 中對純量 UDF 內嵌相關的變更之後,CU 9 和 CU 10 更新中引進了瑕疵,當物件叫用純量可內嵌 UDF (UDF1) 與做為輸入參數的純量內嵌 UDF (UDF2) 時,可能會發生存取違規:
OBJECT DEFINITION(view/UDF/TVF/procedure)
…
SELECT UDF1(UDF2());
…
未來的累積更新中將會提供修正程式。 若要減輕此問題,請使用下列其中一個選項來停用純量 UDF 內嵌:
將 新增
WITH INLINE = OFF
至定義,以變更 UDF2 的定義。使用
ALTER DATABASE SCOPED CONFIGURATION SET TSQL_SCALAR_UDF_INLINING = OFF
停用資料庫內嵌。
如需停用純量 UDF 內嵌的範例,請參閱 停用純量 UDF 內嵌而不變更相容性層級。
此更新中包含的改善和修正
有一個可下載的 Excel 活頁簿,其中包含組建的摘要清單,以及其目前的支援生命週期。 Excel 檔案也包含 SQL Server 2019 和 SQL Server 2017 的詳細修正清單。 選取以立即下載此 Excel 檔案。
注意
下表中的個別專案可以直接透過書籤參考。 如果您選取數據表中的任何錯誤參考標識符,書籤標記會使用 「#NNNNNNNN」 格式新增至 URL。 然後,您可以與其他人共用此 URL,讓他們可以直接跳至數據表中所需的修正程式。
如需此累積更新中已修正的 Bug 和增強功能的詳細資訊,請參閱下列Microsoft知識庫文章。
Bug 參考 | 描述 | 修正區域 | 元件 | 平台 |
---|---|---|---|---|
13949609 | 修正 Server.Synchronize 方法中顯示的 AMO 方法 'Microsoft.AnalysisServices.Tabular.Server.Synchronize ' 設定會被忽略的問題synchronizeSecurity 。 |
Analysis Services (英文) | Analysis Services (英文) | Windows |
13957945 | 修正 SSAS 2019 中的表格式查詢相較於 SSAS 2016,效能問題需要更多時間執行。 | Analysis Services (英文) | Analysis Services (英文) | Windows |
13987291 | 修正某些特殊日期格式的非預期日期轉換。 | Master Data Services | 用戶端 | Windows |
13746935 | 當 VSS 備份嘗試備份裝載於分散式可用性群組轉寄站複本上的 SQL Server 資料庫時,備份作業會失敗。 資料庫鏡像或次要復本不支援此BACKUP或 RESTORE 命令。 BACKUP DATABASE 異常終止。 在錯誤記錄檔中,您可能會看到下列錯誤: <DateTime> 備份錯誤:3041、嚴重性:16、狀態:1。 <DateTime> Backup BACKUP 無法完成BACKUP DATABASE <DatabaseName> 命令。 詳細訊息請檢查備份應用程式記錄檔。 |
SQL Server 引擎 | 備份 還原 | Windows |
13953267 | 修正:當在線叢集數據行存放區索引重建重複使用截斷的 hobt,而不是 SQL Server 2019 中新的 hobt 時,就會發生判斷提示失敗(KB5001159) | SQL Server 引擎 | 數據行存放區 | Windows |
13880249 | 如果查詢計劃是在重新分割 Streams Parallelism 運算子之前使用單個線程批次模式sort 運算符,則查詢執行可能會遇到查詢內部死結。 |
SQL Server 引擎 | 數據行存放區 | Windows |
13491008 | 修正:從 Linux 上的 SQL Server 2017 或 2019 建立 Azure Blob 記憶體的資料庫可能會失敗,併發生錯誤(KB4548523) | SQL Server 引擎 | 資料庫管理 | 全部 |
13959547 | 修正在發生 AG 故障轉移時,針對可用性群組 (AG) 資料庫故障轉移收集錯誤時所發生的存取違規 (AV)。 | SQL Server 引擎 | 高可用性和災害復原 | 全部 |
13965423 | 修正當您經常進行記錄備份,並在 Stolen Server Memory 可用性群組中的同步次要復本成長時,發生記憶體不足的問題。 |
SQL Server 引擎 | 高可用性和災害復原 | Windows |
13980400 | 修正 SQL Server 2019 登入失敗後下列傾印例外狀況: ex_raise2:引發未處理的例外狀況、major=36、minor=2、state=52、severity=25 |
SQL Server 引擎 | 高可用性和災害復原 | Windows |
13959554 | 修正:當您在 SQL Server 2016 或 2019 中叢集數據行存放區索引的記憶體內部優化數據表上執行查詢時,會產生不正確的結果(KB5000650) | SQL Server 引擎 | 記憶體中的 OLTP | Windows |
13974729 | 修正:當您在 SQL Server 中的記憶體中優化數據表上執行查詢時,會發生錯誤的結果(KB5001044) | SQL Server 引擎 | 記憶體中的 OLTP | 全部 |
13712974 | 在 Linux 上建立/修改 SQL Server 2019 的 SQL 登入/使用者時,停用 AD 用戶名稱中的 FQDN。 | SQL Server 引擎 | Linux | Linux |
13717019 | 修正失敗的網路聯機會導致套接字流失的問題。 | SQL Server 引擎 | Linux | Linux |
13955889 | 藉由在停用 SSSD 時,正確處理未來 KVNO 的索引鍵表專案,以改善 AD 索引鍵表輪替。 | SQL Server 引擎 | Linux | Linux |
13974750 | 修正:當您在 SQL Server 中使用 SQL 登入帳戶執行維護計劃時,發生「使用者登入失敗」錯誤(KB4486936) | SQL Server 引擎 | 管理服務 | Windows |
13771907 | 如果查詢符合下推資格,則允許PolyBase查詢的篩選述詞下推,該查詢會利用 FORMAT 子句中的 SELECT 或 TRIM 函式。 |
SQL Server 引擎 | PolyBase | Windows |
13959574 | 修正將大量數據匯入 Windows Azure Blob 記憶體時可能發生的存取違規錯誤。 如果 PolyBase 資料行動服務在大型資料插入交易期間遇到記憶體不足狀況,就會發生這種情況。 | SQL Server 引擎 | PolyBase | Windows |
13980600 | 修正您注意到 PolyBase 外部下推查詢中的假作業 CAST 可能會大幅影響某些後端的效能的問題。 |
SQL Server 引擎 | PolyBase | 全部 |
13959545 | 修正:SQL Server 中的 MERGE 語句在 BTreeRow::D isableAccessReleaseOnWait 中的存取違規失敗 (KB4589350) | SQL Server 引擎 | 查詢執行 | Windows |
13959551 13974726 |
修正:由於純量表示式中未偵測到串連參數的結果不正確(KB5000649) | SQL Server 引擎 | 查詢執行 | 全部 |
13912551 | 修正在索引重建之後,針對索引數據行上的統計數據保留 『PERSIST_SAMPLE_PERCENT ' 值。 |
SQL Server 引擎 | 查詢最佳化工具 | Windows |
13972985 | 修正包含自動建立統計數據的查詢編譯失敗,並出現下列錯誤記錄檔 <:D ateTime> 錯誤:3628、嚴重性:16、狀態:1。 <DateTime> 處理使用者要求時,資料庫引擎 從操作系統收到浮點例外狀況。 請再次嘗試交易。 如果問題仍然存在,請連絡您的系統管理員。 |
SQL Server 引擎 | 查詢最佳化工具 | Windows |
13959563 | 修正:當您在 SQL Server 2016 和 2019 中啟用 CDC 的資料庫上建立和卸除發行集時,記錄讀取器代理程式失敗(KB5000715) | SQL Server 引擎 | 複寫 | Windows |
13959543 | 修正已將外鍵新增至參考數據表數據行之數據表的問題,該數據表是包含數據行之唯一索引的一部分。 復寫數據表的ALTER 命令時,散發代理程式 失敗,並出現下列錯誤訊息:外鍵中的參考數據行數目與數據表 '<TableName>' 數目不同。 (來源:MSSQLServer,錯誤號碼:8139) |
SQL Server 引擎 | 複寫 | Windows |
13959560 | 修正以全文檢索索引為基礎的查詢未傳回預期值的問題。 | SQL Server 引擎 | 搜尋 | Windows |
13988916 | 修正:在 SQL Server 2019 中使用動態數據遮罩和巢狀 UDF 時,會發生存取違規 (KB5001526) | SQL Server 引擎 | 安全性基礎結構 | 全部 |
13988918 | 修正:元數據死結會在變更 SQL Server 2019 中的稽核屬性時造成可用性問題(KB5001517) | SQL Server 引擎 | 安全性基礎結構 | 全部 |
13953270 | 改進:SQL Server 中數個空間內建屬性和方法的效能改善 (KB5001260) | SQL Server 引擎 | 空間 | 全部 |
13979796 | 修正 SQL Server 2019 kubeadm-prod 中當 netbios 名稱與ouDistinguishedName 不相符時,在 Pod 上安裝compute /master 停止響應的問題。 |
SQL Server 引擎 | SQL 巨量數據叢集 | Linux |
13981606 | 套用 SQL Server 2019 CU8 之後,SQL Server 服務不會啟動和失敗的核心傾印。 | SQL Server 引擎 | SQL 巨量數據叢集 | Linux |
13975249 | 修正:在 SQL Server 2019 中啟用混合式緩衝池時發生存取違規 (KB5001266) | SQL Server 引擎 | SQL OS | 全部 |
13947703 | 修正在 SQL Server 2019 中啟用記憶體模型的封鎖快 MMLarge 取的問題。 |
SQL Server 引擎 | SQL OS | 全部 |
13959557 | 改進:記錄堆疊複製期間失敗和錯誤的階段,以取得更好的診斷。 | SQL Server 引擎 | SQL OS | 全部 |
13974743 | 修正在您 HADR_SYNC_COMMIT 套用 CU7 之後,可能會在 SQL Server 上顯示大量工作負載的高等候時間。 |
SQL Server 引擎 | SQL OS | Linux |
13980551 | 套用 SQL Server 2019 CU8 之後,SQL Server 服務不會啟動和失敗的核心傾印。 | SQL Server 引擎 | SQL OS | Linux |
13970216 | 修正在 SQL Server 2019 中從數據表卸除唯一標識符數據行之後,選項3 會產生存取違規傾印的問題DBCC PAGE 。 訊息 596,層級 21,狀態 1,Line <LineNumber> 無法繼續執行,因為會話處於終止狀態。 Msg 0, Level 20, State 0, Line LineNumber <> 目前命令上發生嚴重錯誤。 應捨棄結果 (如果有的話)。 |
SQL Server 引擎 | 儲存管理 | Windows |
13974728 | 修正性能計數器 Data File(s) Size (KB) 在建立一個初始大小為 4 TB 或成長超過 4 TB 的檔案時,不會報告資料庫檔案的正確總大小 > 的問題。 |
SQL Server 引擎 | 儲存管理 | Windows |
13974746 | 新增選項以只釋放快 LogPool 取: DBCC FREESYSTEMCACHE('LogPool') 。 |
SQL Server 引擎 | 交易服務 | Windows |
如何取得或下載此或最新的累積更新套件
如何取得或下載適用於 Windows 的最新累積更新套件(建議)
下列更新可從Microsoft下載中心取得:
立即下載 SQL Server 2019 的最新累積更新套件
注意
- Microsoft下載中心一律會顯示最新的 SQL Server 2019 CU 版本。
- 如果下載頁面未出現,請連絡 Microsoft客戶服務及支持 人員以取得累積更新套件。
如何從 Microsoft 更新目錄取得或下載 Windows 的這個累積更新套件
下列更新可從 Microsoft 更新目錄取得:
立即下載 SQL Server 2019 CU10 的累積更新套件
注意
- Microsoft更新類別目錄 包含此 SQL Server 2019 CU,以及先前發行的 SQL Server 2019 CU 版本。
- 此 CU 也可透過 Windows Server Update Services (WSUS) 取得。
- 建議您一律安裝可用的最新累積更新。
如何取得或下載 Linux 的最新累積更新套件
若要將Linux上的SQL Server 2019更新為最新的 CU,您必須先設定累積更新存放庫。 然後,使用適當的平臺特定更新命令來更新 SQL Server 套件。
如需安裝指示和 CU 套件下載的直接連結,請參閱 SQL Server 2019 版本資訊。
如何取得或下載 巨量資料叢集 的最新累積更新(BDC)
若要將Linux上的SQL Server 2019 巨量資料叢集 (BDC) Microsoft升級至最新的 CU,請參閱 巨量資料叢集 部署指引。
從 SQL Server 2019 CU1 開始,您可以從生產支援的版本執行 巨量資料叢集 就地升級(SQL Server 2019 GDR1)。 如需詳細資訊,請參閱如何升級 SQL Server 巨量資料叢集。
如需詳細資訊,請參閱 巨量資料叢集 版本資訊。
檔案資訊
檔案哈希資訊
您可以使用下列命令,藉由計算SQLServer2019-KB5001090-x64.exe檔案的哈希來驗證下載:
certutil -hashfile SQLServer2019-KB5001090-x64.exe SHA256
檔案名稱 | SHA256 哈希 |
---|---|
SQLServer2019-KB5001090-x64.exe | 1564D98CA6FE08DE31E33896CE16BD85F061AA19A9F36EAA97E5B89D34E36718 |
累積更新套件檔案資訊
此套件的英文版具有下表所列的檔案屬性(或更新版本的檔案屬性)。 這些檔案的日期和時間會列在國際標準時間 (UTC) 中。 當您檢視檔案資訊時,它會轉換成當地時間。 若要尋找 UTC 與當地時間之間的差異,請使用 控制台 中 [日期和時間] 專案中的 [時區] 索引標籤。
x64 型版本
SQL Server 2019 Analysis Services
檔案名稱 | 檔案版本 | 檔案大小 | Date | Time | 平台 |
---|---|---|---|---|---|
Asplatformhost.dll | 2018.150.35.0 | 291744 | 22-Mar-21 | 18:57 | x64 |
Mashupcompression.dll | 2.80.5803.541 | 140672 | 22-Mar-21 | 18:57 | x64 |
Microsoft.analysisservices.minterop.dll | 15.0.35.0 | 757128 | 22-Mar-21 | 18:57 | x86 |
Microsoft.analysisservices.server.core.resources.dll | 15.0.35.0 | 174496 | 22-Mar-21 | 18:58 | x86 |
Microsoft.analysisservices.server.core.resources.dll | 15.0.35.0 | 198536 | 22-Mar-21 | 18:57 | x86 |
Microsoft.analysisservices.server.core.resources.dll | 15.0.35.0 | 201096 | 22-Mar-21 | 18:57 | x86 |
Microsoft.analysisservices.server.core.resources.dll | 15.0.35.0 | 197512 | 22-Mar-21 | 18:57 | x86 |
Microsoft.analysisservices.server.core.resources.dll | 15.0.35.0 | 213896 | 22-Mar-21 | 18:57 | x86 |
Microsoft.analysisservices.server.core.resources.dll | 15.0.35.0 | 196512 | 22-Mar-21 | 18:57 | x86 |
Microsoft.analysisservices.server.core.resources.dll | 15.0.35.0 | 192416 | 22-Mar-21 | 18:58 | x86 |
Microsoft.analysisservices.server.core.resources.dll | 15.0.35.0 | 251272 | 22-Mar-21 | 18:58 | x86 |
Microsoft.analysisservices.server.core.resources.dll | 15.0.35.0 | 172960 | 22-Mar-21 | 18:58 | x86 |
Microsoft.analysisservices.server.core.resources.dll | 15.0.35.0 | 195976 | 22-Mar-21 | 18:57 | x86 |
Microsoft.analysisservices.server.tabular.dll | 15.0.35.0 | 1096608 | 22-Mar-21 | 18:57 | x86 |
Microsoft.analysisservices.server.tabular.json.dll | 15.0.35.0 | 479624 | 22-Mar-21 | 18:57 | x86 |
Microsoft.analysisservices.server.tabular.resources.dll | 15.0.35.0 | 53664 | 22-Mar-21 | 18:58 | x86 |
Microsoft.analysisservices.server.tabular.resources.dll | 15.0.35.0 | 58248 | 22-Mar-21 | 18:57 | x86 |
Microsoft.analysisservices.server.tabular.resources.dll | 15.0.35.0 | 58272 | 22-Mar-21 | 18:57 | x86 |
Microsoft.analysisservices.server.tabular.resources.dll | 15.0.35.0 | 57736 | 22-Mar-21 | 18:57 | x86 |
Microsoft.analysisservices.server.tabular.resources.dll | 15.0.35.0 | 60832 | 22-Mar-21 | 18:57 | x86 |
Microsoft.analysisservices.server.tabular.resources.dll | 15.0.35.0 | 57248 | 22-Mar-21 | 18:57 | x86 |
Microsoft.analysisservices.server.tabular.resources.dll | 15.0.35.0 | 57248 | 22-Mar-21 | 18:58 | x86 |
Microsoft.analysisservices.server.tabular.resources.dll | 15.0.35.0 | 66464 | 22-Mar-21 | 18:58 | x86 |
Microsoft.analysisservices.server.tabular.resources.dll | 15.0.35.0 | 52640 | 22-Mar-21 | 18:58 | x86 |
Microsoft.analysisservices.server.tabular.resources.dll | 15.0.35.0 | 57248 | 22-Mar-21 | 18:57 | x86 |
Microsoft.analysisservices.timedimgenerator.resources.dll | 15.0.35.0 | 16776 | 22-Mar-21 | 18:58 | x86 |
Microsoft.analysisservices.timedimgenerator.resources.dll | 15.0.35.0 | 16800 | 22-Mar-21 | 18:57 | x86 |
Microsoft.analysisservices.timedimgenerator.resources.dll | 15.0.35.0 | 16776 | 22-Mar-21 | 18:57 | x86 |
Microsoft.analysisservices.timedimgenerator.resources.dll | 15.0.35.0 | 16776 | 22-Mar-21 | 18:57 | x86 |
Microsoft.analysisservices.timedimgenerator.resources.dll | 15.0.35.0 | 16776 | 22-Mar-21 | 18:57 | x86 |
Microsoft.analysisservices.timedimgenerator.resources.dll | 15.0.35.0 | 16776 | 22-Mar-21 | 18:57 | x86 |
Microsoft.analysisservices.timedimgenerator.resources.dll | 15.0.35.0 | 16776 | 22-Mar-21 | 18:58 | x86 |
Microsoft.analysisservices.timedimgenerator.resources.dll | 15.0.35.0 | 17800 | 22-Mar-21 | 18:58 | x86 |
Microsoft.analysisservices.timedimgenerator.resources.dll | 15.0.35.0 | 16800 | 22-Mar-21 | 18:58 | x86 |
Microsoft.analysisservices.timedimgenerator.resources.dll | 15.0.35.0 | 16776 | 22-Mar-21 | 18:57 | x86 |
Microsoft.data.edm.netfx35.dll | 5.7.0.62516 | 661072 | 22-Mar-21 | 18:57 | x86 |
Microsoft.data.mashup.dll | 2.80.5803.541 | 186232 | 22-Mar-21 | 18:57 | x86 |
Microsoft.data.mashup.oledb.dll | 2.80.5803.541 | 30080 | 22-Mar-21 | 18:57 | x86 |
Microsoft.data.mashup.preview.dll | 2.80.5803.541 | 74832 | 22-Mar-21 | 18:57 | x86 |
Microsoft.data.mashup.providercommon.dll | 2.80.5803.541 | 102264 | 22-Mar-21 | 18:57 | x86 |
Microsoft.data.mashup.providercommon.resources.dll | 2.80.5803.541 | 37760 | 22-Mar-21 | 18:58 | x86 |
Microsoft.data.mashup.providercommon.resources.dll | 2.80.5803.541 | 41864 | 22-Mar-21 | 18:57 | x86 |
Microsoft.data.mashup.providercommon.resources.dll | 2.80.5803.541 | 41864 | 22-Mar-21 | 18:57 | x86 |
Microsoft.data.mashup.providercommon.resources.dll | 2.80.5803.541 | 41848 | 22-Mar-21 | 18:57 | x86 |
Microsoft.data.mashup.providercommon.resources.dll | 2.80.5803.541 | 42064 | 22-Mar-21 | 18:57 | x86 |
Microsoft.data.mashup.providercommon.resources.dll | 2.80.5803.541 | 41856 | 22-Mar-21 | 18:57 | x86 |
Microsoft.data.mashup.providercommon.resources.dll | 2.80.5803.541 | 41848 | 22-Mar-21 | 18:58 | x86 |
Microsoft.data.mashup.providercommon.resources.dll | 2.80.5803.541 | 45960 | 22-Mar-21 | 18:58 | x86 |
Microsoft.data.mashup.providercommon.resources.dll | 2.80.5803.541 | 37760 | 22-Mar-21 | 18:58 | x86 |
Microsoft.data.mashup.providercommon.resources.dll | 2.80.5803.541 | 42064 | 22-Mar-21 | 18:57 | x86 |
Microsoft.data.odata.netfx35.dll | 5.7.0.62516 | 1454672 | 22-Mar-21 | 18:57 | x86 |
Microsoft.data.odata.query.netfx35.dll | 5.7.0.62516 | 181112 | 22-Mar-21 | 18:57 | x86 |
Microsoft.data.sapclient.dll | 1.0.0.25 | 920656 | 22-Mar-21 | 18:57 | x86 |
Microsoft.data.sapclient.resources.dll | 1.0.0.25 | 34608 | 22-Mar-21 | 18:57 | x86 |
Microsoft.data.sapclient.resources.dll | 1.0.0.25 | 34816 | 22-Mar-21 | 18:57 | x86 |
Microsoft.data.sapclient.resources.dll | 1.0.0.25 | 34816 | 22-Mar-21 | 18:57 | x86 |
Microsoft.data.sapclient.resources.dll | 1.0.0.25 | 35120 | 22-Mar-21 | 18:57 | x86 |
Microsoft.data.sapclient.resources.dll | 1.0.0.25 | 47112 | 22-Mar-21 | 18:57 | x86 |
Microsoft.data.sapclient.resources.dll | 1.0.0.25 | 34600 | 22-Mar-21 | 18:57 | x86 |
Microsoft.data.sapclient.resources.dll | 1.0.0.25 | 33072 | 22-Mar-21 | 18:58 | x86 |
Microsoft.data.sapclient.resources.dll | 1.0.0.25 | 33080 | 22-Mar-21 | 18:58 | x86 |
Microsoft.data.sapclient.resources.dll | 1.0.0.25 | 34824 | 22-Mar-21 | 18:58 | x86 |
Microsoft.data.sapclient.resources.dll | 1.0.0.25 | 37672 | 22-Mar-21 | 18:58 | x86 |
Microsoft.hostintegration.connectors.dll | 2.80.5803.541 | 5262728 | 22-Mar-21 | 18:57 | x86 |
Microsoft.mashup.container.exe | 2.80.5803.541 | 22392 | 22-Mar-21 | 18:57 | x64 |
Microsoft.mashup.container.netfx40.exe | 2.80.5803.541 | 21880 | 22-Mar-21 | 18:57 | x64 |
Microsoft.mashup.container.netfx45.exe | 2.80.5803.541 | 22096 | 22-Mar-21 | 18:57 | x64 |
Microsoft.mashup.eventsource.dll | 2.80.5803.541 | 149368 | 22-Mar-21 | 18:57 | x86 |
Microsoft.mashup.oauth.dll | 2.80.5803.541 | 78712 | 22-Mar-21 | 18:57 | x86 |
Microsoft.mashup.oauth.resources.dll | 2.80.5803.541 | 14728 | 22-Mar-21 | 18:58 | x86 |
Microsoft.mashup.oauth.resources.dll | 2.80.5803.541 | 15240 | 22-Mar-21 | 18:57 | x86 |
Microsoft.mashup.oauth.resources.dll | 2.80.5803.541 | 15464 | 22-Mar-21 | 18:57 | x86 |
Microsoft.mashup.oauth.resources.dll | 2.80.5803.541 | 15224 | 22-Mar-21 | 18:57 | x86 |
Microsoft.mashup.oauth.resources.dll | 2.80.5803.541 | 15440 | 22-Mar-21 | 18:57 | x86 |
Microsoft.mashup.oauth.resources.dll | 2.80.5803.541 | 15232 | 22-Mar-21 | 18:57 | x86 |
Microsoft.mashup.oauth.resources.dll | 2.80.5803.541 | 14720 | 22-Mar-21 | 18:58 | x86 |
Microsoft.mashup.oauth.resources.dll | 2.80.5803.541 | 15744 | 22-Mar-21 | 18:58 | x86 |
Microsoft.mashup.oauth.resources.dll | 2.80.5803.541 | 14720 | 22-Mar-21 | 18:58 | x86 |
Microsoft.mashup.oauth.resources.dll | 2.80.5803.541 | 14928 | 22-Mar-21 | 18:57 | x86 |
Microsoft.mashup.oledbinterop.dll | 2.80.5803.541 | 192392 | 22-Mar-21 | 18:57 | x64 |
Microsoft.mashup.oledbprovider.dll | 2.80.5803.541 | 59984 | 22-Mar-21 | 18:57 | x86 |
Microsoft.mashup.oledbprovider.resources.dll | 2.80.5803.541 | 13192 | 22-Mar-21 | 18:58 | x86 |
Microsoft.mashup.oledbprovider.resources.dll | 2.80.5803.541 | 13192 | 22-Mar-21 | 18:57 | x86 |
Microsoft.mashup.oledbprovider.resources.dll | 2.80.5803.541 | 13392 | 22-Mar-21 | 18:57 | x86 |
Microsoft.mashup.oledbprovider.resources.dll | 2.80.5803.541 | 13192 | 22-Mar-21 | 18:57 | x86 |
Microsoft.mashup.oledbprovider.resources.dll | 2.80.5803.541 | 13184 | 22-Mar-21 | 18:57 | x86 |
Microsoft.mashup.oledbprovider.resources.dll | 2.80.5803.541 | 13184 | 22-Mar-21 | 18:57 | x86 |
Microsoft.mashup.oledbprovider.resources.dll | 2.80.5803.541 | 13192 | 22-Mar-21 | 18:58 | x86 |
Microsoft.mashup.oledbprovider.resources.dll | 2.80.5803.541 | 13392 | 22-Mar-21 | 18:58 | x86 |
Microsoft.mashup.oledbprovider.resources.dll | 2.80.5803.541 | 13184 | 22-Mar-21 | 18:58 | x86 |
Microsoft.mashup.oledbprovider.resources.dll | 2.80.5803.541 | 13392 | 22-Mar-21 | 18:57 | x86 |
Microsoft.mashup.scriptdom.dll | 2.40.4554.261 | 2371808 | 22-Mar-21 | 18:57 | x86 |
Microsoft.mashup.shims.dll | 2.80.5803.541 | 27512 | 22-Mar-21 | 18:57 | x86 |
Microsoft.mashup.storage.xmlserializers.dll | 1.0.0.0 | 140368 | 22-Mar-21 | 18:57 | x86 |
Microsoft.mashupengine.dll | 2.80.5803.541 | 14271872 | 22-Mar-21 | 18:57 | x86 |
Microsoft.mashupengine.resources.dll | 2.80.5803.541 | 553864 | 22-Mar-21 | 18:58 | x86 |
Microsoft.mashupengine.resources.dll | 2.80.5803.541 | 664656 | 22-Mar-21 | 18:57 | x86 |
Microsoft.mashupengine.resources.dll | 2.80.5803.541 | 656256 | 22-Mar-21 | 18:57 | x86 |
Microsoft.mashupengine.resources.dll | 2.80.5803.541 | 639880 | 22-Mar-21 | 18:57 | x86 |
Microsoft.mashupengine.resources.dll | 2.80.5803.541 | 689024 | 22-Mar-21 | 18:57 | x86 |
Microsoft.mashupengine.resources.dll | 2.80.5803.541 | 648064 | 22-Mar-21 | 18:57 | x86 |
Microsoft.mashupengine.resources.dll | 2.80.5803.541 | 627592 | 22-Mar-21 | 18:58 | x86 |
Microsoft.mashupengine.resources.dll | 2.80.5803.541 | 865360 | 22-Mar-21 | 18:58 | x86 |
Microsoft.mashupengine.resources.dll | 2.80.5803.541 | 545656 | 22-Mar-21 | 18:58 | x86 |
Microsoft.mashupengine.resources.dll | 2.80.5803.541 | 640080 | 22-Mar-21 | 18:57 | x86 |
Microsoft.odata.core.netfx35.dll | 6.15.0.0 | 1437568 | 22-Mar-21 | 18:57 | x86 |
Microsoft.odata.edm.netfx35.dll | 6.15.0.0 | 778632 | 22-Mar-21 | 18:57 | x86 |
Microsoft.powerbi.adomdclient.dll | 15.1.27.19 | 1104976 | 22-Mar-21 | 18:57 | x86 |
Microsoft.spatial.netfx35.dll | 6.15.0.0 | 126336 | 22-Mar-21 | 18:57 | x86 |
Msmdctr.dll | 2018.150.35.0 | 37256 | 22-Mar-21 | 18:57 | x64 |
Msmdlocal.dll | 2018.150.35.0 | 66288032 | 22-Mar-21 | 18:57 | x64 |
Msmdlocal.dll | 2018.150.35.0 | 47781280 | 22-Mar-21 | 18:58 | x86 |
Msmdpump.dll | 2018.150.35.0 | 10187656 | 22-Mar-21 | 18:57 | x64 |
Msmdredir.dll | 2018.150.35.0 | 7955848 | 22-Mar-21 | 18:58 | x86 |
Msmdspdm.resources.dll | 15.0.35.0 | 15752 | 22-Mar-21 | 18:58 | x86 |
Msmdspdm.resources.dll | 15.0.35.0 | 15752 | 22-Mar-21 | 18:57 | x86 |
Msmdspdm.resources.dll | 15.0.35.0 | 16264 | 22-Mar-21 | 18:57 | x86 |
Msmdspdm.resources.dll | 15.0.35.0 | 15752 | 22-Mar-21 | 18:57 | x86 |
Msmdspdm.resources.dll | 15.0.35.0 | 16264 | 22-Mar-21 | 18:57 | x86 |
Msmdspdm.resources.dll | 15.0.35.0 | 16288 | 22-Mar-21 | 18:57 | x86 |
Msmdspdm.resources.dll | 15.0.35.0 | 16264 | 22-Mar-21 | 18:58 | x86 |
Msmdspdm.resources.dll | 15.0.35.0 | 17288 | 22-Mar-21 | 18:58 | x86 |
Msmdspdm.resources.dll | 15.0.35.0 | 15752 | 22-Mar-21 | 18:58 | x86 |
Msmdspdm.resources.dll | 15.0.35.0 | 15752 | 22-Mar-21 | 18:57 | x86 |
Msmdsrv.exe | 2018.150.35.0 | 65824160 | 22-Mar-21 | 18:57 | x64 |
Msmdsrv.rll | 2018.150.35.0 | 832392 | 22-Mar-21 | 18:58 | x64 |
Msmdsrv.rll | 2018.150.35.0 | 1627016 | 22-Mar-21 | 18:58 | x64 |
Msmdsrv.rll | 2018.150.35.0 | 1452960 | 22-Mar-21 | 18:58 | x64 |
Msmdsrv.rll | 2018.150.35.0 | 1641864 | 22-Mar-21 | 18:58 | x64 |
Msmdsrv.rll | 2018.150.35.0 | 1607584 | 22-Mar-21 | 18:58 | x64 |
Msmdsrv.rll | 2018.150.35.0 | 1000352 | 22-Mar-21 | 18:58 | x64 |
Msmdsrv.rll | 2018.150.35.0 | 991136 | 22-Mar-21 | 18:58 | x64 |
Msmdsrv.rll | 2018.150.35.0 | 1535880 | 22-Mar-21 | 18:58 | x64 |
Msmdsrv.rll | 2018.150.35.0 | 1520520 | 22-Mar-21 | 18:58 | x64 |
Msmdsrv.rll | 2018.150.35.0 | 809864 | 22-Mar-21 | 18:58 | x64 |
Msmdsrv.rll | 2018.150.35.0 | 1595272 | 22-Mar-21 | 18:58 | x64 |
Msmdsrvi.rll | 2018.150.35.0 | 831392 | 22-Mar-21 | 18:58 | x64 |
Msmdsrvi.rll | 2018.150.35.0 | 1623456 | 22-Mar-21 | 18:58 | x64 |
Msmdsrvi.rll | 2018.150.35.0 | 1449864 | 22-Mar-21 | 18:58 | x64 |
Msmdsrvi.rll | 2018.150.35.0 | 1636744 | 22-Mar-21 | 18:58 | x64 |
Msmdsrvi.rll | 2018.150.35.0 | 1603464 | 22-Mar-21 | 18:58 | x64 |
Msmdsrvi.rll | 2018.150.35.0 | 997792 | 22-Mar-21 | 18:58 | x64 |
Msmdsrvi.rll | 2018.150.35.0 | 990112 | 22-Mar-21 | 18:58 | x64 |
Msmdsrvi.rll | 2018.150.35.0 | 1531784 | 22-Mar-21 | 18:58 | x64 |
Msmdsrvi.rll | 2018.150.35.0 | 1516960 | 22-Mar-21 | 18:58 | x64 |
Msmdsrvi.rll | 2018.150.35.0 | 808840 | 22-Mar-21 | 18:58 | x64 |
Msmdsrvi.rll | 2018.150.35.0 | 1590688 | 22-Mar-21 | 18:58 | x64 |
Msmgdsrv.dll | 2018.150.35.0 | 10185120 | 22-Mar-21 | 18:57 | x64 |
Msmgdsrv.dll | 2018.150.35.0 | 8277920 | 22-Mar-21 | 18:58 | x86 |
Msolap.dll | 2018.150.35.0 | 11014560 | 22-Mar-21 | 18:57 | x64 |
Msolap.dll | 2018.150.35.0 | 8607136 | 22-Mar-21 | 18:58 | x86 |
Msolui.dll | 2018.150.35.0 | 305568 | 22-Mar-21 | 18:57 | x64 |
Msolui.dll | 2018.150.35.0 | 285064 | 22-Mar-21 | 18:58 | x86 |
Powerbiextensions.dll | 2.80.5803.541 | 9470032 | 22-Mar-21 | 18:58 | x86 |
Private_odbc32.dll | 10.0.14832.1000 | 728456 | 22-Mar-21 | 18:58 | x64 |
Sqlboot.dll | 2019.150.4123.1 | 213904 | 22-Mar-21 | 18:57 | x64 |
Sqlceip.exe | 15.0.4123.1 | 283520 | 22-Mar-21 | 18:57 | x86 |
Sqldumper.exe | 2019.150.4123.1 | 152480 | 22-Mar-21 | 18:57 | x86 |
Sqldumper.exe | 2019.150.4123.1 | 185248 | 22-Mar-21 | 18:57 | x64 |
System.spatial.netfx35.dll | 5.7.0.62516 | 117640 | 22-Mar-21 | 18:58 | x86 |
Tmapi.dll | 2018.150.35.0 | 6177160 | 22-Mar-21 | 18:58 | x64 |
Tmcachemgr.dll | 2018.150.35.0 | 4916616 | 22-Mar-21 | 18:58 | x64 |
Tmpersistence.dll | 2018.150.35.0 | 1183648 | 22-Mar-21 | 18:58 | x64 |
Tmtransactions.dll | 2018.150.35.0 | 6802336 | 22-Mar-21 | 18:58 | x64 |
Xmsrv.dll | 2018.150.35.0 | 26024328 | 22-Mar-21 | 18:58 | x64 |
Xmsrv.dll | 2018.150.35.0 | 35459464 | 22-Mar-21 | 18:58 | x86 |
SQL Server 2019 Database Services Common Core
檔案名稱 | 檔案版本 | 檔案大小 | Date | Time | 平台 |
---|---|---|---|---|---|
Instapi150.dll | 2019.150.4123.1 | 74640 | 22-Mar-21 | 18:51 | x86 |
Instapi150.dll | 2019.150.4123.1 | 86928 | 22-Mar-21 | 18:51 | x64 |
Microsoft.sqlserver.mgdsqldumper.dll | 2019.150.4123.1 | 86912 | 22-Mar-21 | 18:57 | x86 |
Microsoft.sqlserver.mgdsqldumper.dll | 2019.150.4123.1 | 99216 | 22-Mar-21 | 18:57 | x64 |
Msasxpress.dll | 2018.150.35.0 | 31136 | 22-Mar-21 | 18:51 | x64 |
Msasxpress.dll | 2018.150.35.0 | 25992 | 22-Mar-21 | 18:51 | x86 |
Pbsvcacctsync.dll | 2019.150.4123.1 | 74640 | 22-Mar-21 | 18:57 | x86 |
Pbsvcacctsync.dll | 2019.150.4123.1 | 86944 | 22-Mar-21 | 18:57 | x64 |
Sqldumper.exe | 2019.150.4123.1 | 152480 | 22-Mar-21 | 18:51 | x86 |
Sqldumper.exe | 2019.150.4123.1 | 185248 | 22-Mar-21 | 18:51 | x64 |
Sqlftacct.dll | 2019.150.4123.1 | 58256 | 22-Mar-21 | 18:57 | x86 |
Sqlftacct.dll | 2019.150.4123.1 | 78720 | 22-Mar-21 | 18:57 | x64 |
Sqlmanager.dll | 2019.150.4123.1 | 742288 | 22-Mar-21 | 18:57 | x86 |
Sqlmanager.dll | 2019.150.4123.1 | 877456 | 22-Mar-21 | 18:57 | x64 |
Sqlmgmprovider.dll | 2019.150.4123.1 | 377728 | 22-Mar-21 | 18:57 | x86 |
Sqlmgmprovider.dll | 2019.150.4123.1 | 431008 | 22-Mar-21 | 18:57 | x64 |
Sqlsvcsync.dll | 2019.150.4123.1 | 275344 | 22-Mar-21 | 18:57 | x86 |
Sqlsvcsync.dll | 2019.150.4123.1 | 357264 | 22-Mar-21 | 18:57 | x64 |
Svrenumapi150.dll | 2019.150.4123.1 | 1160080 | 22-Mar-21 | 18:57 | x64 |
Svrenumapi150.dll | 2019.150.4123.1 | 910224 | 22-Mar-21 | 18:57 | x86 |
SQL Server 2019 sql_dreplay_client
檔案名稱 | 檔案版本 | 檔案大小 | Date | Time | 平台 |
---|---|---|---|---|---|
Dreplayclient.exe | 2019.150.4123.1 | 136080 | 22-Mar-21 | 18:58 | x86 |
Dreplaycommon.dll | 2019.150.4123.1 | 665488 | 22-Mar-21 | 18:58 | x86 |
Dreplayutil.dll | 2019.150.4123.1 | 304000 | 22-Mar-21 | 18:58 | x86 |
Instapi150.dll | 2019.150.4123.1 | 86928 | 22-Mar-21 | 18:55 | x64 |
Sqlresourceloader.dll | 2019.150.4123.1 | 37760 | 22-Mar-21 | 18:58 | x86 |
SQL Server 2019 sql_dreplay_controller
檔案名稱 | 檔案版本 | 檔案大小 | Date | Time | 平台 |
---|---|---|---|---|---|
Dreplaycommon.dll | 2019.150.4123.1 | 665488 | 22-Mar-21 | 18:57 | x86 |
Dreplaycontroller.exe | 2019.150.4123.1 | 365456 | 22-Mar-21 | 18:57 | x86 |
Instapi150.dll | 2019.150.4123.1 | 86928 | 22-Mar-21 | 18:51 | x64 |
Sqlresourceloader.dll | 2019.150.4123.1 | 37760 | 22-Mar-21 | 18:57 | x86 |
SQL Server 2019 Database Services 核心實例
檔案名稱 | 檔案版本 | 檔案大小 | Date | Time | 平台 |
---|---|---|---|---|---|
Aetm-enclave-simulator.dll | 2019.150.4123.1 | 4657024 | 22-Mar-21 | 20:05 | x64 |
Aetm-enclave.dll | 2019.150.4123.1 | 4611464 | 22-Mar-21 | 20:05 | x64 |
Aetm-sgx-enclave-simulator.dll | 2019.150.4123.1 | 4931336 | 22-Mar-21 | 20:05 | x64 |
Aetm-sgx-enclave.dll | 2019.150.4123.1 | 4871976 | 22-Mar-21 | 20:05 | x64 |
Azureattest.dll | 10.0.18965.1000 | 255056 | 22-Mar-21 | 18:51 | x64 |
Azureattestmanager.dll | 10.0.18965.1000 | 97528 | 22-Mar-21 | 18:51 | x64 |
C1.dll | 19.16.27034.0 | 2438520 | 22-Mar-21 | 20:05 | x64 |
C2.dll | 19.16.27034.0 | 7239032 | 22-Mar-21 | 20:05 | x64 |
Cl.exe | 19.16.27034.0 | 424360 | 22-Mar-21 | 20:05 | x64 |
Clui.dll | 19.16.27034.0 | 541048 | 22-Mar-21 | 20:05 | x64 |
Datacollectorcontroller.dll | 2019.150.4123.1 | 279456 | 22-Mar-21 | 20:05 | x64 |
Dcexec.exe | 2019.150.4123.1 | 86912 | 22-Mar-21 | 20:05 | x64 |
Fssres.dll | 2019.150.4123.1 | 95136 | 22-Mar-21 | 20:05 | x64 |
Hadrres.dll | 2019.150.4123.1 | 201632 | 22-Mar-21 | 20:05 | x64 |
Hkcompile.dll | 2019.150.4123.1 | 1291168 | 22-Mar-21 | 20:05 | x64 |
Hkengine.dll | 2019.150.4123.1 | 5784464 | 22-Mar-21 | 20:05 | x64 |
Hkruntime.dll | 2019.150.4123.1 | 181120 | 22-Mar-21 | 20:05 | x64 |
Hktempdb.dll | 2019.150.4123.1 | 62336 | 22-Mar-21 | 20:05 | x64 |
Link.exe | 14.16.27034.0 | 1707936 | 22-Mar-21 | 20:05 | x64 |
Microsoft.sqlautoadmin.autobackupagent.dll | 15.0.4123.1 | 234400 | 22-Mar-21 | 20:05 | x86 |
Microsoft.sqlserver.xevent.linq.dll | 2019.150.4123.1 | 324480 | 22-Mar-21 | 20:05 | x64 |
Microsoft.sqlserver.xevent.targets.dll | 2019.150.4123.1 | 91008 | 22-Mar-21 | 20:05 | x64 |
Msobj140.dll | 14.16.27034.0 | 134008 | 22-Mar-21 | 20:05 | x64 |
Mspdb140.dll | 14.16.27034.0 | 632184 | 22-Mar-21 | 20:05 | x64 |
Mspdbcore.dll | 14.16.27034.0 | 632184 | 22-Mar-21 | 20:05 | x64 |
Msvcp140.dll | 14.16.27034.0 | 628200 | 22-Mar-21 | 20:05 | x64 |
Qds.dll | 2019.150.4123.1 | 1184656 | 22-Mar-21 | 20:05 | x64 |
Rsfxft.dll | 2019.150.4123.1 | 50048 | 22-Mar-21 | 20:05 | x64 |
Secforwarder.dll | 2019.150.4123.1 | 78752 | 22-Mar-21 | 20:05 | x64 |
Sqagtres.dll | 2019.150.4123.1 | 86912 | 22-Mar-21 | 20:05 | x64 |
Sqlaamss.dll | 2019.150.4123.1 | 107424 | 22-Mar-21 | 20:05 | x64 |
Sqlaccess.dll | 2019.150.4123.1 | 492432 | 22-Mar-21 | 20:05 | x64 |
Sqlagent.exe | 2019.150.4123.1 | 730016 | 22-Mar-21 | 20:05 | x64 |
Sqlagentctr150.dll | 2019.150.4123.1 | 66432 | 22-Mar-21 | 20:05 | x86 |
Sqlagentctr150.dll | 2019.150.4123.1 | 78752 | 22-Mar-21 | 20:05 | x64 |
Sqlboot.dll | 2019.150.4123.1 | 213904 | 22-Mar-21 | 20:05 | x64 |
Sqlceip.exe | 15.0.4123.1 | 283520 | 22-Mar-21 | 20:05 | x86 |
Sqlcmdss.dll | 2019.150.4123.1 | 86928 | 22-Mar-21 | 20:05 | x64 |
Sqlctr150.dll | 2019.150.4123.1 | 115600 | 22-Mar-21 | 20:05 | x86 |
Sqlctr150.dll | 2019.150.4123.1 | 140160 | 22-Mar-21 | 20:05 | x64 |
Sqldk.dll | 2019.150.4123.1 | 3150720 | 22-Mar-21 | 20:05 | x64 |
Sqldtsss.dll | 2019.150.4123.1 | 107408 | 22-Mar-21 | 20:05 | x64 |
Sqlevn70.rll |
2019.150.4123.1 | 1590144 | 22-Mar-21 | 20:05 | x64 |
Sqlevn70.rll |
2019.150.4123.1 | 3490688 | 22-Mar-21 | 20:05 | x64 |
Sqlevn70.rll |
2019.150.4123.1 | 3687296 | 22-Mar-21 | 20:05 | x64 |
Sqlevn70.rll |
2019.150.4123.1 | 4150144 | 22-Mar-21 | 20:05 | x64 |
Sqlevn70.rll |
2019.150.4123.1 | 4268928 | 22-Mar-21 | 20:05 | x64 |
Sqlevn70.rll |
2019.150.4123.1 | 3404672 | 22-Mar-21 | 20:05 | x64 |
Sqlevn70.rll |
2019.150.4123.1 | 3568512 | 22-Mar-21 | 20:05 | x64 |
Sqlevn70.rll |
2019.150.4123.1 | 4146048 | 22-Mar-21 | 20:05 | x64 |
Sqlevn70.rll |
2019.150.4123.1 | 3998592 | 22-Mar-21 | 20:05 | x64 |
Sqlevn70.rll |
2019.150.4123.1 | 4051840 | 22-Mar-21 | 20:05 | x64 |
Sqlevn70.rll |
2019.150.4123.1 | 2216832 | 22-Mar-21 | 20:05 | x64 |
Sqlevn70.rll |
2019.150.4123.1 | 2163584 | 22-Mar-21 | 20:05 | x64 |
Sqlevn70.rll |
2019.150.4123.1 | 3859328 | 22-Mar-21 | 20:05 | x64 |
Sqlevn70.rll |
2019.150.4123.1 | 3535744 | 22-Mar-21 | 20:05 | x64 |
Sqlevn70.rll |
2019.150.4123.1 | 4002688 | 22-Mar-21 | 20:05 | x64 |
Sqlevn70.rll |
2019.150.4123.1 | 3810176 | 22-Mar-21 | 20:05 | x64 |
Sqlevn70.rll |
2019.150.4123.1 | 3806080 | 22-Mar-21 | 20:05 | x64 |
Sqlevn70.rll |
2019.150.4123.1 | 3601280 | 22-Mar-21 | 20:05 | x64 |
Sqlevn70.rll |
2019.150.4123.1 | 3490688 | 22-Mar-21 | 20:05 | x64 |
Sqlevn70.rll |
2019.150.4123.1 | 1532800 | 22-Mar-21 | 20:05 | x64 |
Sqlevn70.rll |
2019.150.4123.1 | 3896192 | 22-Mar-21 | 20:05 | x64 |
Sqlevn70.rll |
2019.150.4123.1 | 4014976 | 22-Mar-21 | 20:05 | x64 |
Sqllang.dll | 2019.150.4123.1 | 39920528 | 22-Mar-21 | 20:05 | x64 |
Sqlmin.dll | 2019.150.4123.1 | 40432016 | 22-Mar-21 | 20:05 | x64 |
Sqlolapss.dll | 2019.150.4123.1 | 103328 | 22-Mar-21 | 20:05 | x64 |
Sqlos.dll | 2019.150.4123.1 | 41888 | 22-Mar-21 | 20:05 | x64 |
Sqlpowershellss.dll | 2019.150.4123.1 | 82832 | 22-Mar-21 | 20:05 | x64 |
Sqlrepss.dll | 2019.150.4123.1 | 82848 | 22-Mar-21 | 20:05 | x64 |
Sqlresourceloader.dll | 2019.150.4123.1 | 50080 | 22-Mar-21 | 19:27 | x64 |
Sqlscm.dll | 2019.150.4123.1 | 86912 | 22-Mar-21 | 19:27 | x64 |
Sqlscriptdowngrade.dll | 2019.150.4123.1 | 37760 | 22-Mar-21 | 20:05 | x64 |
Sqlscriptupgrade.dll | 2019.150.4123.1 | 5804928 | 22-Mar-21 | 20:05 | x64 |
Sqlserverspatial150.dll | 2019.150.4123.1 | 672672 | 22-Mar-21 | 20:05 | x64 |
Sqlservr.exe | 2019.150.4123.1 | 627584 | 22-Mar-21 | 20:05 | x64 |
Sqlsvc.dll | 2019.150.4123.1 | 181120 | 22-Mar-21 | 19:27 | x64 |
Sqltses.dll | 2019.150.4123.1 | 9081760 | 22-Mar-21 | 20:05 | x64 |
Sqsrvres.dll | 2019.150.4123.1 | 279440 | 22-Mar-21 | 20:05 | x64 |
Svl.dll | 2019.150.4123.1 | 160672 | 22-Mar-21 | 20:05 | x64 |
Vcruntime140.dll | 14.16.27034.0 | 85992 | 22-Mar-21 | 20:05 | x64 |
Xe.dll | 2019.150.4123.1 | 721808 | 22-Mar-21 | 19:27 | x64 |
Xpadsi.exe | 2019.150.4123.1 | 115584 | 22-Mar-21 | 20:05 | x64 |
Xplog70.dll | 2019.150.4123.1 | 91024 | 22-Mar-21 | 20:05 | x64 |
Xprepl.dll | 2019.150.4123.1 | 119712 | 22-Mar-21 | 20:05 | x64 |
Xpstar.dll | 2019.150.4123.1 | 471952 | 22-Mar-21 | 20:05 | x64 |
SQL Server 2019 Database Services Core 共用
檔案名稱 | 檔案版本 | 檔案大小 | Date | Time | 平台 |
---|---|---|---|---|---|
Commanddest.dll | 2019.150.4123.1 | 263040 | 22-Mar-21 | 18:58 | x64 |
Datacollectortasks.dll | 2019.150.4123.1 | 230288 | 22-Mar-21 | 18:58 | x64 |
Distrib.exe | 2019.150.4123.1 | 234384 | 22-Mar-21 | 18:57 | x64 |
Dteparse.dll | 2019.150.4123.1 | 123776 | 22-Mar-21 | 18:57 | x64 |
Dteparsemgd.dll | 2019.150.4123.1 | 131968 | 22-Mar-21 | 18:58 | x64 |
Dtepkg.dll | 2019.150.4123.1 | 148352 | 22-Mar-21 | 18:58 | x64 |
Dtexec.exe | 2019.150.4123.1 | 71568 | 22-Mar-21 | 18:57 | x64 |
Dts.dll | 2019.150.4123.1 | 3142544 | 22-Mar-21 | 18:58 | x64 |
Dtscomexpreval.dll | 2019.150.4123.1 | 500624 | 22-Mar-21 | 18:58 | x64 |
Dtsconn.dll | 2019.150.4123.1 | 521088 | 22-Mar-21 | 18:58 | x64 |
Dtshost.exe | 2019.150.4123.1 | 104336 | 22-Mar-21 | 18:58 | x64 |
Dtsmsg150.dll | 2019.150.4123.1 | 566160 | 22-Mar-21 | 18:58 | x64 |
Dtspipeline.dll | 2019.150.4123.1 | 1328032 | 22-Mar-21 | 18:58 | x64 |
Dtswizard.exe | 15.0.4123.1 | 885664 | 22-Mar-21 | 18:58 | x64 |
Dtuparse.dll | 2019.150.4123.1 | 99216 | 22-Mar-21 | 18:58 | x64 |
Dtutil.exe | 2019.150.4123.1 | 147328 | 22-Mar-21 | 18:58 | x64 |
Exceldest.dll | 2019.150.4123.1 | 279424 | 22-Mar-21 | 18:58 | x64 |
Excelsrc.dll | 2019.150.4123.1 | 308112 | 22-Mar-21 | 18:58 | x64 |
Execpackagetask.dll | 2019.150.4123.1 | 185216 | 22-Mar-21 | 18:58 | x64 |
Flatfiledest.dll | 2019.150.4123.1 | 410496 | 22-Mar-21 | 18:58 | x64 |
Flatfilesrc.dll | 2019.150.4123.1 | 426896 | 22-Mar-21 | 18:58 | x64 |
Logread.exe | 2019.150.4123.1 | 717728 | 22-Mar-21 | 18:57 | x64 |
Mergetxt.dll | 2019.150.4123.1 | 74624 | 22-Mar-21 | 18:57 | x64 |
Microsoft.sqlserver.integrationservice.hadoop.common.dll | 15.0.4123.1 | 58272 | 22-Mar-21 | 18:57 | x86 |
Microsoft.sqlserver.integrationservices.runtimetelemetry.dll | 15.0.4123.1 | 41856 | 22-Mar-21 | 18:57 | x86 |
Microsoft.sqlserver.maintenanceplantasks.dll | 15.0.4123.1 | 390048 | 22-Mar-21 | 18:58 | x86 |
Microsoft.sqlserver.xmltask.dll | 15.0.4123.1 | 156560 | 22-Mar-21 | 18:58 | x86 |
Msdtssrvrutil.dll | 2019.150.4123.1 | 111504 | 22-Mar-21 | 18:58 | x64 |
Msgprox.dll | 2019.150.4123.1 | 299904 | 22-Mar-21 | 18:57 | x64 |
Msoledbsql.dll | 2018.182.3.0 | 148432 | 22-Mar-21 | 18:57 | x64 |
Msxmlsql.dll | 2019.150.4123.1 | 1495936 | 22-Mar-21 | 18:57 | x64 |
Oledbdest.dll | 2019.150.4123.1 | 279424 | 22-Mar-21 | 18:58 | x64 |
Oledbsrc.dll | 2019.150.4123.1 | 312192 | 22-Mar-21 | 18:58 | x64 |
Osql.exe | 2019.150.4123.1 | 91024 | 22-Mar-21 | 18:57 | x64 |
Qrdrsvc.exe | 2019.150.4123.1 | 496528 | 22-Mar-21 | 18:57 | x64 |
Rawdest.dll | 2019.150.4123.1 | 226176 | 22-Mar-21 | 18:58 | x64 |
Rawsource.dll | 2019.150.4123.1 | 209792 | 22-Mar-21 | 18:58 | x64 |
Rdistcom.dll | 2019.150.4123.1 | 914320 | 22-Mar-21 | 18:57 | x64 |
Recordsetdest.dll | 2019.150.4123.1 | 201616 | 22-Mar-21 | 18:58 | x64 |
Repldp.dll | 2019.150.4123.1 | 312208 | 22-Mar-21 | 18:57 | x64 |
Replerrx.dll | 2019.150.4123.1 | 181120 | 22-Mar-21 | 18:57 | x64 |
Replisapi.dll | 2019.150.4123.1 | 394112 | 22-Mar-21 | 18:57 | x64 |
Replmerg.exe | 2019.150.4123.1 | 562048 | 22-Mar-21 | 18:57 | x64 |
Replprov.dll | 2019.150.4123.1 | 852864 | 22-Mar-21 | 18:57 | x64 |
Replrec.dll | 2019.150.4123.1 | 1028992 | 22-Mar-21 | 18:57 | x64 |
Replsub.dll | 2019.150.4123.1 | 471936 | 22-Mar-21 | 18:57 | x64 |
Replsync.dll | 2019.150.4123.1 | 164768 | 22-Mar-21 | 18:57 | x64 |
Spresolv.dll | 2019.150.4123.1 | 275328 | 22-Mar-21 | 18:57 | x64 |
Sqlcmd.exe | 2019.150.4123.1 | 263040 | 22-Mar-21 | 18:57 | x64 |
Sqldiag.exe | 2019.150.4123.1 | 1139600 | 22-Mar-21 | 18:58 | x64 |
Sqldistx.dll | 2019.150.4123.1 | 246672 | 22-Mar-21 | 18:57 | x64 |
Sqllogship.exe | 15.0.4123.1 | 103312 | 22-Mar-21 | 18:57 | x64 |
Sqlmergx.dll | 2019.150.4123.1 | 398208 | 22-Mar-21 | 18:57 | x64 |
Sqlresourceloader.dll | 2019.150.4123.1 | 50080 | 22-Mar-21 | 18:57 | x64 |
Sqlresourceloader.dll | 2019.150.4123.1 | 37760 | 22-Mar-21 | 18:58 | x86 |
Sqlscm.dll | 2019.150.4123.1 | 78720 | 22-Mar-21 | 18:57 | x86 |
Sqlscm.dll | 2019.150.4123.1 | 86912 | 22-Mar-21 | 18:57 | x64 |
Sqlsvc.dll | 2019.150.4123.1 | 148352 | 22-Mar-21 | 18:57 | x86 |
Sqlsvc.dll | 2019.150.4123.1 | 181120 | 22-Mar-21 | 18:57 | x64 |
Sqltaskconnections.dll | 2019.150.4123.1 | 205696 | 22-Mar-21 | 18:58 | x64 |
Ssradd.dll | 2019.150.4123.1 | 82816 | 22-Mar-21 | 18:57 | x64 |
Ssravg.dll | 2019.150.4123.1 | 82832 | 22-Mar-21 | 18:57 | x64 |
Ssrdown.dll | 2019.150.4123.1 | 74640 | 22-Mar-21 | 18:57 | x64 |
Ssrmax.dll | 2019.150.4123.1 | 82816 | 22-Mar-21 | 18:57 | x64 |
Ssrmin.dll | 2019.150.4123.1 | 82816 | 22-Mar-21 | 18:57 | x64 |
Ssrpub.dll | 2019.150.4123.1 | 74640 | 22-Mar-21 | 18:57 | x64 |
Ssrup.dll | 2019.150.4123.1 | 74640 | 22-Mar-21 | 18:57 | x64 |
Txagg.dll | 2019.150.4123.1 | 390016 | 22-Mar-21 | 18:58 | x64 |
Txbdd.dll | 2019.150.4123.1 | 189328 | 22-Mar-21 | 18:58 | x64 |
Txdatacollector.dll | 2019.150.4123.1 | 471936 | 22-Mar-21 | 18:58 | x64 |
Txdataconvert.dll | 2019.150.4123.1 | 316288 | 22-Mar-21 | 18:58 | x64 |
Txderived.dll | 2019.150.4123.1 | 639872 | 22-Mar-21 | 18:58 | x64 |
Txlookup.dll | 2019.150.4123.1 | 541568 | 22-Mar-21 | 18:58 | x64 |
Txmerge.dll | 2019.150.4123.1 | 258944 | 22-Mar-21 | 18:58 | x64 |
Txmergejoin.dll | 2019.150.4123.1 | 308112 | 22-Mar-21 | 18:58 | x64 |
Txmulticast.dll | 2019.150.4123.1 | 148352 | 22-Mar-21 | 18:58 | x64 |
Txrowcount.dll | 2019.150.4123.1 | 140160 | 22-Mar-21 | 18:58 | x64 |
Txsort.dll | 2019.150.4123.1 | 287616 | 22-Mar-21 | 18:58 | x64 |
Txsplit.dll | 2019.150.4123.1 | 623504 | 22-Mar-21 | 18:58 | x64 |
Txunionall.dll | 2019.150.4123.1 | 205696 | 22-Mar-21 | 18:58 | x64 |
Xe.dll | 2019.150.4123.1 | 721808 | 22-Mar-21 | 18:58 | x64 |
Xmlsub.dll | 2019.150.4123.1 | 295808 | 22-Mar-21 | 18:57 | x64 |
SQL Server 2019 sql_extensibility
檔案名稱 | 檔案版本 | 檔案大小 | Date | Time | 平台 |
---|---|---|---|---|---|
Commonlauncher.dll | 2019.150.4123.1 | 91040 | 22-Mar-21 | 18:57 | x64 |
Exthost.exe | 2019.150.4123.1 | 238496 | 22-Mar-21 | 18:57 | x64 |
Launchpad.exe | 2019.150.4123.1 | 1217424 | 22-Mar-21 | 18:57 | x64 |
Sqlsatellite.dll | 2019.150.4123.1 | 1016704 | 22-Mar-21 | 18:57 | x64 |
SQL Server 2019 全文檢索引擎
檔案名稱 | 檔案版本 | 檔案大小 | Date | Time | 平台 |
---|---|---|---|---|---|
Fd.dll | 2019.150.4123.1 | 684944 | 22-Mar-21 | 18:57 | x64 |
Fdhost.exe | 2019.150.4123.1 | 127888 | 22-Mar-21 | 18:57 | x64 |
Fdlauncher.exe | 2019.150.4123.1 | 78752 | 22-Mar-21 | 18:57 | x64 |
Sqlft150ph.dll | 2019.150.4123.1 | 91024 | 22-Mar-21 | 18:57 | x64 |
SQL Server 2019 sql_inst_mr
檔案名稱 | 檔案版本 | 檔案大小 | Date | Time | 平台 |
---|---|---|---|---|---|
Imrdll.dll | 15.0.4123.1 | 29568 | 22-Mar-21 | 18:57 | x86 |
SQL Server 2019 Integration Services
檔案名稱 | 檔案版本 | 檔案大小 | Date | Time | 平台 |
---|---|---|---|---|---|
Commanddest.dll | 2019.150.4123.1 | 226208 | 22-Mar-21 | 18:57 | x86 |
Commanddest.dll | 2019.150.4123.1 | 263040 | 22-Mar-21 | 18:57 | x64 |
Dteparse.dll | 2019.150.4123.1 | 111488 | 22-Mar-21 | 18:57 | x86 |
Dteparse.dll | 2019.150.4123.1 | 123776 | 22-Mar-21 | 18:57 | x64 |
Dteparsemgd.dll | 2019.150.4123.1 | 115584 | 22-Mar-21 | 18:57 | x86 |
Dteparsemgd.dll | 2019.150.4123.1 | 131968 | 22-Mar-21 | 18:57 | x64 |
Dtepkg.dll | 2019.150.4123.1 | 131968 | 22-Mar-21 | 18:57 | x86 |
Dtepkg.dll | 2019.150.4123.1 | 148352 | 22-Mar-21 | 18:57 | x64 |
Dtexec.exe | 2019.150.4123.1 | 62848 | 22-Mar-21 | 18:57 | x86 |
Dtexec.exe | 2019.150.4123.1 | 71568 | 22-Mar-21 | 18:57 | x64 |
Dts.dll | 2019.150.4123.1 | 2761600 | 22-Mar-21 | 18:57 | x86 |
Dts.dll | 2019.150.4123.1 | 3142544 | 22-Mar-21 | 18:57 | x64 |
Dtscomexpreval.dll | 2019.150.4123.1 | 443264 | 22-Mar-21 | 18:57 | x86 |
Dtscomexpreval.dll | 2019.150.4123.1 | 500624 | 22-Mar-21 | 18:57 | x64 |
Dtsconn.dll | 2019.150.4123.1 | 431008 | 22-Mar-21 | 18:57 | x86 |
Dtsconn.dll | 2019.150.4123.1 | 521088 | 22-Mar-21 | 18:57 | x64 |
Dtsdebughost.exe | 2019.150.4123.1 | 110976 | 22-Mar-21 | 18:57 | x64 |
Dtsdebughost.exe | 2019.150.4123.1 | 92576 | 22-Mar-21 | 18:57 | x86 |
Dtshost.exe | 2019.150.4123.1 | 104336 | 22-Mar-21 | 18:57 | x64 |
Dtshost.exe | 2019.150.4123.1 | 87456 | 22-Mar-21 | 18:57 | x86 |
Dtsmsg150.dll | 2019.150.4123.1 | 553888 | 22-Mar-21 | 18:57 | x86 |
Dtsmsg150.dll | 2019.150.4123.1 | 566160 | 22-Mar-21 | 18:57 | x64 |
Dtspipeline.dll | 2019.150.4123.1 | 1119136 | 22-Mar-21 | 18:57 | x86 |
Dtspipeline.dll | 2019.150.4123.1 | 1328032 | 22-Mar-21 | 18:57 | x64 |
Dtswizard.exe | 15.0.4123.1 | 885664 | 22-Mar-21 | 18:57 | x64 |
Dtswizard.exe | 15.0.4123.1 | 889728 | 22-Mar-21 | 18:57 | x86 |
Dtuparse.dll | 2019.150.4123.1 | 86912 | 22-Mar-21 | 18:57 | x86 |
Dtuparse.dll | 2019.150.4123.1 | 99216 | 22-Mar-21 | 18:57 | x64 |
Dtutil.exe | 2019.150.4123.1 | 128928 | 22-Mar-21 | 18:57 | x86 |
Dtutil.exe | 2019.150.4123.1 | 147328 | 22-Mar-21 | 18:57 | x64 |
Exceldest.dll | 2019.150.4123.1 | 234400 | 22-Mar-21 | 18:57 | x86 |
Exceldest.dll | 2019.150.4123.1 | 279424 | 22-Mar-21 | 18:57 | x64 |
Excelsrc.dll | 2019.150.4123.1 | 258944 | 22-Mar-21 | 18:57 | x86 |
Excelsrc.dll | 2019.150.4123.1 | 308112 | 22-Mar-21 | 18:57 | x64 |
Execpackagetask.dll | 2019.150.4123.1 | 148384 | 22-Mar-21 | 18:57 | x86 |
Execpackagetask.dll | 2019.150.4123.1 | 185216 | 22-Mar-21 | 18:57 | x64 |
Flatfiledest.dll | 2019.150.4123.1 | 357280 | 22-Mar-21 | 18:57 | x86 |
Flatfiledest.dll | 2019.150.4123.1 | 410496 | 22-Mar-21 | 18:57 | x64 |
Flatfilesrc.dll | 2019.150.4123.1 | 369568 | 22-Mar-21 | 18:57 | x86 |
Flatfilesrc.dll | 2019.150.4123.1 | 426896 | 22-Mar-21 | 18:57 | x64 |
Isdbupgradewizard.exe | 15.0.4123.1 | 119696 | 22-Mar-21 | 18:57 | x86 |
Isdbupgradewizard.exe | 15.0.4123.1 | 119696 | 22-Mar-21 | 18:57 | x86 |
Isserverexec.exe | 15.0.4123.1 | 144272 | 22-Mar-21 | 18:57 | x64 |
Isserverexec.exe | 15.0.4123.1 | 148368 | 22-Mar-21 | 18:57 | x86 |
Microsoft.sqlserver.astasks.dll | 15.0.4123.1 | 78752 | 22-Mar-21 | 18:57 | x86 |
Microsoft.sqlserver.integrationservice.hadoop.common.dll | 15.0.4123.1 | 58256 | 22-Mar-21 | 18:57 | x86 |
Microsoft.sqlserver.integrationservice.hadoop.common.dll | 15.0.4123.1 | 58272 | 22-Mar-21 | 18:57 | x86 |
Microsoft.sqlserver.integrationservices.isserverdbupgrade.dll | 15.0.4123.1 | 508800 | 22-Mar-21 | 18:57 | x86 |
Microsoft.sqlserver.integrationservices.isserverdbupgrade.dll | 15.0.4123.1 | 508816 | 22-Mar-21 | 18:57 | x86 |
Microsoft.sqlserver.integrationservices.runtimetelemetry.dll | 15.0.4123.1 | 41856 | 22-Mar-21 | 18:57 | x86 |
Microsoft.sqlserver.integrationservices.runtimetelemetry.dll | 15.0.4123.1 | 41856 | 22-Mar-21 | 18:57 | x86 |
Microsoft.sqlserver.maintenanceplantasks.dll | 15.0.4123.1 | 390048 | 22-Mar-21 | 18:57 | x86 |
Microsoft.sqlserver.management.integrationservicesenum.dll | 15.0.4123.1 | 58240 | 22-Mar-21 | 18:57 | x86 |
Microsoft.sqlserver.management.integrationservicesenum.dll | 15.0.4123.1 | 58272 | 22-Mar-21 | 18:57 | x86 |
Microsoft.sqlserver.scripttask.dll | 15.0.4123.1 | 140176 | 22-Mar-21 | 18:57 | x86 |
Microsoft.sqlserver.scripttask.dll | 15.0.4123.1 | 140192 | 22-Mar-21 | 18:57 | x86 |
Microsoft.sqlserver.xmltask.dll | 15.0.4123.1 | 156560 | 22-Mar-21 | 18:57 | x86 |
Microsoft.sqlserver.xmltask.dll | 15.0.4123.1 | 156576 | 22-Mar-21 | 18:57 | x86 |
Msdtssrvr.exe | 15.0.4123.1 | 218016 | 22-Mar-21 | 18:57 | x64 |
Msdtssrvrutil.dll | 2019.150.4123.1 | 111504 | 22-Mar-21 | 18:57 | x64 |
Msdtssrvrutil.dll | 2019.150.4123.1 | 99232 | 22-Mar-21 | 18:57 | x86 |
Msmdpp.dll | 2018.150.35.0 | 10062240 | 22-Mar-21 | 18:51 | x64 |
Odbcdest.dll | 2019.150.4123.1 | 316304 | 22-Mar-21 | 18:57 | x86 |
Odbcdest.dll | 2019.150.4123.1 | 369536 | 22-Mar-21 | 18:57 | x64 |
Odbcsrc.dll | 2019.150.4123.1 | 328592 | 22-Mar-21 | 18:57 | x86 |
Odbcsrc.dll | 2019.150.4123.1 | 381824 | 22-Mar-21 | 18:57 | x64 |
Oledbdest.dll | 2019.150.4123.1 | 238496 | 22-Mar-21 | 18:57 | x86 |
Oledbdest.dll | 2019.150.4123.1 | 279424 | 22-Mar-21 | 18:57 | x64 |
Oledbsrc.dll | 2019.150.4123.1 | 263056 | 22-Mar-21 | 18:57 | x86 |
Oledbsrc.dll | 2019.150.4123.1 | 312192 | 22-Mar-21 | 18:57 | x64 |
Rawdest.dll | 2019.150.4123.1 | 189336 | 22-Mar-21 | 18:57 | x86 |
Rawdest.dll | 2019.150.4123.1 | 226176 | 22-Mar-21 | 18:57 | x64 |
Rawsource.dll | 2019.150.4123.1 | 177056 | 22-Mar-21 | 18:57 | x86 |
Rawsource.dll | 2019.150.4123.1 | 209792 | 22-Mar-21 | 18:57 | x64 |
Recordsetdest.dll | 2019.150.4123.1 | 172960 | 22-Mar-21 | 18:57 | x86 |
Recordsetdest.dll | 2019.150.4123.1 | 201616 | 22-Mar-21 | 18:57 | x64 |
Sqlceip.exe | 15.0.4123.1 | 283520 | 22-Mar-21 | 18:57 | x86 |
Sqldest.dll | 2019.150.4123.1 | 238488 | 22-Mar-21 | 18:57 | x86 |
Sqldest.dll | 2019.150.4123.1 | 275344 | 22-Mar-21 | 18:57 | x64 |
Sqltaskconnections.dll | 2019.150.4123.1 | 168832 | 22-Mar-21 | 18:57 | x86 |
Sqltaskconnections.dll | 2019.150.4123.1 | 205696 | 22-Mar-21 | 18:57 | x64 |
Txagg.dll | 2019.150.4123.1 | 328576 | 22-Mar-21 | 18:57 | x86 |
Txagg.dll | 2019.150.4123.1 | 390016 | 22-Mar-21 | 18:57 | x64 |
Txbdd.dll | 2019.150.4123.1 | 152448 | 22-Mar-21 | 18:57 | x86 |
Txbdd.dll | 2019.150.4123.1 | 189328 | 22-Mar-21 | 18:57 | x64 |
Txbestmatch.dll | 2019.150.4123.1 | 545664 | 22-Mar-21 | 18:57 | x86 |
Txbestmatch.dll | 2019.150.4123.1 | 652176 | 22-Mar-21 | 18:57 | x64 |
Txcache.dll | 2019.150.4123.1 | 164768 | 22-Mar-21 | 18:57 | x86 |
Txcache.dll | 2019.150.4123.1 | 197520 | 22-Mar-21 | 18:57 | x64 |
Txcharmap.dll | 2019.150.4123.1 | 271264 | 22-Mar-21 | 18:57 | x86 |
Txcharmap.dll | 2019.150.4123.1 | 312192 | 22-Mar-21 | 18:57 | x64 |
Txcopymap.dll | 2019.150.4123.1 | 164768 | 22-Mar-21 | 18:57 | x86 |
Txcopymap.dll | 2019.150.4123.1 | 201600 | 22-Mar-21 | 18:57 | x64 |
Txdataconvert.dll | 2019.150.4123.1 | 275360 | 22-Mar-21 | 18:57 | x86 |
Txdataconvert.dll | 2019.150.4123.1 | 316288 | 22-Mar-21 | 18:57 | x64 |
Txderived.dll | 2019.150.4123.1 | 557984 | 22-Mar-21 | 18:57 | x86 |
Txderived.dll | 2019.150.4123.1 | 639872 | 22-Mar-21 | 18:57 | x64 |
Txfileextractor.dll | 2019.150.4123.1 | 181152 | 22-Mar-21 | 18:57 | x86 |
Txfileextractor.dll | 2019.150.4123.1 | 217984 | 22-Mar-21 | 18:57 | x64 |
Txfileinserter.dll | 2019.150.4123.1 | 213888 | 22-Mar-21 | 18:57 | x64 |
Txfileinserter.dll | 2019.150.4123.1 | 181120 | 22-Mar-21 | 18:57 | x86 |
Txgroupdups.dll | 2019.150.4123.1 | 254880 | 22-Mar-21 | 18:57 | x86 |
Txgroupdups.dll | 2019.150.4123.1 | 312208 | 22-Mar-21 | 18:57 | x64 |
Txlineage.dll | 2019.150.4123.1 | 127904 | 22-Mar-21 | 18:57 | x86 |
Txlineage.dll | 2019.150.4123.1 | 152464 | 22-Mar-21 | 18:57 | x64 |
Txlookup.dll | 2019.150.4123.1 | 467872 | 22-Mar-21 | 18:57 | x86 |
Txlookup.dll | 2019.150.4123.1 | 541568 | 22-Mar-21 | 18:57 | x64 |
Txmerge.dll | 2019.150.4123.1 | 258944 | 22-Mar-21 | 18:57 | x64 |
Txmerge.dll | 2019.150.4123.1 | 201600 | 22-Mar-21 | 18:57 | x86 |
Txmergejoin.dll | 2019.150.4123.1 | 308112 | 22-Mar-21 | 18:57 | x64 |
Txmergejoin.dll | 2019.150.4123.1 | 246656 | 22-Mar-21 | 18:57 | x86 |
Txmulticast.dll | 2019.150.4123.1 | 148352 | 22-Mar-21 | 18:57 | x64 |
Txmulticast.dll | 2019.150.4123.1 | 115616 | 22-Mar-21 | 18:57 | x86 |
Txpivot.dll | 2019.150.4123.1 | 205728 | 22-Mar-21 | 18:57 | x86 |
Txpivot.dll | 2019.150.4123.1 | 238464 | 22-Mar-21 | 18:57 | x64 |
Txrowcount.dll | 2019.150.4123.1 | 140160 | 22-Mar-21 | 18:57 | x64 |
Txrowcount.dll | 2019.150.4123.1 | 111520 | 22-Mar-21 | 18:57 | x86 |
Txsampling.dll | 2019.150.4123.1 | 160672 | 22-Mar-21 | 18:57 | x86 |
Txsampling.dll | 2019.150.4123.1 | 193424 | 22-Mar-21 | 18:57 | x64 |
Txscd.dll | 2019.150.4123.1 | 197504 | 22-Mar-21 | 18:57 | x86 |
Txscd.dll | 2019.150.4123.1 | 234368 | 22-Mar-21 | 18:57 | x64 |
Txsort.dll | 2019.150.4123.1 | 287616 | 22-Mar-21 | 18:57 | x64 |
Txsort.dll | 2019.150.4123.1 | 230304 | 22-Mar-21 | 18:57 | x86 |
Txsplit.dll | 2019.150.4123.1 | 549792 | 22-Mar-21 | 18:57 | x86 |
Txsplit.dll | 2019.150.4123.1 | 623504 | 22-Mar-21 | 18:57 | x64 |
Txtermextraction.dll | 2019.150.4123.1 | 8643456 | 22-Mar-21 | 18:57 | x86 |
Txtermextraction.dll | 2019.150.4123.1 | 8700800 | 22-Mar-21 | 18:57 | x64 |
Txtermlookup.dll | 2019.150.4123.1 | 4182912 | 22-Mar-21 | 18:57 | x64 |
Txtermlookup.dll | 2019.150.4123.1 | 4137856 | 22-Mar-21 | 18:57 | x86 |
Txunionall.dll | 2019.150.4123.1 | 205696 | 22-Mar-21 | 18:57 | x64 |
Txunionall.dll | 2019.150.4123.1 | 160672 | 22-Mar-21 | 18:57 | x86 |
Txunpivot.dll | 2019.150.4123.1 | 181120 | 22-Mar-21 | 18:57 | x86 |
Txunpivot.dll | 2019.150.4123.1 | 213904 | 22-Mar-21 | 18:57 | x64 |
Xe.dll | 2019.150.4123.1 | 631696 | 22-Mar-21 | 18:57 | x86 |
Xe.dll | 2019.150.4123.1 | 721808 | 22-Mar-21 | 18:57 | x64 |
SQL Server 2019 sql_polybase_core_inst
檔案名稱 | 檔案版本 | 檔案大小 | Date | Time | 平台 |
---|---|---|---|---|---|
Dms.dll | 15.0.1914.0 | 552336 | 22-Mar-21 | 19:40 | x86 |
Dmsnative.dll | 2018.150.1914.0 | 145832 | 22-Mar-21 | 19:40 | x64 |
Dwengineservice.dll | 15.0.1914.0 | 43920 | 22-Mar-21 | 19:40 | x86 |
Eng_polybase_odbcdrivermongo_238_mongodbodbc_sb64_dll.64 | 2.3.8.1008 | 17142672 | 22-Mar-21 | 19:40 | x64 |
Eng_polybase_odbcdrivermongo_238_saslsspi_dll.64 | 1.0.2.1003 | 146304 | 22-Mar-21 | 19:40 | x64 |
Eng_polybase_odbcdriveroracle_802_mscurl28_dll.64 | 8.0.2.116 | 2446928 | 22-Mar-21 | 19:40 | x64 |
Eng_polybase_odbcdriveroracle_802_msora28_dll.64 | 8.0.2.2371 | 2250320 | 22-Mar-21 | 19:40 | x64 |
Eng_polybase_odbcdriveroracle_802_msora28r_dll.64 | 8.0.2.2371 | 147024 | 22-Mar-21 | 19:40 | x64 |
Eng_polybase_odbcdriveroracle_802_msssl28_dll.64 | 8.0.2.244 | 2412624 | 22-Mar-21 | 19:40 | x64 |
Eng_polybase_odbcdriveroracle_802_mstls28_dll.64 | 8.0.2.39 | 2928720 | 22-Mar-21 | 19:40 | x64 |
Icudt58.dll | 58.2.0.0 | 27109768 | 22-Mar-21 | 19:40 | x64 |
Icudt58.dll | 58.2.0.0 | 27109832 | 22-Mar-21 | 19:40 | x64 |
Icuin58.dll | 58.2.0.0 | 2425288 | 22-Mar-21 | 19:40 | x64 |
Icuin58.dll | 58.2.0.0 | 2431880 | 22-Mar-21 | 19:40 | x64 |
Icuuc42.dll | 8.0.2.124 | 15488080 | 22-Mar-21 | 19:40 | x64 |
Icuuc58.dll | 58.2.0.0 | 1775048 | 22-Mar-21 | 19:40 | x64 |
Icuuc58.dll | 58.2.0.0 | 1783688 | 22-Mar-21 | 19:40 | x64 |
Instapi150.dll | 2019.150.4123.1 | 86928 | 22-Mar-21 | 19:40 | x64 |
Libcrypto-1_1-x64.dll | 1.1.0.10 | 2620304 | 22-Mar-21 | 19:40 | x64 |
Libcrypto | 1.1.1.4 | 2953680 | 22-Mar-21 | 19:40 | x64 |
Libsasl.dll | 2.1.26.0 | 292224 | 22-Mar-21 | 19:40 | x64 |
Libssl-1_1-x64.dll | 1.1.0.10 | 648080 | 22-Mar-21 | 19:40 | x64 |
Libssl | 1.1.1.4 | 798160 | 22-Mar-21 | 19:40 | x64 |
Microsoft.sqlserver.datawarehouse.backup.backupmetadata.dll | 15.0.1914.0 | 66472 | 22-Mar-21 | 19:40 | x86 |
Microsoft.sqlserver.datawarehouse.catalog.dll | 15.0.1914.0 | 292264 | 22-Mar-21 | 19:40 | x86 |
Microsoft.sqlserver.datawarehouse.common.dll | 15.0.1914.0 | 1954704 | 22-Mar-21 | 19:40 | x86 |
Microsoft.sqlserver.datawarehouse.configuration.dll | 15.0.1914.0 | 168360 | 22-Mar-21 | 19:40 | x86 |
Microsoft.sqlserver.datawarehouse.datamovement.common.dll | 15.0.1914.0 | 640936 | 22-Mar-21 | 19:40 | x86 |
Microsoft.sqlserver.datawarehouse.datamovement.manager.dll | 15.0.1914.0 | 245136 | 22-Mar-21 | 19:40 | x86 |
Microsoft.sqlserver.datawarehouse.datamovement.messagetypes.dll | 15.0.1914.0 | 138152 | 22-Mar-21 | 19:40 | x86 |
Microsoft.sqlserver.datawarehouse.datamovement.messagingprotocol.dll | 15.0.1914.0 | 78760 | 22-Mar-21 | 19:40 | x86 |
Microsoft.sqlserver.datawarehouse.diagnostics.dll | 15.0.1914.0 | 50088 | 22-Mar-21 | 19:40 | x86 |
Microsoft.sqlserver.datawarehouse.distributor.dll | 15.0.1914.0 | 87464 | 22-Mar-21 | 19:40 | x86 |
Microsoft.sqlserver.datawarehouse.engine.dll | 15.0.1914.0 | 1128872 | 22-Mar-21 | 19:40 | x86 |
Microsoft.sqlserver.datawarehouse.engine.statsstream.dll | 15.0.1914.0 | 79784 | 22-Mar-21 | 19:40 | x86 |
Microsoft.sqlserver.datawarehouse.eventing.dll | 15.0.1914.0 | 69520 | 22-Mar-21 | 19:40 | x86 |
Microsoft.sqlserver.datawarehouse.fabric.appliance.dll | 15.0.1914.0 | 34216 | 22-Mar-21 | 19:40 | x86 |
Microsoft.sqlserver.datawarehouse.fabric.interface.dll | 15.0.1914.0 | 30096 | 22-Mar-21 | 19:40 | x86 |
Microsoft.sqlserver.datawarehouse.fabric.polybase.dll | 15.0.1914.0 | 45456 | 22-Mar-21 | 19:40 | x86 |
Microsoft.sqlserver.datawarehouse.fabric.xdbinterface.dll | 15.0.1914.0 | 20368 | 22-Mar-21 | 19:40 | x86 |
Microsoft.sqlserver.datawarehouse.failover.dll | 15.0.1914.0 | 25512 | 22-Mar-21 | 19:40 | x86 |
Microsoft.sqlserver.datawarehouse.hadoop.hadoopbridge.dll | 15.0.1914.0 | 130472 | 22-Mar-21 | 19:40 | x86 |
Microsoft.sqlserver.datawarehouse.loadercommon.dll | 15.0.1914.0 | 85392 | 22-Mar-21 | 19:40 | x86 |
Microsoft.sqlserver.datawarehouse.loadmanager.dll | 15.0.1914.0 | 99728 | 22-Mar-21 | 19:40 | x86 |
Microsoft.sqlserver.datawarehouse.localization.dll | 15.0.1914.0 | 291728 | 22-Mar-21 | 19:40 | x86 |
Microsoft.sqlserver.datawarehouse.localization.resources.dll | 15.0.1914.0 | 118672 | 22-Mar-21 | 19:40 | x86 |
Microsoft.sqlserver.datawarehouse.localization.resources.dll | 15.0.1914.0 | 137104 | 22-Mar-21 | 19:40 | x86 |
Microsoft.sqlserver.datawarehouse.localization.resources.dll | 15.0.1914.0 | 140176 | 22-Mar-21 | 19:40 | x86 |
Microsoft.sqlserver.datawarehouse.localization.resources.dll | 15.0.1914.0 | 136592 | 22-Mar-21 | 19:40 | x86 |
Microsoft.sqlserver.datawarehouse.localization.resources.dll | 15.0.1914.0 | 149392 | 22-Mar-21 | 19:40 | x86 |
Microsoft.sqlserver.datawarehouse.localization.resources.dll | 15.0.1914.0 | 138640 | 22-Mar-21 | 19:40 | x86 |
Microsoft.sqlserver.datawarehouse.localization.resources.dll | 15.0.1914.0 | 133008 | 22-Mar-21 | 19:40 | x86 |
Microsoft.sqlserver.datawarehouse.localization.resources.dll | 15.0.1914.0 | 175504 | 22-Mar-21 | 19:40 | x86 |
Microsoft.sqlserver.datawarehouse.localization.resources.dll | 15.0.1914.0 | 116112 | 22-Mar-21 | 19:40 | x86 |
Microsoft.sqlserver.datawarehouse.localization.resources.dll | 15.0.1914.0 | 135056 | 22-Mar-21 | 19:40 | x86 |
Microsoft.sqlserver.datawarehouse.nodes.dll | 15.0.1914.0 | 71568 | 22-Mar-21 | 19:40 | x86 |
Microsoft.sqlserver.datawarehouse.nulltransaction.dll | 15.0.1914.0 | 20880 | 22-Mar-21 | 19:40 | x86 |
Microsoft.sqlserver.datawarehouse.parallelizer.dll | 15.0.1914.0 | 36264 | 22-Mar-21 | 19:40 | x86 |
Microsoft.sqlserver.datawarehouse.resourcemanagement.dll | 15.0.1914.0 | 127912 | 22-Mar-21 | 19:40 | x86 |
Microsoft.sqlserver.datawarehouse.sql.dll | 15.0.1914.0 | 3054480 | 22-Mar-21 | 19:40 | x86 |
Microsoft.sqlserver.datawarehouse.sql.parser.dll | 15.0.1914.0 | 3954576 | 22-Mar-21 | 19:40 | x86 |
Microsoft.sqlserver.datawarehouse.sql.parser.resources.dll | 15.0.1914.0 | 117136 | 22-Mar-21 | 19:40 | x86 |
Microsoft.sqlserver.datawarehouse.sql.parser.resources.dll | 15.0.1914.0 | 131984 | 22-Mar-21 | 19:40 | x86 |
Microsoft.sqlserver.datawarehouse.sql.parser.resources.dll | 15.0.1914.0 | 136592 | 22-Mar-21 | 19:40 | x86 |
Microsoft.sqlserver.datawarehouse.sql.parser.resources.dll | 15.0.1914.0 | 132496 | 22-Mar-21 | 19:40 | x86 |
Microsoft.sqlserver.datawarehouse.sql.parser.resources.dll | 15.0.1914.0 | 147344 | 22-Mar-21 | 19:40 | x86 |
Microsoft.sqlserver.datawarehouse.sql.parser.resources.dll | 15.0.1914.0 | 133008 | 22-Mar-21 | 19:40 | x86 |
Microsoft.sqlserver.datawarehouse.sql.parser.resources.dll | 15.0.1914.0 | 129424 | 22-Mar-21 | 19:40 | x86 |
Microsoft.sqlserver.datawarehouse.sql.parser.resources.dll | 15.0.1914.0 | 169872 | 22-Mar-21 | 19:40 | x86 |
Microsoft.sqlserver.datawarehouse.sql.parser.resources.dll | 15.0.1914.0 | 114064 | 22-Mar-21 | 19:40 | x86 |
Microsoft.sqlserver.datawarehouse.sql.parser.resources.dll | 15.0.1914.0 | 130960 | 22-Mar-21 | 19:40 | x86 |
Microsoft.sqlserver.datawarehouse.sqldistributor.dll | 15.0.1914.0 | 66448 | 22-Mar-21 | 19:40 | x86 |
Microsoft.sqlserver.datawarehouse.transactsql.scriptdom.dll | 15.0.1914.0 | 2681768 | 22-Mar-21 | 19:40 | x86 |
Microsoft.sqlserver.datawarehouse.utilities.dll | 15.0.1914.0 | 2435472 | 22-Mar-21 | 19:40 | x86 |
Mpdwinterop.dll | 2019.150.4123.1 | 451472 | 22-Mar-21 | 19:40 | x64 |
Mpdwsvc.exe | 2019.150.4123.1 | 7386000 | 22-Mar-21 | 19:40 | x64 |
Msodbcsql17.dll | 2017.174.1.1 | 2016120 | 22-Mar-21 | 19:40 | x64 |
Odbc32.dll | 10.0.17763.1 | 720792 | 22-Mar-21 | 19:40 | x64 |
Odbccp32.dll | 10.0.17763.1 | 138136 | 22-Mar-21 | 19:40 | x64 |
Odbctrac.dll | 10.0.17763.1 | 175000 | 22-Mar-21 | 19:40 | x64 |
Saslplain.dll | 2.1.26.0 | 170880 | 22-Mar-21 | 19:40 | x64 |
Secforwarder.dll | 2019.150.4123.1 | 78752 | 22-Mar-21 | 19:40 | x64 |
Sharedmemory.dll | 2018.150.1914.0 | 60304 | 22-Mar-21 | 19:40 | x64 |
Sqldk.dll | 2019.150.4123.1 | 3150720 | 22-Mar-21 | 19:40 | x64 |
Sqldumper.exe | 2019.150.4123.1 | 185248 | 22-Mar-21 | 19:40 | x64 |
Sqlevn70.rll |
2019.150.4123.1 | 1590144 | 22-Mar-21 | 19:33 | x64 |
Sqlevn70.rll |
2019.150.4123.1 | 4150144 | 22-Mar-21 | 19:33 | x64 |
Sqlevn70.rll |
2019.150.4123.1 | 3404672 | 22-Mar-21 | 19:33 | x64 |
Sqlevn70.rll |
2019.150.4123.1 | 4146048 | 22-Mar-21 | 19:33 | x64 |
Sqlevn70.rll |
2019.150.4123.1 | 4051840 | 22-Mar-21 | 19:33 | x64 |
Sqlevn70.rll |
2019.150.4123.1 | 2216832 | 22-Mar-21 | 19:33 | x64 |
Sqlevn70.rll |
2019.150.4123.1 | 2163584 | 22-Mar-21 | 19:33 | x64 |
Sqlevn70.rll |
2019.150.4123.1 | 3810176 | 22-Mar-21 | 19:33 | x64 |
Sqlevn70.rll |
2019.150.4123.1 | 3806080 | 22-Mar-21 | 19:33 | x64 |
Sqlevn70.rll |
2019.150.4123.1 | 1532800 | 22-Mar-21 | 19:33 | x64 |
Sqlevn70.rll |
2019.150.4123.1 | 4014976 | 22-Mar-21 | 19:33 | x64 |
Sqlos.dll | 2019.150.4123.1 | 41888 | 22-Mar-21 | 19:40 | x64 |
Sqlsortpdw.dll | 2018.150.1914.0 | 4840336 | 22-Mar-21 | 19:40 | x64 |
Sqltses.dll | 2019.150.4123.1 | 9081760 | 22-Mar-21 | 19:40 | x64 |
Tdataodbc_sb | 16.20.0.1078 | 14995920 | 22-Mar-21 | 19:40 | x64 |
Terasso.dll | 16.20.0.13 | 2158896 | 22-Mar-21 | 19:40 | x64 |
Zlibwapi.dll | 1.2.11.0 | 281472 | 22-Mar-21 | 19:40 | x64 |
SQL Server 2019 sql_shared_mr
檔案名稱 | 檔案版本 | 檔案大小 | Date | Time | 平台 |
---|---|---|---|---|---|
Smrdll.dll | 15.0.4123.1 | 29568 | 22-Mar-21 | 18:57 | x86 |
SQL Server 2019 sql_tools_extensions
檔案名稱 | 檔案版本 | 檔案大小 | Date | Time | 平台 |
---|---|---|---|---|---|
Autoadmin.dll | 2019.150.4123.1 | 1631104 | 22-Mar-21 | 19:27 | x86 |
Dtaengine.exe | 2019.150.4123.1 | 218000 | 22-Mar-21 | 19:27 | x86 |
Dteparse.dll | 2019.150.4123.1 | 111488 | 22-Mar-21 | 19:27 | x86 |
Dteparse.dll | 2019.150.4123.1 | 123776 | 22-Mar-21 | 19:27 | x64 |
Dteparsemgd.dll | 2019.150.4123.1 | 115584 | 22-Mar-21 | 19:27 | x86 |
Dteparsemgd.dll | 2019.150.4123.1 | 131968 | 22-Mar-21 | 19:27 | x64 |
Dtepkg.dll | 2019.150.4123.1 | 131968 | 22-Mar-21 | 19:27 | x86 |
Dtepkg.dll | 2019.150.4123.1 | 148352 | 22-Mar-21 | 19:27 | x64 |
Dtexec.exe | 2019.150.4123.1 | 62848 | 22-Mar-21 | 19:27 | x86 |
Dtexec.exe | 2019.150.4123.1 | 71568 | 22-Mar-21 | 19:27 | x64 |
Dts.dll | 2019.150.4123.1 | 2761600 | 22-Mar-21 | 19:27 | x86 |
Dts.dll | 2019.150.4123.1 | 3142544 | 22-Mar-21 | 19:27 | x64 |
Dtscomexpreval.dll | 2019.150.4123.1 | 443264 | 22-Mar-21 | 19:27 | x86 |
Dtscomexpreval.dll | 2019.150.4123.1 | 500624 | 22-Mar-21 | 19:27 | x64 |
Dtsconn.dll | 2019.150.4123.1 | 521088 | 22-Mar-21 | 19:27 | x64 |
Dtsconn.dll | 2019.150.4123.1 | 431008 | 22-Mar-21 | 19:27 | x86 |
Dtshost.exe | 2019.150.4123.1 | 104336 | 22-Mar-21 | 19:27 | x64 |
Dtshost.exe | 2019.150.4123.1 | 87456 | 22-Mar-21 | 19:27 | x86 |
Dtsmsg150.dll | 2019.150.4123.1 | 553888 | 22-Mar-21 | 19:27 | x86 |
Dtsmsg150.dll | 2019.150.4123.1 | 566160 | 22-Mar-21 | 19:27 | x64 |
Dtspipeline.dll | 2019.150.4123.1 | 1119136 | 22-Mar-21 | 19:27 | x86 |
Dtspipeline.dll | 2019.150.4123.1 | 1328032 | 22-Mar-21 | 19:27 | x64 |
Dtswizard.exe | 15.0.4123.1 | 885664 | 22-Mar-21 | 19:27 | x64 |
Dtswizard.exe | 15.0.4123.1 | 889728 | 22-Mar-21 | 19:27 | x86 |
Dtuparse.dll | 2019.150.4123.1 | 86912 | 22-Mar-21 | 19:27 | x86 |
Dtuparse.dll | 2019.150.4123.1 | 99216 | 22-Mar-21 | 19:27 | x64 |
Dtutil.exe | 2019.150.4123.1 | 128928 | 22-Mar-21 | 19:27 | x86 |
Dtutil.exe | 2019.150.4123.1 | 147328 | 22-Mar-21 | 19:27 | x64 |
Exceldest.dll | 2019.150.4123.1 | 234400 | 22-Mar-21 | 19:27 | x86 |
Exceldest.dll | 2019.150.4123.1 | 279424 | 22-Mar-21 | 19:27 | x64 |
Excelsrc.dll | 2019.150.4123.1 | 258944 | 22-Mar-21 | 19:27 | x86 |
Excelsrc.dll | 2019.150.4123.1 | 308112 | 22-Mar-21 | 19:27 | x64 |
Flatfiledest.dll | 2019.150.4123.1 | 357280 | 22-Mar-21 | 19:27 | x86 |
Flatfiledest.dll | 2019.150.4123.1 | 410496 | 22-Mar-21 | 19:27 | x64 |
Flatfilesrc.dll | 2019.150.4123.1 | 369568 | 22-Mar-21 | 19:27 | x86 |
Flatfilesrc.dll | 2019.150.4123.1 | 426896 | 22-Mar-21 | 19:27 | x64 |
Microsoft.sqlserver.astasks.dll | 15.0.4123.1 | 78752 | 22-Mar-21 | 19:27 | x86 |
Microsoft.sqlserver.chainer.infrastructure.dll | 15.0.4123.1 | 402304 | 22-Mar-21 | 19:27 | x86 |
Microsoft.sqlserver.configuration.sco.dll | 15.0.4123.1 | 2999168 | 22-Mar-21 | 19:27 | x86 |
Microsoft.sqlserver.configuration.sco.dll | 15.0.4123.1 | 2999200 | 22-Mar-21 | 19:27 | x86 |
Microsoft.sqlserver.integrationservices.runtimetelemetry.dll | 15.0.4123.1 | 41856 | 22-Mar-21 | 19:27 | x86 |
Microsoft.sqlserver.management.integrationservicesenum.dll | 15.0.4123.1 | 58272 | 22-Mar-21 | 19:27 | x86 |
Microsoft.sqlserver.olapenum.dll | 15.0.18181.0 | 99760 | 22-Mar-21 | 19:27 | x86 |
Msdtssrvrutil.dll | 2019.150.4123.1 | 111504 | 22-Mar-21 | 19:27 | x64 |
Msdtssrvrutil.dll | 2019.150.4123.1 | 99232 | 22-Mar-21 | 19:27 | x86 |
Msmgdsrv.dll | 2018.150.35.0 | 8277920 | 22-Mar-21 | 18:51 | x86 |
Oledbdest.dll | 2019.150.4123.1 | 279424 | 22-Mar-21 | 19:27 | x64 |
Oledbdest.dll | 2019.150.4123.1 | 238496 | 22-Mar-21 | 19:27 | x86 |
Oledbsrc.dll | 2019.150.4123.1 | 263056 | 22-Mar-21 | 19:27 | x86 |
Oledbsrc.dll | 2019.150.4123.1 | 312192 | 22-Mar-21 | 19:27 | x64 |
Sqlresourceloader.dll | 2019.150.4123.1 | 50080 | 22-Mar-21 | 19:27 | x64 |
Sqlresourceloader.dll | 2019.150.4123.1 | 37760 | 22-Mar-21 | 19:27 | x86 |
Sqlscm.dll | 2019.150.4123.1 | 78720 | 22-Mar-21 | 19:27 | x86 |
Sqlscm.dll | 2019.150.4123.1 | 86912 | 22-Mar-21 | 19:27 | x64 |
Sqlsvc.dll | 2019.150.4123.1 | 148352 | 22-Mar-21 | 19:27 | x86 |
Sqlsvc.dll | 2019.150.4123.1 | 181120 | 22-Mar-21 | 19:27 | x64 |
Sqltaskconnections.dll | 2019.150.4123.1 | 168832 | 22-Mar-21 | 19:27 | x86 |
Sqltaskconnections.dll | 2019.150.4123.1 | 205696 | 22-Mar-21 | 19:27 | x64 |
Txdataconvert.dll | 2019.150.4123.1 | 316288 | 22-Mar-21 | 19:27 | x64 |
Txdataconvert.dll | 2019.150.4123.1 | 275360 | 22-Mar-21 | 19:27 | x86 |
Xe.dll | 2019.150.4123.1 | 631696 | 22-Mar-21 | 19:27 | x86 |
Xe.dll | 2019.150.4123.1 | 721808 | 22-Mar-21 | 19:27 | x64 |
此更新的注意事項
先決條件
若要套用此累積更新套件,您必須執行 SQL Server 2019。
重新啟動資訊
套用此累積更新套件之後,您可能需要重新啟動計算機。
登錄資訊
若要使用此套件中的其中一個 Hotfix,您不需要對登錄進行任何變更。
重要注意事項
本文也提供下列重要資訊。
Analysis Services CU 組建版本
從 Microsoft SQL Server 2017 開始,Analysis Services 組建版本號碼和 SQL Server 資料庫引擎 組建版本號碼不相符。 如需詳細資訊,請參閱 驗證 Analysis Services 累積更新組建版本。
累積更新 (CU)
- 每個新的 CU 都包含已安裝 SQL Server 版本上一個 CU 隨附的所有修正程式。
- SQL Server SU 會認證為與 Service Pack 相同的層級,而且應該以相同的信賴等級安裝。
- 我們建議持續主動安裝 RU,因為它們會根據下列指導方針提供:
- 歷程記錄數據顯示,大量支援案例牽涉到已發行 CU 中已解決的問題。
- RU 可能包含超過和更新 Hotfix 的附加值。 這包括支援性、管理性和可靠性更新。
- 建議您先測試 SQL Server CUS,再將其部署至生產環境。
混合式環境部署
當您將更新部署至混合式環境時(例如 AlwaysOn、複寫、叢集和鏡像),建議您在部署更新之前參考下列文章:
-
注意
如果您不想使用滾動更新程式,請遵循下列步驟來套用更新:
- 在被動節點上安裝更新。
- 在作用中節點上安裝更新(需要重新啟動服務)。
-
注意
如果您已啟用 Always On 與 SSISDB 目錄,請參閱 SSIS 與 Always On 的相關信息,瞭解如何在這些環境中套用更新。
語言支援
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,您必須將套件復原至舊版。 如需如何復原安裝的詳細資訊,請參閱 復原 SQL Server。