- 概要
- この更新プログラムの既知の問題
- この更新プログラムに含まれる機能強化と修正
- 更新プログラムの入手方法およびインストール方法
- Linuxの最新の累積的な更新プログラム パッケージを取得またはダウンロードする方法
- 詳細
- ファイル情報
- 保護とセキュリティに関する情報
概要
このセキュリティ更新プログラムには、修正プログラムが含まれており、脆弱性が解決されます。 脆弱性の詳細については、次のセキュリティ アドバイザリを参照してください。
- CVE-2024-37966 - Microsoft SQL Server Machine Learning Services の情報漏えいの脆弱性
- CVE-2024-37338 - Microsoft SQL Server Machine Learning Services のリモート コード実行の脆弱性
- CVE-2024-37335 - Microsoft SQL Server Machine Learning Services のリモート コード実行の脆弱性
- CVE-2024-37340 - Microsoft SQL Server Machine Learning Services のリモート コード実行の脆弱性
- CVE-2024-37339 - Microsoft SQL Server Machine Learning Services のリモート コード実行の脆弱性
- CVE-2024-37337 - Microsoft SQL Server Machine Learning Services の情報漏えいの脆弱性
- CVE-2024-37342 - Microsoft SQL Server Machine Learning Services の情報漏えいの脆弱性
- CVE-2024-26186 - Microsoft SQL Server Machine Learning Services のリモート コード実行の脆弱性
- CVE-2024-26191 - Microsoft SQL Server Machine Learning Services のリモート コード実行の脆弱性
- CVE-2024-37341 - Microsoft SQL Server特権の昇格の脆弱性
- CVE-2024-37965 - Microsoft SQL Server 特権の昇格の脆弱性
- CVE-2024-37980 - Microsoft SQL Server特権の昇格の脆弱性
Microsoft SQL Server コンポーネントは、このセキュリティ更新プログラムの次のビルドに更新されます。
- SQL Server - 製品バージョン: 15.0.4390.2、ファイル バージョン: 2019.150.4390.2
この更新プログラムの既知の問題
問題 1: CDC 変更テーブルに列がない場合、CDC キャプチャ ジョブが失敗する可能性がある
このセキュリティ更新プログラムを適用すると、変更データ キャプチャ (CDC) が有効になっているデータベースで次の現象が発生する可能性があります。
CDC 対応テーブルの名前にコンマが含まれる列がある場合、これらの列が CDC 追跡テーブルに存在しない可能性があります (cdc.<capture_instance>_CT)。 この条件により、キャプチャ ジョブが失敗する可能性があります。 動的管理ビュー (DMV)
sys.dm_cdc_errorsは、次のエラー メッセージを返します。注
- エラー 22863: "Change Data Capture変更テーブルに行を挿入できませんでした。 原因を特定し、関連する問題を修正するには、現在のセッションの以前のエラーを参照してください。
- 以前のエラーには、列がないため、8144 (引数が多すぎる) または 257 (変換エラー) または 201 (予期されるパラメーターが指定されていません) が含まれる場合があります。
メモ: この現象は、CDC が有効になっているデータベースを復元するときに KEEP_CDC オプションを使用し、CDC 対応テーブルに名前にコンマが含まれる列がある場合にも発生します。
CDC 変更テーブルを使用するアプリケーションは失敗し、列が見つからない場合は不明な列エラーが返される可能性があります。 たとえば、列名が <Customer,id> の場合、次のエラー メッセージが表示されることがあります。
注
Msg 207、Level 16、State 1、Line <LineNumber>
列名 'Customer,id' が無効です。SQL Server エラー ログに、GDR アップグレードが成功と報告された場合でも、次のエラーが表示される場合があります。
注
<DateTime> データベース 'DatabaseName' をアップグレードできません。 エラー '22841' が発生しました:"データの変更Captureが有効になっているデータベース 'DatabaseName' のメタデータをアップグレードできませんでした。 アクション '(null)' の実行時にエラーが発生しました。 返されたエラーは 4924 でした:'line <LineNumber>、状態 1、ALTER TABLE DROP COLUMN が失敗しました。列 'ColumnName' がテーブル 'TableName' に存在しないためです。 アクションとエラーを使用してエラーの原因を特定し、要求を再送信します。'。 報告されたエラーを使用してエラーの原因を特定し、データベース コンテキストでsys.sp_cdc_vupgradeを実行してアップグレードを再実行します。
<DateTime> sp_vupgrade_replication正常に実行されました。CDC が有効になっているデータベースを復元するときに KEEP_CDC オプションを使用すると、復元プロセスが失敗し、最後にエラーが生成される可能性があります。 データベースが正常に復元され、次のエラー メッセージが返されます。
注
100% 処理されました。
データベース 'DatabaseName' の 768 ページ、ファイル 1 のファイル 'FileName' を処理しました。
ファイル 1 のデータベース ' DatabaseName '、file ' FileName' の 2 ページを処理しました。
DBCC の実行が完了しました。 DBCC でエラー メッセージが出力された場合は、システム管理者に問い合わせてください。
Msg 22841、Level 16、State 1、Procedure sys.sp_cdc_vupgrade、Line <LineNumber> [Batch Start Line 0]
[データの変更] Captureが有効になっているデータベース 'DatabaseName' のメタデータをアップグレードできませんでした。 アクション '(null)' の実行時にエラーが発生しました。 返されたエラーは 4924 でした:'line <LineNumber>、状態 1、ALTER TABLE DROP COLUMN が失敗しました。列 'Column&ID' がテーブル 'dbo_CDCTableTest_CT' に存在しないためです。 アクションとエラーを使用して、エラーの原因を特定し、要求を再送信します。
RESTORE DATABASE は、0.270 秒 (22.265 MB/秒) で 770 ページを正常に処理しました。
原因
この問題は、次のいずれかの状況で発生します。
- 名前にコンマが含まれる列が CDC 追跡テーブルに存在する場合 (cdc.<capture_instance>_CT)、CDC アップグレード プロセスで機能エラーが発生したため、列が削除される可能性があります。
-
Sp_vupgrade_replicationストアド プロシージャは、データベースの復元プロセスまたはSQL Serverアップグレード プロセス中に呼び出されます。 CDC 追跡テーブル (cdc.<capture_instance>_CT) には、&、<、>,、ASCII 10 進コードが 32 より小さい文字 (9-Tab および 10-LineFeed を除く) などの任意のシンボルを含む列があります。 この問題は、CDC アップグレード プロセスでFOR XML PATHを使用していることと、列名に適用される規則が変更されたために発生します。 詳細については、「 無効な文字とエスケープ ルール」を参照してください。
注
この問題の影響を受けるのは、ここで説明する列のみです。
回避策
この問題を回避するには、以下のいずれかの方法を使用します。
列が削除され、CDC の復元またはアップグレードが失敗するのを防ぐために、GDR ビルドをアップグレードする前にトレース フラグ (TF) T15006 を使用できます。
- SQL Server 構成マネージャーを開きます。
- SQL Server インスタンスを選択して右クリックし、[プロパティ] を選択します。
- [ スタートアップ パラメーター] タブに移動します。
- TF T15006 を追加します。
- [追加>Apply] を選択します。
- SQL Server サービスを再開します。
- アップグレードを実行します。 トレース フラグは、アップグレード中にアクティブになります。
GDR を適用し、名前にコンマが含まれる列が CDC 追跡テーブルから削除された場合 (cdc.<capture_instance>_CT)、次のようにこの問題を軽減できます。
TF T15006 を追加し、最初の解決策で説明されているようにSQL Server サービスを再起動します。
データベースの復元シナリオが影響を受ける場合は、別のデータベース復元プロセスを発行します。
GDR アップグレードによって列が削除される場合は、
sp_cdc_disable_tableとsp_cdc_enable_tableを使用して、影響を受けるテーブルの CDC を無効にして再度有効にします。注
影響を受けるテーブルで CDC を無効にして再有効化すると、変更データが失われます。
問題 2: VSS ライター SQL Server、固定可能なデータベースがないため、バックアップの実行に失敗する可能性があります
Azure Recovery Vault などのバックアップ ツールが仮想マシン (VM) でバックアップを実行すると、アプリケーションの一貫性を実現できない可能性があります。 エラーがない可能性があります。 バックアップが実行されずにアプリケーションが高速に実行されます。 SQL Server ボリューム シャドウ コピー サービス (VSS) ライターは、再試行できないエラー状態になります。 VSS ライター トレースSQL Server有効にすると、次の例外が発生する可能性があります。これは、フリーズするデータベースがないことを示し、スナップショットが失敗します。
[0543739500,0x002948:011b4:0xb87fa68e] sqlwriter.yukon\sqllib\snapsql.cpp(1058): Snapshot::Prepare: Server PROD-SQL01 has no databases to freeze
さらに、一部のデータベースは Online:0 で検出される場合があります。
[0543739390,0x002948:0x11b4:0xb87fa68e] sqlwriter.yukon\sqllib\snapsql.cpp(0408): FrozenServer::FindDatabases2000: Examining database <ReportServerTempDB>
Online:0 Standby:0 AutoClose:0 Closed:0
Recovery Vault Azure使用すると、イベント 一覧に次のようなエラーが表示されることがあります。
App-consistent recovery point generation failed.
この問題は、SQL Server 2019 CU28 のコード変更によって発生し、データベースがオンラインで、フリーズする準備ができているかどうかを確認します。 現在の解決策は、SQL Server 2019 CU27 にロールバックし、スナップショットバックアップを実行することです。 パッケージを以前のバージョンにロールバックする方法の詳細については、「SQL Serverから累積的な更新プログラムをアンインストールする」を参照してください。
Microsoft はこの問題の修正に取り組んでおり、将来の CU で利用できるようになる予定です。
この更新プログラムに含まれる機能強化と修正
ビルドの概要リストと現在のサポート ライフサイクルを含むダウンロード可能な Excel ブックを使用できます。 Excel ファイルには、詳細な修正リストも含まれています。 この Excel ファイルを今すぐダウンロードします。
注
次の表の個々のエントリは、ブックマークを介して直接参照できます。 テーブル内のバグ参照 ID を選択すると、"#bkmk_NNNNNNN" 形式を使用してブックマーク タグが URL に追加されます。 その後、この URL を他のユーザーと共有して、テーブル内の目的の修正プログラムに直接ジャンプできるようにします。
| バグ リファレンス | 説明 | 修正領域 | 要素 | プラットフォーム |
|---|---|---|---|---|
| 3336615 | 間違ったモデルの入力によるエラーを回避するために、PREDICT の実行時に MODEL パラメーターの検証を追加します。 | SQL Server エンジン | クエリの実行 | すべて |
| 3228419 | メタデータ定義ロックダウン機能を追加してデータ定義言語 (DDL) 操作をブロックすることで、変更データ キャプチャ (CDC) 機能のセキュリティを強化します。 | SQL Server エンジン | レプリケーション | すべて |
| 3409337 | テンポラル テーブルを管理するストアド プロシージャで内部SQL Serverバッチを構築するときに、データベース メタデータから読み取られたテーブル名と列名が正しく引用符で囲まれない問題を修正しました。 修正プログラムを適用すると、クォートが正しく完了します。 | SQL Server エンジン | 時間 | すべて |
更新プログラムの入手方法およびインストール方法
方法 1: Windows Update
この更新プログラムは、Windows Update を介して利用可能です。 自動更新を有効にすると、この更新プログラムは自動的にダウンロードおよびインストールされます。 自動更新を有効にする方法の詳細については、「Windows Update: FAQ」を参照してください。
方法 2: Microsoft Update カタログ
この更新プログラムのスタンドアロン パッケージを入手するには、Microsoft Update カタログ Web サイトに移動してください。
メモ 検出ロジックは、Microsoft Update Catalog Web サイトに投稿される、このリリースおよび今後のセキュリティ リリース用に更新されました。 詳細については、SQL Server サービスの Microsoft Update 検出ロジックの更新のページを参照してください。
方法 3: Microsoft ダウンロード センター
次のファイルは、Microsoft ダウンロード センターからダウンロードできます。
マイクロソフトのサポート ファイルをダウンロードする方法の詳細については、以下のサポート技術情報を参照してください。
オンライン サービスからマイクロソフトのサポート ファイルを入手する方法
マイクロソフトは、本ファイルの公開日に利用可能な最新のウイルス検知ソフトウェアを使用して、このファイルのウイルス スキャンを実行しました。 このファイルは、不正な変更を防ぐためにセキュリティ強化サーバーに保管されています。
重要
この更新プログラムをインストールした後に言語パックをインストールした場合は、この更新プログラムを再インストールする必要があります。 そのため、この更新プログラムをインストールする前に、必要な言語パックをすべてインストールすることをお勧めします。 詳細については、「Add language packs to Windows」(英語情報) を参照してください。
注
この更新プログラムは、Reporting Services がインストールされていない場合でも、SQL Server を実行しているすべての SQL Server について Microsoft Update カタログから入手できます。 Microsoft SQL Server Reporting Services をホストしていないコンピューターでは、このセキュリティ更新プログラムのインストールは必須ではありません。
Linuxの最新の累積的な更新プログラム パッケージを取得またはダウンロードする方法
Linux SQL Server 2019 を最新の CU に更新するには、まず累積的な更新リポジトリを構成しておく必要があります。 次に、適切なプラットフォーム固有の更新コマンドを使用して SQL Server パッケージを更新します。
インストール手順と CU パッケージのダウンロードへの直接リンクについては、SQL Server 2019 リリース ノートを参照してください。
詳細情報
前提条件
この更新プログラムを適用するには、SQL Server 2019 またはこのSQL Server 2019 CU28 GDR を通じてSQL Server 2019 CU リリースがインストールされている必要があります。
セキュリティ更新プログラムの展開に関する情報
この更新プログラムの展開に関する情報については、「展開 - セキュリティ更新プログラム ガイド」を参照してください。
ファイル ハッシュ情報
| ファイル名 | SHA256 ハッシュ |
|---|---|
| SQLServer2019-KB5042749-x64.exe | B36DF0B24275D4B6ACE036868EF7E1C445974B23594CF71EDB799A540375C2D4 |
ファイル情報
このパッケージ (英語版) のファイル属性は次表のとおりです。ただし、これより新しいパッケージがリリースされている可能性もあります。 これらのファイルの日付と時刻は世界協定時 (UTC) で記載されています。 ファイル情報に表示される時刻は、ローカル時刻に変換されています。 UTC とローカル時刻との時差を確認するには、[コントロール パネル] の [日付と時刻] の [タイム ゾーン] タブを使用してください。
サポートされているすべての x64 ベース バージョン
| ファイル名 | ファイルのバージョン | ファイル サイズ | 日付 | 時刻 | プラットフォーム |
|---|---|---|---|---|---|
| Mediainfo.xml | 該当しない | 16:11 | 12-Aug-24 | 06:53 | 該当しない |
| Packageid.dat | 該当しない | 16 | 21-Aug-24 | 10:20 | 該当しない |
| Setup.exe | 2019.150.4390.2 | 133,160 | 12-Aug-24 | 06:53 | x64 |
| Setup.exe.config | 該当しない | 486 | 12-Aug-24 | 06:53 | 該当しない |
| Sqlsetupbootstrapper.dll | 2019.150.4390.2 | 243,752 | 12-Aug-24 | 06:53 | x64 |
| Pythonlicense.rtf | 該当しない | 50,561 | 12-Aug-24 | 05:07 | 該当しない |
| Ropenlicense.rtf | 該当しない | 37,940 | 12-Aug-24 | 05:07 | 該当しない |
| Update_license.rtf | 該当しない | 123,593 | 12-Aug-24 | 05:07 | 該当しない |
| Pythonlicense.rtf | 該当しない | 44,184 | 12-Aug-24 | 05:07 | 該当しない |
| Ropenlicense.rtf | 該当しない | 33,216 | 12-Aug-24 | 05:07 | 該当しない |
| Update_license.rtf | 該当しない | 121,591 | 12-Aug-24 | 05:07 | 該当しない |
| Mediainfo.xml | 該当しない | 16:11 | 12-Aug-24 | 06:53 | 該当しない |
| Pythonlicense.rtf | 該当しない | 45,402 | 12-Aug-24 | 05:07 | 該当しない |
| Ropenlicense.rtf | 該当しない | 911 | 12-Aug-24 | 05:07 | 該当しない |
| Update_license.rtf | 該当しない | 59,670 | 12-Aug-24 | 05:07 | 該当しない |
| Masterdataservicesloc.msi | 該当しない | 8,941,568 | 12-Aug-24 | 06:53 | 該当しない |
| Sqlbrowser.msp | 該当しない | 4,091,904 | 12-Aug-24 | 06:53 | 該当しない |
| Sqlsupport.msi | 該当しない | 19,341,312 | 12-Aug-24 | 06:53 | 該当しない |
| Msodbcsql.msi | 該当しない | 4,677,632 | 12-Aug-24 | 05:35 | 該当しない |
| Msoledbsql.msi | 該当しない | 7,188,480 | 12-Aug-24 | 06:53 | 該当しない |
| Sqllocaldb.msi | 該当しない | 56,135,680 | 12-Aug-24 | 06:53 | 該当しない |
| Sqlwriter.msp | 該当しない | 679,936 | 12-Aug-24 | 06:53 | 該当しない |
| Pythonlicense.rtf | 該当しない | 43,682 | 12-Aug-24 | 05:07 | 該当しない |
| Ropenlicense.rtf | 該当しない | 33,582 | 12-Aug-24 | 05:07 | 該当しない |
| Update_license.rtf | 該当しない | 121,317 | 12-Aug-24 | 05:07 | 該当しない |
| Pythonlicense.rtf | 該当しない | 40,862 | 12-Aug-24 | 05:07 | 該当しない |
| Ropenlicense.rtf | 該当しない | 33,141 | 12-Aug-24 | 05:07 | 該当しない |
| Update_license.rtf | 該当しない | 121,266 | 12-Aug-24 | 05:07 | 該当しない |
| Pythonlicense.rtf | 該当しない | 52,334 | 12-Aug-24 | 05:07 | 該当しない |
| Ropenlicense.rtf | 該当しない | 37,434 | 12-Aug-24 | 05:07 | 該当しない |
| Update_license.rtf | 該当しない | 128,130 | 12-Aug-24 | 05:07 | 該当しない |
| Pythonlicense.rtf | 該当しない | 57,942 | 12-Aug-24 | 05:07 | 該当しない |
| Ropenlicense.rtf | 該当しない | 47,219 | 12-Aug-24 | 05:07 | 該当しない |
| Update_license.rtf | 該当しない | 149,466 | 12-Aug-24 | 05:07 | 該当しない |
| Pythonlicense.rtf | 該当しない | 43,688 | 12-Aug-24 | 05:07 | 該当しない |
| Ropenlicense.rtf | 該当しない | 33,584 | 12-Aug-24 | 05:07 | 該当しない |
| Update_license.rtf | 該当しない | 121,730 | 12-Aug-24 | 05:07 | 該当しない |
| Pythonlicense.rtf | 該当しない | 46,669 | 12-Aug-24 | 05:07 | 該当しない |
| Ropenlicense.rtf | 該当しない | 36,232 | 12-Aug-24 | 05:07 | 該当しない |
| Update_license.rtf | 該当しない | 125,145 | 12-Aug-24 | 05:07 | 該当しない |
| Pythonlicense.rtf | 該当しない | 48,793 | 12-Aug-24 | 05:07 | 該当しない |
| Ropenlicense.rtf | 該当しない | 37,540 | 12-Aug-24 | 05:07 | 該当しない |
| Update_license.rtf | 該当しない | 123,849 | 12-Aug-24 | 05:07 | 該当しない |
| Pythonlicense.rtf | 該当しない | 43,446 | 12-Aug-24 | 05:07 | 該当しない |
| Ropenlicense.rtf | 該当しない | 33,275 | 12-Aug-24 | 05:07 | 該当しない |
| Update_license.rtf | 該当しない | 121,914 | 12-Aug-24 | 05:07 | 該当しない |
| Setup.rll | 2019.150.4390.2 | 26,664 | 12-Aug-24 | 06:53 | 該当しない |
| Addnode.xml | 該当しない | 12,028 | 12-Aug-24 | 06:53 | 該当しない |
| Completeclusterwizard.xml | 該当しない | 11,893 | 12-Aug-24 | 06:53 | 該当しない |
| Completeimagewizard.xml | 該当しない | 15,305 | 12-Aug-24 | 06:53 | 該当しない |
| Componentupdate.xml | 該当しない | 3,061 | 12-Aug-24 | 06:53 | 該当しない |
| Configuration.uicfg | 該当しない | 6,927 | 12-Aug-24 | 06:53 | 該当しない |
| Editionupgradewizard.xml | 該当しない | 5,673 | 12-Aug-24 | 06:53 | 該当しない |
| Fixsqlregistrykey_x64.exe | 15.0.4390.2 | 51,136 | 12-Aug-24 | 06:53 | x64 |
| Fixsqlregistrykey_x64.exe.config | 該当しない | 486 | 12-Aug-24 | 06:53 | 該当しない |
| Fixsqlregistrykey_x86.exe | 15.0.4390.2 | 55,232 | 12-Aug-24 | 06:53 | x86 |
| Fixsqlregistrykey_x86.exe.config | 該当しない | 486 | 12-Aug-24 | 06:53 | 該当しない |
| Installclusterwizard.xml | 該当しない | 19,950 | 12-Aug-24 | 06:53 | 該当しない |
| Installwizard.xml | 該当しない | 20,522 | 12-Aug-24 | 06:53 | 該当しない |
| Instapi150.dll | 2019.150.4390.2 | 88,104 | 12-Aug-24 | 05:05 | x64 |
| Landingpage.exe | 15.0.4390.2 | 432,064 | 12-Aug-24 | 06:53 | x64 |
| Landingpage.exe.config | 該当しない | 486 | 12-Aug-24 | 06:53 | 該当しない |
| Microsoft.analysisservices.adomdclient.dll | 15.0.35.48 | 1,106,880 | 12-Aug-24 | 05:34 | x86 |
| Microsoft.analysisservices.core.dll | 15.0.35.48 | 1,387,968 | 12-Aug-24 | 05:34 | x86 |
| Microsoft.analysisservices.dll | 15.0.35.48 | 683,984 | 12-Aug-24 | 05:34 | x86 |
| Microsoft.analysisservices.spclient.interfaces.dll | 15.0.35.48 | 26,672 | 12-Aug-24 | 05:34 | x86 |
| Microsoft.analysisservices.tabular.dll | 15.0.35.48 | 1,096,136 | 12-Aug-24 | 05:34 | x86 |
| Microsoft.analysisservices.tabular.json.dll | 15.0.35.48 | 566,320 | 12-Aug-24 | 05:34 | x86 |
| Microsoft.diagnostics.tracing.eventsource.dll | 1.1.26.0 | 167,728 | 12-Aug-24 | 03:05 | x86 |
| Microsoft.netenterpriseservers.exceptionmessagebox.dll | 15.0.4390.2 | 141,248 | 12-Aug-24 | 05:05 | x86 |
| Microsoft.sql.chainer.package.dll | 15.0.4390.2 | 47,144 | 12-Aug-24 | 05:05 | x86 |
| Microsoft.sql.chainer.package.xmlserializers.dll | 15.0.4390.2 | 65,592 | 12-Aug-24 | 05:05 | x86 |
| Microsoft.sql.chainer.packagedata.dll | 15.0.4390.2 | 161,832 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sql.chainer.product.dll | 15.0.4390.2 | 436,288 | 12-Aug-24 | 05:05 | x86 |
| Microsoft.sql.chainer.product.xmlserializers.dll | 15.0.4390.2 | 65,088 | 12-Aug-24 | 05:05 | x86 |
| Microsoft.sqlserver.chainer.extensioncommon.dll | 15.0.4390.2 | 116,776 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.chainer.extensioncommon.xmlserializers.dll | 15.0.4390.2 | 79,928 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.chainer.infrastructure.dll | 15.0.4390.2 | 403,496 | 12-Aug-24 | 05:08 | x86 |
| Microsoft.sqlserver.chainer.infrastructure.xmlserializers.dll | 15.0.4390.2 | 199,208 | 12-Aug-24 | 05:08 | x86 |
| Microsoft.sqlserver.chainer.workflowdata.dll | 15.0.4390.2 | 866,368 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.chainer.workflowdata.xmlserializers.dll | 15.0.4390.2 | 439,872 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.agentextension.dll | 15.0.4390.2 | 137,296 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.asextension.dll | 15.0.4390.2 | 387,008 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.astelemetryextension.dll | 15.0.4390.2 | 75,816 | 12-Aug-24 | 06:53 | x64 |
| Microsoft.sqlserver.configuration.bootstrapextension.dll | 15.0.4390.2 | 79,928 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.bootstrapextension.xmlserializers.dll | 15.0.4390.2 | 26,560 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.cluster.dll | 15.0.4390.2 | 682,048 | 12-Aug-24 | 05:30 | x86 |
| Microsoft.sqlserver.configuration.cluster.xmlserializers.dll | 15.0.4390.2 | 337,960 | 12-Aug-24 | 05:30 | x86 |
| Microsoft.sqlserver.configuration.configextension.dll | 15.0.4390.2 | 92,112 | 12-Aug-24 | 05:26 | x86 |
| Microsoft.sqlserver.configuration.configextension.xmlserializers.dll | 15.0.4390.2 | 37,928 | 12-Aug-24 | 05:26 | x86 |
| Microsoft.sqlserver.configuration.distributedreplayextension.dll | 15.0.4390.2 | 83,904 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.dll | 15.0.4390.2 | 268,224 | 12-Aug-24 | 05:26 | x86 |
| Microsoft.sqlserver.configuration.extensibility_configextension.dll | 15.0.4390.2 | 108,608 | 12-Aug-24 | 06:53 | x64 |
| Microsoft.sqlserver.configuration.fulltext_configextension.dll | 15.0.4390.2 | 79,824 | 12-Aug-24 | 05:32 | x64 |
| Microsoft.sqlserver.configuration.impy_configextension.dll | 15.0.4390.2 | 43,072 | 12-Aug-24 | 06:53 | x64 |
| Microsoft.sqlserver.configuration.imr_configextension.dll | 15.0.4390.2 | 43,064 | 12-Aug-24 | 06:53 | x64 |
| Microsoft.sqlserver.configuration.installwizard.dll | 15.0.4390.2 | 1,836,992 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.installwizardframework.dll | 15.0.4390.2 | 79,808 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.installwizardframework.xmlserializers.dll | 15.0.4390.2 | 60,864 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.ismasterextension.dll | 15.0.4390.2 | 84,032 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.istelemetryconfigextension.dll | 15.0.4390.2 | 47,144 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.isworkerextension.dll | 15.0.4390.2 | 79,808 | 12-Aug-24 | 05:28 | x86 |
| Microsoft.sqlserver.configuration.managementtoolsextension.dll | 15.0.4390.2 | 51,240 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.msiextension.dll | 15.0.4390.2 | 432,208 | 12-Aug-24 | 05:26 | x86 |
| Microsoft.sqlserver.configuration.msiextension.xmlserializers.dll | 15.0.4390.2 | 192,040 | 12-Aug-24 | 05:26 | x86 |
| Microsoft.sqlserver.configuration.polybaseconfigextension.dll | 15.0.4390.2 | 178,256 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.polybasejavaconfigextension.dll | 15.0.4390.2 | 83,920 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.powershellextension.dll | 15.0.4390.2 | 55,336 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.repl_configextension.dll | 15.0.4390.2 | 55,232 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.rsextension.dll | 15.0.4390.2 | 366,632 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.rulesengineextension.dll | 15.0.4390.2 | 104,384 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.rulesengineextension.xmlserializers.dll | 15.0.4390.2 | 42,024 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.saa_configextension.dll | 15.0.4390.2 | 38,864 | 12-Aug-24 | 06:53 | x64 |
| Microsoft.sqlserver.configuration.sco.dll | 15.0.4390.2 | 3,004,480 | 12-Aug-24 | 05:10 | x86 |
| Microsoft.sqlserver.configuration.sco.xmlserializers.dll | 15.0.4390.2 | 125,480 | 12-Aug-24 | 05:10 | x86 |
| Microsoft.sqlserver.configuration.scoextension.dll | 15.0.4390.2 | 235,560 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.setupextension.dll | 15.0.4390.2 | 1,148,864 | 12-Aug-24 | 05:26 | x86 |
| Microsoft.sqlserver.configuration.setupextension.xmlserializers.dll | 15.0.4390.2 | 426,432 | 12-Aug-24 | 05:26 | x86 |
| Microsoft.sqlserver.configuration.slpextension.dll | 15.0.4390.2 | 67,624 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.smartsetupextension.dll | 15.0.4390.2 | 231,464 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.smartsetupextension.xmlserializers.dll | 15.0.4390.2 | 71,720 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.smpy_configextension.dll | 15.0.4390.2 | 43,048 | 12-Aug-24 | 06:53 | x64 |
| Microsoft.sqlserver.configuration.smr_configextension.dll | 15.0.4390.2 | 43,064 | 12-Aug-24 | 06:53 | x64 |
| Microsoft.sqlserver.configuration.sniserverconfigext.dll | 2019.150.4390.2 | 317,480 | 12-Aug-24 | 05:29 | x64 |
| Microsoft.sqlserver.configuration.sqlbrowserextension.dll | 15.0.4390.2 | 141,376 | 12-Aug-24 | 05:31 | x64 |
| Microsoft.sqlserver.configuration.sqlconfigbase.dll | 15.0.4390.2 | 75,816 | 12-Aug-24 | 05:26 | x86 |
| Microsoft.sqlserver.configuration.sqlconfigbase.xmlserializers.dll | 15.0.4390.2 | 29,224 | 12-Aug-24 | 05:26 | x86 |
| Microsoft.sqlserver.configuration.sqlserver_configextension.dll | 2019.150.4390.2 | 763,944 | 12-Aug-24 | 05:30 | x64 |
| Microsoft.sqlserver.configuration.ssisextension.dll | 15.0.4390.2 | 83,920 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.telemetryconfigextension.dll | 15.0.4390.2 | 71,720 | 12-Aug-24 | 06:53 | x64 |
| Microsoft.sqlserver.configuration.telemetryconfigextension.resources.dll | 15.0.4390.2 | 17,960 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.uiextension.dll | 15.0.4390.2 | 112,680 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.uiextension.xmlserializers.dll | 15.0.4390.2 | 52,688 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.utilityextension.dll | 15.0.4390.2 | 38,864 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.wizardframework.dll | 15.0.4390.2 | 186,304 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.wizardframework.xmlserializers.dll | 15.0.4390.2 | 59,840 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.wmiinterop.dll | 15.0.4390.2 | 329,808 | 12-Aug-24 | 05:05 | x86 |
| Microsoft.sqlserver.configuration.xmlserializers.dll | 15.0.4390.2 | 161,320 | 12-Aug-24 | 05:26 | x86 |
| Microsoft.sqlserver.configuration.xtp.configextension.dll | 15.0.4390.2 | 38,992 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.connectioninfo.dll | 15.0.18185.0 | 156,632 | 12-Aug-24 | 05:05 | x86 |
| Microsoft.sqlserver.customcontrols.dll | 15.0.4390.2 | 51,256 | 12-Aug-24 | 05:07 | x86 |
| Microsoft.sqlserver.datawarehouse.workloaddeployment.dll | 15.0.1970.0 | 714,184 | 12-Aug-24 | 05:23 | x86 |
| Microsoft.sqlserver.deployment.dll | 15.0.4390.2 | 260,136 | 12-Aug-24 | 05:05 | x86 |
| Microsoft.sqlserver.deployment.xmlserializers.dll | 15.0.4390.2 | 27,712 | 12-Aug-24 | 05:05 | x86 |
| Microsoft.sqlserver.diagnostics.strace.dll | 15.0.4390.2 | 129,064 | 12-Aug-24 | 05:05 | x86 |
| Microsoft.sqlserver.discovery.dll | 15.0.4390.2 | 231,376 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.discovery.xmlserializers.dll | 15.0.4390.2 | 215,488 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.dmf.common.dll | 15.0.18185.0 | 66,008 | 12-Aug-24 | 05:05 | x86 |
| Microsoft.sqlserver.dmf.dll | 15.0.18185.0 | 315,824 | 12-Aug-24 | 05:05 | x86 |
| Microsoft.sqlserver.instapi.dll | 15.0.4390.2 | 51,264 | 12-Aug-24 | 05:04 | x86 |
| Microsoft.sqlserver.interop.firewallapi.dll | 15,000 | 32,696 | 12-Aug-24 | 05:04 | x86 |
| Microsoft.sqlserver.interop.taskschd.dll | 15,000 | 47,184 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.interop.wuapilib.dll | 15,000 | 87,592 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.management.controls.dll | 15.0.16146.0 | 399,584 | 12-Aug-24 | 05:07 | x86 |
| Microsoft.sqlserver.management.sdk.sfc.dll | 15.0.18185.0 | 523,224 | 12-Aug-24 | 05:05 | x86 |
| Microsoft.sqlserver.setup.chainer.workflow.dll | 15.0.4390.2 | 104,488 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.setup.chainer.workflow.xmlserializers.dll | 15.0.4390.2 | 68,648 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.smo.dll | 15.0.18185.0 | 4,265,920 | 12-Aug-24 | 05:05 | x86 |
| Microsoft.sqlserver.sqlclrprovider.dll | 15.0.18185.0 | 23,512 | 12-Aug-24 | 05:05 | x86 |
| Microsoft.sqlserver.sqlenum.dll | 15.0.18185.0 | 1,500,120 | 12-Aug-24 | 05:05 | x86 |
| Microsoft.sqlserver.sstring.dll | 15.0.4390.2 | 38,976 | 12-Aug-24 | 05:04 | x86 |
| Microsoft.sqlserver.usagetracking.dll | 2019.150.4390.2 | 75,816 | 12-Aug-24 | 06:53 | x64 |
| msvcp140.dll | 14.16.27033.0 | 627,992 | 12-Aug-24 | 05:07 | x64 |
| msvcp140_1.dll | 14.16.27033.0 | 31,512 | 12-Aug-24 | 05:07 | x64 |
| newtonsoft.json.dll | 6.0.8.18111 | 513,424 | 12-Aug-24 | 05:34 | x86 |
| Package.xsd | 該当しない | 8,832 | 12-Aug-24 | 05:05 | 該当しない |
| Patchwizard.xml | 該当しない | 6,057 | 12-Aug-24 | 06:53 | 該当しない |
| Pidgenx.dll | 15.0.169.500 | 1,475,160 | 12-Aug-24 | 05:07 | x64 |
| Pidprivateconfigobjectmaps.xml | 該当しない | 92,538 | 12-Aug-24 | 05:07 | 該当しない |
| Prepareclusterwizard.xml | 該当しない | 13,679 | 12-Aug-24 | 06:53 | 該当しない |
| Prepareimagewizard.xml | 該当しない | 8,698 | 12-Aug-24 | 06:53 | 該当しない |
| Removenode.xml | 該当しない | 4,946 | 12-Aug-24 | 06:53 | 該当しない |
| Removepatchwizard.xml | 該当しない | 5,680 | 12-Aug-24 | 06:53 | 該当しない |
| Repairwizard.xml | 該当しない | 6,999 | 12-Aug-24 | 06:53 | 該当しない |
| Rsetup.exe | 15.0.4390.2 | 247,872 | 12-Aug-24 | 06:53 | x86 |
| Runrulesui.xml | 該当しない | 1,403 | 12-Aug-24 | 06:53 | 該当しない |
| Scenarioengine.exe | 15.0.4390.2 | 67,536 | 12-Aug-24 | 06:53 | x64 |
| Scenarioengine.exe.config | 該当しない | 486 | 12-Aug-24 | 06:53 | 該当しない |
| Shellobjects.dll | 1,000 | 129,600 | 12-Aug-24 | 06:53 | x86 |
| Sqlboot.dll | 2019.150.4390.2 | 215,080 | 12-Aug-24 | 05:35 | x64 |
| Sqlcab.dll | 2019.150.4390.2 | 169,920 | 12-Aug-24 | 06:53 | x64 |
| Sqlconf.dll | 2019.150.4390.2 | 63,440 | 12-Aug-24 | 06:53 | x64 |
| Sqlmu.dll | 2019.150.4390.2 | 116,776 | 12-Aug-24 | 06:53 | x64 |
| Sqlprocesssub.dll | 2019.150.4390.2 | 124,992 | 12-Aug-24 | 06:53 | x64 |
| Sqlsccn.dll | 2019.150.4390.2 | 112,576 | 12-Aug-24 | 06:53 | x64 |
| Uninstallwizard.xml | 該当しない | 4,648 | 12-Aug-24 | 06:53 | 該当しない |
| Upgradewizard.xml | 該当しない | 14,573 | 12-Aug-24 | 06:53 | 該当しない |
| vccorlib140.dll | 14.16.27033.0 | 366,872 | 12-Aug-24 | 05:07 | x64 |
| vcruntime140.dll | 14.16.27033.0 | 85,784 | 12-Aug-24 | 05:07 | x64 |
| Landingpage.resources.dll | 15.0.4390.2 | 72,144 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.netenterpriseservers.exceptionmessagebox.resources.dll | 15.0.4390.2 | 71,744 | 12-Aug-24 | 05:05 | x86 |
| Microsoft.sql.chainer.package.resources.dll | 15.0.4390.2 | 22,592 | 12-Aug-24 | 05:05 | x86 |
| Microsoft.sql.chainer.product.resources.dll | 15.0.4390.2 | 405,560 | 12-Aug-24 | 05:05 | x86 |
| Microsoft.sqlserver.chainer.extensioncommon.resources.dll | 15.0.4390.2 | 35,368 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.chainer.infrastructure.resources.dll | 15.0.4390.2 | 41,512 | 12-Aug-24 | 05:08 | x86 |
| Microsoft.sqlserver.chainer.setup.resources.dll | 15.0.4390.2 | 17,352 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.agentextension.resources.dll | 15.0.4390.2 | 30,144 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.asextension.resources.dll | 15.0.4390.2 | 68,136 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.bootstrapextension.resources.dll | 15.0.4390.2 | 25,536 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.cluster.resources.dll | 15.0.4390.2 | 163,384 | 12-Aug-24 | 05:30 | x86 |
| Microsoft.sqlserver.configuration.configextension.resources.dll | 15.0.4390.2 | 18,984 | 12-Aug-24 | 05:26 | x86 |
| Microsoft.sqlserver.configuration.distributedreplayextension.resources.dll | 15.0.4390.2 | 21,544 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.extensibility_configextension.resources.dll | 15.0.4390.2 | 21,056 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.fulltext_configextension.resources.dll | 15.0.4390.2 | 20,520 | 12-Aug-24 | 05:32 | x86 |
| Microsoft.sqlserver.configuration.impy_configextension.resources.dll | 15.0.4390.2 | 16,440 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.imr_configextension.resources.dll | 15.0.4390.2 | 16,440 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.installwizard.resources.dll | 15.0.4390.2 | 1,125,312 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.installwizardframework.resources.dll | 15.0.4390.2 | 17,448 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.ismasterextension.resources.dll | 15.0.4390.2 | 20,928 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.isworkerextension.resources.dll | 15.0.4390.2 | 19,920 | 12-Aug-24 | 05:28 | x86 |
| Microsoft.sqlserver.configuration.managementtoolsextension.resources.dll | 15.0.4390.2 | 21,056 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.msiextension.resources.dll | 15.0.4390.2 | 74,296 | 12-Aug-24 | 05:26 | x86 |
| Microsoft.sqlserver.configuration.polybaseconfigextension.resources.dll | 15.0.4390.2 | 42,536 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.polybasejavaconfigextension.resources.dll | 15.0.4390.2 | 24,104 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.powershellextension.resources.dll | 15.0.4390.2 | 21,032 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.repl_configextension.resources.dll | 15.0.4390.2 | 17,344 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.resources.dll | 15.0.4390.2 | 63,016 | 12-Aug-24 | 05:26 | x86 |
| Microsoft.sqlserver.configuration.rsextension.resources.dll | 15.0.4390.2 | 62,520 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.rulesengineextension.resources.dll | 15.0.4390.2 | 32,320 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.saa_configextension.resources.dll | 15.0.4390.2 | 16,336 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.sco.resources.dll | 15.0.4390.2 | 1,698,368 | 12-Aug-24 | 05:10 | x86 |
| Microsoft.sqlserver.configuration.scoextension.resources.dll | 15.0.4390.2 | 54,312 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.setupextension.resources.dll | 15.0.4390.2 | 317,376 | 12-Aug-24 | 05:26 | x86 |
| Microsoft.sqlserver.configuration.slpextension.resources.dll | 15.0.4390.2 | 22,056 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.smartsetupextension.resources.dll | 15.0.4390.2 | 34,360 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.smpy_configextension.resources.dll | 15.0.4390.2 | 16,440 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.smr_configextension.resources.dll | 15.0.4390.2 | 16,320 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.sniserverconfigext.resources.dll | 2019.150.4390.2 | 20,928 | 12-Aug-24 | 05:29 | x86 |
| Microsoft.sqlserver.configuration.sqlbrowserextension.resources.dll | 15.0.4390.2 | 38,352 | 12-Aug-24 | 05:31 | x86 |
| Microsoft.sqlserver.configuration.sqlconfigbase.resources.dll | 15.0.4390.2 | 18,368 | 12-Aug-24 | 05:26 | x86 |
| Microsoft.sqlserver.configuration.sqlserver_configextension.resources.dll | 2019.150.4390.2 | 157,760 | 12-Aug-24 | 05:30 | x86 |
| Microsoft.sqlserver.configuration.ssisextension.resources.dll | 15.0.4390.2 | 21,440 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.uiextension.resources.dll | 15.0.4390.2 | 21,568 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.utilityextension.resources.dll | 15.0.4390.2 | 16,424 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.wizardframework.resources.dll | 15.0.4390.2 | 56,872 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.xtp.configextension.resources.dll | 15.0.4390.2 | 15,808 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.connectioninfo.resources.dll | 15.0.18185.0 | 21,440 | 12-Aug-24 | 05:56 | x86 |
| Microsoft.sqlserver.deployment.resources.dll | 15.0.4390.2 | 15,416 | 12-Aug-24 | 05:05 | x86 |
| Microsoft.sqlserver.discovery.resources.dll | 15.0.4390.2 | 94,656 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.dmf.common.resources.dll | 15.0.18185.0 | 18,904 | 12-Aug-24 | 05:56 | x86 |
| Microsoft.sqlserver.dmf.resources.dll | 15.0.18185.0 | 33,752 | 12-Aug-24 | 05:56 | x86 |
| Microsoft.sqlserver.management.controls.resources.dll | 15.0.16146.0 | 85,728 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.management.sdk.sfc.resources.dll | 15.0.18185.0 | 154,544 | 12-Aug-24 | 05:56 | x86 |
| Microsoft.sqlserver.setup.chainer.workflow.resources.dll | 15.0.4390.2 | 27,704 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.smo.resources.dll | 15.0.18185.0 | 871,344 | 12-Aug-24 | 05:56 | x86 |
| Microsoft.sqlserver.sqlenum.resources.dll | 15.0.18185.0 | 910,784 | 12-Aug-24 | 05:56 | x86 |
| Landingpage.resources.dll | 15.0.4390.2 | 72,256 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.netenterpriseservers.exceptionmessagebox.resources.dll | 15.0.4390.2 | 71,616 | 12-Aug-24 | 05:05 | x86 |
| Microsoft.sql.chainer.package.resources.dll | 15.0.4390.2 | 22,584 | 12-Aug-24 | 05:05 | x86 |
| Microsoft.sql.chainer.product.resources.dll | 15.0.4390.2 | 405,440 | 12-Aug-24 | 05:05 | x86 |
| Microsoft.sqlserver.chainer.extensioncommon.resources.dll | 15.0.4390.2 | 34,856 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.chainer.infrastructure.resources.dll | 15.0.4390.2 | 41,000 | 12-Aug-24 | 05:08 | x86 |
| Microsoft.sqlserver.chainer.setup.resources.dll | 15.0.4390.2 | 17,344 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.agentextension.resources.dll | 15.0.4390.2 | 30,248 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.asextension.resources.dll | 15.0.4390.2 | 68,648 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.bootstrapextension.resources.dll | 15.0.4390.2 | 25,656 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.cluster.resources.dll | 15.0.4390.2 | 162,856 | 12-Aug-24 | 05:30 | x86 |
| Microsoft.sqlserver.configuration.configextension.resources.dll | 15.0.4390.2 | 18,472 | 12-Aug-24 | 05:26 | x86 |
| Microsoft.sqlserver.configuration.distributedreplayextension.resources.dll | 15.0.4390.2 | 21,456 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.extensibility_configextension.resources.dll | 15.0.4390.2 | 21,032 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.fulltext_configextension.resources.dll | 15.0.4390.2 | 20,928 | 12-Aug-24 | 05:32 | x86 |
| Microsoft.sqlserver.configuration.impy_configextension.resources.dll | 15.0.4390.2 | 16,320 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.imr_configextension.resources.dll | 15.0.4390.2 | 16,424 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.installwizard.resources.dll | 15.0.4390.2 | 1,128,504 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.installwizardframework.resources.dll | 15.0.4390.2 | 17,344 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.ismasterextension.resources.dll | 15.0.4390.2 | 21,584 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.isworkerextension.resources.dll | 15.0.4390.2 | 20,544 | 12-Aug-24 | 05:28 | x86 |
| Microsoft.sqlserver.configuration.managementtoolsextension.resources.dll | 15.0.4390.2 | 21,032 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.msiextension.resources.dll | 15.0.4390.2 | 74,176 | 12-Aug-24 | 05:26 | x86 |
| Microsoft.sqlserver.configuration.polybaseconfigextension.resources.dll | 15.0.4390.2 | 43,048 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.polybasejavaconfigextension.resources.dll | 15.0.4390.2 | 24,016 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.powershellextension.resources.dll | 15.0.4390.2 | 20,944 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.repl_configextension.resources.dll | 15.0.4390.2 | 17,360 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.resources.dll | 15.0.4390.2 | 64,568 | 12-Aug-24 | 05:26 | x86 |
| Microsoft.sqlserver.configuration.rsextension.resources.dll | 15.0.4390.2 | 62,016 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.rulesengineextension.resources.dll | 15.0.4390.2 | 32,320 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.saa_configextension.resources.dll | 15.0.4390.2 | 16,448 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.sco.resources.dll | 15.0.4390.2 | 1,678,376 | 12-Aug-24 | 05:10 | x86 |
| Microsoft.sqlserver.configuration.scoextension.resources.dll | 15.0.4390.2 | 53,288 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.setupextension.resources.dll | 15.0.4390.2 | 317,888 | 12-Aug-24 | 05:26 | x86 |
| Microsoft.sqlserver.configuration.slpextension.resources.dll | 15.0.4390.2 | 22,056 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.smartsetupextension.resources.dll | 15.0.4390.2 | 35,384 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.smpy_configextension.resources.dll | 15.0.4390.2 | 16,424 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.smr_configextension.resources.dll | 15.0.4390.2 | 16,320 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.sniserverconfigext.resources.dll | 2019.150.4390.2 | 20,944 | 12-Aug-24 | 05:29 | x86 |
| Microsoft.sqlserver.configuration.sqlbrowserextension.resources.dll | 15.0.4390.2 | 38,336 | 12-Aug-24 | 05:31 | x86 |
| Microsoft.sqlserver.configuration.sqlconfigbase.resources.dll | 15.0.4390.2 | 18,384 | 12-Aug-24 | 05:26 | x86 |
| Microsoft.sqlserver.configuration.sqlserver_configextension.resources.dll | 2019.150.4390.2 | 158,248 | 12-Aug-24 | 05:30 | x86 |
| Microsoft.sqlserver.configuration.ssisextension.resources.dll | 15.0.4390.2 | 21,440 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.uiextension.resources.dll | 15.0.4390.2 | 21,952 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.utilityextension.resources.dll | 15.0.4390.2 | 16,424 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.wizardframework.resources.dll | 15.0.4390.2 | 57,408 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.xtp.configextension.resources.dll | 15.0.4390.2 | 16,424 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.connectioninfo.resources.dll | 15.0.18185.0 | 20,952 | 12-Aug-24 | 05:56 | x86 |
| Microsoft.sqlserver.deployment.resources.dll | 15.0.4390.2 | 15,440 | 12-Aug-24 | 05:05 | x86 |
| Microsoft.sqlserver.discovery.resources.dll | 15.0.4390.2 | 94,800 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.dmf.common.resources.dll | 15.0.18185.0 | 18,904 | 12-Aug-24 | 05:56 | x86 |
| Microsoft.sqlserver.dmf.resources.dll | 15.0.18185.0 | 32,176 | 12-Aug-24 | 05:56 | x86 |
| Microsoft.sqlserver.management.controls.resources.dll | 15.0.16146.0 | 85,728 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.management.sdk.sfc.resources.dll | 15.0.18185.0 | 154,584 | 12-Aug-24 | 05:56 | x86 |
| Microsoft.sqlserver.setup.chainer.workflow.resources.dll | 15.0.4390.2 | 27,200 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.smo.resources.dll | 15.0.18185.0 | 873,920 | 12-Aug-24 | 05:56 | x86 |
| Microsoft.sqlserver.sqlenum.resources.dll | 15.0.18185.0 | 910,808 | 12-Aug-24 | 05:56 | x86 |
| Landingpage.resources.dll | 15.0.4390.2 | 72,232 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.netenterpriseservers.exceptionmessagebox.resources.dll | 15.0.4390.2 | 71,616 | 12-Aug-24 | 05:05 | x86 |
| Microsoft.sql.chainer.package.resources.dll | 15.0.4390.2 | 22,568 | 12-Aug-24 | 05:05 | x86 |
| Microsoft.sql.chainer.product.resources.dll | 15.0.4390.2 | 405,440 | 12-Aug-24 | 05:05 | x86 |
| Microsoft.sqlserver.chainer.extensioncommon.resources.dll | 15.0.4390.2 | 35,384 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.chainer.infrastructure.resources.dll | 15.0.4390.2 | 42,024 | 12-Aug-24 | 05:08 | x86 |
| Microsoft.sqlserver.chainer.setup.resources.dll | 15.0.4390.2 | 17,960 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.agentextension.resources.dll | 15.0.4390.2 | 30,800 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.asextension.resources.dll | 15.0.4390.2 | 69,056 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.bootstrapextension.resources.dll | 15.0.4390.2 | 26,064 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.cluster.resources.dll | 15.0.4390.2 | 166,464 | 12-Aug-24 | 05:30 | x86 |
| Microsoft.sqlserver.configuration.configextension.resources.dll | 15.0.4390.2 | 18,984 | 12-Aug-24 | 05:26 | x86 |
| Microsoft.sqlserver.configuration.distributedreplayextension.resources.dll | 15.0.4390.2 | 21,440 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.extensibility_configextension.resources.dll | 15.0.4390.2 | 21,544 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.fulltext_configextension.resources.dll | 15.0.4390.2 | 21,440 | 12-Aug-24 | 05:32 | x86 |
| Microsoft.sqlserver.configuration.impy_configextension.resources.dll | 15.0.4390.2 | 16,440 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.imr_configextension.resources.dll | 15.0.4390.2 | 16,448 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.installwizard.resources.dll | 15.0.4390.2 | 1,129,024 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.installwizardframework.resources.dll | 15.0.4390.2 | 17,344 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.ismasterextension.resources.dll | 15.0.4390.2 | 21,032 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.isworkerextension.resources.dll | 15.0.4390.2 | 20,032 | 12-Aug-24 | 05:28 | x86 |
| Microsoft.sqlserver.configuration.managementtoolsextension.resources.dll | 15.0.4390.2 | 21,032 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.msiextension.resources.dll | 15.0.4390.2 | 75,320 | 12-Aug-24 | 05:26 | x86 |
| Microsoft.sqlserver.configuration.polybaseconfigextension.resources.dll | 15.0.4390.2 | 43,088 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.polybasejavaconfigextension.resources.dll | 15.0.4390.2 | 24,008 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.powershellextension.resources.dll | 15.0.4390.2 | 21,032 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.repl_configextension.resources.dll | 15.0.4390.2 | 17,448 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.resources.dll | 15.0.4390.2 | 65,064 | 12-Aug-24 | 05:26 | x86 |
| Microsoft.sqlserver.configuration.rsextension.resources.dll | 15.0.4390.2 | 62,912 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.rulesengineextension.resources.dll | 15.0.4390.2 | 32,192 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.saa_configextension.resources.dll | 15.0.4390.2 | 16,424 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.sco.resources.dll | 15.0.4390.2 | 1,556,024 | 12-Aug-24 | 05:10 | x86 |
| Microsoft.sqlserver.configuration.scoextension.resources.dll | 15.0.4390.2 | 55,336 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.setupextension.resources.dll | 15.0.4390.2 | 321,984 | 12-Aug-24 | 05:26 | x86 |
| Microsoft.sqlserver.configuration.slpextension.resources.dll | 15.0.4390.2 | 21,968 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.smartsetupextension.resources.dll | 15.0.4390.2 | 35,776 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.smpy_configextension.resources.dll | 15.0.4390.2 | 16,440 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.smr_configextension.resources.dll | 15.0.4390.2 | 16,320 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.sniserverconfigext.resources.dll | 2019.150.4390.2 | 21,072 | 12-Aug-24 | 05:29 | x86 |
| Microsoft.sqlserver.configuration.sqlbrowserextension.resources.dll | 15.0.4390.2 | 38,848 | 12-Aug-24 | 05:31 | x86 |
| Microsoft.sqlserver.configuration.sqlconfigbase.resources.dll | 15.0.4390.2 | 18,880 | 12-Aug-24 | 05:26 | x86 |
| Microsoft.sqlserver.configuration.sqlserver_configextension.resources.dll | 2019.150.4390.2 | 159,680 | 12-Aug-24 | 05:30 | x86 |
| Microsoft.sqlserver.configuration.ssisextension.resources.dll | 15.0.4390.2 | 22,056 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.uiextension.resources.dll | 15.0.4390.2 | 22,056 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.utilityextension.resources.dll | 15.0.4390.2 | 16,448 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.wizardframework.resources.dll | 15.0.4390.2 | 57,280 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.xtp.configextension.resources.dll | 15.0.4390.2 | 15,936 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.connectioninfo.resources.dll | 15.0.18185.0 | 21,464 | 12-Aug-24 | 05:56 | x86 |
| Microsoft.sqlserver.deployment.resources.dll | 15.0.4390.2 | 15,400 | 12-Aug-24 | 05:05 | x86 |
| Microsoft.sqlserver.discovery.resources.dll | 15.0.4390.2 | 94,784 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.dmf.common.resources.dll | 15.0.18185.0 | 18,880 | 12-Aug-24 | 05:56 | x86 |
| Microsoft.sqlserver.dmf.resources.dll | 15.0.18185.0 | 33,200 | 12-Aug-24 | 05:56 | x86 |
| Microsoft.sqlserver.management.controls.resources.dll | 15.0.16146.0 | 85,728 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.management.sdk.sfc.resources.dll | 15.0.18185.0 | 155,608 | 12-Aug-24 | 05:56 | x86 |
| Microsoft.sqlserver.setup.chainer.workflow.resources.dll | 15.0.4390.2 | 27,584 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.smo.resources.dll | 15.0.18185.0 | 879,040 | 12-Aug-24 | 05:56 | x86 |
| Microsoft.sqlserver.sqlenum.resources.dll | 15.0.18185.0 | 910,808 | 12-Aug-24 | 05:56 | x86 |
| Landingpage.resources.dll | 15.0.4390.2 | 71,720 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.netenterpriseservers.exceptionmessagebox.resources.dll | 15.0.4390.2 | 71,616 | 12-Aug-24 | 05:05 | x86 |
| Microsoft.sql.chainer.package.resources.dll | 15.0.4390.2 | 22,480 | 12-Aug-24 | 05:05 | x86 |
| Microsoft.sql.chainer.product.resources.dll | 15.0.4390.2 | 405,440 | 12-Aug-24 | 05:05 | x86 |
| Microsoft.sqlserver.chainer.extensioncommon.resources.dll | 15.0.4390.2 | 34,872 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.chainer.infrastructure.resources.dll | 15.0.4390.2 | 41,000 | 12-Aug-24 | 05:08 | x86 |
| Microsoft.sqlserver.chainer.setup.resources.dll | 15.0.4390.2 | 17,448 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.agentextension.resources.dll | 15.0.4390.2 | 29,632 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.asextension.resources.dll | 15.0.4390.2 | 67,624 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.bootstrapextension.resources.dll | 15.0.4390.2 | 25,552 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.cluster.resources.dll | 15.0.4390.2 | 160,296 | 12-Aug-24 | 05:30 | x86 |
| Microsoft.sqlserver.configuration.configextension.resources.dll | 15.0.4390.2 | 18,472 | 12-Aug-24 | 05:26 | x86 |
| Microsoft.sqlserver.configuration.distributedreplayextension.resources.dll | 15.0.4390.2 | 21,456 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.extensibility_configextension.resources.dll | 15.0.4390.2 | 21,032 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.fulltext_configextension.resources.dll | 15.0.4390.2 | 20,416 | 12-Aug-24 | 05:32 | x86 |
| Microsoft.sqlserver.configuration.impy_configextension.resources.dll | 15.0.4390.2 | 16,464 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.imr_configextension.resources.dll | 15.0.4390.2 | 16,424 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.installwizard.resources.dll | 15.0.4390.2 | 1,124,392 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.installwizardframework.resources.dll | 15.0.4390.2 | 17,448 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.ismasterextension.resources.dll | 15.0.4390.2 | 21,456 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.isworkerextension.resources.dll | 15.0.4390.2 | 20,048 | 12-Aug-24 | 05:28 | x86 |
| Microsoft.sqlserver.configuration.managementtoolsextension.resources.dll | 15.0.4390.2 | 21,048 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.msiextension.resources.dll | 15.0.4390.2 | 74,304 | 12-Aug-24 | 05:26 | x86 |
| Microsoft.sqlserver.configuration.polybaseconfigextension.resources.dll | 15.0.4390.2 | 42,448 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.powershellextension.resources.dll | 15.0.4390.2 | 20,928 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.repl_configextension.resources.dll | 15.0.4390.2 | 17,488 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.resources.dll | 15.0.4390.2 | 63,528 | 12-Aug-24 | 05:26 | x86 |
| Microsoft.sqlserver.configuration.rsextension.resources.dll | 15.0.4390.2 | 61,480 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.rulesengineextension.resources.dll | 15.0.4390.2 | 32,312 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.saa_configextension.resources.dll | 15.0.4390.2 | 16,424 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.sco.resources.dll | 15.0.4390.2 | 1,690,152 | 12-Aug-24 | 05:10 | x86 |
| Microsoft.sqlserver.configuration.scoextension.resources.dll | 15.0.4390.2 | 54,312 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.setupextension.resources.dll | 15.0.4390.2 | 315,456 | 12-Aug-24 | 05:26 | x86 |
| Microsoft.sqlserver.configuration.slpextension.resources.dll | 15.0.4390.2 | 22,056 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.smartsetupextension.resources.dll | 15.0.4390.2 | 35,384 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.smpy_configextension.resources.dll | 15.0.4390.2 | 16,320 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.smr_configextension.resources.dll | 15.0.4390.2 | 16,440 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.sniserverconfigext.resources.dll | 2019.150.4390.2 | 21,032 | 12-Aug-24 | 05:29 | x86 |
| Microsoft.sqlserver.configuration.sqlbrowserextension.resources.dll | 15.0.4390.2 | 38,464 | 12-Aug-24 | 05:31 | x86 |
| Microsoft.sqlserver.configuration.sqlconfigbase.resources.dll | 15.0.4390.2 | 18,384 | 12-Aug-24 | 05:26 | x86 |
| Microsoft.sqlserver.configuration.sqlserver_configextension.resources.dll | 2019.150.4390.2 | 156,112 | 12-Aug-24 | 05:30 | x86 |
| Microsoft.sqlserver.configuration.ssisextension.resources.dll | 15.0.4390.2 | 21,544 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.uiextension.resources.dll | 15.0.4390.2 | 21,432 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.utilityextension.resources.dll | 15.0.4390.2 | 16,336 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.wizardframework.resources.dll | 15.0.4390.2 | 56,896 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.xtp.configextension.resources.dll | 15.0.4390.2 | 16,448 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.connectioninfo.resources.dll | 15.0.18185.0 | 21,464 | 12-Aug-24 | 05:56 | x86 |
| Microsoft.sqlserver.deployment.resources.dll | 15.0.4390.2 | 15,416 | 12-Aug-24 | 05:05 | x86 |
| Microsoft.sqlserver.discovery.resources.dll | 15.0.4390.2 | 94,656 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.dmf.common.resources.dll | 15.0.18185.0 | 17,840 | 12-Aug-24 | 05:56 | x86 |
| Microsoft.sqlserver.dmf.resources.dll | 15.0.18185.0 | 33,752 | 12-Aug-24 | 05:56 | x86 |
| Microsoft.sqlserver.management.controls.resources.dll | 15.0.16146.0 | 85,720 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.management.sdk.sfc.resources.dll | 15.0.18185.0 | 154,584 | 12-Aug-24 | 05:56 | x86 |
| Microsoft.sqlserver.setup.chainer.workflow.resources.dll | 15.0.4390.2 | 27,176 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.smo.resources.dll | 15.0.18185.0 | 850,904 | 12-Aug-24 | 05:56 | x86 |
| Microsoft.sqlserver.sqlenum.resources.dll | 15.0.18185.0 | 910,784 | 12-Aug-24 | 05:56 | x86 |
| Landingpage.resources.dll | 15.0.4390.2 | 73,664 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.netenterpriseservers.exceptionmessagebox.resources.dll | 15.0.4390.2 | 72,128 | 12-Aug-24 | 05:05 | x86 |
| Microsoft.sql.chainer.package.resources.dll | 15.0.4390.2 | 22,464 | 12-Aug-24 | 05:05 | x86 |
| Microsoft.sql.chainer.product.resources.dll | 15.0.4390.2 | 405,560 | 12-Aug-24 | 05:05 | x86 |
| Microsoft.sqlserver.chainer.extensioncommon.resources.dll | 15.0.4390.2 | 35,880 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.chainer.infrastructure.resources.dll | 15.0.4390.2 | 43,064 | 12-Aug-24 | 05:08 | x86 |
| Microsoft.sqlserver.chainer.setup.resources.dll | 15.0.4390.2 | 17,976 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.agentextension.resources.dll | 15.0.4390.2 | 32,704 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.asextension.resources.dll | 15.0.4390.2 | 72,256 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.bootstrapextension.resources.dll | 15.0.4390.2 | 27,072 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.cluster.resources.dll | 15.0.4390.2 | 179,264 | 12-Aug-24 | 05:30 | x86 |
| Microsoft.sqlserver.configuration.configextension.resources.dll | 15.0.4390.2 | 18,984 | 12-Aug-24 | 05:26 | x86 |
| Microsoft.sqlserver.configuration.distributedreplayextension.resources.dll | 15.0.4390.2 | 22,080 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.extensibility_configextension.resources.dll | 15.0.4390.2 | 22,056 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.fulltext_configextension.resources.dll | 15.0.4390.2 | 20,928 | 12-Aug-24 | 05:32 | x86 |
| Microsoft.sqlserver.configuration.impy_configextension.resources.dll | 15.0.4390.2 | 16,320 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.imr_configextension.resources.dll | 15.0.4390.2 | 16,320 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.installwizard.resources.dll | 15.0.4390.2 | 1,137,720 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.installwizardframework.resources.dll | 15.0.4390.2 | 17,344 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.ismasterextension.resources.dll | 15.0.4390.2 | 21,544 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.isworkerextension.resources.dll | 15.0.4390.2 | 20,544 | 12-Aug-24 | 05:28 | x86 |
| Microsoft.sqlserver.configuration.managementtoolsextension.resources.dll | 15.0.4390.2 | 21,072 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.msiextension.resources.dll | 15.0.4390.2 | 78,272 | 12-Aug-24 | 05:26 | x86 |
| Microsoft.sqlserver.configuration.polybaseconfigextension.resources.dll | 15.0.4390.2 | 43,968 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.polybasejavaconfigextension.resources.dll | 15.0.4390.2 | 24,000 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.powershellextension.resources.dll | 15.0.4390.2 | 21,440 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.repl_configextension.resources.dll | 15.0.4390.2 | 17,344 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.resources.dll | 15.0.4390.2 | 68,648 | 12-Aug-24 | 05:26 | x86 |
| Microsoft.sqlserver.configuration.rsextension.resources.dll | 15.0.4390.2 | 66,640 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.rulesengineextension.resources.dll | 15.0.4390.2 | 32,848 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.saa_configextension.resources.dll | 15.0.4390.2 | 16,424 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.sco.resources.dll | 15.0.4390.2 | 1,622,464 | 12-Aug-24 | 05:10 | x86 |
| Microsoft.sqlserver.configuration.scoextension.resources.dll | 15.0.4390.2 | 56,888 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.setupextension.resources.dll | 15.0.4390.2 | 336,464 | 12-Aug-24 | 05:26 | x86 |
| Microsoft.sqlserver.configuration.slpextension.resources.dll | 15.0.4390.2 | 21,952 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.smartsetupextension.resources.dll | 15.0.4390.2 | 38,440 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.smpy_configextension.resources.dll | 15.0.4390.2 | 16,448 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.smr_configextension.resources.dll | 15.0.4390.2 | 16,424 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.sniserverconfigext.resources.dll | 2019.150.4390.2 | 22,056 | 12-Aug-24 | 05:29 | x86 |
| Microsoft.sqlserver.configuration.sqlbrowserextension.resources.dll | 15.0.4390.2 | 40,384 | 12-Aug-24 | 05:31 | x86 |
| Microsoft.sqlserver.configuration.sqlconfigbase.resources.dll | 15.0.4390.2 | 18,880 | 12-Aug-24 | 05:26 | x86 |
| Microsoft.sqlserver.configuration.sqlserver_configextension.resources.dll | 2019.150.4390.2 | 165,440 | 12-Aug-24 | 05:30 | x86 |
| Microsoft.sqlserver.configuration.ssisextension.resources.dll | 15.0.4390.2 | 21,952 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.uiextension.resources.dll | 15.0.4390.2 | 22,568 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.utilityextension.resources.dll | 15.0.4390.2 | 16,936 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.wizardframework.resources.dll | 15.0.4390.2 | 57,384 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.xtp.configextension.resources.dll | 15.0.4390.2 | 15,912 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.connectioninfo.resources.dll | 15.0.18185.0 | 21,976 | 12-Aug-24 | 05:56 | x86 |
| Microsoft.sqlserver.deployment.resources.dll | 15.0.4390.2 | 15,424 | 12-Aug-24 | 05:05 | x86 |
| Microsoft.sqlserver.discovery.resources.dll | 15.0.4390.2 | 94,760 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.dmf.common.resources.dll | 15.0.18185.0 | 19,416 | 12-Aug-24 | 05:56 | x86 |
| Microsoft.sqlserver.dmf.resources.dll | 15.0.18185.0 | 35,776 | 12-Aug-24 | 05:56 | x86 |
| Microsoft.sqlserver.management.controls.resources.dll | 15.0.16146.0 | 85,728 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.management.sdk.sfc.resources.dll | 15.0.18185.0 | 157,120 | 12-Aug-24 | 05:56 | x86 |
| Microsoft.sqlserver.setup.chainer.workflow.resources.dll | 15.0.4390.2 | 28,200 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.smo.resources.dll | 15.0.18185.0 | 916,952 | 12-Aug-24 | 05:56 | x86 |
| Microsoft.sqlserver.sqlenum.resources.dll | 15.0.18185.0 | 911,280 | 12-Aug-24 | 05:56 | x86 |
| Landingpage.resources.dll | 15.0.4390.2 | 71,632 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.netenterpriseservers.exceptionmessagebox.resources.dll | 15.0.4390.2 | 71,616 | 12-Aug-24 | 05:05 | x86 |
| Microsoft.sql.chainer.package.resources.dll | 15.0.4390.2 | 22,568 | 12-Aug-24 | 05:05 | x86 |
| Microsoft.sql.chainer.product.resources.dll | 15.0.4390.2 | 405,440 | 12-Aug-24 | 05:05 | x86 |
| Microsoft.sqlserver.chainer.extensioncommon.resources.dll | 15.0.4390.2 | 35,368 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.chainer.infrastructure.resources.dll | 15.0.4390.2 | 41,512 | 12-Aug-24 | 05:08 | x86 |
| Microsoft.sqlserver.chainer.setup.resources.dll | 15.0.4390.2 | 17,472 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.agentextension.resources.dll | 15.0.4390.2 | 30,656 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.asextension.resources.dll | 15.0.4390.2 | 68,664 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.bootstrapextension.resources.dll | 15.0.4390.2 | 25,536 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.cluster.resources.dll | 15.0.4390.2 | 167,464 | 12-Aug-24 | 05:30 | x86 |
| Microsoft.sqlserver.configuration.configextension.resources.dll | 15.0.4390.2 | 18,984 | 12-Aug-24 | 05:26 | x86 |
| Microsoft.sqlserver.configuration.distributedreplayextension.resources.dll | 15.0.4390.2 | 21,568 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.extensibility_configextension.resources.dll | 15.0.4390.2 | 21,544 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.fulltext_configextension.resources.dll | 15.0.4390.2 | 20,536 | 12-Aug-24 | 05:32 | x86 |
| Microsoft.sqlserver.configuration.impy_configextension.resources.dll | 15.0.4390.2 | 16,440 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.imr_configextension.resources.dll | 15.0.4390.2 | 16,312 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.installwizard.resources.dll | 15.0.4390.2 | 1,124,800 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.installwizardframework.resources.dll | 15.0.4390.2 | 17,360 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.ismasterextension.resources.dll | 15.0.4390.2 | 21,544 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.isworkerextension.resources.dll | 15.0.4390.2 | 19,904 | 12-Aug-24 | 05:28 | x86 |
| Microsoft.sqlserver.configuration.managementtoolsextension.resources.dll | 15.0.4390.2 | 21,048 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.msiextension.resources.dll | 15.0.4390.2 | 73,784 | 12-Aug-24 | 05:26 | x86 |
| Microsoft.sqlserver.configuration.polybaseconfigextension.resources.dll | 15.0.4390.2 | 43,048 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.polybasejavaconfigextension.resources.dll | 15.0.4390.2 | 24,104 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.powershellextension.resources.dll | 15.0.4390.2 | 20,944 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.repl_configextension.resources.dll | 15.0.4390.2 | 17,360 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.resources.dll | 15.0.4390.2 | 64,552 | 12-Aug-24 | 05:26 | x86 |
| Microsoft.sqlserver.configuration.rsextension.resources.dll | 15.0.4390.2 | 61,904 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.rulesengineextension.resources.dll | 15.0.4390.2 | 32,312 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.saa_configextension.resources.dll | 15.0.4390.2 | 16,424 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.sco.resources.dll | 15.0.4390.2 | 1,472,568 | 12-Aug-24 | 05:10 | x86 |
| Microsoft.sqlserver.configuration.scoextension.resources.dll | 15.0.4390.2 | 54,824 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.setupextension.resources.dll | 15.0.4390.2 | 315,456 | 12-Aug-24 | 05:26 | x86 |
| Microsoft.sqlserver.configuration.slpextension.resources.dll | 15.0.4390.2 | 21,968 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.smartsetupextension.resources.dll | 15.0.4390.2 | 35,264 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.smpy_configextension.resources.dll | 15.0.4390.2 | 16,320 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.smr_configextension.resources.dll | 15.0.4390.2 | 16,424 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.sniserverconfigext.resources.dll | 2019.150.4390.2 | 21,456 | 12-Aug-24 | 05:29 | x86 |
| Microsoft.sqlserver.configuration.sqlbrowserextension.resources.dll | 15.0.4390.2 | 38,336 | 12-Aug-24 | 05:31 | x86 |
| Microsoft.sqlserver.configuration.sqlconfigbase.resources.dll | 15.0.4390.2 | 18,496 | 12-Aug-24 | 05:26 | x86 |
| Microsoft.sqlserver.configuration.sqlserver_configextension.resources.dll | 2019.150.4390.2 | 158,144 | 12-Aug-24 | 05:30 | x86 |
| Microsoft.sqlserver.configuration.ssisextension.resources.dll | 15.0.4390.2 | 22,056 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.uiextension.resources.dll | 15.0.4390.2 | 22,072 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.utilityextension.resources.dll | 15.0.4390.2 | 16,424 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.wizardframework.resources.dll | 15.0.4390.2 | 57,296 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.xtp.configextension.resources.dll | 15.0.4390.2 | 15,824 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.connectioninfo.resources.dll | 15.0.18185.0 | 21,464 | 12-Aug-24 | 05:56 | x86 |
| Microsoft.sqlserver.deployment.resources.dll | 15.0.4390.2 | 15,312 | 12-Aug-24 | 05:05 | x86 |
| Microsoft.sqlserver.discovery.resources.dll | 15.0.4390.2 | 94,784 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.dmf.common.resources.dll | 15.0.18185.0 | 19,392 | 12-Aug-24 | 05:56 | x86 |
| Microsoft.sqlserver.dmf.resources.dll | 15.0.18185.0 | 33,752 | 12-Aug-24 | 05:56 | x86 |
| Microsoft.sqlserver.management.controls.resources.dll | 15.0.16146.0 | 85,728 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.management.sdk.sfc.resources.dll | 15.0.18185.0 | 155,608 | 12-Aug-24 | 05:56 | x86 |
| Microsoft.sqlserver.setup.chainer.workflow.resources.dll | 15.0.4390.2 | 27,176 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.smo.resources.dll | 15.0.18185.0 | 871,384 | 12-Aug-24 | 05:56 | x86 |
| Microsoft.sqlserver.sqlenum.resources.dll | 15.0.18185.0 | 910,784 | 12-Aug-24 | 05:56 | x86 |
| Landingpage.resources.dll | 15.0.4390.2 | 71,720 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.netenterpriseservers.exceptionmessagebox.resources.dll | 15.0.4390.2 | 71,736 | 12-Aug-24 | 05:05 | x86 |
| Microsoft.sql.chainer.package.resources.dll | 15.0.4390.2 | 22,592 | 12-Aug-24 | 05:05 | x86 |
| Microsoft.sql.chainer.product.resources.dll | 15.0.4390.2 | 405,440 | 12-Aug-24 | 05:05 | x86 |
| Microsoft.sqlserver.chainer.extensioncommon.resources.dll | 15.0.4390.2 | 34,872 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.chainer.infrastructure.resources.dll | 15.0.4390.2 | 41,016 | 12-Aug-24 | 05:08 | x86 |
| Microsoft.sqlserver.chainer.setup.resources.dll | 15.0.4390.2 | 17,360 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.agentextension.resources.dll | 15.0.4390.2 | 29,736 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.asextension.resources.dll | 15.0.4390.2 | 67,624 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.bootstrapextension.resources.dll | 15.0.4390.2 | 25,040 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.cluster.resources.dll | 15.0.4390.2 | 160,296 | 12-Aug-24 | 05:30 | x86 |
| Microsoft.sqlserver.configuration.configextension.resources.dll | 15.0.4390.2 | 18,984 | 12-Aug-24 | 05:26 | x86 |
| Microsoft.sqlserver.configuration.distributedreplayextension.resources.dll | 15.0.4390.2 | 21,544 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.extensibility_configextension.resources.dll | 15.0.4390.2 | 21,048 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.fulltext_configextension.resources.dll | 15.0.4390.2 | 20,536 | 12-Aug-24 | 05:32 | x86 |
| Microsoft.sqlserver.configuration.impy_configextension.resources.dll | 15.0.4390.2 | 16,440 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.imr_configextension.resources.dll | 15.0.4390.2 | 16,448 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.installwizard.resources.dll | 15.0.4390.2 | 1,124,800 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.installwizardframework.resources.dll | 15.0.4390.2 | 17,360 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.ismasterextension.resources.dll | 15.0.4390.2 | 20,944 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.isworkerextension.resources.dll | 15.0.4390.2 | 19,904 | 12-Aug-24 | 05:28 | x86 |
| Microsoft.sqlserver.configuration.managementtoolsextension.resources.dll | 15.0.4390.2 | 21,048 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.msiextension.resources.dll | 15.0.4390.2 | 73,168 | 12-Aug-24 | 05:26 | x86 |
| Microsoft.sqlserver.configuration.polybaseconfigextension.resources.dll | 15.0.4390.2 | 42,536 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.polybasejavaconfigextension.resources.dll | 15.0.4390.2 | 24,144 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.powershellextension.resources.dll | 15.0.4390.2 | 20,944 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.repl_configextension.resources.dll | 15.0.4390.2 | 17,448 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.resources.dll | 15.0.4390.2 | 63,032 | 12-Aug-24 | 05:26 | x86 |
| Microsoft.sqlserver.configuration.rsextension.resources.dll | 15.0.4390.2 | 62,016 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.rulesengineextension.resources.dll | 15.0.4390.2 | 32,320 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.saa_configextension.resources.dll | 15.0.4390.2 | 16,336 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.sco.resources.dll | 15.0.4390.2 | 1,589,184 | 12-Aug-24 | 05:10 | x86 |
| Microsoft.sqlserver.configuration.scoextension.resources.dll | 15.0.4390.2 | 52,264 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.setupextension.resources.dll | 15.0.4390.2 | 313,408 | 12-Aug-24 | 05:26 | x86 |
| Microsoft.sqlserver.configuration.slpextension.resources.dll | 15.0.4390.2 | 21,544 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.smartsetupextension.resources.dll | 15.0.4390.2 | 34,360 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.smpy_configextension.resources.dll | 15.0.4390.2 | 16,336 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.smr_configextension.resources.dll | 15.0.4390.2 | 16,440 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.sniserverconfigext.resources.dll | 2019.150.4390.2 | 21,032 | 12-Aug-24 | 05:29 | x86 |
| Microsoft.sqlserver.configuration.sqlbrowserextension.resources.dll | 15.0.4390.2 | 37,824 | 12-Aug-24 | 05:31 | x86 |
| Microsoft.sqlserver.configuration.sqlconfigbase.resources.dll | 15.0.4390.2 | 18,472 | 12-Aug-24 | 05:26 | x86 |
| Microsoft.sqlserver.configuration.sqlserver_configextension.resources.dll | 2019.150.4390.2 | 156,624 | 12-Aug-24 | 05:30 | x86 |
| Microsoft.sqlserver.configuration.ssisextension.resources.dll | 15.0.4390.2 | 21,544 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.uiextension.resources.dll | 15.0.4390.2 | 21,544 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.utilityextension.resources.dll | 15.0.4390.2 | 16,424 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.wizardframework.resources.dll | 15.0.4390.2 | 56,784 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.xtp.configextension.resources.dll | 15.0.4390.2 | 15,808 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.connectioninfo.resources.dll | 15.0.18185.0 | 20,952 | 12-Aug-24 | 05:56 | x86 |
| Microsoft.sqlserver.deployment.resources.dll | 15.0.4390.2 | 15,416 | 12-Aug-24 | 05:05 | x86 |
| Microsoft.sqlserver.discovery.resources.dll | 15.0.4390.2 | 94,760 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.dmf.common.resources.dll | 15.0.18185.0 | 18,904 | 12-Aug-24 | 05:56 | x86 |
| Microsoft.sqlserver.dmf.resources.dll | 15.0.18185.0 | 32,176 | 12-Aug-24 | 05:56 | x86 |
| Microsoft.sqlserver.management.controls.resources.dll | 15.0.16146.0 | 85,728 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.management.sdk.sfc.resources.dll | 15.0.18185.0 | 154,560 | 12-Aug-24 | 05:56 | x86 |
| Microsoft.sqlserver.setup.chainer.workflow.resources.dll | 15.0.4390.2 | 27,176 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.smo.resources.dll | 15.0.18185.0 | 857,536 | 12-Aug-24 | 05:56 | x86 |
| Microsoft.sqlserver.sqlenum.resources.dll | 15.0.18185.0 | 910,784 | 12-Aug-24 | 05:56 | x86 |
| Landingpage.resources.dll | 15.0.4390.2 | 76,344 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.netenterpriseservers.exceptionmessagebox.resources.dll | 15.0.4390.2 | 73,280 | 12-Aug-24 | 05:05 | x86 |
| Microsoft.sql.chainer.package.resources.dll | 15.0.4390.2 | 22,592 | 12-Aug-24 | 05:05 | x86 |
| Microsoft.sql.chainer.product.resources.dll | 15.0.4390.2 | 405,568 | 12-Aug-24 | 05:05 | x86 |
| Microsoft.sqlserver.chainer.extensioncommon.resources.dll | 15.0.4390.2 | 37,928 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.chainer.infrastructure.resources.dll | 15.0.4390.2 | 47,672 | 12-Aug-24 | 05:08 | x86 |
| Microsoft.sqlserver.chainer.setup.resources.dll | 15.0.4390.2 | 18,880 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.agentextension.resources.dll | 15.0.4390.2 | 34,256 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.asextension.resources.dll | 15.0.4390.2 | 77,352 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.bootstrapextension.resources.dll | 15.0.4390.2 | 29,632 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.cluster.resources.dll | 15.0.4390.2 | 191,440 | 12-Aug-24 | 05:30 | x86 |
| Microsoft.sqlserver.configuration.configextension.resources.dll | 15.0.4390.2 | 20,432 | 12-Aug-24 | 05:26 | x86 |
| Microsoft.sqlserver.configuration.distributedreplayextension.resources.dll | 15.0.4390.2 | 23,080 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.extensibility_configextension.resources.dll | 15.0.4390.2 | 23,592 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.fulltext_configextension.resources.dll | 15.0.4390.2 | 22,072 | 12-Aug-24 | 05:32 | x86 |
| Microsoft.sqlserver.configuration.impy_configextension.resources.dll | 15.0.4390.2 | 16,440 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.imr_configextension.resources.dll | 15.0.4390.2 | 16,424 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.installwizard.resources.dll | 15.0.4390.2 | 1,159,208 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.installwizardframework.resources.dll | 15.0.4390.2 | 17,448 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.ismasterextension.resources.dll | 15.0.4390.2 | 22,096 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.isworkerextension.resources.dll | 15.0.4390.2 | 20,944 | 12-Aug-24 | 05:28 | x86 |
| Microsoft.sqlserver.configuration.managementtoolsextension.resources.dll | 15.0.4390.2 | 21,032 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.msiextension.resources.dll | 15.0.4390.2 | 84,536 | 12-Aug-24 | 05:26 | x86 |
| Microsoft.sqlserver.configuration.polybaseconfigextension.resources.dll | 15.0.4390.2 | 45,504 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.polybasejavaconfigextension.resources.dll | 15.0.4390.2 | 25,128 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.powershellextension.resources.dll | 15.0.4390.2 | 21,440 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.repl_configextension.resources.dll | 15.0.4390.2 | 17,448 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.resources.dll | 15.0.4390.2 | 76,328 | 12-Aug-24 | 05:26 | x86 |
| Microsoft.sqlserver.configuration.rsextension.resources.dll | 15.0.4390.2 | 75,304 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.rulesengineextension.resources.dll | 15.0.4390.2 | 34,240 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.saa_configextension.resources.dll | 15.0.4390.2 | 16,320 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.sco.resources.dll | 15.0.4390.2 | 2,129,344 | 12-Aug-24 | 05:10 | x86 |
| Microsoft.sqlserver.configuration.scoextension.resources.dll | 15.0.4390.2 | 60,456 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.setupextension.resources.dll | 15.0.4390.2 | 363,456 | 12-Aug-24 | 05:26 | x86 |
| Microsoft.sqlserver.configuration.slpextension.resources.dll | 15.0.4390.2 | 22,568 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.smartsetupextension.resources.dll | 15.0.4390.2 | 42,432 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.smpy_configextension.resources.dll | 15.0.4390.2 | 16,424 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.smr_configextension.resources.dll | 15.0.4390.2 | 16,424 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.sniserverconfigext.resources.dll | 2019.150.4390.2 | 23,080 | 12-Aug-24 | 05:29 | x86 |
| Microsoft.sqlserver.configuration.sqlbrowserextension.resources.dll | 15.0.4390.2 | 44,600 | 12-Aug-24 | 05:31 | x86 |
| Microsoft.sqlserver.configuration.sqlconfigbase.resources.dll | 15.0.4390.2 | 19,904 | 12-Aug-24 | 05:26 | x86 |
| Microsoft.sqlserver.configuration.sqlserver_configextension.resources.dll | 2019.150.4390.2 | 175,680 | 12-Aug-24 | 05:30 | x86 |
| Microsoft.sqlserver.configuration.ssisextension.resources.dll | 15.0.4390.2 | 22,592 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.uiextension.resources.dll | 15.0.4390.2 | 23,632 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.utilityextension.resources.dll | 15.0.4390.2 | 16,936 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.wizardframework.resources.dll | 15.0.4390.2 | 57,792 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.xtp.configextension.resources.dll | 15.0.4390.2 | 16,312 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.connectioninfo.resources.dll | 15.0.18185.0 | 23,512 | 12-Aug-24 | 05:56 | x86 |
| Microsoft.sqlserver.deployment.resources.dll | 15.0.4390.2 | 15,440 | 12-Aug-24 | 05:05 | x86 |
| Microsoft.sqlserver.discovery.resources.dll | 15.0.4390.2 | 94,760 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.dmf.common.resources.dll | 15.0.18185.0 | 20,440 | 12-Aug-24 | 05:56 | x86 |
| Microsoft.sqlserver.dmf.resources.dll | 15.0.18185.0 | 39,384 | 12-Aug-24 | 05:56 | x86 |
| Microsoft.sqlserver.management.controls.resources.dll | 15.0.16146.0 | 85,728 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.management.sdk.sfc.resources.dll | 15.0.18185.0 | 160,728 | 12-Aug-24 | 05:56 | x86 |
| Microsoft.sqlserver.setup.chainer.workflow.resources.dll | 15.0.4390.2 | 29,736 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.smo.resources.dll | 15.0.18185.0 | 1,111,512 | 12-Aug-24 | 05:56 | x86 |
| Microsoft.sqlserver.sqlenum.resources.dll | 15.0.18185.0 | 914,392 | 12-Aug-24 | 05:56 | x86 |
| Conn_info.msp | 該当しない | 118,784 | 12-Aug-24 | 06:53 | 該当しない |
| Masterdataservices.msi | 該当しない | 26,427,392 | 12-Aug-24 | 06:53 | 該当しない |
| Msmpisetup.exe | 10.1.12498.17 | 7,879,080 | 12-Aug-24 | 05:07 | x86 |
| Rsfx.msi | 該当しない | 2,617,344 | 12-Aug-24 | 06:53 | 該当しない |
| Smo.msp | 該当しない | 1,658,880 | 12-Aug-24 | 06:53 | 該当しない |
| Smo_extensions.msp | 該当しない | 585,728 | 12-Aug-24 | 06:53 | 該当しない |
| Sql_as.msp | 該当しない | 127,700,992 | 12-Aug-24 | 06:53 | 該当しない |
| Sql_azul_java.msp | 該当しない | 169,697,280 | 12-Aug-24 | 06:53 | 該当しない |
| Sql_batchparser.msp | 該当しない | 200,704 | 12-Aug-24 | 06:53 | 該当しない |
| Sql_common_core.msp | 該当しない | 2,666,496 | 12-Aug-24 | 06:53 | 該当しない |
| Sql_dmf.msp | 該当しない | 176,128 | 12-Aug-24 | 06:53 | 該当しない |
| Sql_dq_common.msp | 該当しない | 1,073,152 | 12-Aug-24 | 06:53 | 該当しない |
| Sql_dreplay_client.msp | 該当しない | 507,904 | 12-Aug-24 | 06:53 | 該当しない |
| Sql_dreplay_controller.msp | 該当しない | 466,944 | 12-Aug-24 | 06:53 | 該当しない |
| Sql_engine_core_inst.msp | 該当しない | 93,360,128 | 12-Aug-24 | 06:53 | 該当しない |
| Sql_engine_core_shared.msp | 該当しない | 16,347,136 | 12-Aug-24 | 06:53 | 該当しない |
| Sql_extensibility.msp | 該当しない | 1,368,064 | 12-Aug-24 | 06:53 | 該当しない |
| Sql_fulltext.msp | 該当しない | 409,600 | 12-Aug-24 | 06:53 | 該当しない |
| Sql_inst_mpy.msp | 該当しない | 49,152 | 12-Aug-24 | 06:53 | 該当しない |
| Sql_inst_mr.msp | 該当しない | 49,152 | 12-Aug-24 | 06:53 | 該当しない |
| Sql_is.msp | 該当しない | 25,010,176 | 12-Aug-24 | 06:53 | 該当しない |
| Sql_is_worker.msp | 該当しない | 98,304 | 12-Aug-24 | 06:53 | 該当しない |
| Sql_polybase_core_inst.msp | 該当しない | 115,556,352 | 12-Aug-24 | 06:25 | 該当しない |
| Sql_polybase_java_inst.msp | 該当しない | 213,835,776 | 12-Aug-24 | 06:36 | 該当しない |
| Sql_shared_aa.msp | 該当しない | 49,152 | 12-Aug-24 | 06:53 | 該当しない |
| Sql_shared_mpy.msp | 該当しない | 49,152 | 12-Aug-24 | 06:53 | 該当しない |
| Sql_shared_mr.msp | 該当しない | 49,152 | 12-Aug-24 | 06:53 | 該当しない |
| Sql_tools_extensions.msp | 該当しない | 13,393,920 | 12-Aug-24 | 06:53 | 該当しない |
| Sql_xevent.msp | 該当しない | 262,144 | 12-Aug-24 | 06:53 | 該当しない |
| Microsoft.sqlserver.management.controls.resources.dll | 15.0.16146.0 | 85,728 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.management.controls.resources.dll | 15.0.16146.0 | 85,728 | 12-Aug-24 | 06:53 | x86 |
| Landingpage.resources.dll | 15.0.4390.2 | 69,176 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.netenterpriseservers.exceptionmessagebox.resources.dll | 15.0.4390.2 | 71,736 | 12-Aug-24 | 05:05 | x86 |
| Microsoft.sql.chainer.package.resources.dll | 15.0.4390.2 | 22,464 | 12-Aug-24 | 05:05 | x86 |
| Microsoft.sql.chainer.product.resources.dll | 15.0.4390.2 | 405,544 | 12-Aug-24 | 05:05 | x86 |
| Microsoft.sqlserver.chainer.extensioncommon.resources.dll | 15.0.4390.2 | 33,336 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.chainer.infrastructure.resources.dll | 15.0.4390.2 | 38,440 | 12-Aug-24 | 05:08 | x86 |
| Microsoft.sqlserver.chainer.setup.resources.dll | 15.0.4390.2 | 16,832 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.agentextension.resources.dll | 15.0.4390.2 | 28,096 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.asextension.resources.dll | 15.0.4390.2 | 63,424 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.bootstrapextension.resources.dll | 15.0.4390.2 | 24,000 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.cluster.resources.dll | 15.0.4390.2 | 149,544 | 12-Aug-24 | 05:30 | x86 |
| Microsoft.sqlserver.configuration.configextension.resources.dll | 15.0.4390.2 | 18,000 | 12-Aug-24 | 05:26 | x86 |
| Microsoft.sqlserver.configuration.distributedreplayextension.resources.dll | 15.0.4390.2 | 20,944 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.extensibility_configextension.resources.dll | 15.0.4390.2 | 20,520 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.fulltext_configextension.resources.dll | 15.0.4390.2 | 20,024 | 12-Aug-24 | 05:32 | x86 |
| Microsoft.sqlserver.configuration.impy_configextension.resources.dll | 15.0.4390.2 | 16,320 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.imr_configextension.resources.dll | 15.0.4390.2 | 16,440 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.installwizard.resources.dll | 15.0.4390.2 | 1,110,976 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.installwizardframework.resources.dll | 15.0.4390.2 | 17,464 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.ismasterextension.resources.dll | 15.0.4390.2 | 20,544 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.isworkerextension.resources.dll | 15.0.4390.2 | 19,392 | 12-Aug-24 | 05:28 | x86 |
| Microsoft.sqlserver.configuration.managementtoolsextension.resources.dll | 15.0.4390.2 | 21,032 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.msiextension.resources.dll | 15.0.4390.2 | 69,056 | 12-Aug-24 | 05:26 | x86 |
| Microsoft.sqlserver.configuration.polybaseconfigextension.resources.dll | 15.0.4390.2 | 41,512 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.polybasejavaconfigextension.resources.dll | 15.0.4390.2 | 23,592 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.powershellextension.resources.dll | 15.0.4390.2 | 20,944 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.repl_configextension.resources.dll | 15.0.4390.2 | 17,464 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.resources.dll | 15.0.4390.2 | 57,912 | 12-Aug-24 | 05:26 | x86 |
| Microsoft.sqlserver.configuration.rsextension.resources.dll | 15.0.4390.2 | 55,864 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.rulesengineextension.resources.dll | 15.0.4390.2 | 31,184 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.saa_configextension.resources.dll | 15.0.4390.2 | 16,336 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.sco.resources.dll | 15.0.4390.2 | 1,342,504 | 12-Aug-24 | 05:10 | x86 |
| Microsoft.sqlserver.configuration.scoextension.resources.dll | 15.0.4390.2 | 50,216 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.setupextension.resources.dll | 15.0.4390.2 | 294,352 | 12-Aug-24 | 05:26 | x86 |
| Microsoft.sqlserver.configuration.slpextension.resources.dll | 15.0.4390.2 | 21,584 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.smartsetupextension.resources.dll | 15.0.4390.2 | 31,784 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.smpy_configextension.resources.dll | 15.0.4390.2 | 16,424 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.smr_configextension.resources.dll | 15.0.4390.2 | 16,424 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.sniserverconfigext.resources.dll | 2019.150.4390.2 | 20,520 | 12-Aug-24 | 05:29 | x86 |
| Microsoft.sqlserver.configuration.sqlbrowserextension.resources.dll | 15.0.4390.2 | 35,880 | 12-Aug-24 | 05:31 | x86 |
| Microsoft.sqlserver.configuration.sqlconfigbase.resources.dll | 15.0.4390.2 | 17,984 | 12-Aug-24 | 05:26 | x86 |
| Microsoft.sqlserver.configuration.sqlserver_configextension.resources.dll | 2019.150.4390.2 | 147,904 | 12-Aug-24 | 05:30 | x86 |
| Microsoft.sqlserver.configuration.ssisextension.resources.dll | 15.0.4390.2 | 21,440 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.uiextension.resources.dll | 15.0.4390.2 | 21,056 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.utilityextension.resources.dll | 15.0.4390.2 | 16,448 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.wizardframework.resources.dll | 15.0.4390.2 | 56,912 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.xtp.configextension.resources.dll | 15.0.4390.2 | 15,912 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.connectioninfo.resources.dll | 15.0.18185.0 | 19,376 | 12-Aug-24 | 05:56 | x86 |
| Microsoft.sqlserver.deployment.resources.dll | 15.0.4390.2 | 15,296 | 12-Aug-24 | 05:05 | x86 |
| Microsoft.sqlserver.discovery.resources.dll | 15.0.4390.2 | 94,656 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.dmf.common.resources.dll | 15.0.18185.0 | 18,392 | 12-Aug-24 | 05:56 | x86 |
| Microsoft.sqlserver.dmf.resources.dll | 15.0.18185.0 | 30,680 | 12-Aug-24 | 05:56 | x86 |
| Microsoft.sqlserver.management.sdk.sfc.resources.dll | 15.0.18185.0 | 152,536 | 12-Aug-24 | 05:56 | x86 |
| Microsoft.sqlserver.setup.chainer.workflow.resources.dll | 15.0.4390.2 | 26,664 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.smo.resources.dll | 15.0.18185.0 | 759,256 | 12-Aug-24 | 05:56 | x86 |
| Microsoft.sqlserver.sqlenum.resources.dll | 15.0.18185.0 | 908,208 | 12-Aug-24 | 05:56 | x86 |
| Landingpage.resources.dll | 15.0.4390.2 | 70,184 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.netenterpriseservers.exceptionmessagebox.resources.dll | 15.0.4390.2 | 71,736 | 12-Aug-24 | 05:05 | x86 |
| Microsoft.sql.chainer.package.resources.dll | 15.0.4390.2 | 22,584 | 12-Aug-24 | 05:05 | x86 |
| Microsoft.sql.chainer.product.resources.dll | 15.0.4390.2 | 405,584 | 12-Aug-24 | 05:05 | x86 |
| Microsoft.sqlserver.chainer.extensioncommon.resources.dll | 15.0.4390.2 | 33,848 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.chainer.infrastructure.resources.dll | 15.0.4390.2 | 37,928 | 12-Aug-24 | 05:08 | x86 |
| Microsoft.sqlserver.chainer.setup.resources.dll | 15.0.4390.2 | 16,832 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.agentextension.resources.dll | 15.0.4390.2 | 28,200 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.asextension.resources.dll | 15.0.4390.2 | 63,936 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.bootstrapextension.resources.dll | 15.0.4390.2 | 24,120 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.cluster.resources.dll | 15.0.4390.2 | 149,952 | 12-Aug-24 | 05:30 | x86 |
| Microsoft.sqlserver.configuration.configextension.resources.dll | 15.0.4390.2 | 17,960 | 12-Aug-24 | 05:26 | x86 |
| Microsoft.sqlserver.configuration.distributedreplayextension.resources.dll | 15.0.4390.2 | 20,944 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.extensibility_configextension.resources.dll | 15.0.4390.2 | 20,536 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.fulltext_configextension.resources.dll | 15.0.4390.2 | 20,032 | 12-Aug-24 | 05:32 | x86 |
| Microsoft.sqlserver.configuration.impy_configextension.resources.dll | 15.0.4390.2 | 16,440 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.imr_configextension.resources.dll | 15.0.4390.2 | 16,424 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.installwizard.resources.dll | 15.0.4390.2 | 1,112,656 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.installwizardframework.resources.dll | 15.0.4390.2 | 17,344 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.ismasterextension.resources.dll | 15.0.4390.2 | 20,416 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.isworkerextension.resources.dll | 15.0.4390.2 | 19,408 | 12-Aug-24 | 05:28 | x86 |
| Microsoft.sqlserver.configuration.managementtoolsextension.resources.dll | 15.0.4390.2 | 21,032 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.msiextension.resources.dll | 15.0.4390.2 | 69,688 | 12-Aug-24 | 05:26 | x86 |
| Microsoft.sqlserver.configuration.polybaseconfigextension.resources.dll | 15.0.4390.2 | 41,512 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.polybasejavaconfigextension.resources.dll | 15.0.4390.2 | 23,632 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.powershellextension.resources.dll | 15.0.4390.2 | 20,944 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.repl_configextension.resources.dll | 15.0.4390.2 | 17,448 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.resources.dll | 15.0.4390.2 | 57,896 | 12-Aug-24 | 05:26 | x86 |
| Microsoft.sqlserver.configuration.rsextension.resources.dll | 15.0.4390.2 | 55,848 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.rulesengineextension.resources.dll | 15.0.4390.2 | 31,288 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.saa_configextension.resources.dll | 15.0.4390.2 | 16,448 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.sco.resources.dll | 15.0.4390.2 | 1,331,768 | 12-Aug-24 | 05:10 | x86 |
| Microsoft.sqlserver.configuration.scoextension.resources.dll | 15.0.4390.2 | 49,704 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.setupextension.resources.dll | 15.0.4390.2 | 295,480 | 12-Aug-24 | 05:26 | x86 |
| Microsoft.sqlserver.configuration.slpextension.resources.dll | 15.0.4390.2 | 21,440 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.smartsetupextension.resources.dll | 15.0.4390.2 | 31,784 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.smpy_configextension.resources.dll | 15.0.4390.2 | 16,424 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.smr_configextension.resources.dll | 15.0.4390.2 | 16,440 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.sniserverconfigext.resources.dll | 2019.150.4390.2 | 20,432 | 12-Aug-24 | 05:29 | x86 |
| Microsoft.sqlserver.configuration.sqlbrowserextension.resources.dll | 15.0.4390.2 | 35,896 | 12-Aug-24 | 05:31 | x86 |
| Microsoft.sqlserver.configuration.sqlconfigbase.resources.dll | 15.0.4390.2 | 17,960 | 12-Aug-24 | 05:26 | x86 |
| Microsoft.sqlserver.configuration.sqlserver_configextension.resources.dll | 2019.150.4390.2 | 148,416 | 12-Aug-24 | 05:30 | x86 |
| Microsoft.sqlserver.configuration.ssisextension.resources.dll | 15.0.4390.2 | 21,568 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.uiextension.resources.dll | 15.0.4390.2 | 21,032 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.utilityextension.resources.dll | 15.0.4390.2 | 16,440 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.wizardframework.resources.dll | 15.0.4390.2 | 56,872 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.configuration.xtp.configextension.resources.dll | 15.0.4390.2 | 15,912 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.connectioninfo.resources.dll | 15.0.18185.0 | 20,440 | 12-Aug-24 | 05:56 | x86 |
| Microsoft.sqlserver.deployment.resources.dll | 15.0.4390.2 | 15,296 | 12-Aug-24 | 05:05 | x86 |
| Microsoft.sqlserver.discovery.resources.dll | 15.0.4390.2 | 94,288 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.dmf.common.resources.dll | 15.0.18185.0 | 18,392 | 12-Aug-24 | 05:56 | x86 |
| Microsoft.sqlserver.dmf.resources.dll | 15.0.18185.0 | 30,680 | 12-Aug-24 | 05:56 | x86 |
| Microsoft.sqlserver.management.sdk.sfc.resources.dll | 15.0.18185.0 | 152,512 | 12-Aug-24 | 05:56 | x86 |
| Microsoft.sqlserver.setup.chainer.workflow.resources.dll | 15.0.4390.2 | 26,560 | 12-Aug-24 | 06:53 | x86 |
| Microsoft.sqlserver.smo.resources.dll | 15.0.18185.0 | 766,912 | 12-Aug-24 | 05:56 | x86 |
| Microsoft.sqlserver.sqlenum.resources.dll | 15.0.18185.0 | 909,760 | 12-Aug-24 | 05:56 | x86 |
保護とセキュリティに関する情報
オンラインでの自分の保護: Windows セキュリティのサポート
サイバー脅威から保護する方法についての説明: Microsoft セキュリティ