KB5001090 - SQL Server 2019 の累積的な更新プログラム 10
リリース日: 2021 年 4 月 6 日
バージョン: 15.0.4123.1
まとめ
この記事では、Microsoft SQL Server 2019 用の累積的な更新プログラム パッケージ 10 (CU10) について説明します。 この更新プログラムには、SQL Server 2019 累積的な更新プログラム 9 のリリース後に発行された 40 個の 修正 が含まれており、次のビルドのコンポーネントが更新されます。
- SQL Server - 製品バージョン: 15.0.4123.1、 ファイル バージョン: 2019.150.4123.1
- Analysis Services - 製品バージョン: 15.0.34.32、 ファイル バージョン: 2018.150.34.32
この更新プログラムの既知の問題
Microsoft SQL Server 2019 の累積的な更新プログラム 9 (CU9) でスカラー UDF インライン化に関連する変更が行われた後、CU 9 および CU 10 の更新プログラムで、入力パラメーターとして使用されるスカラー インライン可能 UDF (UDF2) と共にスカラー インライン化 UDF (UDF1) をオブジェクトが呼び出したときにアクセス違反が発生する可能性がある問題が発生しました。
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 インライン化を無効にする例については、「互換性レベルを変更せずに、 Disable Scalar UDF インライン化」を参照してください。
この更新プログラムに含まれる機能強化と修正
ビルドの概要一覧と現在のサポート ライフサイクルを含むダウンロード可能な Excel ブックを利用できます。 Excel ファイルには、SQL Server 2019 および SQL Server 2017 の詳細な修正リストも含まれています。 この Excel ファイルを今すぐダウンロードします。
Note
次の表の個々のエントリは、ブックマークを介して直接参照できます。 テーブル内のバグ参照 ID を選択すると、"#NNNNNNNN" 形式を使用してブックマーク タグが URL に追加されます。 その後、この URL を他のユーザーと共有して、テーブル内の目的の修正プログラムに直接ジャンプできるようにします。
修正されたバグと、この累積的な更新プログラムに含まれる機能強化の詳細については、次のマイクロソフト サポート技術情報の記事を参照してください。
バグ リファレンス | 説明 | 修正領域 | コンポーネント | プラットフォーム |
---|---|---|---|---|
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 | 一部の特殊な日付形式で予期しない日付の変換を修正しました。 | マスター データ サービス | クライアント | Windows |
13746935 | VSS バックアップが分散型可用性グループのフォワーダー レプリカでホストされている SQL Server データベースをバックアップしようとすると、バックアップ操作は失敗します。 この BACKUP または RESTORE コマンドは、データベース ミラーまたはセカンダリ レプリカではサポートされていません。 BACKUP DATABASE が異常終了しています。 エラー ログに、 <DateTime> バックアップ エラー: 3041、重大度: 16、状態: 1 というエラーが表示されることがあります。 <DateTime> Backup BACKUP が BACKUP DATABASE <DatabaseName> コマンドを完了できませんでした。 詳細メッセージについては、バックアップ アプリケーション ログを確認してください。 |
SQL Server エンジン | バックアップ 復元 | Windows |
13953267 | 修正: SQL Server 2019 の新しいホブではなく、切り捨てられたホブを再利用するオンライン クラスター化列ストア インデックス再構築時にアサーション エラーが発生します (KB5001159) | SQL Server エンジン | 列ストア | Windows |
13880249 | クエリ プランが Repartition Streams Parallelism 演算子の前にシングル スレッド バッチ モードのsort 演算子を使用している場合、クエリ実行でクエリ内デッドロックが発生する可能性があります。 |
SQL Server エンジン | 列ストア | Windows |
13491008 | 修正: SQL Server 2017 または Linux 上の 2019 から Azure BLOB ストレージへのデータベースの作成がエラーで失敗する可能性があります (KB4548523) | SQL Server エンジン | DB 管理 | すべて |
13959547 | AG フェールオーバーの実行中に可用性グループ (AG) DB フェールオーバーのエラーが収集されるときに発生するアクセス違反 (AV) を修正します。 | SQL Server エンジン | 高可用性とディザスター リカバリー | すべて |
13965423 | ログ バックアップを頻繁に実行し、可用性グループの同期セカンダリで Stolen Server Memory が大きくなると、メモリ不足が発生する問題を修正します。 |
SQL Server エンジン | 高可用性とディザスター リカバリー | Windows |
13980400 | SQL Server 2019 でのログインエラー後の次のダンプ例外を修正: ex_raise2: 未処理の例外が発生しました。major=36、minor=2、state=52、severity=25 |
SQL Server エンジン | 高可用性とディザスター リカバリー | Windows |
13959554 | 修正: SQL Server 2016 または 2019 でクラスター化列ストア インデックスを持つメモリ内最適化テーブルでクエリを実行すると、正しくない結果が発生します (KB5000650) | SQL Server エンジン | インメモリ OLTP | Windows |
13974729 | 修正: SQL Server でメモリ内最適化テーブルに対してクエリを実行すると、間違った結果が発生する (KB5001044) | SQL Server エンジン | インメモリ OLTP | すべて |
13712974 | LINUX 上の SQL Server 2019 の SQL ログイン/ユーザーを作成または変更するときに、AD ユーザー名の FQDN を無効にします。 | SQL Server エンジン | Linux | Linux |
13717019 | ネットワーク接続に失敗するとソケット リークが発生する問題を修正します。 | SQL Server エンジン | Linux | Linux |
13955889 | SSSD が無効になっている場合に、今後の KVNO でキータブ エントリを適切に処理することで、AD キータブのローテーションを改善します。 | SQL Server エンジン | Linux | Linux |
13974750 | 修正: SQL Server で SQL ログイン アカウントを使用してメンテナンス プランを実行すると、"ユーザーのログインに失敗しました" エラーが発生する (KB4486936) | SQL Server エンジン | 管理サービス | Windows |
13771907 | SELECT 句でFORMAT 関数またはTRIM 関数を使用する PolyBase クエリのフィルター述語のプッシュダウンを許可します (それ以外の場合はプッシュダウンの修飾が行われる場合)。 |
SQL Server エンジン | PolyBase | Windows |
13959574 | Windows Azure Blob Storage に大量のデータをインポートするときに発生する可能性があるアクセス違反エラーを修正しました。 これは、大きなデータ挿入トランザクション中に PolyBase Data Movement Service でメモリ不足状態が発生した場合に発生する可能性があります。 | SQL Server エンジン | PolyBase | Windows |
13980600 | PolyBase 外部プッシュダウン クエリのスプリアスな CAST 操作が、一部のバックエンドのパフォーマンスに大きく影響する可能性がある問題を修正しました。 |
SQL Server エンジン | PolyBase | すべて |
13959545 | 修正: SQL Server の BTreeRow::D isableAccessReleaseOnWait で MERGE ステートメントがアクセス違反で失敗する (KB4589350) | SQL Server エンジン | クエリの実行 | Windows |
13959551 13974726 |
修正: スカラー式から検出されない連結パラメーターが原因で間違った結果が発生しました (KB5000649) | SQL Server エンジン | クエリの実行 | すべて |
13912551 | インデックスの再構築後にインデックス付き列の統計の "PERSIST_SAMPLE_PERCENT " 値を保持するように修正しました。 |
SQL Server エンジン | クエリ オプティマイザー | Windows |
13972985 | 自動作成統計を含むクエリのコンパイルが、次のエラー ログで失敗する問題を修正しました: <DateTime> エラー: 3628、重大度: 16、状態: 1。 <DateTime> データベース エンジンは、ユーザー要求の処理中にオペレーティング システムから浮動小数点例外を受け取りました。 トランザクションを再試行してください。 この問題が解決しない場合は、システム管理者にお問い合わせください。 |
SQL Server エンジン | クエリ オプティマイザー | Windows |
13959563 | 修正: SQL Server 2016 および 2019 で CDC 対応データベースにパブリケーションを作成および削除すると、ログ リーダー エージェントでエラーが発生する (KB5000715) | SQL Server エンジン | レプリケーション | Windows |
13959543 | 含まれる列を含む一意のインデックスの一部であるテーブルの列を参照しているテーブルに追加された外部キーに関する問題を修正しました。 テーブルの ALTER コマンドがレプリケートされると、ディストリビューション エージェントは次のエラー メッセージで失敗します。外部キー内の参照列の数は、参照される列の数と異なります。テーブル '<TableName>' です。 (ソース: MSSQLServer、エラー番号: 8139) |
SQL Server エンジン | レプリケーション | Windows |
13959560 | フルテキスト インデックスに基づくクエリで予期される値が返されない問題を修正しました。 | SQL Server エンジン | 検索する | Windows |
13988916 | 修正: SQL Server 2019 (KB5001526) で動的データ マスクと入れ子になった UDF を使用すると、アクセス違反が発生する | SQL Server エンジン | セキュリティ インフラストラクチャ | すべて |
13988918 | 修正: SQL Server 2019 (KB5001517) で監査プロパティを変更すると、メタデータのデッドロックによって可用性の問題が発生する | SQL Server エンジン | セキュリティ インフラストラクチャ | すべて |
13953270 | 改善: SQL Server のいくつかの空間組み込みプロパティとメソッドのパフォーマンスの向上 (KB5001260) | SQL Server エンジン | Spatial | すべて |
13979796 | netbios 名とouDistinguishedName が一致しない場合に、compute /master ポッドにkubeadm-prod インストールがハングする SQL Server 2019 の問題を修正します。 |
SQL Server エンジン | SQL ビッグ データ クラスター | Linux |
13981606 | SQL Server 2019 CU8 を適用した後、SQL Server サービスはコア ダンプで開始されず、失敗します。 | SQL Server エンジン | SQL ビッグ データ クラスター | Linux |
13975249 | 修正: SQL Server 2019 でハイブリッド バッファー プールが有効になっている場合にアクセス違反が発生する (KB5001266) | SQL Server エンジン | SQL OS | すべて |
13947703 | SQL Server 2019 で MMLarge メモリ モデルのブロック キャッシュを有効にする問題を修正しました。 |
SQL Server エンジン | SQL OS | すべて |
13959557 | 改善: 診断を改善するために、スタック コピー中のエラーとエラーのステージを記録します。 | SQL Server エンジン | SQL OS | すべて |
13974743 | CU7 を適用した後、負荷の高いワークロードを持つ SQL Server で表示される可能性がある高い HADR_SYNC_COMMIT 待機を修正しました。 |
SQL Server エンジン | SQL OS | Linux |
13980551 | SQL Server 2019 CU8 を適用した後、SQL Server サービスはコア ダンプで開始されず、失敗します。 | SQL Server エンジン | SQL OS | Linux |
13970216 | SQL Server 2019 のテーブルから一意の識別子列を削除した後、オプション 3 を使用してDBCC PAGE がアクセス違反ダンプを生成する問題を修正しました。 メッセージ 596、レベル 21、状態 1、行 <LineNumber> セッションが強制終了状態であるため、実行を続行できません。 メッセージ 0、レベル 20、状態 0、行 <LineNumber> 現在のコマンドで重大なエラーが発生しました。 結果があれば、破棄する必要があります。 |
SQL Server エンジン | 記憶域の管理 | Windows |
13974728 | 初期サイズが 4 TB または 4 TB を超えるサイズで 1 つのファイルが作成された場合、パフォーマンス カウンター Data File(s) Size (KB) がデータベース ファイルの正しい合計サイズを報告しない問題 > 修正します。 |
SQL Server エンジン | 記憶域の管理 | Windows |
13974746 | LogPool キャッシュのみを解放する新しいオプション (DBCC FREESYSTEMCACHE('LogPool') ) を追加します。 |
SQL Server エンジン | Transaction Services | Windows |
この累積的な更新プログラム パッケージまたは最新の累積的な更新プログラム パッケージを取得またはダウンロードする方法
Windows 用の最新の累積的な更新プログラム パッケージを取得またはダウンロードする方法 (推奨)
次の更新プログラムは、Microsoft ダウンロード センターから入手できます。
SQL Server 2019 の最新の累積的な更新プログラム パッケージを今すぐダウンロードする
Note
- Microsoft ダウンロード センターでは、常に最新の SQL Server 2019 CU リリースが表示されます。
- ダウンロード ページが表示されない場合は、 Microsoft カスタマー サービスおよびサポート に問い合わせて累積的な更新プログラム パッケージを入手してください。
Microsoft Update カタログから Windows 用のこの累積的な更新プログラム パッケージを取得またはダウンロードする方法
次の更新プログラムは、Microsoft Update カタログから入手できます。
SQL Server 2019 CU10 の累積的な更新プログラム パッケージを今すぐダウンロードする
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-KB5001090-x64.exe ファイルのハッシュを計算することで、ダウンロードを確認できます。
certutil -hashfile SQLServer2019-KB5001090-x64.exe SHA256
ファイル名 | SHA256 ハッシュ |
---|---|
SQLServer2019-KB5001090-x64.exe | 1564D98CA6FE08DE31E33896CE16BD85F061AA19A9F36EAA97E5B89D34E36718 |
累積的な更新プログラム パッケージ ファイルの情報
このパッケージの英語版には、次の表に示すファイル属性 (またはそれ以降のファイル属性) があります。 これらのファイルの日付と時刻は、協定世界時 (UTC) に表示されます。 ファイル情報を表示すると、ローカル時刻に変換されます。 UTC と現地時刻の違いを見つけるには、コントロール パネルの [Date and Time 項目の [Time Zone] タブを使用します。
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 フルテキスト エンジン
ファイル名 | ファイル バージョン | ファイル サイズ | 日 | 時刻 | プラットフォーム |
---|---|---|---|---|---|
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 |
この更新プログラムに関する注意事項
前提条件
この累積的な更新プログラム パッケージを適用するには、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を参照してください。