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