KB5024276 - SQL Server 2019 の累積的な更新プログラム 20
リリース日: 2023 年 4 月 13 日
バージョン: 15.0.4312.2
まとめ
この記事では、Microsoft SQL Server 2019 の累積的な更新プログラム パッケージ 20 (CU20) について説明します。 この更新プログラムには、SQL Server 2019 累積的な更新プログラム 19 のリリース後に発行された 24 個の 修正 が含まれており、次のビルドのコンポーネントが更新されます。
- SQL Server - 製品バージョン: 15.0.4312.2、ファイル バージョン: 2019.150.4312.2
- Analysis Services - 製品バージョン: 15.0.35.39、ファイル バージョン: 2018.150.35.39
この更新プログラムの既知の問題
問題 1
SQL Server 2019 CU14 では、組み込みのSESSION_CONTEXTによって返される並列プランで間違った結果に対処するための修正が導入されました。 ただし、この修正により、 SESSION
が再利用のためにリセットされるときに、アクセス違反ダンプ ファイルが作成される可能性があります。 この問題を軽減し、正しくない結果を回避するには、元の修正プログラムを無効にし、組み込みの SESSION_CONTEXT
の並列処理を無効にすることもできます。 これを行うには、次のトレース フラグを使用します。
11042 - このトレース フラグは、組み込みの
SESSION_CONTEXT
の並列処理を無効にします。9432 - このトレース フラグは、SQL Server 2019 CU14 で導入された修正プログラムを無効にします。
Microsoft はこの問題の修正に取り組んでおり、将来の CU で利用可能になる予定です。
問題 2
この累積的な更新プログラムをインストールすると、汎用 ODBC コネクタを使用する外部データ ソースが機能しなくなる可能性があります。 この累積的な更新プログラムをインストールする前に作成された外部テーブルのクエリを実行しようとすると、次のエラー メッセージが表示されます。
メッセージ 7320、レベル 16、状態 110、行 68
リンク サーバー "(null)" の OLE DB プロバイダー "MSOLEDBSQL" に対してクエリ "リモート クエリ" を実行できません。 オブジェクト参照がオブジェクト インスタンスに設定されていません。
新しい外部テーブルを作成しようとすると、次のエラー メッセージが表示されます。
メッセージ 110813、レベル 16、状態 1、行 64
オブジェクト参照がオブジェクト インスタンスに設定されていません。
この問題を回避するには、この累積的な更新プログラムをアンインストールするか、CONNECTION_OPTIONS
引数に Driver
キーワードを追加します。 詳細については、「 累積的な更新プログラムのインストール後に ODBC の外部データ ソースが機能しない可能性があるを参照してください。
問題 3
この問題は、 Managed Instance リンク 機能の累積的な更新プログラムで導入された変更が原因で発生します。 Always On 可用性グループのデータベースには、次のいずれかの条件があるとします。
データベースでは、メモリ最適化テーブル、FileStream クラス、または複数のログ ファイルが使用されます。
レプリカをこの累積的な更新プログラムにアップグレードします。 たとえば、プライマリ レプリカは SQL Server 2019 CU20 にアップグレードされ、セカンダリ レプリカは SQL Server 2019 CU19 のままです。
データベースは、"同期されていません" 状態を示します。
sys.dm_exec_requests
DMV を確認し、待機HADR_RECOVERY_WAIT_FOR_UNDO
でDB STARTUP
コマンドがブロックされていることを確認します。
このシナリオでは、可用性グループのプライマリ レプリカをホストしている SQL Server インスタンスを再起動します。 その後、データベースの同期が開始されます。 さらに、SQL Server エラー ログと拡張イベント ログに次のエラー メッセージが記録されている場合があります。
エラー 9642、重大度 16、状態 3: Service Broker/データベース ミラーリング トランスポート接続エンドポイントでエラーが発生しました。 エラー: 8474、状態: 11。 (Near endpoint role: target, far endpoint address: '')
この累積的な更新プログラムを 1 つ以上のセカンダリ レプリカに適用しており、現在プライマリ レプリカと同期していない場合は、次の手順を使用してこの問題を軽減できます。
すべてのレプリカ (プライマリ レプリカを含む) のスタートアップ パラメーターとしてトレース フラグ 12324 を追加します。 セカンダリ レプリカを再起動して、このトレース フラグをアクティブにします。 一方、プライマリ レプリカは、スタートアップ パラメーターとしてトレース フラグ 12324 を使用して再起動されたすべてのセカンダリ レプリカと同期する必要があります。
すべてのセカンダリ レプリカが更新されて再起動されたら、プライマリ レプリカをフェールオーバーし、現在はセカンダリ ロールとしてフェールオーバーし、再起動してトレース フラグ 12324 を有効にします。
この累積的な更新プログラムを古いプライマリ レプリカに適用し、セカンダリ ロールで再起動します。
すべてのレプリカからスタートアップ パラメーターとしてトレース フラグ 12324 を削除し、
DBCC TRACEOFF(12324, -1)
ステートメントを実行してすべてのレプリカでトレース フラグ 12324 を無効にします。
Note
トレース フラグ 12324 は Managed Instance Link 機能にのみ影響し、SQL Server 2019 CU20 での変更のアクティブ化にのみ使用されます。
この更新プログラムに含まれる機能強化と修正
ビルドの概要一覧と現在のサポート ライフサイクルを含むダウンロード可能な Excel ブックを利用できます。 Excel ファイルには、SQL Server 2022、SQL Server 2019、および SQL Server 2017 の詳細な修正リストも含まれています。 この Excel ファイルを今すぐダウンロードします。
Note
次の表の個々のエントリは、ブックマークを介して直接参照できます。 テーブルでバグ参照 ID を選択すると、"#NNNNNNN" 形式を使用してブックマーク タグが URL に追加されます。 その後、この URL を他のユーザーと共有して、テーブル内の目的の修正プログラムに直接ジャンプできるようにします。
修正されたバグと、この累積的な更新プログラムに含まれる機能強化の詳細については、次のマイクロソフト サポート技術情報の記事を参照してください。
バグ リファレンス | 説明 | 修正領域 | コンポーネント | プラットフォーム |
---|---|---|---|---|
2204516 | Analysis Services エンジンがメモリの管理に使用する内部データ構造が破損する可能性がある問題を修正します。 | Analysis Services | Analysis Services | Windows |
2279650 | 多次元モデルでパーティションの名前を同じ名前に変更した後に発生する SQL Server Analysis Services (SSAS) のエラーを修正します。 | Analysis Services | Analysis Services | Windows |
2255878 | セキュリティの脆弱性 CVE-2015-6420 および CVE-2017-15708を修正します。 | Integration Services | Integration Services | Windows |
2284765 | 入力形式がプリセット形式と一致しない場合に発生するマスター データ サービス (MDS) で月と日が正しく認識されないDateTime の問題を修正します。 |
マスター データ サービス | マスター データ サービス | Windows |
2290381 | 仮想デバイス インターフェイス (VDI) のバックアップ中に発生するアクセス違反の問題 (可用性グループ内のデータベースでよく見られる) を修正します。 | SQL Server エンジン | バックアップ 復元 | すべて |
2128204 | アサーション エラーを修正します (場所: interop.cpp:125;式: メモリ最適化 tempdb メタデータが有効になっているときに発生する 'RTL_ASSERT(nullptr != error) または (nullptr == error)')。 | SQL Server エンジン | インメモリ OLTP | Windows |
2268752 | インメモリ OLTP データベースのスタンバイ モードまたは読み取り専用モードの SQL Server ログ配布を構成するときに発生するメモリ リークの問題を修正します。 注: この問題を回避するには、起動時にトレース フラグ 9953 を有効にする必要があります。 |
SQL Server エンジン | インメモリ OLTP | すべて |
2251105 | Synapse サーバーレス外部データ ソースを使用してCREATE EXTERNAL TABLE を実行するときに、SqlBackendNotSupported 例外で返されるエラー メッセージを次のように更新します。Azure Synapse サーバーレス SQL プールは、サポートされているデータ ソースではありません。 |
SQL Server エンジン | PolyBase | すべて |
2285519 | DateTime フィールドのフィルター句を使用して外部テーブルにクエリを実行するときに、DateTime フィールドを一部の PolyBase 汎用 ODBC 外部データ ソース (Denodo など) にプッシュダウンできないエラーを修正しました。 |
SQL Server エンジン | PolyBase | すべて |
2280420 2292769 |
修正: SQL Server 2022 および 2019 でのスカラー UDF インライン化の問題 (KB4538581) | SQL Server エンジン | クエリの実行 | すべて |
2162863 | sys.dm_os_memory_objects 動的管理ビュー (DMV) に対してクエリを実行するときに発生する可能性があるアクセス違反を修正します。 |
SQL Server エンジン | クエリの実行 | すべて |
2204764 | sys.dm_exec_query_plan_stats の実行中に発生する可能性があるアクセス違反とINVALID_POINTER_READ_c0000005_sqlmin.dll!CProfileList::FGetPartitionSummaryXML 例外を修正します。 |
SQL Server エンジン | クエリの実行 | Windows |
2275387 | アサーション エラーを修正します (場所: bpctxt.cpp:129;式: 'm_cCreated < m_cMaxBatches') は、バッチ モードで集計関数を持つウィンドウ クエリを実行するときに発生します。 | SQL Server エンジン | クエリの実行 | すべて |
2292999 | 複雑な共通言語ランタイム (CLR) アセンブリに対して ALTER ASSEMBLY コマンドを実行すると、並列で実行される他のコマンドの一部がタイムアウトになる可能性がある問題を修正しました。 |
SQL Server エンジン | クエリの実行 | すべて |
2112485 | 各 LEFT JOIN または RIGHT JOIN の結合後にカーディナリティ推定 (CE) が一様に増加し、過大評価が発生する問題を修正します。 この修正により、結合述語が関係するテーブルの主キーである場合、CE に制限が追加されます。 注: トレース フラグ 9440 は、互換性レベルが 160 以前のデータベースに対して、この修正プログラムによって提供される機能を無効にします。 |
SQL Server エンジン | クエリ オプティマイザー | すべて |
2161795 | アサーション エラーを修正します (場所: purecall.cpp:51;式: !"purecall") は、実行中のユーザー定義ストアド プロシージャを取り消した後に発生します。 | SQL Server エンジン | クエリ オプティマイザー | すべて |
2216357 | SELECT @sum = @sum + c FROM t など、クエリ最適化修正プログラムが有効になっているときに変数に対して複数の更新を実行するステートメントに対して一貫した結果を生成します。 |
SQL Server エンジン | クエリ オプティマイザー | すべて |
2264977 | 複数ステートメントのテーブル値関数 (MSTVF) のインターリーブ実行が正しくない結果を返したり、最初の実行でデッドロックを引き起こしたりするクエリの自動パラメーター化によって発生する問題を修正します。 | SQL Server エンジン | クエリ オプティマイザー | すべて |
2299078 | 複数の非同期統計ジョブが実行されているときに、 KILL STATS JOB プロセスによって参照カウントがリークされる問題を修正しました。これにより、SQL Server インスタンスが再起動されるまで、それらの項目がキューに ( sys.dm_exec_background_job_queue 経由で表示されます) ままになります。 |
SQL Server エンジン | クエリ オプティマイザー | すべて |
2162994 | sp_addsubscription ストアド プロシージャを実行するか、サーバー A の新しいサブスクリプション ウィザードを使用してサブスクリプションを作成するときに、リンク サーバーの DataAccess プロパティが False にリセットされる問題を修正します:1。 サーバー B のサーバー A にリンク サーバーがあり、データ アクセスにリンク サーバーを使用している。 2. サーバー A をパブリッシャーとして構成し、サーバー B をサブスクライバーとして構成し、トランザクション レプリケーションを作成します。 |
SQL Server エンジン | レプリケーション | Windows |
2212160 2269819 |
修正前は、トランザクション レプリケーションまたは CDC と遅延持続性に互換性がない場合でも、トランザクション レプリケーションまたは変更データ キャプチャ (CDC) と遅延持続性をデータベースで同時に有効にできます。 この修正により、データベース '<DatabaseName>' に対して '<FeatureName>' を有効にできませんでした。エラー 22891 または 22892: 22891: 'FeatureName' を返すことで、データベースでトランザクション レプリケーションまたは CDC と遅延持続性を同時に有効にすることを明示的に防ぐことができます。 遅延持続性が設定された DB では、'<FeatureName>' を有効にできません。 22892: DB で遅延持続性を有効にできませんでした。 '<FeatureName>' が有効になっている間、DB で遅延持続性を有効にすることはできません。 詳細については、「 Delayed durability and other SQL Server featuresを参照してください。 |
SQL Server エンジン | レプリケーション | すべて |
2021114 | 修正: SQL Server エージェント ジョブ履歴ログの設定時にエラーが発生する可能性があります (KB5024352) | SQL Server エンジン | SQL エージェント | Linux |
この累積的な更新プログラム パッケージまたは最新の累積的な更新プログラム パッケージを取得またはダウンロードする方法
Windows 用の最新の累積的な更新プログラム パッケージを取得またはダウンロードする方法 (推奨)
次の更新プログラムは、Microsoft ダウンロード センターから入手できます。
SQL Server 2019 の最新の累積的な更新プログラム パッケージを今すぐダウンロードする
Note
- Microsoft ダウンロード センターでは、常に最新の SQL Server 2019 CU リリースが表示されます。
- ダウンロード ページが表示されない場合は、 Microsoft カスタマー サービスおよびサポート に問い合わせて累積的な更新プログラム パッケージを入手してください。
Microsoft Update カタログから Windows 用のこの累積的な更新プログラム パッケージを取得またはダウンロードする方法
次の更新プログラムは、Microsoft Update カタログから入手できます。
SQL Server 2019 CU20 の累積的な更新プログラム パッケージを今すぐダウンロードする
Note
- Microsoft Update カタログ には、この SQL Server 2019 CU および以前にリリースされた SQL Server 2019 CU リリースが含まれています。
- この CU は、Windows Server Update Services (WSUS) でも使用できます。
- 利用可能な最新の累積的な更新プログラムを常にインストールすることをお勧めします。
Linux 用の最新の累積的な更新プログラム パッケージを取得またはダウンロードする方法
SQL Server 2019 on Linux を最新の CU に更新するには、最初に Cumulative Update リポジトリを構成する必要があります。 次に、適切なプラットフォーム固有の更新コマンドを使用して、SQL Server パッケージを更新します。
インストール手順と CU パッケージのダウンロードへの直接リンクについては、 SQL Server 2019 リリース ノートを参照してください。
ビッグ データ クラスター (BDC) の最新の累積的な更新プログラムを取得またはダウンロードする方法
Linux 上の Microsoft SQL Server 2019 ビッグ データ クラスター (BDC) を最新の CU にアップグレードするには、ビッグ データ クラスター展開ガイダンスを参照してください。
SQL Server 2019 CU1 以降では、運用環境でサポートされているリリース (SQL Server 2019 GDR1) からビッグ データ クラスターのインプレース アップグレードを実行できます。 詳細については、「 SQL Server ビッグ データ クラスターをアップグレードする方法」を参照してください。
詳細については、ビッグ データ クラスターリリース ノートを参照してください。
ファイル情報
ファイル ハッシュ情報
次のコマンドを使用して、 SQLServer2019-KB5024276-x64.exe ファイルのハッシュを計算することで、ダウンロードを確認できます。
certutil -hashfile SQLServer2019-KB5024276-x64.exe SHA256
ファイル名 | SHA256 ハッシュ |
---|---|
SQLServer2019-KB5024276-x64.exe | FD387773E613FECF9664CAF1777B48F3AB8C48A0B7BD863DEA40446867B7209C |
累積的な更新プログラム パッケージ ファイルの情報
このパッケージの英語版には、次の表に示すファイル属性 (またはそれ以降のファイル属性) があります。 これらのファイルの日付と時刻は、協定世界時 (UTC) に表示されます。 ファイル情報を表示すると、ローカル時刻に変換されます。 UTC と現地時刻の違いを見つけるには、コントロール パネルの [Date and Time 項目の [Time Zone] タブを使用します。
x64 ベースのバージョン
SQL Server 2019 Analysis Services
ファイル名 | ファイル バージョン | ファイル サイズ | 日 | 時刻 | プラットフォーム |
---|---|---|---|---|---|
Asplatformhost.dll | 2018.150.35.39 | 292776 | 01-Apr-23 | 12:50 | X64 |
Mashupcompression.dll | 2.87.142.0 | 140672 | 01-Apr-23 | 12:50 | X64 |
Microsoft.analysisservices.minterop.dll | 15.0.35.39 | 758224 | 01-Apr-23 | 12:50 | x86 |
Microsoft.analysisservices.server.core.resources.dll | 15.0.35.39 | 175568 | 01-Apr-23 | 12:50 | x86 |
Microsoft.analysisservices.server.core.resources.dll | 15.0.35.39 | 199632 | 01-Apr-23 | 12:50 | x86 |
Microsoft.analysisservices.server.core.resources.dll | 15.0.35.39 | 202192 | 01-Apr-23 | 12:50 | x86 |
Microsoft.analysisservices.server.core.resources.dll | 15.0.35.39 | 198608 | 01-Apr-23 | 12:50 | x86 |
Microsoft.analysisservices.server.core.resources.dll | 15.0.35.39 | 214992 | 01-Apr-23 | 12:50 | x86 |
Microsoft.analysisservices.server.core.resources.dll | 15.0.35.39 | 197584 | 01-Apr-23 | 12:50 | x86 |
Microsoft.analysisservices.server.core.resources.dll | 15.0.35.39 | 193488 | 01-Apr-23 | 12:50 | x86 |
Microsoft.analysisservices.server.core.resources.dll | 15.0.35.39 | 252368 | 01-Apr-23 | 12:50 | x86 |
Microsoft.analysisservices.server.core.resources.dll | 15.0.35.39 | 174032 | 01-Apr-23 | 12:50 | x86 |
Microsoft.analysisservices.server.core.resources.dll | 15.0.35.39 | 197072 | 01-Apr-23 | 12:50 | x86 |
Microsoft.analysisservices.server.tabular.dll | 15.0.35.39 | 1098664 | 01-Apr-23 | 12:50 | x86 |
Microsoft.analysisservices.server.tabular.json.dll | 15.0.35.39 | 567248 | 01-Apr-23 | 12:50 | x86 |
Microsoft.analysisservices.server.tabular.resources.dll | 15.0.35.39 | 54696 | 01-Apr-23 | 12:50 | x86 |
Microsoft.analysisservices.server.tabular.resources.dll | 15.0.35.39 | 59304 | 01-Apr-23 | 12:50 | x86 |
Microsoft.analysisservices.server.tabular.resources.dll | 15.0.35.39 | 59816 | 01-Apr-23 | 12:50 | x86 |
Microsoft.analysisservices.server.tabular.resources.dll | 15.0.35.39 | 58832 | 01-Apr-23 | 12:50 | x86 |
Microsoft.analysisservices.server.tabular.resources.dll | 15.0.35.39 | 61864 | 01-Apr-23 | 12:50 | x86 |
Microsoft.analysisservices.server.tabular.resources.dll | 15.0.35.39 | 58320 | 01-Apr-23 | 12:50 | x86 |
Microsoft.analysisservices.server.tabular.resources.dll | 15.0.35.39 | 58320 | 01-Apr-23 | 12:50 | x86 |
Microsoft.analysisservices.server.tabular.resources.dll | 15.0.35.39 | 67496 | 01-Apr-23 | 12:50 | x86 |
Microsoft.analysisservices.server.tabular.resources.dll | 15.0.35.39 | 53712 | 01-Apr-23 | 12:50 | x86 |
Microsoft.analysisservices.server.tabular.resources.dll | 15.0.35.39 | 58280 | 01-Apr-23 | 12:50 | x86 |
Microsoft.analysisservices.timedimgenerator.resources.dll | 15.0.35.39 | 17872 | 01-Apr-23 | 12:50 | x86 |
Microsoft.analysisservices.timedimgenerator.resources.dll | 15.0.35.39 | 17872 | 01-Apr-23 | 12:50 | x86 |
Microsoft.analysisservices.timedimgenerator.resources.dll | 15.0.35.39 | 17872 | 01-Apr-23 | 12:50 | x86 |
Microsoft.analysisservices.timedimgenerator.resources.dll | 15.0.35.39 | 17872 | 01-Apr-23 | 12:50 | x86 |
Microsoft.analysisservices.timedimgenerator.resources.dll | 15.0.35.39 | 17872 | 01-Apr-23 | 12:50 | x86 |
Microsoft.analysisservices.timedimgenerator.resources.dll | 15.0.35.39 | 17872 | 01-Apr-23 | 12:50 | x86 |
Microsoft.analysisservices.timedimgenerator.resources.dll | 15.0.35.39 | 17872 | 01-Apr-23 | 12:50 | x86 |
Microsoft.analysisservices.timedimgenerator.resources.dll | 15.0.35.39 | 18896 | 01-Apr-23 | 12:50 | x86 |
Microsoft.analysisservices.timedimgenerator.resources.dll | 15.0.35.39 | 17832 | 01-Apr-23 | 12:50 | x86 |
Microsoft.analysisservices.timedimgenerator.resources.dll | 15.0.35.39 | 17872 | 01-Apr-23 | 12:50 | x86 |
Microsoft.data.edm.netfx35.dll | 5.7.0.62516 | 660872 | 01-Apr-23 | 12:50 | x86 |
Microsoft.data.mashup.dll | 2.87.142.0 | 191352 | 01-Apr-23 | 12:50 | x86 |
Microsoft.data.mashup.oledb.dll | 2.87.142.0 | 30592 | 01-Apr-23 | 12:50 | x86 |
Microsoft.data.mashup.preview.dll | 2.87.142.0 | 76672 | 01-Apr-23 | 12:50 | x86 |
Microsoft.data.mashup.providercommon.dll | 2.87.142.0 | 103808 | 01-Apr-23 | 12:50 | x86 |
Microsoft.data.mashup.providercommon.resources.dll | 2.87.142.0 | 37760 | 01-Apr-23 | 12:50 | x86 |
Microsoft.data.mashup.providercommon.resources.dll | 2.87.142.0 | 41864 | 01-Apr-23 | 12:50 | x86 |
Microsoft.data.mashup.providercommon.resources.dll | 2.87.142.0 | 41856 | 01-Apr-23 | 12:50 | x86 |
Microsoft.data.mashup.providercommon.resources.dll | 2.87.142.0 | 41856 | 01-Apr-23 | 12:50 | x86 |
Microsoft.data.mashup.providercommon.resources.dll | 2.87.142.0 | 32120 | 01-Apr-23 | 12:50 | x86 |
Microsoft.data.mashup.providercommon.resources.dll | 2.87.142.0 | 41856 | 01-Apr-23 | 12:50 | x86 |
Microsoft.data.mashup.providercommon.resources.dll | 2.87.142.0 | 41864 | 01-Apr-23 | 12:50 | x86 |
Microsoft.data.mashup.providercommon.resources.dll | 2.87.142.0 | 45952 | 01-Apr-23 | 12:50 | x86 |
Microsoft.data.mashup.providercommon.resources.dll | 2.87.142.0 | 37752 | 01-Apr-23 | 12:50 | x86 |
Microsoft.data.mashup.providercommon.resources.dll | 2.87.142.0 | 41864 | 01-Apr-23 | 12:50 | x86 |
Microsoft.data.odata.netfx35.dll | 5.7.0.62516 | 1454464 | 01-Apr-23 | 12:50 | x86 |
Microsoft.data.odata.query.netfx35.dll | 5.7.0.62516 | 181120 | 01-Apr-23 | 12:50 | x86 |
Microsoft.data.sapclient.dll | 1.0.0.25 | 929592 | 01-Apr-23 | 12:50 | x86 |
Microsoft.data.sapclient.resources.dll | 1.0.0.25 | 34616 | 01-Apr-23 | 12:50 | x86 |
Microsoft.data.sapclient.resources.dll | 1.0.0.25 | 34624 | 01-Apr-23 | 12:50 | x86 |
Microsoft.data.sapclient.resources.dll | 1.0.0.25 | 35128 | 01-Apr-23 | 12:50 | x86 |
Microsoft.data.sapclient.resources.dll | 1.0.0.25 | 34600 | 01-Apr-23 | 12:50 | x86 |
Microsoft.data.sapclient.resources.dll | 1.0.0.25 | 46888 | 01-Apr-23 | 12:50 | x86 |
Microsoft.data.sapclient.resources.dll | 1.0.0.25 | 33064 | 01-Apr-23 | 12:50 | x86 |
Microsoft.data.sapclient.resources.dll | 1.0.0.25 | 34616 | 01-Apr-23 | 12:50 | x86 |
Microsoft.data.sapclient.resources.dll | 1.0.0.25 | 37672 | 01-Apr-23 | 12:50 | x86 |
Microsoft.hostintegration.connectors.dll | 2.87.142.0 | 5283720 | 01-Apr-23 | 12:50 | x86 |
Microsoft.mashup.container.exe | 2.87.142.0 | 23432 | 01-Apr-23 | 12:50 | X64 |
Microsoft.mashup.container.netfx40.exe | 2.87.142.0 | 22912 | 01-Apr-23 | 12:50 | X64 |
Microsoft.mashup.container.netfx45.exe | 2.87.142.0 | 22912 | 01-Apr-23 | 12:50 | X64 |
Microsoft.mashup.eventsource.dll | 2.87.142.0 | 149384 | 01-Apr-23 | 12:50 | x86 |
Microsoft.mashup.oauth.dll | 2.87.142.0 | 78720 | 01-Apr-23 | 12:50 | x86 |
Microsoft.mashup.oauth.resources.dll | 2.87.142.0 | 14712 | 01-Apr-23 | 12:50 | x86 |
Microsoft.mashup.oauth.resources.dll | 2.87.142.0 | 15240 | 01-Apr-23 | 12:50 | x86 |
Microsoft.mashup.oauth.resources.dll | 2.87.142.0 | 15240 | 01-Apr-23 | 12:50 | x86 |
Microsoft.mashup.oauth.resources.dll | 2.87.142.0 | 15232 | 01-Apr-23 | 12:50 | x86 |
Microsoft.mashup.oauth.resources.dll | 2.87.142.0 | 15232 | 01-Apr-23 | 12:50 | x86 |
Microsoft.mashup.oauth.resources.dll | 2.87.142.0 | 15224 | 01-Apr-23 | 12:50 | x86 |
Microsoft.mashup.oauth.resources.dll | 2.87.142.0 | 14728 | 01-Apr-23 | 12:50 | x86 |
Microsoft.mashup.oauth.resources.dll | 2.87.142.0 | 15744 | 01-Apr-23 | 12:50 | x86 |
Microsoft.mashup.oauth.resources.dll | 2.87.142.0 | 14720 | 01-Apr-23 | 12:50 | x86 |
Microsoft.mashup.oauth.resources.dll | 2.87.142.0 | 14728 | 01-Apr-23 | 12:50 | x86 |
Microsoft.mashup.oledbinterop.dll | 2.87.142.0 | 199560 | 01-Apr-23 | 12:50 | X64 |
Microsoft.mashup.oledbprovider.dll | 2.87.142.0 | 64888 | 01-Apr-23 | 12:50 | x86 |
Microsoft.mashup.oledbprovider.resources.dll | 2.87.142.0 | 13176 | 01-Apr-23 | 12:50 | x86 |
Microsoft.mashup.oledbprovider.resources.dll | 2.87.142.0 | 13192 | 01-Apr-23 | 12:50 | x86 |
Microsoft.mashup.oledbprovider.resources.dll | 2.87.142.0 | 13192 | 01-Apr-23 | 12:50 | x86 |
Microsoft.mashup.oledbprovider.resources.dll | 2.87.142.0 | 13192 | 01-Apr-23 | 12:50 | x86 |
Microsoft.mashup.oledbprovider.resources.dll | 2.87.142.0 | 13176 | 01-Apr-23 | 12:50 | x86 |
Microsoft.mashup.oledbprovider.resources.dll | 2.87.142.0 | 13184 | 01-Apr-23 | 12:50 | x86 |
Microsoft.mashup.oledbprovider.resources.dll | 2.87.142.0 | 13176 | 01-Apr-23 | 12:50 | x86 |
Microsoft.mashup.oledbprovider.resources.dll | 2.87.142.0 | 13184 | 01-Apr-23 | 12:50 | x86 |
Microsoft.mashup.oledbprovider.resources.dll | 2.87.142.0 | 13192 | 01-Apr-23 | 12:50 | x86 |
Microsoft.mashup.oledbprovider.resources.dll | 2.87.142.0 | 13192 | 01-Apr-23 | 12:50 | x86 |
Microsoft.mashup.scriptdom.dll | 2.40.4554.261 | 2371808 | 01-Apr-23 | 12:50 | x86 |
Microsoft.mashup.shims.dll | 2.87.142.0 | 27528 | 01-Apr-23 | 12:50 | x86 |
Microsoft.mashup.storage.xmlserializers.dll | 1.0.0.0 | 140168 | 01-Apr-23 | 12:50 | x86 |
Microsoft.mashupengine.dll | 2.87.142.0 | 14835080 | 01-Apr-23 | 12:50 | x86 |
Microsoft.mashupengine.resources.dll | 2.87.142.0 | 566136 | 01-Apr-23 | 12:50 | x86 |
Microsoft.mashupengine.resources.dll | 2.87.142.0 | 676728 | 01-Apr-23 | 12:50 | x86 |
Microsoft.mashupengine.resources.dll | 2.87.142.0 | 672640 | 01-Apr-23 | 12:50 | x86 |
Microsoft.mashupengine.resources.dll | 2.87.142.0 | 652152 | 01-Apr-23 | 12:50 | x86 |
Microsoft.mashupengine.resources.dll | 2.87.142.0 | 701312 | 01-Apr-23 | 12:50 | x86 |
Microsoft.mashupengine.resources.dll | 2.87.142.0 | 660352 | 01-Apr-23 | 12:50 | x86 |
Microsoft.mashupengine.resources.dll | 2.87.142.0 | 639872 | 01-Apr-23 | 12:50 | x86 |
Microsoft.mashupengine.resources.dll | 2.87.142.0 | 881536 | 01-Apr-23 | 12:50 | x86 |
Microsoft.mashupengine.resources.dll | 2.87.142.0 | 553848 | 01-Apr-23 | 12:50 | x86 |
Microsoft.mashupengine.resources.dll | 2.87.142.0 | 648064 | 01-Apr-23 | 12:50 | x86 |
Microsoft.odata.core.netfx35.dll | 6.15.0.0 | 1437560 | 01-Apr-23 | 12:50 | x86 |
Microsoft.odata.edm.netfx35.dll | 6.15.0.0 | 778632 | 01-Apr-23 | 12:50 | x86 |
Microsoft.powerbi.adomdclient.dll | 15.1.61.21 | 1109368 | 01-Apr-23 | 12:50 | x86 |
Microsoft.spatial.netfx35.dll | 6.15.0.0 | 126344 | 01-Apr-23 | 12:50 | x86 |
Msmdctr.dll | 2018.150.35.39 | 38352 | 01-Apr-23 | 12:50 | X64 |
Msmdlocal.dll | 2018.150.35.39 | 47787944 | 01-Apr-23 | 12:50 | x86 |
Msmdlocal.dll | 2018.150.35.39 | 66299856 | 01-Apr-23 | 12:50 | X64 |
Msmdpump.dll | 2018.150.35.39 | 10189736 | 01-Apr-23 | 12:50 | X64 |
Msmdredir.dll | 2018.150.35.39 | 7957928 | 01-Apr-23 | 12:50 | x86 |
Msmdspdm.resources.dll | 15.0.35.39 | 16848 | 01-Apr-23 | 12:50 | x86 |
Msmdspdm.resources.dll | 15.0.35.39 | 16808 | 01-Apr-23 | 12:50 | x86 |
Msmdspdm.resources.dll | 15.0.35.39 | 17360 | 01-Apr-23 | 12:50 | x86 |
Msmdspdm.resources.dll | 15.0.35.39 | 16808 | 01-Apr-23 | 12:50 | x86 |
Msmdspdm.resources.dll | 15.0.35.39 | 17320 | 01-Apr-23 | 12:50 | x86 |
Msmdspdm.resources.dll | 15.0.35.39 | 17320 | 01-Apr-23 | 12:50 | x86 |
Msmdspdm.resources.dll | 15.0.35.39 | 17360 | 01-Apr-23 | 12:50 | x86 |
Msmdspdm.resources.dll | 15.0.35.39 | 18344 | 01-Apr-23 | 12:50 | x86 |
Msmdspdm.resources.dll | 15.0.35.39 | 16808 | 01-Apr-23 | 12:50 | x86 |
Msmdspdm.resources.dll | 15.0.35.39 | 16808 | 01-Apr-23 | 12:50 | x86 |
Msmdsrv.exe | 2018.150.35.39 | 65835472 | 01-Apr-23 | 12:50 | X64 |
Msmdsrv.rll | 2018.150.35.39 | 833448 | 01-Apr-23 | 12:50 | X64 |
Msmdsrv.rll | 2018.150.35.39 | 1628072 | 01-Apr-23 | 12:50 | X64 |
Msmdsrv.rll | 2018.150.35.39 | 1454032 | 01-Apr-23 | 12:50 | X64 |
Msmdsrv.rll | 2018.150.35.39 | 1642960 | 01-Apr-23 | 12:50 | X64 |
Msmdsrv.rll | 2018.150.35.39 | 1608608 | 01-Apr-23 | 12:50 | X64 |
Msmdsrv.rll | 2018.150.35.39 | 1001376 | 01-Apr-23 | 12:50 | X64 |
Msmdsrv.rll | 2018.150.35.39 | 992720 | 01-Apr-23 | 12:50 | X64 |
Msmdsrv.rll | 2018.150.35.39 | 1536976 | 01-Apr-23 | 12:50 | X64 |
Msmdsrv.rll | 2018.150.35.39 | 1521576 | 01-Apr-23 | 12:50 | X64 |
Msmdsrv.rll | 2018.150.35.39 | 810920 | 01-Apr-23 | 12:50 | X64 |
Msmdsrv.rll | 2018.150.35.39 | 1596368 | 01-Apr-23 | 12:50 | X64 |
Msmdsrvi.rll | 2018.150.35.39 | 832464 | 01-Apr-23 | 12:50 | X64 |
Msmdsrvi.rll | 2018.150.35.39 | 1624528 | 01-Apr-23 | 12:50 | X64 |
Msmdsrvi.rll | 2018.150.35.39 | 1450960 | 01-Apr-23 | 12:50 | X64 |
Msmdsrvi.rll | 2018.150.35.39 | 1637840 | 01-Apr-23 | 12:50 | X64 |
Msmdsrvi.rll | 2018.150.35.39 | 1604560 | 01-Apr-23 | 12:50 | X64 |
Msmdsrvi.rll | 2018.150.35.39 | 998864 | 01-Apr-23 | 12:50 | X64 |
Msmdsrvi.rll | 2018.150.35.39 | 991184 | 01-Apr-23 | 12:50 | X64 |
Msmdsrvi.rll | 2018.150.35.39 | 1532880 | 01-Apr-23 | 12:50 | X64 |
Msmdsrvi.rll | 2018.150.35.39 | 1518032 | 01-Apr-23 | 12:50 | X64 |
Msmdsrvi.rll | 2018.150.35.39 | 809936 | 01-Apr-23 | 12:50 | X64 |
Msmdsrvi.rll | 2018.150.35.39 | 1591760 | 01-Apr-23 | 12:50 | X64 |
Msmgdsrv.dll | 2018.150.35.39 | 8281000 | 01-Apr-23 | 12:50 | x86 |
Msmgdsrv.dll | 2018.150.35.39 | 10187176 | 01-Apr-23 | 12:50 | X64 |
Msolap.dll | 2018.150.35.39 | 8609232 | 01-Apr-23 | 12:50 | x86 |
Msolap.dll | 2018.150.35.39 | 11017120 | 01-Apr-23 | 12:50 | X64 |
Msolui.dll | 2018.150.35.39 | 286160 | 01-Apr-23 | 12:50 | x86 |
Msolui.dll | 2018.150.35.39 | 306640 | 01-Apr-23 | 12:50 | X64 |
Powerbiextensions.dll | 2.87.142.0 | 8853888 | 01-Apr-23 | 12:50 | x86 |
Private_odbc32.dll | 10.0.14832.1000 | 728448 | 01-Apr-23 | 12:50 | X64 |
Sqlboot.dll | 2019.150.4312.2 | 214992 | 01-Apr-23 | 12:50 | X64 |
Sqlceip.exe | 15.0.4312.2 | 292800 | 01-Apr-23 | 12:50 | x86 |
Sqldumper.exe | 2019.150.4312.2 | 153536 | 01-Apr-23 | 12:50 | x86 |
Sqldumper.exe | 2019.150.4312.2 | 186264 | 01-Apr-23 | 12:50 | X64 |
System.spatial.netfx35.dll | 5.7.0.62516 | 117640 | 01-Apr-23 | 12:50 | x86 |
Tmapi.dll | 2018.150.35.39 | 6178216 | 01-Apr-23 | 12:50 | X64 |
Tmcachemgr.dll | 2018.150.35.39 | 4917664 | 01-Apr-23 | 12:50 | X64 |
Tmpersistence.dll | 2018.150.35.39 | 1184680 | 01-Apr-23 | 12:50 | X64 |
Tmtransactions.dll | 2018.150.35.39 | 6806952 | 01-Apr-23 | 12:50 | X64 |
Xmsrv.dll | 2018.150.35.39 | 35460560 | 01-Apr-23 | 12:50 | x86 |
Xmsrv.dll | 2018.150.35.39 | 26026448 | 01-Apr-23 | 12:50 | X64 |
SQL Server 2019 Database Services Common Core
ファイル名 | ファイル バージョン | ファイル サイズ | 日 | 時刻 | プラットフォーム |
---|---|---|---|---|---|
Batchparser.dll | 2019.150.4312.2 | 165840 | 01-Apr-23 | 12:50 | x86 |
Batchparser.dll | 2019.150.4312.2 | 182208 | 01-Apr-23 | 12:50 | X64 |
Instapi150.dll | 2019.150.4312.2 | 88016 | 01-Apr-23 | 12:50 | X64 |
Instapi150.dll | 2019.150.4312.2 | 75680 | 01-Apr-23 | 12:50 | x86 |
Microsoft.sqlserver.mgdsqldumper.dll | 2019.150.4312.2 | 100240 | 01-Apr-23 | 12:50 | X64 |
Microsoft.sqlserver.mgdsqldumper.dll | 2019.150.4312.2 | 87968 | 01-Apr-23 | 12:50 | x86 |
Microsoft.sqlserver.rmo.dll | 15.0.4312.2 | 550856 | 01-Apr-23 | 12:50 | x86 |
Microsoft.sqlserver.rmo.dll | 15.0.4312.2 | 550816 | 01-Apr-23 | 12:50 | x86 |
Msasxpress.dll | 2018.150.35.39 | 27088 | 01-Apr-23 | 12:50 | x86 |
Msasxpress.dll | 2018.150.35.39 | 32208 | 01-Apr-23 | 12:50 | X64 |
Pbsvcacctsync.dll | 2019.150.4312.2 | 75664 | 01-Apr-23 | 12:50 | x86 |
Pbsvcacctsync.dll | 2019.150.4312.2 | 92112 | 01-Apr-23 | 12:50 | X64 |
Sqldumper.exe | 2019.150.4312.2 | 153536 | 01-Apr-23 | 12:50 | x86 |
Sqldumper.exe | 2019.150.4312.2 | 186264 | 01-Apr-23 | 12:50 | X64 |
Sqlftacct.dll | 2019.150.4312.2 | 59336 | 01-Apr-23 | 12:50 | x86 |
Sqlftacct.dll | 2019.150.4312.2 | 79808 | 01-Apr-23 | 12:50 | X64 |
Sqlmanager.dll | 2019.150.4312.2 | 743328 | 01-Apr-23 | 12:50 | x86 |
Sqlmanager.dll | 2019.150.4312.2 | 878496 | 01-Apr-23 | 12:50 | X64 |
Sqlmgmprovider.dll | 2019.150.4312.2 | 378816 | 01-Apr-23 | 12:50 | x86 |
Sqlmgmprovider.dll | 2019.150.4312.2 | 432064 | 01-Apr-23 | 12:50 | X64 |
Sqlsvcsync.dll | 2019.150.4312.2 | 276416 | 01-Apr-23 | 12:50 | x86 |
Sqlsvcsync.dll | 2019.150.4312.2 | 358304 | 01-Apr-23 | 12:50 | X64 |
Svrenumapi150.dll | 2019.150.4312.2 | 1161104 | 01-Apr-23 | 12:50 | X64 |
Svrenumapi150.dll | 2019.150.4312.2 | 911248 | 01-Apr-23 | 12:50 | x86 |
SQL Server 2019 データ品質
ファイル名 | ファイル バージョン | ファイル サイズ | 日 | 時刻 | プラットフォーム |
---|---|---|---|---|---|
Microsoft.ssdqs.core.dll | 15.0.4312.2 | 600000 | 01-Apr-23 | 12:50 | x86 |
Microsoft.ssdqs.core.dll | 15.0.4312.2 | 599968 | 01-Apr-23 | 12:50 | x86 |
Microsoft.ssdqs.infra.dll | 15.0.4312.2 | 1857488 | 01-Apr-23 | 12:50 | x86 |
Microsoft.ssdqs.infra.dll | 15.0.4312.2 | 1857488 | 01-Apr-23 | 12:50 | x86 |
SQL Server 2019 sql_dreplay_client
ファイル名 | ファイル バージョン | ファイル サイズ | 日 | 時刻 | プラットフォーム |
---|---|---|---|---|---|
Dreplayclient.exe | 2019.150.4312.2 | 137120 | 01-Apr-23 | 12:50 | x86 |
Dreplaycommon.dll | 2019.150.4312.2 | 667600 | 01-Apr-23 | 12:50 | x86 |
Dreplayutil.dll | 2019.150.4312.2 | 305104 | 01-Apr-23 | 12:50 | x86 |
Instapi150.dll | 2019.150.4312.2 | 88016 | 01-Apr-23 | 12:50 | X64 |
Sqlresourceloader.dll | 2019.150.4312.2 | 38864 | 01-Apr-23 | 12:50 | x86 |
SQL Server 2019 sql_dreplay_controller
ファイル名 | ファイル バージョン | ファイル サイズ | 日 | 時刻 | プラットフォーム |
---|---|---|---|---|---|
Dreplaycommon.dll | 2019.150.4312.2 | 667600 | 01-Apr-23 | 12:50 | x86 |
Dreplaycontroller.exe | 2019.150.4312.2 | 366480 | 01-Apr-23 | 12:50 | x86 |
Instapi150.dll | 2019.150.4312.2 | 88016 | 01-Apr-23 | 12:50 | X64 |
Sqlresourceloader.dll | 2019.150.4312.2 | 38864 | 01-Apr-23 | 12:50 | x86 |
SQL Server 2019 Database Services Core インスタンス
ファイル名 | ファイル バージョン | ファイル サイズ | 日 | 時刻 | プラットフォーム |
---|---|---|---|---|---|
Aetm-enclave-simulator.dll | 2019.150.4312.2 | 4658080 | 01-Apr-23 | 16:08 | X64 |
Aetm-enclave.dll | 2019.150.4312.2 | 4612488 | 01-Apr-23 | 16:08 | X64 |
Aetm-sgx-enclave-simulator.dll | 2019.150.4312.2 | 4931856 | 01-Apr-23 | 16:09 | X64 |
Aetm-sgx-enclave.dll | 2019.150.4312.2 | 4873560 | 01-Apr-23 | 16:08 | X64 |
Azureattest.dll | 10.0.18965.1000 | 255056 | 01-Apr-23 | 16:08 | X64 |
Azureattestmanager.dll | 10.0.18965.1000 | 97528 | 01-Apr-23 | 16:08 | X64 |
Batchparser.dll | 2019.150.4312.2 | 182208 | 01-Apr-23 | 16:08 | X64 |
C1.dll | 19.16.27034.0 | 2438520 | 01-Apr-23 | 16:08 | X64 |
C2.dll | 19.16.27034.0 | 7239032 | 01-Apr-23 | 16:08 | X64 |
Cl.exe | 19.16.27034.0 | 424360 | 01-Apr-23 | 16:08 | X64 |
Clui.dll | 19.16.27034.0 | 541048 | 01-Apr-23 | 16:08 | X64 |
Datacollectorcontroller.dll | 2019.150.4312.2 | 280464 | 01-Apr-23 | 16:08 | X64 |
Dcexec.exe | 2019.150.4312.2 | 87952 | 01-Apr-23 | 16:09 | X64 |
Fssres.dll | 2019.150.4312.2 | 96160 | 01-Apr-23 | 16:08 | X64 |
Hadrres.dll | 2019.150.4312.2 | 206784 | 01-Apr-23 | 16:08 | X64 |
Hkcompile.dll | 2019.150.4312.2 | 1292176 | 01-Apr-23 | 16:08 | X64 |
Hkengine.dll | 2019.150.4312.2 | 5793680 | 01-Apr-23 | 16:08 | X64 |
Hkruntime.dll | 2019.150.4312.2 | 182208 | 01-Apr-23 | 16:08 | X64 |
Hktempdb.dll | 2019.150.4312.2 | 63392 | 01-Apr-23 | 16:08 | X64 |
Link.exe | 14.16.27034.0 | 1707936 | 01-Apr-23 | 16:08 | X64 |
Microsoft.sqlautoadmin.autobackupagent.dll | 15.0.4312.2 | 235408 | 01-Apr-23 | 16:08 | x86 |
Microsoft.sqlserver.types.dll | 2019.150.4312.2 | 391056 | 01-Apr-23 | 16:09 | x86 |
Microsoft.sqlserver.xevent.linq.dll | 2019.150.4312.2 | 325520 | 01-Apr-23 | 16:09 | X64 |
Microsoft.sqlserver.xevent.targets.dll | 2019.150.4312.2 | 92112 | 01-Apr-23 | 16:09 | X64 |
Msobj140.dll | 14.16.27034.0 | 134008 | 01-Apr-23 | 16:08 | X64 |
Mspdb140.dll | 14.16.27034.0 | 632184 | 01-Apr-23 | 16:08 | X64 |
Mspdbcore.dll | 14.16.27034.0 | 632184 | 01-Apr-23 | 16:08 | X64 |
Msvcp140.dll | 14.16.27034.0 | 628200 | 01-Apr-23 | 16:08 | X64 |
Qds.dll | 2019.150.4312.2 | 1185728 | 01-Apr-23 | 16:08 | X64 |
Rsfxft.dll | 2019.150.4312.2 | 51088 | 01-Apr-23 | 16:09 | X64 |
Secforwarder.dll | 2019.150.4312.2 | 79808 | 01-Apr-23 | 16:00 | X64 |
Sqagtres.dll | 2019.150.4312.2 | 88016 | 01-Apr-23 | 16:09 | X64 |
Sqlaamss.dll | 2019.150.4312.2 | 108496 | 01-Apr-23 | 16:09 | X64 |
Sqlaccess.dll | 2019.150.4312.2 | 493520 | 01-Apr-23 | 16:09 | X64 |
Sqlagent.exe | 2019.150.4312.2 | 731040 | 01-Apr-23 | 16:09 | X64 |
Sqlagentctr150.dll | 2019.150.4312.2 | 71632 | 01-Apr-23 | 16:09 | x86 |
Sqlagentctr150.dll | 2019.150.4312.2 | 79776 | 01-Apr-23 | 16:09 | X64 |
Sqlboot.dll | 2019.150.4312.2 | 214992 | 01-Apr-23 | 16:09 | X64 |
Sqlceip.exe | 15.0.4312.2 | 292800 | 01-Apr-23 | 16:09 | x86 |
Sqlcmdss.dll | 2019.150.4312.2 | 88016 | 01-Apr-23 | 16:08 | X64 |
Sqlctr150.dll | 2019.150.4312.2 | 116688 | 01-Apr-23 | 16:08 | x86 |
Sqlctr150.dll | 2019.150.4312.2 | 145312 | 01-Apr-23 | 16:08 | X64 |
Sqldk.dll | 2019.150.4312.2 | 3159968 | 01-Apr-23 | 16:00 | X64 |
Sqldtsss.dll | 2019.150.4312.2 | 108496 | 01-Apr-23 | 16:09 | X64 |
Sqlevn70.rll |
2019.150.4312.2 | 1595344 | 01-Apr-23 | 15:56 | X64 |
Sqlevn70.rll |
2019.150.4312.2 | 3504016 | 01-Apr-23 | 15:56 | X64 |
Sqlevn70.rll |
2019.150.4312.2 | 3700640 | 01-Apr-23 | 15:56 | X64 |
Sqlevn70.rll |
2019.150.4312.2 | 4167584 | 01-Apr-23 | 15:56 | X64 |
Sqlevn70.rll |
2019.150.4312.2 | 4286368 | 01-Apr-23 | 15:56 | X64 |
Sqlevn70.rll |
2019.150.4312.2 | 3418016 | 01-Apr-23 | 15:56 | X64 |
Sqlevn70.rll |
2019.150.4312.2 | 3586000 | 01-Apr-23 | 15:56 | X64 |
Sqlevn70.rll |
2019.150.4312.2 | 4163472 | 01-Apr-23 | 15:56 | X64 |
Sqlevn70.rll |
2019.150.4312.2 | 4016024 | 01-Apr-23 | 15:56 | X64 |
Sqlevn70.rll |
2019.150.4312.2 | 4065168 | 01-Apr-23 | 15:56 | X64 |
Sqlevn70.rll |
2019.150.4312.2 | 2226064 | 01-Apr-23 | 15:56 | X64 |
Sqlevn70.rll |
2019.150.4312.2 | 2172832 | 01-Apr-23 | 15:56 | X64 |
Sqlevn70.rll |
2019.150.4312.2 | 3872672 | 01-Apr-23 | 15:56 | X64 |
Sqlevn70.rll |
2019.150.4312.2 | 3549072 | 01-Apr-23 | 15:56 | X64 |
Sqlevn70.rll |
2019.150.4312.2 | 4020128 | 01-Apr-23 | 15:56 | X64 |
Sqlevn70.rll |
2019.150.4312.2 | 3823568 | 01-Apr-23 | 15:56 | X64 |
Sqlevn70.rll |
2019.150.4312.2 | 3823504 | 01-Apr-23 | 15:56 | X64 |
Sqlevn70.rll |
2019.150.4312.2 | 3618768 | 01-Apr-23 | 15:56 | X64 |
Sqlevn70.rll |
2019.150.4312.2 | 3504016 | 01-Apr-23 | 15:56 | X64 |
Sqlevn70.rll |
2019.150.4312.2 | 1537952 | 01-Apr-23 | 15:56 | X64 |
Sqlevn70.rll |
2019.150.4312.2 | 3913680 | 01-Apr-23 | 15:56 | X64 |
Sqlevn70.rll |
2019.150.4312.2 | 4032416 | 01-Apr-23 | 15:56 | X64 |
Sqllang.dll | 2019.150.4312.2 | 39860176 | 01-Apr-23 | 16:09 | X64 |
Sqlmin.dll | 2019.150.4312.2 | 40557984 | 01-Apr-23 | 16:09 | X64 |
Sqlolapss.dll | 2019.150.4312.2 | 108448 | 01-Apr-23 | 16:09 | X64 |
Sqlos.dll | 2019.150.4312.2 | 42960 | 01-Apr-23 | 16:00 | X64 |
Sqlpowershellss.dll | 2019.150.4312.2 | 83920 | 01-Apr-23 | 16:09 | X64 |
Sqlrepss.dll | 2019.150.4312.2 | 88016 | 01-Apr-23 | 16:09 | X64 |
Sqlresourceloader.dll | 2019.150.4312.2 | 51104 | 01-Apr-23 | 16:08 | X64 |
Sqlscm.dll | 2019.150.4312.2 | 88000 | 01-Apr-23 | 16:09 | X64 |
Sqlscriptdowngrade.dll | 2019.150.4312.2 | 38864 | 01-Apr-23 | 16:09 | X64 |
Sqlscriptupgrade.dll | 2019.150.4312.2 | 5806016 | 01-Apr-23 | 16:08 | X64 |
Sqlserverspatial150.dll | 2019.150.4312.2 | 673696 | 01-Apr-23 | 16:08 | X64 |
Sqlservr.exe | 2019.150.4312.2 | 628688 | 01-Apr-23 | 16:08 | X64 |
Sqlsvc.dll | 2019.150.4312.2 | 182160 | 01-Apr-23 | 16:09 | X64 |
Sqltses.dll | 2019.150.4312.2 | 9119648 | 01-Apr-23 | 16:00 | X64 |
Sqsrvres.dll | 2019.150.4312.2 | 280512 | 01-Apr-23 | 16:08 | X64 |
Stretchcodegen.exe | 15.0.4312.2 | 59344 | 01-Apr-23 | 16:08 | x86 |
Svl.dll | 2019.150.4312.2 | 161744 | 01-Apr-23 | 16:08 | X64 |
Vcruntime140.dll | 14.16.27034.0 | 85992 | 01-Apr-23 | 16:08 | X64 |
Xe.dll | 2019.150.4312.2 | 722896 | 01-Apr-23 | 16:09 | X64 |
Xpadsi.exe | 2019.150.4312.2 | 116688 | 01-Apr-23 | 16:08 | X64 |
Xplog70.dll | 2019.150.4312.2 | 92104 | 01-Apr-23 | 16:09 | X64 |
Xpqueue.dll | 2019.150.4312.2 | 92112 | 01-Apr-23 | 16:08 | X64 |
Xprepl.dll | 2019.150.4312.2 | 120768 | 01-Apr-23 | 16:08 | X64 |
Xpstar.dll | 2019.150.4312.2 | 472992 | 01-Apr-23 | 16:09 | X64 |
SQL Server 2019 Database Services Core Shared
ファイル名 | ファイル バージョン | ファイル サイズ | 日 | 時刻 | プラットフォーム |
---|---|---|---|---|---|
Batchparser.dll | 2019.150.4312.2 | 165840 | 01-Apr-23 | 12:50 | x86 |
Batchparser.dll | 2019.150.4312.2 | 182208 | 01-Apr-23 | 12:50 | X64 |
Commanddest.dll | 2019.150.4312.2 | 264080 | 01-Apr-23 | 12:50 | X64 |
Datacollectortasks.dll | 2019.150.4312.2 | 227264 | 01-Apr-23 | 12:50 | X64 |
Distrib.exe | 2019.150.4312.2 | 243664 | 01-Apr-23 | 12:50 | X64 |
Dteparse.dll | 2019.150.4312.2 | 124864 | 01-Apr-23 | 12:50 | X64 |
Dteparsemgd.dll | 2019.150.4312.2 | 133072 | 01-Apr-23 | 12:50 | X64 |
Dtepkg.dll | 2019.150.4312.2 | 149408 | 01-Apr-23 | 12:50 | X64 |
Dtexec.exe | 2019.150.4312.2 | 72592 | 01-Apr-23 | 12:50 | X64 |
Dts.dll | 2019.150.4312.2 | 3143632 | 01-Apr-23 | 12:50 | X64 |
Dtscomexpreval.dll | 2019.150.4312.2 | 501712 | 01-Apr-23 | 12:50 | X64 |
Dtsconn.dll | 2019.150.4312.2 | 522192 | 01-Apr-23 | 12:50 | X64 |
Dtshost.exe | 2019.150.4312.2 | 106448 | 01-Apr-23 | 12:50 | X64 |
Dtsmsg150.dll | 2019.150.4312.2 | 567232 | 01-Apr-23 | 12:50 | X64 |
Dtspipeline.dll | 2019.150.4312.2 | 1329056 | 01-Apr-23 | 12:50 | X64 |
Dtswizard.exe | 15.0.4312.2 | 886720 | 01-Apr-23 | 12:50 | X64 |
Dtuparse.dll | 2019.150.4312.2 | 100296 | 01-Apr-23 | 12:50 | X64 |
Dtutil.exe | 2019.150.4312.2 | 149408 | 01-Apr-23 | 12:50 | X64 |
Exceldest.dll | 2019.150.4312.2 | 280520 | 01-Apr-23 | 12:50 | X64 |
Excelsrc.dll | 2019.150.4312.2 | 309184 | 01-Apr-23 | 12:50 | X64 |
Execpackagetask.dll | 2019.150.4312.2 | 186320 | 01-Apr-23 | 12:50 | X64 |
Flatfiledest.dll | 2019.150.4312.2 | 411600 | 01-Apr-23 | 12:50 | X64 |
Flatfilesrc.dll | 2019.150.4312.2 | 427936 | 01-Apr-23 | 12:50 | X64 |
Logread.exe | 2019.150.4312.2 | 722880 | 01-Apr-23 | 12:50 | X64 |
Mergetxt.dll | 2019.150.4312.2 | 75712 | 01-Apr-23 | 12:50 | X64 |
Microsoft.sqlserver.integrationservice.hadoop.common.dll | 15.0.4312.2 | 59344 | 01-Apr-23 | 12:50 | x86 |
Microsoft.sqlserver.integrationservices.runtimetelemetry.dll | 15.0.4312.2 | 42944 | 01-Apr-23 | 12:50 | x86 |
Microsoft.sqlserver.maintenanceplantasks.dll | 15.0.4312.2 | 391072 | 01-Apr-23 | 12:50 | x86 |
Microsoft.sqlserver.replication.dll | 2019.150.4312.2 | 1697680 | 01-Apr-23 | 12:50 | X64 |
Microsoft.sqlserver.replication.dll | 2019.150.4312.2 | 1640384 | 01-Apr-23 | 12:50 | x86 |
Microsoft.sqlserver.rmo.dll | 15.0.4312.2 | 550816 | 01-Apr-23 | 12:50 | x86 |
Msdtssrvrutil.dll | 2019.150.4312.2 | 112576 | 01-Apr-23 | 12:50 | X64 |
Msgprox.dll | 2019.150.4312.2 | 300960 | 01-Apr-23 | 12:50 | X64 |
Msoledbsql.dll | 2018.186.5.0 | 2734064 | 01-Apr-23 | 12:50 | X64 |
Msoledbsql.dll | 2018.186.5.0 | 153616 | 01-Apr-23 | 12:50 | X64 |
Msxmlsql.dll | 2019.150.4312.2 | 1496992 | 01-Apr-23 | 12:50 | X64 |
Oledbdest.dll | 2019.150.4312.2 | 280528 | 01-Apr-23 | 12:50 | X64 |
Oledbsrc.dll | 2019.150.4312.2 | 313280 | 01-Apr-23 | 12:50 | X64 |
Osql.exe | 2019.150.4312.2 | 92064 | 01-Apr-23 | 12:50 | X64 |
Qrdrsvc.exe | 2019.150.4312.2 | 497568 | 01-Apr-23 | 12:50 | X64 |
Rawdest.dll | 2019.150.4312.2 | 227264 | 01-Apr-23 | 12:50 | X64 |
Rawsource.dll | 2019.150.4312.2 | 210832 | 01-Apr-23 | 12:50 | X64 |
Rdistcom.dll | 2019.150.4312.2 | 915360 | 01-Apr-23 | 12:50 | X64 |
Recordsetdest.dll | 2019.150.4312.2 | 202704 | 01-Apr-23 | 12:50 | X64 |
Repldp.dll | 2019.150.4312.2 | 313248 | 01-Apr-23 | 12:50 | X64 |
Replerrx.dll | 2019.150.4312.2 | 182224 | 01-Apr-23 | 12:50 | X64 |
Replisapi.dll | 2019.150.4312.2 | 395168 | 01-Apr-23 | 12:50 | X64 |
Replmerg.exe | 2019.150.4312.2 | 563104 | 01-Apr-23 | 12:50 | X64 |
Replprov.dll | 2019.150.4312.2 | 862112 | 01-Apr-23 | 12:50 | X64 |
Replrec.dll | 2019.150.4312.2 | 1034144 | 01-Apr-23 | 12:50 | X64 |
Replsub.dll | 2019.150.4312.2 | 473040 | 01-Apr-23 | 12:50 | X64 |
Replsync.dll | 2019.150.4312.2 | 165840 | 01-Apr-23 | 12:50 | X64 |
Spresolv.dll | 2019.150.4312.2 | 276432 | 01-Apr-23 | 12:50 | X64 |
Sqlcmd.exe | 2019.150.4312.2 | 264080 | 01-Apr-23 | 12:50 | X64 |
Sqldiag.exe | 2019.150.4312.2 | 1140640 | 01-Apr-23 | 12:50 | X64 |
Sqldistx.dll | 2019.150.4312.2 | 251856 | 01-Apr-23 | 12:50 | X64 |
Sqllogship.exe | 15.0.4312.2 | 104352 | 01-Apr-23 | 12:50 | X64 |
Sqlmergx.dll | 2019.150.4312.2 | 399264 | 01-Apr-23 | 12:50 | X64 |
Sqlresourceloader.dll | 2019.150.4312.2 | 51104 | 01-Apr-23 | 12:50 | X64 |
Sqlresourceloader.dll | 2019.150.4312.2 | 38864 | 01-Apr-23 | 12:50 | x86 |
Sqlscm.dll | 2019.150.4312.2 | 79824 | 01-Apr-23 | 12:50 | x86 |
Sqlscm.dll | 2019.150.4312.2 | 88000 | 01-Apr-23 | 12:50 | X64 |
Sqlsvc.dll | 2019.150.4312.2 | 149456 | 01-Apr-23 | 12:50 | x86 |
Sqlsvc.dll | 2019.150.4312.2 | 182160 | 01-Apr-23 | 12:50 | X64 |
Sqltaskconnections.dll | 2019.150.4312.2 | 202704 | 01-Apr-23 | 12:50 | X64 |
Ssradd.dll | 2019.150.4312.2 | 83920 | 01-Apr-23 | 12:50 | X64 |
Ssravg.dll | 2019.150.4312.2 | 83904 | 01-Apr-23 | 12:50 | X64 |
Ssrdown.dll | 2019.150.4312.2 | 75728 | 01-Apr-23 | 12:50 | X64 |
Ssrmax.dll | 2019.150.4312.2 | 83904 | 01-Apr-23 | 12:50 | X64 |
Ssrmin.dll | 2019.150.4312.2 | 83904 | 01-Apr-23 | 12:50 | X64 |
Ssrpub.dll | 2019.150.4312.2 | 79824 | 01-Apr-23 | 12:50 | X64 |
Ssrup.dll | 2019.150.4312.2 | 75712 | 01-Apr-23 | 12:50 | X64 |
Txagg.dll | 2019.150.4312.2 | 391056 | 01-Apr-23 | 12:50 | X64 |
Txbdd.dll | 2019.150.4312.2 | 194512 | 01-Apr-23 | 12:50 | X64 |
Txdatacollector.dll | 2019.150.4312.2 | 473040 | 01-Apr-23 | 12:50 | X64 |
Txdataconvert.dll | 2019.150.4312.2 | 317344 | 01-Apr-23 | 12:50 | X64 |
Txderived.dll | 2019.150.4312.2 | 640928 | 01-Apr-23 | 12:50 | X64 |
Txlookup.dll | 2019.150.4312.2 | 542672 | 01-Apr-23 | 12:50 | X64 |
Txmerge.dll | 2019.150.4312.2 | 247744 | 01-Apr-23 | 12:50 | X64 |
Txmergejoin.dll | 2019.150.4312.2 | 309200 | 01-Apr-23 | 12:50 | X64 |
Txmulticast.dll | 2019.150.4312.2 | 145360 | 01-Apr-23 | 12:50 | X64 |
Txrowcount.dll | 2019.150.4312.2 | 141264 | 01-Apr-23 | 12:50 | X64 |
Txsort.dll | 2019.150.4312.2 | 288704 | 01-Apr-23 | 12:50 | X64 |
Txsplit.dll | 2019.150.4312.2 | 624544 | 01-Apr-23 | 12:50 | X64 |
Txunionall.dll | 2019.150.4312.2 | 198608 | 01-Apr-23 | 12:50 | X64 |
Xe.dll | 2019.150.4312.2 | 722896 | 01-Apr-23 | 12:50 | X64 |
Xmlsub.dll | 2019.150.4312.2 | 296896 | 01-Apr-23 | 12:50 | X64 |
SQL Server 2019 sql_extensibility
ファイル名 | ファイル バージョン | ファイル サイズ | 日 | 時刻 | プラットフォーム |
---|---|---|---|---|---|
Commonlauncher.dll | 2019.150.4312.2 | 96160 | 01-Apr-23 | 12:50 | X64 |
Exthost.exe | 2019.150.4312.2 | 239520 | 01-Apr-23 | 12:50 | X64 |
Launchpad.exe | 2019.150.4312.2 | 1230784 | 01-Apr-23 | 12:50 | X64 |
Sqlsatellite.dll | 2019.150.4312.2 | 1025952 | 01-Apr-23 | 12:50 | X64 |
SQL Server 2019 フルテキスト エンジン
ファイル名 | ファイル バージョン | ファイル サイズ | 日 | 時刻 | プラットフォーム |
---|---|---|---|---|---|
Fd.dll | 2019.150.4312.2 | 686032 | 01-Apr-23 | 12:50 | X64 |
Fdhost.exe | 2019.150.4312.2 | 128928 | 01-Apr-23 | 12:50 | X64 |
Fdlauncher.exe | 2019.150.4312.2 | 79824 | 01-Apr-23 | 12:50 | X64 |
Sqlft150ph.dll | 2019.150.4312.2 | 92064 | 01-Apr-23 | 12:50 | X64 |
SQL Server 2019 sql_inst_mr
ファイル名 | ファイル バージョン | ファイル サイズ | 日 | 時刻 | プラットフォーム |
---|---|---|---|---|---|
Imrdll.dll | 15.0.4312.2 | 30656 | 01-Apr-23 | 12:50 | x86 |
SQL Server 2019 Integration Services
ファイル名 | ファイル バージョン | ファイル サイズ | 日 | 時刻 | プラットフォーム |
---|---|---|---|---|---|
Commanddest.dll | 2019.150.4312.2 | 227264 | 01-Apr-23 | 12:56 | x86 |
Commanddest.dll | 2019.150.4312.2 | 264080 | 01-Apr-23 | 12:56 | X64 |
Dteparse.dll | 2019.150.4312.2 | 124864 | 01-Apr-23 | 12:56 | X64 |
Dteparse.dll | 2019.150.4312.2 | 112576 | 01-Apr-23 | 12:56 | x86 |
Dteparsemgd.dll | 2019.150.4312.2 | 116672 | 01-Apr-23 | 12:56 | x86 |
Dteparsemgd.dll | 2019.150.4312.2 | 133072 | 01-Apr-23 | 12:56 | X64 |
Dtepkg.dll | 2019.150.4312.2 | 149408 | 01-Apr-23 | 12:56 | X64 |
Dtepkg.dll | 2019.150.4312.2 | 133056 | 01-Apr-23 | 12:56 | x86 |
Dtexec.exe | 2019.150.4312.2 | 72592 | 01-Apr-23 | 12:56 | X64 |
Dtexec.exe | 2019.150.4312.2 | 63888 | 01-Apr-23 | 12:56 | x86 |
Dts.dll | 2019.150.4312.2 | 2762688 | 01-Apr-23 | 12:56 | x86 |
Dts.dll | 2019.150.4312.2 | 3143632 | 01-Apr-23 | 12:56 | X64 |
Dtscomexpreval.dll | 2019.150.4312.2 | 444352 | 01-Apr-23 | 12:56 | x86 |
Dtscomexpreval.dll | 2019.150.4312.2 | 501712 | 01-Apr-23 | 12:56 | X64 |
Dtsconn.dll | 2019.150.4312.2 | 522192 | 01-Apr-23 | 12:56 | X64 |
Dtsconn.dll | 2019.150.4312.2 | 432080 | 01-Apr-23 | 12:56 | x86 |
Dtsdebughost.exe | 2019.150.4312.2 | 112072 | 01-Apr-23 | 12:56 | X64 |
Dtsdebughost.exe | 2019.150.4312.2 | 93648 | 01-Apr-23 | 12:56 | x86 |
Dtshost.exe | 2019.150.4312.2 | 106448 | 01-Apr-23 | 12:56 | X64 |
Dtshost.exe | 2019.150.4312.2 | 89040 | 01-Apr-23 | 12:56 | x86 |
Dtsmsg150.dll | 2019.150.4312.2 | 554912 | 01-Apr-23 | 12:56 | x86 |
Dtsmsg150.dll | 2019.150.4312.2 | 567232 | 01-Apr-23 | 12:56 | X64 |
Dtspipeline.dll | 2019.150.4312.2 | 1120208 | 01-Apr-23 | 12:56 | x86 |
Dtspipeline.dll | 2019.150.4312.2 | 1329056 | 01-Apr-23 | 12:56 | X64 |
Dtswizard.exe | 15.0.4312.2 | 886720 | 01-Apr-23 | 12:56 | X64 |
Dtswizard.exe | 15.0.4312.2 | 890816 | 01-Apr-23 | 12:56 | x86 |
Dtuparse.dll | 2019.150.4312.2 | 100296 | 01-Apr-23 | 12:56 | X64 |
Dtuparse.dll | 2019.150.4312.2 | 88000 | 01-Apr-23 | 12:56 | x86 |
Dtutil.exe | 2019.150.4312.2 | 130464 | 01-Apr-23 | 12:56 | x86 |
Dtutil.exe | 2019.150.4312.2 | 149408 | 01-Apr-23 | 12:56 | X64 |
Exceldest.dll | 2019.150.4312.2 | 280520 | 01-Apr-23 | 12:56 | X64 |
Exceldest.dll | 2019.150.4312.2 | 235424 | 01-Apr-23 | 12:56 | x86 |
Excelsrc.dll | 2019.150.4312.2 | 309184 | 01-Apr-23 | 12:56 | X64 |
Excelsrc.dll | 2019.150.4312.2 | 260048 | 01-Apr-23 | 12:56 | x86 |
Execpackagetask.dll | 2019.150.4312.2 | 149440 | 01-Apr-23 | 12:56 | x86 |
Execpackagetask.dll | 2019.150.4312.2 | 186320 | 01-Apr-23 | 12:56 | X64 |
Flatfiledest.dll | 2019.150.4312.2 | 358336 | 01-Apr-23 | 12:56 | x86 |
Flatfiledest.dll | 2019.150.4312.2 | 411600 | 01-Apr-23 | 12:56 | X64 |
Flatfilesrc.dll | 2019.150.4312.2 | 370624 | 01-Apr-23 | 12:56 | x86 |
Flatfilesrc.dll | 2019.150.4312.2 | 427936 | 01-Apr-23 | 12:56 | X64 |
Isdbupgradewizard.exe | 15.0.4312.2 | 120784 | 01-Apr-23 | 12:56 | x86 |
Isdbupgradewizard.exe | 15.0.4312.2 | 120768 | 01-Apr-23 | 12:56 | x86 |
Isserverexec.exe | 15.0.4312.2 | 145352 | 01-Apr-23 | 12:56 | X64 |
Isserverexec.exe | 15.0.4312.2 | 149440 | 01-Apr-23 | 12:56 | x86 |
Microsoft.sqlserver.astasks.dll | 15.0.4312.2 | 116640 | 01-Apr-23 | 12:56 | x86 |
Microsoft.sqlserver.integrationservice.hadoop.common.dll | 15.0.4312.2 | 59344 | 01-Apr-23 | 12:56 | x86 |
Microsoft.sqlserver.integrationservices.isserverdbupgrade.dll | 15.0.4312.2 | 509856 | 01-Apr-23 | 12:56 | x86 |
Microsoft.sqlserver.integrationservices.isserverdbupgrade.dll | 15.0.4312.2 | 509888 | 01-Apr-23 | 12:56 | x86 |
Microsoft.sqlserver.integrationservices.runtimetelemetry.dll | 15.0.4312.2 | 42896 | 01-Apr-23 | 12:56 | x86 |
Microsoft.sqlserver.integrationservices.runtimetelemetry.dll | 15.0.4312.2 | 42944 | 01-Apr-23 | 12:56 | x86 |
Microsoft.sqlserver.maintenanceplantasks.dll | 15.0.4312.2 | 391072 | 01-Apr-23 | 12:56 | x86 |
Microsoft.sqlserver.management.integrationservicesenum.dll | 15.0.4312.2 | 59296 | 01-Apr-23 | 12:56 | x86 |
Microsoft.sqlserver.management.integrationservicesenum.dll | 15.0.4312.2 | 59344 | 01-Apr-23 | 12:56 | x86 |
Microsoft.sqlserver.scripttask.dll | 15.0.4312.2 | 141216 | 01-Apr-23 | 12:56 | x86 |
Microsoft.sqlserver.scripttask.dll | 15.0.4312.2 | 141216 | 01-Apr-23 | 12:56 | x86 |
Msdtssrvr.exe | 15.0.4312.2 | 219088 | 01-Apr-23 | 12:56 | X64 |
Msdtssrvrutil.dll | 2019.150.4312.2 | 100288 | 01-Apr-23 | 12:56 | x86 |
Msdtssrvrutil.dll | 2019.150.4312.2 | 112576 | 01-Apr-23 | 12:56 | X64 |
Msmdpp.dll | 2018.150.35.39 | 10065320 | 01-Apr-23 | 12:50 | X64 |
Odbcdest.dll | 2019.150.4312.2 | 370576 | 01-Apr-23 | 12:56 | X64 |
Odbcdest.dll | 2019.150.4312.2 | 321440 | 01-Apr-23 | 12:56 | x86 |
Odbcsrc.dll | 2019.150.4312.2 | 382864 | 01-Apr-23 | 12:56 | X64 |
Odbcsrc.dll | 2019.150.4312.2 | 329680 | 01-Apr-23 | 12:56 | x86 |
Oledbdest.dll | 2019.150.4312.2 | 280528 | 01-Apr-23 | 12:56 | X64 |
Oledbdest.dll | 2019.150.4312.2 | 239568 | 01-Apr-23 | 12:56 | x86 |
Oledbsrc.dll | 2019.150.4312.2 | 313280 | 01-Apr-23 | 12:56 | X64 |
Oledbsrc.dll | 2019.150.4312.2 | 264128 | 01-Apr-23 | 12:56 | x86 |
Rawdest.dll | 2019.150.4312.2 | 227264 | 01-Apr-23 | 12:56 | X64 |
Rawdest.dll | 2019.150.4312.2 | 190416 | 01-Apr-23 | 12:56 | x86 |
Rawsource.dll | 2019.150.4312.2 | 210832 | 01-Apr-23 | 12:56 | X64 |
Rawsource.dll | 2019.150.4312.2 | 178128 | 01-Apr-23 | 12:56 | x86 |
Recordsetdest.dll | 2019.150.4312.2 | 174016 | 01-Apr-23 | 12:56 | x86 |
Recordsetdest.dll | 2019.150.4312.2 | 202704 | 01-Apr-23 | 12:56 | X64 |
Sqlceip.exe | 15.0.4312.2 | 292800 | 01-Apr-23 | 12:56 | x86 |
Sqldest.dll | 2019.150.4312.2 | 239552 | 01-Apr-23 | 12:56 | x86 |
Sqldest.dll | 2019.150.4312.2 | 276424 | 01-Apr-23 | 12:56 | X64 |
Sqltaskconnections.dll | 2019.150.4312.2 | 169920 | 01-Apr-23 | 12:56 | x86 |
Sqltaskconnections.dll | 2019.150.4312.2 | 202704 | 01-Apr-23 | 12:56 | X64 |
Txagg.dll | 2019.150.4312.2 | 329680 | 01-Apr-23 | 12:56 | x86 |
Txagg.dll | 2019.150.4312.2 | 391056 | 01-Apr-23 | 12:56 | X64 |
Txbdd.dll | 2019.150.4312.2 | 153544 | 01-Apr-23 | 12:56 | x86 |
Txbdd.dll | 2019.150.4312.2 | 194512 | 01-Apr-23 | 12:56 | X64 |
Txbestmatch.dll | 2019.150.4312.2 | 546752 | 01-Apr-23 | 12:56 | x86 |
Txbestmatch.dll | 2019.150.4312.2 | 653248 | 01-Apr-23 | 12:56 | X64 |
Txcache.dll | 2019.150.4312.2 | 165832 | 01-Apr-23 | 12:56 | x86 |
Txcache.dll | 2019.150.4312.2 | 198592 | 01-Apr-23 | 12:56 | X64 |
Txcharmap.dll | 2019.150.4312.2 | 272336 | 01-Apr-23 | 12:56 | x86 |
Txcharmap.dll | 2019.150.4312.2 | 313248 | 01-Apr-23 | 12:56 | X64 |
Txcopymap.dll | 2019.150.4312.2 | 165824 | 01-Apr-23 | 12:56 | x86 |
Txcopymap.dll | 2019.150.4312.2 | 198608 | 01-Apr-23 | 12:56 | X64 |
Txdataconvert.dll | 2019.150.4312.2 | 276432 | 01-Apr-23 | 12:56 | x86 |
Txdataconvert.dll | 2019.150.4312.2 | 317344 | 01-Apr-23 | 12:56 | X64 |
Txderived.dll | 2019.150.4312.2 | 559040 | 01-Apr-23 | 12:56 | x86 |
Txderived.dll | 2019.150.4312.2 | 640928 | 01-Apr-23 | 12:56 | X64 |
Txfileextractor.dll | 2019.150.4312.2 | 182208 | 01-Apr-23 | 12:56 | x86 |
Txfileextractor.dll | 2019.150.4312.2 | 219072 | 01-Apr-23 | 12:56 | X64 |
Txfileinserter.dll | 2019.150.4312.2 | 182224 | 01-Apr-23 | 12:56 | x86 |
Txfileinserter.dll | 2019.150.4312.2 | 214992 | 01-Apr-23 | 12:56 | X64 |
Txgroupdups.dll | 2019.150.4312.2 | 255952 | 01-Apr-23 | 12:56 | x86 |
Txgroupdups.dll | 2019.150.4312.2 | 313248 | 01-Apr-23 | 12:56 | X64 |
Txlineage.dll | 2019.150.4312.2 | 128976 | 01-Apr-23 | 12:56 | x86 |
Txlineage.dll | 2019.150.4312.2 | 153552 | 01-Apr-23 | 12:56 | X64 |
Txlookup.dll | 2019.150.4312.2 | 468944 | 01-Apr-23 | 12:56 | x86 |
Txlookup.dll | 2019.150.4312.2 | 542672 | 01-Apr-23 | 12:56 | X64 |
Txmerge.dll | 2019.150.4312.2 | 202704 | 01-Apr-23 | 12:56 | x86 |
Txmerge.dll | 2019.150.4312.2 | 247744 | 01-Apr-23 | 12:56 | X64 |
Txmergejoin.dll | 2019.150.4312.2 | 247744 | 01-Apr-23 | 12:56 | x86 |
Txmergejoin.dll | 2019.150.4312.2 | 309200 | 01-Apr-23 | 12:56 | X64 |
Txmulticast.dll | 2019.150.4312.2 | 116672 | 01-Apr-23 | 12:56 | x86 |
Txmulticast.dll | 2019.150.4312.2 | 145360 | 01-Apr-23 | 12:56 | X64 |
Txpivot.dll | 2019.150.4312.2 | 206784 | 01-Apr-23 | 12:56 | x86 |
Txpivot.dll | 2019.150.4312.2 | 239552 | 01-Apr-23 | 12:56 | X64 |
Txrowcount.dll | 2019.150.4312.2 | 112592 | 01-Apr-23 | 12:56 | x86 |
Txrowcount.dll | 2019.150.4312.2 | 141264 | 01-Apr-23 | 12:56 | X64 |
Txsampling.dll | 2019.150.4312.2 | 157632 | 01-Apr-23 | 12:56 | x86 |
Txsampling.dll | 2019.150.4312.2 | 194496 | 01-Apr-23 | 12:56 | X64 |
Txscd.dll | 2019.150.4312.2 | 198592 | 01-Apr-23 | 12:56 | x86 |
Txscd.dll | 2019.150.4312.2 | 235472 | 01-Apr-23 | 12:56 | X64 |
Txsort.dll | 2019.150.4312.2 | 231360 | 01-Apr-23 | 12:56 | x86 |
Txsort.dll | 2019.150.4312.2 | 288704 | 01-Apr-23 | 12:56 | X64 |
Txsplit.dll | 2019.150.4312.2 | 550864 | 01-Apr-23 | 12:56 | x86 |
Txsplit.dll | 2019.150.4312.2 | 624544 | 01-Apr-23 | 12:56 | X64 |
Txtermextraction.dll | 2019.150.4312.2 | 8644544 | 01-Apr-23 | 12:56 | x86 |
Txtermextraction.dll | 2019.150.4312.2 | 8701840 | 01-Apr-23 | 12:56 | X64 |
Txtermlookup.dll | 2019.150.4312.2 | 4138944 | 01-Apr-23 | 12:56 | x86 |
Txtermlookup.dll | 2019.150.4312.2 | 4183968 | 01-Apr-23 | 12:56 | X64 |
Txunionall.dll | 2019.150.4312.2 | 161728 | 01-Apr-23 | 12:56 | x86 |
Txunionall.dll | 2019.150.4312.2 | 198608 | 01-Apr-23 | 12:56 | X64 |
Txunpivot.dll | 2019.150.4312.2 | 182208 | 01-Apr-23 | 12:56 | x86 |
Txunpivot.dll | 2019.150.4312.2 | 214992 | 01-Apr-23 | 12:56 | X64 |
Xe.dll | 2019.150.4312.2 | 632720 | 01-Apr-23 | 12:56 | x86 |
Xe.dll | 2019.150.4312.2 | 722896 | 01-Apr-23 | 12:56 | X64 |
SQL Server 2019 sql_polybase_core_inst
ファイル名 | ファイル バージョン | ファイル サイズ | 日 | 時刻 | プラットフォーム |
---|---|---|---|---|---|
Dms.dll | 15.0.1963.0 | 559576 | 01-Apr-23 | 16:01 | x86 |
Dmsnative.dll | 2018.150.1963.0 | 152496 | 01-Apr-23 | 16:01 | X64 |
Dwengineservice.dll | 15.0.1963.0 | 45016 | 01-Apr-23 | 16:01 | x86 |
Eng_polybase_odbcdrivermongo_2321_mongodbodbc_sb64_dll.64 | 2.3.21.1023 | 18691056 | 01-Apr-23 | 16:01 | X64 |
Eng_polybase_odbcdrivermongo_2321_saslsspi_dll.64 | 1.0.2.1003 | 147504 | 01-Apr-23 | 16:01 | X64 |
Eng_polybase_odbcdrivermongo_238_mongodbodbc_sb64_dll.64 | 2.3.8.1008 | 17142672 | 01-Apr-23 | 16:01 | X64 |
Eng_polybase_odbcdrivermongo_238_saslsspi_dll.64 | 1.0.2.1003 | 146304 | 01-Apr-23 | 16:01 | X64 |
Eng_polybase_odbcdriveroracle_802_mscurl28_dll.64 | 8.0.2.304 | 2532096 | 01-Apr-23 | 16:01 | X64 |
Eng_polybase_odbcdriveroracle_802_msora28_dll.64 | 8.0.2.2592 | 2425088 | 01-Apr-23 | 16:01 | X64 |
Eng_polybase_odbcdriveroracle_802_msora28r_dll.64 | 8.0.2.2592 | 151808 | 01-Apr-23 | 16:01 | X64 |
Eng_polybase_odbcdriveroracle_802_msssl28_dll.64 | 8.0.2.244 | 2416384 | 01-Apr-23 | 16:01 | X64 |
Eng_polybase_odbcdriveroracle_802_mstls28_dll.64 | 8.0.2.216 | 2953472 | 01-Apr-23 | 16:01 | X64 |
Icudt58.dll | 58.2.0.0 | 27109768 | 01-Apr-23 | 16:01 | X64 |
Icudt58.dll | 58.2.0.0 | 27109832 | 01-Apr-23 | 16:01 | X64 |
Icudt58.dll | 58.3.0.0 | 27110344 | 01-Apr-23 | 16:01 | X64 |
Icudt58.dll | 58.3.0.0 | 27110344 | 01-Apr-23 | 16:01 | X64 |
Icuin58.dll | 58.2.0.0 | 2425288 | 01-Apr-23 | 16:01 | X64 |
Icuin58.dll | 58.2.0.0 | 2431880 | 01-Apr-23 | 16:01 | X64 |
Icuin58.dll | 58.3.0.0 | 2551752 | 01-Apr-23 | 16:01 | X64 |
Icuin58.dll | 58.3.0.0 | 2562504 | 01-Apr-23 | 16:01 | X64 |
Icuuc42.dll | 8.0.2.124 | 15491840 | 01-Apr-23 | 16:01 | X64 |
Icuuc58.dll | 58.2.0.0 | 1775048 | 01-Apr-23 | 16:01 | X64 |
Icuuc58.dll | 58.2.0.0 | 1783688 | 01-Apr-23 | 16:01 | X64 |
Icuuc58.dll | 58.3.0.0 | 1888712 | 01-Apr-23 | 16:01 | X64 |
Icuuc58.dll | 58.3.0.0 | 1924040 | 01-Apr-23 | 16:01 | X64 |
Instapi150.dll | 2019.150.4312.2 | 88016 | 01-Apr-23 | 16:01 | X64 |
Libcrypto-1_1-x64.dll | 1.1.0.10 | 2620304 | 01-Apr-23 | 16:01 | X64 |
Libcrypto | 1.1.1.4 | 2953680 | 01-Apr-23 | 16:01 | X64 |
Libcrypto | 1.1.1.14 | 4085336 | 01-Apr-23 | 16:01 | X64 |
Libcrypto | 1.1.1.11 | 4321232 | 01-Apr-23 | 16:01 | X64 |
Libsasl.dll | 2.1.26.0 | 292224 | 01-Apr-23 | 16:01 | X64 |
Libsasl.dll | 2.1.26.0 | 521664 | 01-Apr-23 | 16:01 | X64 |
Libssl-1_1-x64.dll | 1.1.0.10 | 648080 | 01-Apr-23 | 16:01 | X64 |
Libssl | 1.1.1.4 | 798160 | 01-Apr-23 | 16:01 | X64 |
Libssl | 1.1.1.14 | 1195600 | 01-Apr-23 | 16:01 | X64 |
Libssl | 1.1.1.11 | 1322960 | 01-Apr-23 | 16:01 | X64 |
Microsoft.sqlserver.datawarehouse.backup.backupmetadata.dll | 15.0.1963.0 | 67504 | 01-Apr-23 | 16:01 | x86 |
Microsoft.sqlserver.datawarehouse.catalog.dll | 15.0.1963.0 | 293296 | 01-Apr-23 | 16:01 | x86 |
Microsoft.sqlserver.datawarehouse.common.dll | 15.0.1963.0 | 1957808 | 01-Apr-23 | 16:01 | x86 |
Microsoft.sqlserver.datawarehouse.configuration.dll | 15.0.1963.0 | 169432 | 01-Apr-23 | 16:01 | x86 |
Microsoft.sqlserver.datawarehouse.datamovement.common.dll | 15.0.1963.0 | 649688 | 01-Apr-23 | 16:01 | x86 |
Microsoft.sqlserver.datawarehouse.datamovement.manager.dll | 15.0.1963.0 | 246192 | 01-Apr-23 | 16:01 | x86 |
Microsoft.sqlserver.datawarehouse.datamovement.messagetypes.dll | 15.0.1963.0 | 139224 | 01-Apr-23 | 16:01 | x86 |
Microsoft.sqlserver.datawarehouse.datamovement.messagingprotocol.dll | 15.0.1963.0 | 79832 | 01-Apr-23 | 16:01 | x86 |
Microsoft.sqlserver.datawarehouse.diagnostics.dll | 15.0.1963.0 | 51160 | 01-Apr-23 | 16:01 | x86 |
Microsoft.sqlserver.datawarehouse.distributor.dll | 15.0.1963.0 | 88536 | 01-Apr-23 | 16:01 | x86 |
Microsoft.sqlserver.datawarehouse.engine.dll | 15.0.1963.0 | 1129432 | 01-Apr-23 | 16:01 | x86 |
Microsoft.sqlserver.datawarehouse.engine.statsstream.dll | 15.0.1963.0 | 80856 | 01-Apr-23 | 16:01 | x86 |
Microsoft.sqlserver.datawarehouse.eventing.dll | 15.0.1963.0 | 70576 | 01-Apr-23 | 16:01 | x86 |
Microsoft.sqlserver.datawarehouse.fabric.appliance.dll | 15.0.1963.0 | 35248 | 01-Apr-23 | 16:01 | x86 |
Microsoft.sqlserver.datawarehouse.fabric.interface.dll | 15.0.1963.0 | 31152 | 01-Apr-23 | 16:01 | x86 |
Microsoft.sqlserver.datawarehouse.fabric.polybase.dll | 15.0.1963.0 | 46512 | 01-Apr-23 | 16:01 | x86 |
Microsoft.sqlserver.datawarehouse.fabric.xdbinterface.dll | 15.0.1963.0 | 21424 | 01-Apr-23 | 16:01 | x86 |
Microsoft.sqlserver.datawarehouse.failover.dll | 15.0.1963.0 | 26544 | 01-Apr-23 | 16:01 | x86 |
Microsoft.sqlserver.datawarehouse.hadoop.hadoopbridge.dll | 15.0.1963.0 | 131504 | 01-Apr-23 | 16:01 | x86 |
Microsoft.sqlserver.datawarehouse.loadercommon.dll | 15.0.1963.0 | 86488 | 01-Apr-23 | 16:01 | x86 |
Microsoft.sqlserver.datawarehouse.loadmanager.dll | 15.0.1963.0 | 100784 | 01-Apr-23 | 16:01 | x86 |
Microsoft.sqlserver.datawarehouse.localization.dll | 15.0.1963.0 | 293296 | 01-Apr-23 | 16:01 | x86 |
Microsoft.sqlserver.datawarehouse.localization.resources.dll | 15.0.1963.0 | 120240 | 01-Apr-23 | 16:01 | x86 |
Microsoft.sqlserver.datawarehouse.localization.resources.dll | 15.0.1963.0 | 138160 | 01-Apr-23 | 16:01 | x86 |
Microsoft.sqlserver.datawarehouse.localization.resources.dll | 15.0.1963.0 | 141232 | 01-Apr-23 | 16:01 | x86 |
Microsoft.sqlserver.datawarehouse.localization.resources.dll | 15.0.1963.0 | 137688 | 01-Apr-23 | 16:01 | x86 |
Microsoft.sqlserver.datawarehouse.localization.resources.dll | 15.0.1963.0 | 150448 | 01-Apr-23 | 16:01 | x86 |
Microsoft.sqlserver.datawarehouse.localization.resources.dll | 15.0.1963.0 | 139696 | 01-Apr-23 | 16:01 | x86 |
Microsoft.sqlserver.datawarehouse.localization.resources.dll | 15.0.1963.0 | 134576 | 01-Apr-23 | 16:01 | x86 |
Microsoft.sqlserver.datawarehouse.localization.resources.dll | 15.0.1963.0 | 176560 | 01-Apr-23 | 16:01 | x86 |
Microsoft.sqlserver.datawarehouse.localization.resources.dll | 15.0.1963.0 | 117680 | 01-Apr-23 | 16:01 | x86 |
Microsoft.sqlserver.datawarehouse.localization.resources.dll | 15.0.1963.0 | 136624 | 01-Apr-23 | 16:01 | x86 |
Microsoft.sqlserver.datawarehouse.nodes.dll | 15.0.1963.0 | 72624 | 01-Apr-23 | 16:01 | x86 |
Microsoft.sqlserver.datawarehouse.nulltransaction.dll | 15.0.1963.0 | 21936 | 01-Apr-23 | 16:01 | x86 |
Microsoft.sqlserver.datawarehouse.parallelizer.dll | 15.0.1963.0 | 37336 | 01-Apr-23 | 16:01 | x86 |
Microsoft.sqlserver.datawarehouse.resourcemanagement.dll | 15.0.1963.0 | 128984 | 01-Apr-23 | 16:01 | x86 |
Microsoft.sqlserver.datawarehouse.sql.dll | 15.0.1963.0 | 3064752 | 01-Apr-23 | 16:01 | x86 |
Microsoft.sqlserver.datawarehouse.sql.parser.dll | 15.0.1963.0 | 3955632 | 01-Apr-23 | 16:01 | x86 |
Microsoft.sqlserver.datawarehouse.sql.parser.resources.dll | 15.0.1963.0 | 118232 | 01-Apr-23 | 16:01 | x86 |
Microsoft.sqlserver.datawarehouse.sql.parser.resources.dll | 15.0.1963.0 | 133080 | 01-Apr-23 | 16:01 | x86 |
Microsoft.sqlserver.datawarehouse.sql.parser.resources.dll | 15.0.1963.0 | 137688 | 01-Apr-23 | 16:01 | x86 |
Microsoft.sqlserver.datawarehouse.sql.parser.resources.dll | 15.0.1963.0 | 133592 | 01-Apr-23 | 16:01 | x86 |
Microsoft.sqlserver.datawarehouse.sql.parser.resources.dll | 15.0.1963.0 | 148440 | 01-Apr-23 | 16:01 | x86 |
Microsoft.sqlserver.datawarehouse.sql.parser.resources.dll | 15.0.1963.0 | 134064 | 01-Apr-23 | 16:01 | x86 |
Microsoft.sqlserver.datawarehouse.sql.parser.resources.dll | 15.0.1963.0 | 130480 | 01-Apr-23 | 16:01 | x86 |
Microsoft.sqlserver.datawarehouse.sql.parser.resources.dll | 15.0.1963.0 | 170968 | 01-Apr-23 | 16:01 | x86 |
Microsoft.sqlserver.datawarehouse.sql.parser.resources.dll | 15.0.1963.0 | 115160 | 01-Apr-23 | 16:01 | x86 |
Microsoft.sqlserver.datawarehouse.sql.parser.resources.dll | 15.0.1963.0 | 132016 | 01-Apr-23 | 16:01 | x86 |
Microsoft.sqlserver.datawarehouse.sqldistributor.dll | 15.0.1963.0 | 67504 | 01-Apr-23 | 16:01 | x86 |
Microsoft.sqlserver.datawarehouse.transactsql.scriptdom.dll | 15.0.1963.0 | 2682800 | 01-Apr-23 | 16:01 | x86 |
Microsoft.sqlserver.datawarehouse.utilities.dll | 15.0.1963.0 | 2436568 | 01-Apr-23 | 16:01 | x86 |
Mpdwinterop.dll | 2019.150.4312.2 | 452560 | 01-Apr-23 | 16:01 | X64 |
Mpdwsvc.exe | 2019.150.4312.2 | 7403472 | 01-Apr-23 | 16:01 | X64 |
Msodbcsql17.dll | 2017.174.1.1 | 2016120 | 01-Apr-23 | 16:01 | X64 |
odbc32.dll | 10.0.17763.1 | 720792 | 01-Apr-23 | 16:01 | X64 |
Odbccp32.dll | 10.0.17763.1 | 138136 | 01-Apr-23 | 16:01 | X64 |
Odbctrac.dll | 10.0.17763.1 | 175000 | 01-Apr-23 | 16:01 | X64 |
Saslplain.dll | 2.1.26.0 | 170880 | 01-Apr-23 | 16:01 | X64 |
Saslplain.dll | 2.1.26.0 | 377792 | 01-Apr-23 | 16:01 | X64 |
Secforwarder.dll | 2019.150.4312.2 | 79808 | 01-Apr-23 | 16:01 | X64 |
Sharedmemory.dll | 2018.150.1963.0 | 61360 | 01-Apr-23 | 16:01 | X64 |
Sqldk.dll | 2019.150.4312.2 | 3159968 | 01-Apr-23 | 16:01 | X64 |
Sqldumper.exe | 2019.150.4312.2 | 186264 | 01-Apr-23 | 16:01 | X64 |
Sqlevn70.rll |
2019.150.4312.2 | 1595344 | 01-Apr-23 | 15:56 | X64 |
Sqlevn70.rll |
2019.150.4312.2 | 4167584 | 01-Apr-23 | 15:56 | X64 |
Sqlevn70.rll |
2019.150.4312.2 | 3418016 | 01-Apr-23 | 15:56 | X64 |
Sqlevn70.rll |
2019.150.4312.2 | 4163472 | 01-Apr-23 | 15:56 | X64 |
Sqlevn70.rll |
2019.150.4312.2 | 4065168 | 01-Apr-23 | 15:56 | X64 |
Sqlevn70.rll |
2019.150.4312.2 | 2226064 | 01-Apr-23 | 15:56 | X64 |
Sqlevn70.rll |
2019.150.4312.2 | 2172832 | 01-Apr-23 | 15:56 | X64 |
Sqlevn70.rll |
2019.150.4312.2 | 3823568 | 01-Apr-23 | 15:56 | X64 |
Sqlevn70.rll |
2019.150.4312.2 | 3823504 | 01-Apr-23 | 15:56 | X64 |
Sqlevn70.rll |
2019.150.4312.2 | 1537952 | 01-Apr-23 | 15:56 | X64 |
Sqlevn70.rll |
2019.150.4312.2 | 4032416 | 01-Apr-23 | 15:56 | X64 |
Sqlncli17e.dll | 2017.1710.3.1 | 1898432 | 01-Apr-23 | 16:01 | X64 |
Sqlos.dll | 2019.150.4312.2 | 42960 | 01-Apr-23 | 16:01 | X64 |
Sqlsortpdw.dll | 2018.150.1963.0 | 4841392 | 01-Apr-23 | 16:01 | X64 |
Sqltses.dll | 2019.150.4312.2 | 9119648 | 01-Apr-23 | 16:01 | X64 |
Tdataodbc_sb | 17.0.0.27 | 12914640 | 01-Apr-23 | 16:01 | X64 |
Tdataodbc_sb | 16.20.0.1078 | 14995920 | 01-Apr-23 | 16:01 | X64 |
Terasso.dll | 17.0.0.28 | 2357064 | 01-Apr-23 | 16:01 | X64 |
Terasso.dll | 16.20.0.13 | 2158896 | 01-Apr-23 | 16:01 | X64 |
Zlibwapi.dll | 1.2.11.0 | 281472 | 01-Apr-23 | 16:01 | X64 |
Zlibwapi.dll | 1.2.11.0 | 499248 | 01-Apr-23 | 16:01 | X64 |
SQL Server 2019 sql_shared_mr
ファイル名 | ファイル バージョン | ファイル サイズ | 日 | 時刻 | プラットフォーム |
---|---|---|---|---|---|
Smrdll.dll | 15.0.4312.2 | 30664 | 01-Apr-23 | 12:50 | x86 |
SQL Server 2019 sql_tools_extensions
ファイル名 | ファイル バージョン | ファイル サイズ | 日 | 時刻 | プラットフォーム |
---|---|---|---|---|---|
Autoadmin.dll | 2019.150.4312.2 | 1632192 | 01-Apr-23 | 13:06 | x86 |
Dtaengine.exe | 2019.150.4312.2 | 219040 | 01-Apr-23 | 13:06 | x86 |
Dteparse.dll | 2019.150.4312.2 | 112576 | 01-Apr-23 | 13:06 | x86 |
Dteparse.dll | 2019.150.4312.2 | 124864 | 01-Apr-23 | 13:06 | X64 |
Dteparsemgd.dll | 2019.150.4312.2 | 116672 | 01-Apr-23 | 13:06 | x86 |
Dteparsemgd.dll | 2019.150.4312.2 | 133072 | 01-Apr-23 | 13:06 | X64 |
Dtepkg.dll | 2019.150.4312.2 | 133056 | 01-Apr-23 | 13:06 | x86 |
Dtepkg.dll | 2019.150.4312.2 | 149408 | 01-Apr-23 | 13:06 | X64 |
Dtexec.exe | 2019.150.4312.2 | 63888 | 01-Apr-23 | 13:06 | x86 |
Dtexec.exe | 2019.150.4312.2 | 72592 | 01-Apr-23 | 13:06 | X64 |
Dts.dll | 2019.150.4312.2 | 2762688 | 01-Apr-23 | 13:06 | x86 |
Dts.dll | 2019.150.4312.2 | 3143632 | 01-Apr-23 | 13:06 | X64 |
Dtscomexpreval.dll | 2019.150.4312.2 | 444352 | 01-Apr-23 | 13:06 | x86 |
Dtscomexpreval.dll | 2019.150.4312.2 | 501712 | 01-Apr-23 | 13:06 | X64 |
Dtsconn.dll | 2019.150.4312.2 | 432080 | 01-Apr-23 | 13:06 | x86 |
Dtsconn.dll | 2019.150.4312.2 | 522192 | 01-Apr-23 | 13:06 | X64 |
Dtshost.exe | 2019.150.4312.2 | 106448 | 01-Apr-23 | 13:06 | X64 |
Dtshost.exe | 2019.150.4312.2 | 89040 | 01-Apr-23 | 13:06 | x86 |
Dtsmsg150.dll | 2019.150.4312.2 | 554912 | 01-Apr-23 | 13:06 | x86 |
Dtsmsg150.dll | 2019.150.4312.2 | 567232 | 01-Apr-23 | 13:06 | X64 |
Dtspipeline.dll | 2019.150.4312.2 | 1329056 | 01-Apr-23 | 13:06 | X64 |
Dtspipeline.dll | 2019.150.4312.2 | 1120208 | 01-Apr-23 | 13:06 | x86 |
Dtswizard.exe | 15.0.4312.2 | 886720 | 01-Apr-23 | 13:06 | X64 |
Dtswizard.exe | 15.0.4312.2 | 890816 | 01-Apr-23 | 13:06 | x86 |
Dtuparse.dll | 2019.150.4312.2 | 100296 | 01-Apr-23 | 13:06 | X64 |
Dtuparse.dll | 2019.150.4312.2 | 88000 | 01-Apr-23 | 13:06 | x86 |
Dtutil.exe | 2019.150.4312.2 | 130464 | 01-Apr-23 | 13:06 | x86 |
Dtutil.exe | 2019.150.4312.2 | 149408 | 01-Apr-23 | 13:06 | X64 |
Exceldest.dll | 2019.150.4312.2 | 235424 | 01-Apr-23 | 13:06 | x86 |
Exceldest.dll | 2019.150.4312.2 | 280520 | 01-Apr-23 | 13:06 | X64 |
Excelsrc.dll | 2019.150.4312.2 | 260048 | 01-Apr-23 | 13:06 | x86 |
Excelsrc.dll | 2019.150.4312.2 | 309184 | 01-Apr-23 | 13:06 | X64 |
Flatfiledest.dll | 2019.150.4312.2 | 358336 | 01-Apr-23 | 13:06 | x86 |
Flatfiledest.dll | 2019.150.4312.2 | 411600 | 01-Apr-23 | 13:06 | X64 |
Flatfilesrc.dll | 2019.150.4312.2 | 370624 | 01-Apr-23 | 13:06 | x86 |
Flatfilesrc.dll | 2019.150.4312.2 | 427936 | 01-Apr-23 | 13:06 | X64 |
Microsoft.sqlserver.astasks.dll | 15.0.4312.2 | 116688 | 01-Apr-23 | 13:06 | x86 |
Microsoft.sqlserver.chainer.infrastructure.dll | 15.0.4312.2 | 403408 | 01-Apr-23 | 13:06 | x86 |
Microsoft.sqlserver.chainer.infrastructure.dll | 15.0.4312.2 | 403408 | 01-Apr-23 | 13:06 | x86 |
Microsoft.sqlserver.configuration.sco.dll | 15.0.4312.2 | 3004352 | 01-Apr-23 | 13:06 | x86 |
Microsoft.sqlserver.configuration.sco.dll | 15.0.4312.2 | 3004368 | 01-Apr-23 | 13:06 | x86 |
Microsoft.sqlserver.integrationservices.runtimetelemetry.dll | 15.0.4312.2 | 42896 | 01-Apr-23 | 13:06 | x86 |
Microsoft.sqlserver.integrationservices.runtimetelemetry.dll | 15.0.4312.2 | 42944 | 01-Apr-23 | 13:06 | x86 |
Microsoft.sqlserver.management.integrationservicesenum.dll | 15.0.4312.2 | 59296 | 01-Apr-23 | 13:06 | x86 |
Microsoft.sqlserver.olapenum.dll | 15.0.18185.0 | 100800 | 01-Apr-23 | 13:06 | x86 |
Msdtssrvrutil.dll | 2019.150.4312.2 | 100288 | 01-Apr-23 | 13:06 | x86 |
Msdtssrvrutil.dll | 2019.150.4312.2 | 112576 | 01-Apr-23 | 13:06 | X64 |
Msmgdsrv.dll | 2018.150.35.39 | 8281000 | 01-Apr-23 | 12:50 | x86 |
Oledbdest.dll | 2019.150.4312.2 | 239568 | 01-Apr-23 | 13:06 | x86 |
Oledbdest.dll | 2019.150.4312.2 | 280528 | 01-Apr-23 | 13:06 | X64 |
Oledbsrc.dll | 2019.150.4312.2 | 264128 | 01-Apr-23 | 13:06 | x86 |
Oledbsrc.dll | 2019.150.4312.2 | 313280 | 01-Apr-23 | 13:06 | X64 |
Sqlresourceloader.dll | 2019.150.4312.2 | 38864 | 01-Apr-23 | 13:06 | x86 |
Sqlresourceloader.dll | 2019.150.4312.2 | 51104 | 01-Apr-23 | 13:06 | X64 |
Sqlscm.dll | 2019.150.4312.2 | 79824 | 01-Apr-23 | 13:06 | x86 |
Sqlscm.dll | 2019.150.4312.2 | 88000 | 01-Apr-23 | 13:06 | X64 |
Sqlsvc.dll | 2019.150.4312.2 | 149456 | 01-Apr-23 | 13:06 | x86 |
Sqlsvc.dll | 2019.150.4312.2 | 182160 | 01-Apr-23 | 13:06 | X64 |
Sqltaskconnections.dll | 2019.150.4312.2 | 169920 | 01-Apr-23 | 13:06 | x86 |
Sqltaskconnections.dll | 2019.150.4312.2 | 202704 | 01-Apr-23 | 13:06 | X64 |
Txdataconvert.dll | 2019.150.4312.2 | 276432 | 01-Apr-23 | 13:06 | x86 |
Txdataconvert.dll | 2019.150.4312.2 | 317344 | 01-Apr-23 | 13:06 | X64 |
Xe.dll | 2019.150.4312.2 | 632720 | 01-Apr-23 | 13:06 | x86 |
Xe.dll | 2019.150.4312.2 | 722896 | 01-Apr-23 | 13:06 | X64 |
この更新プログラムに関する注意事項
前提条件
この累積的な更新プログラム パッケージを適用するには、SQL Server 2019 を実行している必要があります。
再起動情報
この累積的な更新プログラム パッケージを適用した後、コンピューターを再起動する必要がある場合があります。
レジストリ情報
このパッケージのいずれかの修正プログラムを使用するには、レジストリに変更を加える必要はありません。
重要なお知らせ
この記事では、次の重要な情報も提供します。
Analysis Services CU ビルド バージョン
Microsoft SQL Server 2017 以降では、Analysis Services のビルド バージョン番号と SQL Server データベース エンジンビルド バージョン番号が一致しません。 詳細については、「 Verify Analysis Services の累積的な更新プログラムのビルド バージョンを参照してください。
累積的な更新プログラム (CU)
- 各新しい CU には、インストールされているバージョンの SQL Server の以前の CU に含まれていたすべての修正プログラムが含まれています。
- SQL Server CU はサービス パックと同じレベルに認定されており、同じレベルの信頼度でインストールする必要があります。
- 次のガイドラインに従って、利用可能になった CU を継続的かつプロアクティブにインストールすることをお勧めします。
- 履歴データは、多数のサポート ケースに、リリースされた CU で既に対処されている問題が含まれることを示しています。
- CU には、修正プログラム以上の付加価値が含まれている場合があります。 これには、サポート可能性、管理容易性、信頼性の更新が含まれます。
- 運用環境にデプロイする前に、SQL Server CU をテストすることをお勧めします。
ハイブリッド環境のデプロイ
ハイブリッド環境 (Always On、レプリケーション、クラスター、ミラーリングなど) に更新プログラムをデプロイする場合は、更新プログラムを展開する前に、次の記事を参照することをお勧めします。
-
Note
ローリング 更新プロセスを使用しない場合は、次の手順に従って更新プログラムを適用します。
- パッシブ ノードに更新プログラムをインストールします。
- アクティブ ノードに更新プログラムをインストールします (サービスを再起動する必要があります)。
ダウンタイムとデータ損失を最小限に抑える可用性グループ サーバーのアップグレードと更新
Note
Always On を SSISDB カタログと共に有効にした場合は、これらの環境で更新プログラムを適用する方法について Always On での SSIS に関する情報を参照してください。
トランザクション レプリケーションおよびデータベース ミラーリング トポロジで SQL Server の修正プログラムを適用する方法
サポートされている言語
SQL Server CU は現在多言語です。 そのため、この CU パッケージは 1 つの言語に固有ではありません。 これは、サポートされているすべての言語に適用されます。
コンポーネント (機能) の更新
1 つの CU パッケージには、すべての SQL Server 2019 コンポーネント (機能) で利用可能なすべての更新プログラムが含まれています。 ただし、累積的な更新プログラム パッケージは、サービスを受けるために選択した SQL Server インスタンスに現在インストールされているコンポーネントのみを更新します。 この CU が適用された後に SQL Server 機能 (Analysis Services など) がインスタンスに追加された場合、この CU に新しい機能を更新するには、この CU を再適用する必要があります。
この更新プログラムのサポート
他の問題が発生した場合、またはトラブルシューティングが必要な場合は、サービス要求を作成する必要があります。 通常のサポート コストは、追加のサポートの質問や、この特定の累積的な更新プログラム パッケージに該当しない問題に適用されます。 Microsoft カスタマー サービスとサポートの電話番号の完全な一覧、または別のサービス要求を作成するには、 Microsoft サポート Web サイトを参照してください。
この更新プログラムをアンインストールする方法
Windows でこの更新プログラムをアンインストールする方法
- コントロール パネルで、Programs and Features 項目を開き、 インストールされている更新プログラムの表示を選択します。
- SQL Server 2019 で、この累積的な更新プログラム パッケージに対応するエントリを見つけます。
- エントリを長押し (または右クリック) し、 Uninstall を選択します。
Linux でこの更新プログラムをアンインストールする方法
Linux でこの CU をアンインストールするには、パッケージを以前のバージョンにロールバックする必要があります。 インストールをロールバックする方法の詳細については、「 Rollback SQL Serverを参照してください。