- Zusammenfassung
- Bekannte Probleme bei diesem Update
- In diesem Update enthaltene Verbesserungen und Korrekturen
- Bezug und Installation des Updates
- Abrufen oder Herunterladen des neuesten kumulativen Updatepakets für Linux
- Weitere Informationen
- Dateiinformationen
- Informationen zum Schutz und zur Sicherheit
Zusammenfassung
Dieses Sicherheitsupdate enthält Korrekturen und behebt Sicherheitsrisiken. Weitere Informationen zu der Sicherheitsanfälligkeit finden Sie in den folgenden Sicherheitsempfehlungen:
- CVE-2024-37966 : Sicherheitsrisiko durch Offenlegung von Informationen in Microsoft SQL Server Machine Learning Services
- CVE-2024-37338 : Sicherheitsrisiko durch Remotecodeausführung in Microsoft SQL Server Machine Learning Services
- CVE-2024-37335 : Sicherheitsrisiko durch Remotecodeausführung in Microsoft SQL Server Machine Learning Services
- CVE-2024-37340: Sicherheitsrisiko durch Remotecodeausführung in Microsoft SQL Server Machine Learning Services
- CVE-2024-37339: Sicherheitsrisiko durch Remotecodeausführung in Microsoft SQL Server Machine Learning Services
- CVE-2024-37337: Sicherheitsrisiko durch Offenlegung von Informationen in Microsoft SQL Server Machine Learning Services
- CVE-2024-37342: Sicherheitsrisiko durch Offenlegung von Informationen in Microsoft SQL Server Machine Learning Services
- CVE-2024-26186: Sicherheitsrisiko durch Remotecodeausführung in Microsoft SQL Server Machine Learning Services
- CVE-2024-26191 : Sicherheitsrisiko durch Remotecodeausführung in Microsoft SQL Server Machine Learning Services
- CVE-2024-37341: Sicherheitsrisiko durch Rechteerweiterungen in Microsoft SQL Server
- CVE-2024-37965: Sicherheitsrisiko durch Rechteerweiterungen in Microsoft SQL Server
- CVE-2024-37980: Sicherheitsrisiko durch Rechteerweiterungen in Microsoft SQL Server
Die Komponenten von Microsoft SQL Server werden in diesem Sicherheitsupdate auf die folgenden Builds aktualisiert.
- SQL Server – Produktversion: 15.0.4390.2, Dateiversion: 2019.150.4390.2
Bekannte Probleme bei diesem Update
Problem 1: CdC-Aufnahmeauftrag kann fehlschlagen, wenn Spalten in CDC-Änderungstabellen fehlen
Nachdem Sie dieses Sicherheitsupdate angewendet haben, treten möglicherweise die folgenden Symptome in Ihren Datenbanken auf, für die Change Data Capture (CDC) aktiviert ist:
Wenn Ihre CDC-fähigen Tabellen Spalten enthalten, deren Namen Kommas enthalten, fehlen diese Spalten möglicherweise in Ihren CDC-Nachverfolgungstabellen (cdc.<>capture_instance_CT). Diese Bedingung kann dazu führen, dass der Erfassungsauftrag fehlschlägt. Die dynamische Verwaltungssicht (Dynamic Management View, DMV)
sys.dm_cdc_errorswürde dann die folgenden Fehlermeldungen zurückgeben:Hinweis
- Fehler 22863: "Fehler beim Einfügen von Zeilen in Änderungsdaten Mitschreiben Änderungstabellen. Sehen Sie sich die vorherigen Fehler in der aktuellen Sitzung an, um die Ursache zu identifizieren und die zugehörigen Probleme zu beheben."
- Frühere Fehler können 8144 (zu viele Argumente) oder 257 (Konvertierungsfehler) oder 201 (erwarteter Parameter nicht angegeben) aufgrund fehlender Spalten sein.
Hinweis: Dieses Symptom tritt auch auf, wenn Sie die Option KEEP_CDC verwenden, wenn Sie eine Datenbank wiederherstellen, für die CDC aktiviert ist, und Ihre CDC-fähigen Tabellen Spalten enthalten, deren Namen Kommas enthalten.
Ihre Anwendung, die CDC-Änderungstabellen verwendet, schlägt möglicherweise fehl und gibt einen unbekannten Spaltenfehler zurück, wenn die Spalte fehlt. Wenn Ihr Spaltenname z. B. Customer,id> lautete<, erhalten Sie möglicherweise die folgende Fehlermeldung:
Hinweis
Msg 207, Level 16, State 1, LineNumber <>
Ungültiger Spaltenname "Customer,id".Im SQL Server Fehlerprotokoll wird möglicherweise der folgende Fehler angezeigt, obwohl das GDR-Upgrade als erfolgreich gemeldet wird:
Hinweis
<DateTime> : Datenbank "DatabaseName" kann nicht aktualisiert werden. Fehler "22841" wurde ausgelöst: "Die Metadaten für die Datenbank "DatabaseName", die für Change Data Mitschreiben aktiviert ist, konnten nicht aktualisiert werden. Der Fehler ist beim Ausführen der Aktion "(null)" aufgetreten. Der zurückgegebene Fehler lautete 4924: 'Zeile <LineNumber>, Status 1, ALTER TABLE DROP COLUMN failed because column 'ColumnName' does not exist in table 'TableName'. Verwenden Sie die Aktion und den Fehler, um die Ursache des Fehlers zu ermitteln und die Anforderung erneut zu übermitteln. Verwenden Sie den gemeldeten Fehler, um die Ursache des Fehlers zu ermitteln, und führen Sie dann sys.sp_cdc_vupgrade im Datenbankkontext aus, um das Upgrade erneut auszuführen.
<DateTime> sp_vupgrade_replication erfolgreich ausgeführt.Wenn Sie die Option KEEP_CDC verwenden, wenn Sie eine Datenbank wiederherstellen, für die CDC aktiviert ist, schlägt der Wiederherstellungsvorgang möglicherweise fehl und generiert gegen Ende einen Fehler. Die Datenbank wird erfolgreich wiederhergestellt und gibt die folgende Fehlermeldung zurück:
Hinweis
100 percent processed.
Verarbeitete 768 Seiten für datenbank "DatabaseName", Datei "FileName" in Datei 1.
Verarbeitete 2 Seiten für datenbank ' DatabaseName ', datei ' FileName' in Datei 1.
DBCC-Ausführung abgeschlossen. Wenn DBCC Fehlermeldungen ausgegeben hat, wenden Sie sich an Ihren Systemadministrator.
Msg 22841, Ebene 16, Status 1, Prozedur sys.sp_cdc_vupgrade, Zeilennummer <> [Batchstartzeile 0]
Die Metadaten für die Datenbank "DatabaseName", die für Change Data Mitschreiben aktiviert ist, konnten nicht aktualisiert werden. Der Fehler ist beim Ausführen der Aktion "(null)" aufgetreten. Der zurückgegebene Fehler lautete 4924: "Line <LineNumber>, State 1, ALTER TABLE DROP COLUMN failed because column 'Column&ID' does not exist in table 'dbo_CDCTableTest_CT'." Verwenden Sie die Aktion und den Fehler, um die Ursache des Fehlers zu ermitteln und die Anforderung erneut zu übermitteln.
RESTORE DATABASE hat 770 Seiten in 0,270 Sekunden (22,265 MB/s) erfolgreich verarbeitet.
Ursache
Dieses Problem tritt in einer der folgenden Situationen auf:
- Wenn eine Spalte, deren Name ein Komma enthält, in der CDC-Nachverfolgungstabelle (cdc.<>capture_instance_CT) kann die Spalte aufgrund von Funktionsfehlern im CDC-Upgradeprozess gelöscht werden.
- Die
Sp_vupgrade_replicationgespeicherte Prozedur wird von einem Datenbankwiederherstellungsprozess oder während eines SQL Server Upgradevorgangs aufgerufen. Diese Aktion kann fehlschlagen, wenn eine CDC-Nachverfolgungstabelle (cdc.<>capture_instance_CT) enthält Spalten, deren Name ein beliebiges Symbol enthält, z&. B. ,<oder>,Zeichen, deren ASCII-Dezimalcode kleiner als 32 ist (mit Ausnahme von 9 Tab und 10 Zeilenvorschub). Dieses Problem tritt aufgrund der Verwendung vonFOR XML PATHim CDC-Upgradeprozess auf und weil sich die Regeln, die für Spaltennamen gelten, geändert haben. Weitere Informationen finden Sie unter Ungültige Zeichen und Escaperegeln.
Hinweis
Nur die hier beschriebenen Spalten sind von diesem Problem betroffen.
Problemumgehung
Wenden Sie eine der folgenden Methoden an, um dieses Problem zu umgehen:
Um zu verhindern, dass Spalten gelöscht werden und der Fehler einer CDC-Wiederherstellung oder eines CDC-Upgrades verursacht wird, können Sie das Ablaufverfolgungsflag (TF) T15006 verwenden, bevor Sie den GDR-Build aktualisieren:
- Öffnen Sie SQL Server-Konfigurations-Manager.
- Wählen Sie den SQL Server instance aus, klicken Sie mit der rechten Maustaste darauf, und wählen Sie dann Eigenschaften aus.
- Wechseln Sie zur Registerkarte Startparameter .
- Fügen Sie TF T15006 hinzu.
- Wählen SieAdd Apply (Anwenden hinzufügen>) aus.
- Starten Sie den SQL Server-Dienst neu.
- Führen Sie das Upgrade aus. Das Ablaufverfolgungsflag ist während des Upgrades aktiv.
Wenn Sie GDR angewendet haben, und Spalten, deren Namen Kommas enthalten, aus CDC-Nachverfolgungstabellen (cdc.<>capture_instance_CT) können Sie dieses Problem wie folgt beheben:
Fügen Sie TF T15006 hinzu, und starten Sie dann den SQL Server-Dienst neu, wie in der ersten Lösung beschrieben.
Wenn das Datenbankwiederherstellungsszenario betroffen ist, führen Sie einen anderen Datenbankwiederherstellungsprozess aus.
Wenn das GDR-Upgrade dazu führt, dass die Spalten gelöscht werden, deaktivieren und aktivieren Sie CDC für die betroffene Tabelle mithilfe
sp_cdc_disable_tablevon undsp_cdc_enable_tableerneut.Hinweis
Wenn Sie CDC für die betroffene Tabelle deaktivieren und erneut verwenden, gehen Änderungsdaten verloren.
Problem 2: SQL Server VSS Writer kann möglicherweise keine Sicherung durchführen, da keine Datenbank zum Einfrieren verfügbar ist.
Wenn Sicherungstools wie Azure Recovery Vault eine Sicherung auf einem virtuellen Computer (VM) ausführen, können sie möglicherweise keine Anwendungskonsistenz erzielen. Möglicherweise gibt es keine Fehler. Die Anwendung wird schnell ausgeführt, ohne dass Sicherungen durchgeführt werden. Der SQL Server Volume Shadow Copy Service (VSS) Writer befindet sich in einem nicht wiederholbaren Fehlerzustand. Wenn Sie SQL Server VSS Writer-Ablaufverfolgung aktivieren, wird möglicherweise die folgende Ausnahme angezeigt, die darauf hinweist, dass keine Datenbank fixiert werden muss, was zu einer nicht erfolgreichen Momentaufnahme führt:
[0543739500,0x002948:011b4:0xb87fa68e] sqlwriter.yukon\sqllib\snapsql.cpp(1058): Snapshot::Prepare: Server PROD-SQL01 has no databases to freeze
Darüber hinaus können einige Datenbanken mit Online:0 erkannt werden:
[0543739390,0x002948:0x11b4:0xb87fa68e] sqlwriter.yukon\sqllib\snapsql.cpp(0408): FrozenServer::FindDatabases2000: Examining database <ReportServerTempDB>
Online:0 Standby:0 AutoClose:0 Closed:0
Wenn Sie Azure Wiederherstellungstresor verwenden, wird in der Ereignisliste möglicherweise ein Fehler wie der folgende angezeigt:
App-consistent recovery point generation failed.
Das Problem ergibt sich aus einer Codeänderung in SQL Server 2019 CU28, die überprüft, ob eine Datenbank online ist und bereit zum Einfrieren ist. Die aktuelle Lösung besteht darin, ein Rollback auf SQL Server 2019 CU27 durchzuführen und die Momentaufnahme Sicherung durchzuführen. Weitere Informationen zum Zurücksetzen des Pakets auf eine frühere Version finden Sie unter Deinstallieren eines kumulativen Updates von SQL Server.
Microsoft arbeitet an einer Lösung für dieses Problem und wird in einem zukünftigen CU verfügbar sein.
In diesem Update enthaltene Verbesserungen und Korrekturen
Eine herunterladbare Excel-Arbeitsmappe, die eine Zusammenfassungsliste der Builds zusammen mit dem aktuellen Supportlebenszyklus enthält, ist verfügbar. Die Excel-Datei enthält auch detaillierte Korrekturlisten. Laden Sie diese Excel-Datei jetzt herunter.
Hinweis
Auf einzelne Einträge in der folgenden Tabelle kann direkt über ein Lesezeichen verwiesen werden. Wenn Sie eine Fehlerverweis-ID in der Tabelle auswählen, wird der URL im Format "#bkmk_NNNNNNN" ein Lesezeichentag hinzugefügt. Sie können diese URL dann für andere Personen freigeben, damit sie direkt zum gewünschten Fix in der Tabelle springen können.
| Fehlerreferenz | Beschreibung | Fehlerkorrekturbereich | Komponente | Plattform |
|---|---|---|---|---|
| 3336615 | Fügt beim Ausführen von PREDICT eine Validierung für den MODEL-Parameter hinzu, um Fehler aufgrund der Eingabe falscher Modelle zu vermeiden. | SQL Server Engine | Abfrageausführung | Alle |
| 3228419 | Verbessert die Sicherheit für das CDC-Feature (Change Data Capture), indem eine Sperrfunktion für Metadatendefinitionen hinzugefügt wird, um DDL-Vorgänge (Data Definition Language) zu blockieren. | SQL Server Engine | Replikation | Alle |
| 3409337 | Es wurde ein Problem behoben, bei dem Tabellen- und Spaltennamen, die aus Datenbankmetadaten gelesen werden, in einigen Fällen beim Erstellen von internen SQL Server Batches in gespeicherten Prozeduren, die temporale Tabellen verwalten, nicht richtig angestellt wurden. Nach dem Anwenden des Fixs wird das Anführungszeichen ordnungsgemäß abgeschlossen. | SQL Server Engine | Zeitlichen | Alle |
Bezug und Installation des Updates
Methode 1: Windows Update
Dieses Update ist über Windows Update erhältlich. Wenn Sie die automatische Aktualisierung einschalten, wird das Update heruntergeladen und automatisch installiert. Weitere Informationen zum Aktivieren der automatischen Aktualisierung finden Sie unter Windows Update: Häufig gestellte Fragen.
Methode 2: Microsoft Update-Katalog
Das eigenständige Paket für dieses Update finden Sie auf der Microsoft Update-Katalog-Website.
Hinweis Die Erkennungslogik wurde für diese und zukünftige Sicherheitsreleases aktualisiert, die auf der Microsoft Update Catalog-Website veröffentlicht werden. Weitere Informationen finden Sie unter Updates an der Microsoft Update-Erkennungslogik für SQL Server-Wartung.
Methode 3: Microsoft Download Center
Die folgende Datei steht im Microsoft Download Center zum Download zur Verfügung:
Weitere Informationen zum Herunterladen von Microsoft Support-Dateien finden Sie im folgenden Artikel der Microsoft Knowledge Base:
So erhalten Sie Microsoft-Supportdateien von Onlinediensten
Microsoft hat die neueste Software zur Virenerkennung verwendet, die zum Zeitpunkt der Bereitstellung verfügbar war, um diese Datei auf Viren zu scannen. Die Datei befindet sich auf Servern mit verstärkter Sicherheit. Auf diese Weise werden nicht autorisierte Änderungen an der Datei verhindert.
Wichtig
Wenn Sie nach der Installation dieses Updates ein Language Pack installieren, müssen Sie dieses Update erneut installieren. Daher wird empfohlen, alle benötigen Language Packs vor diesem Update zu installieren. Weitere Informationen finden Sie unter Hinzufügen von Language Packs zu Windows.
Hinweis
Dieses Update wird über den Microsoft Update-Katalog für alle Server zur Verfügung gestellt, auf denen SQL Server läuft, auch wenn Reporting Services nicht installiert ist. Die Installation dieses Sicherheitsupdates ist für Computer, auf denen Microsoft SQL Server Reporting Services nicht gehostet wird, optional.
Abrufen oder Herunterladen des neuesten kumulativen Updatepakets für Linux
Um SQL Server 2019 am Linux auf das neueste CU zu aktualisieren, müssen Sie zuerst das Repository für kumulative Updates konfigurieren. Aktualisieren Sie dann Ihre SQL Server-Pakete mithilfe des entsprechenden plattformspezifischen Updatebefehls.
Installationsanweisungen und direkte Links zu den CU-Paketdownloads finden Sie in den Versionshinweisen zu SQL Server 2019.
Weitere Informationen
Voraussetzungen
Um dieses Update anzuwenden, muss SQL Server 2019 oder ein beliebiges SQL Server 2019 CU-Release über dieses SQL Server 2019 CU28 GDR installiert sein.
Informationen zur Bereitstellung von Sicherheitsupdates
Informationen zur Bereitstellung dieses Updates finden Sie in den Informationen zur Bereitstellung von Sicherheitsupdates:
Dateihashinformationen
| Dateiname | SHA256-Hash |
|---|---|
| SQLServer2019-KB5042749-x64.exe | B36DF0B24275D4B6ACE036868EF7E1C445974B23594CF71EDB799A540375C2D4 |
Dateiinformationen
Die englische Version dieses Pakets weist die in der nachstehenden Tabelle aufgelisteten Dateiattribute (oder nachfolgende Dateiattribute) auf. Datums- und Uhrzeitangaben für diese Dateien sind in der "Universal Time Coordinated" (UTC) angegeben. Wenn Sie die Dateiinformationen anzeigen, werden diese Angaben in die Ortszeit umgewandelt. Den Unterschied zwischen UTC- und Ortszeit können Sie in der Systemsteuerung unter „Datum und Uhrzeit“ mithilfe der Angaben auf der Registerkarte „Zeitzone“ ermitteln.
Für alle unterstützten x64-basierten Versionen
| Dateiname | Dateiversion | Dateigröße | Datum | Uhrzeit | Plattform |
|---|---|---|---|---|---|
| Mediainfo.xml | Nicht anwendbar | 16:11 | 12-Aug-24 | 06:53 | Nicht anwendbar |
| Packageid.dat | Nicht anwendbar | 16 | 21-Aug-24 | 10:20 | Nicht anwendbar |
| Setup.exe | 2019.150.4390.2 | 133,160 | 12-Aug-24 | 06:53 | x64 |
| Setup.exe.config | Nicht anwendbar | 486 | 12-Aug-24 | 06:53 | Nicht anwendbar |
| Sqlsetupbootstrapper.dll | 2019.150.4390.2 | 243,752 | 12-Aug-24 | 06:53 | x64 |
| Pythonlicense.rtf | Nicht anwendbar | 50,561 | 12-Aug-24 | 05:07 | Nicht anwendbar |
| Ropenlicense.rtf | Nicht anwendbar | 37,940 | 12-Aug-24 | 05:07 | Nicht anwendbar |
| Update_license.rtf | Nicht anwendbar | 123,593 | 12-Aug-24 | 05:07 | Nicht anwendbar |
| Pythonlicense.rtf | Nicht anwendbar | 44,184 | 12-Aug-24 | 05:07 | Nicht anwendbar |
| Ropenlicense.rtf | Nicht anwendbar | 33,216 | 12-Aug-24 | 05:07 | Nicht anwendbar |
| Update_license.rtf | Nicht anwendbar | 121,591 | 12-Aug-24 | 05:07 | Nicht anwendbar |
| Mediainfo.xml | Nicht anwendbar | 16:11 | 12-Aug-24 | 06:53 | Nicht anwendbar |
| Pythonlicense.rtf | Nicht anwendbar | 45,402 | 12-Aug-24 | 05:07 | Nicht anwendbar |
| Ropenlicense.rtf | Nicht anwendbar | 911 | 12-Aug-24 | 05:07 | Nicht anwendbar |
| Update_license.rtf | Nicht anwendbar | 59,670 | 12-Aug-24 | 05:07 | Nicht anwendbar |
| Masterdataservicesloc.msi | Nicht anwendbar | 8,941,568 | 12-Aug-24 | 06:53 | Nicht anwendbar |
| Sqlbrowser.msp | Nicht anwendbar | 4,091,904 | 12-Aug-24 | 06:53 | Nicht anwendbar |
| Sqlsupport.msi | Nicht anwendbar | 19,341,312 | 12-Aug-24 | 06:53 | Nicht anwendbar |
| Msodbcsql.msi | Nicht anwendbar | 4,677,632 | 12-Aug-24 | 05:35 | Nicht anwendbar |
| Msoledbsql.msi | Nicht anwendbar | 7,188,480 | 12-Aug-24 | 06:53 | Nicht anwendbar |
| Sqllocaldb.msi | Nicht anwendbar | 56,135,680 | 12-Aug-24 | 06:53 | Nicht anwendbar |
| Sqlwriter.msp | Nicht anwendbar | 679,936 | 12-Aug-24 | 06:53 | Nicht anwendbar |
| Pythonlicense.rtf | Nicht anwendbar | 43,682 | 12-Aug-24 | 05:07 | Nicht anwendbar |
| Ropenlicense.rtf | Nicht anwendbar | 33,582 | 12-Aug-24 | 05:07 | Nicht anwendbar |
| Update_license.rtf | Nicht anwendbar | 121,317 | 12-Aug-24 | 05:07 | Nicht anwendbar |
| Pythonlicense.rtf | Nicht anwendbar | 40,862 | 12-Aug-24 | 05:07 | Nicht anwendbar |
| Ropenlicense.rtf | Nicht anwendbar | 33,141 | 12-Aug-24 | 05:07 | Nicht anwendbar |
| Update_license.rtf | Nicht anwendbar | 121,266 | 12-Aug-24 | 05:07 | Nicht anwendbar |
| Pythonlicense.rtf | Nicht anwendbar | 52,334 | 12-Aug-24 | 05:07 | Nicht anwendbar |
| Ropenlicense.rtf | Nicht anwendbar | 37,434 | 12-Aug-24 | 05:07 | Nicht anwendbar |
| Update_license.rtf | Nicht anwendbar | 128,130 | 12-Aug-24 | 05:07 | Nicht anwendbar |
| Pythonlicense.rtf | Nicht anwendbar | 57,942 | 12-Aug-24 | 05:07 | Nicht anwendbar |
| Ropenlicense.rtf | Nicht anwendbar | 47,219 | 12-Aug-24 | 05:07 | Nicht anwendbar |
| Update_license.rtf | Nicht anwendbar | 149,466 | 12-Aug-24 | 05:07 | Nicht anwendbar |
| Pythonlicense.rtf | Nicht anwendbar | 43,688 | 12-Aug-24 | 05:07 | Nicht anwendbar |
| Ropenlicense.rtf | Nicht anwendbar | 33,584 | 12-Aug-24 | 05:07 | Nicht anwendbar |
| Update_license.rtf | Nicht anwendbar | 121,730 | 12-Aug-24 | 05:07 | Nicht anwendbar |
| Pythonlicense.rtf | Nicht anwendbar | 46,669 | 12-Aug-24 | 05:07 | Nicht anwendbar |
| Ropenlicense.rtf | Nicht anwendbar | 36,232 | 12-Aug-24 | 05:07 | Nicht anwendbar |
| Update_license.rtf | Nicht anwendbar | 125,145 | 12-Aug-24 | 05:07 | Nicht anwendbar |
| Pythonlicense.rtf | Nicht anwendbar | 48,793 | 12-Aug-24 | 05:07 | Nicht anwendbar |
| Ropenlicense.rtf | Nicht anwendbar | 37,540 | 12-Aug-24 | 05:07 | Nicht anwendbar |
| Update_license.rtf | Nicht anwendbar | 123,849 | 12-Aug-24 | 05:07 | Nicht anwendbar |
| Pythonlicense.rtf | Nicht anwendbar | 43,446 | 12-Aug-24 | 05:07 | Nicht anwendbar |
| Ropenlicense.rtf | Nicht anwendbar | 33,275 | 12-Aug-24 | 05:07 | Nicht anwendbar |
| Update_license.rtf | Nicht anwendbar | 121,914 | 12-Aug-24 | 05:07 | Nicht anwendbar |
| Setup.rll | 2019.150.4390.2 | 26,664 | 12-Aug-24 | 06:53 | Nicht anwendbar |
| Addnode.xml | Nicht anwendbar | 12,028 | 12-Aug-24 | 06:53 | Nicht anwendbar |
| Completeclusterwizard.xml | Nicht anwendbar | 11,893 | 12-Aug-24 | 06:53 | Nicht anwendbar |
| Completeimagewizard.xml | Nicht anwendbar | 15,305 | 12-Aug-24 | 06:53 | Nicht anwendbar |
| Componentupdate.xml | Nicht anwendbar | 3,061 | 12-Aug-24 | 06:53 | Nicht anwendbar |
| Configuration.uicfg | Nicht anwendbar | 6,927 | 12-Aug-24 | 06:53 | Nicht anwendbar |
| Editionupgradewizard.xml | Nicht anwendbar | 5,673 | 12-Aug-24 | 06:53 | Nicht anwendbar |
| Fixsqlregistrykey_x64.exe | 15.0.4390.2 | 51,136 | 12-Aug-24 | 06:53 | x64 |
| Fixsqlregistrykey_x64.exe.config | Nicht anwendbar | 486 | 12-Aug-24 | 06:53 | Nicht anwendbar |
| Fixsqlregistrykey_x86.exe | 15.0.4390.2 | 55,232 | 12-Aug-24 | 06:53 | x86 |
| Fixsqlregistrykey_x86.exe.config | Nicht anwendbar | 486 | 12-Aug-24 | 06:53 | Nicht anwendbar |
| Installclusterwizard.xml | Nicht anwendbar | 19,950 | 12-Aug-24 | 06:53 | Nicht anwendbar |
| Installwizard.xml | Nicht anwendbar | 20,522 | 12-Aug-24 | 06:53 | Nicht anwendbar |
| 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 | Nicht anwendbar | 486 | 12-Aug-24 | 06:53 | Nicht anwendbar |
| 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 | 17: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 | 17: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 | Nicht anwendbar | 8,832 | 12-Aug-24 | 05:05 | Nicht anwendbar |
| Patchwizard.xml | Nicht anwendbar | 6,057 | 12-Aug-24 | 06:53 | Nicht anwendbar |
| Pidgenx.dll | 15.0.169.500 | 1,475,160 | 12-Aug-24 | 05:07 | x64 |
| Pidprivateconfigobjectmaps.xml | Nicht anwendbar | 92,538 | 12-Aug-24 | 05:07 | Nicht anwendbar |
| Prepareclusterwizard.xml | Nicht anwendbar | 13,679 | 12-Aug-24 | 06:53 | Nicht anwendbar |
| Prepareimagewizard.xml | Nicht anwendbar | 8,698 | 12-Aug-24 | 06:53 | Nicht anwendbar |
| Removenode.xml | Nicht anwendbar | 4,946 | 12-Aug-24 | 06:53 | Nicht anwendbar |
| Removepatchwizard.xml | Nicht anwendbar | 5,680 | 12-Aug-24 | 06:53 | Nicht anwendbar |
| Repairwizard.xml | Nicht anwendbar | 6,999 | 12-Aug-24 | 06:53 | Nicht anwendbar |
| Rsetup.exe | 15.0.4390.2 | 247,872 | 12-Aug-24 | 06:53 | x86 |
| Runrulesui.xml | Nicht anwendbar | 1,403 | 12-Aug-24 | 06:53 | Nicht anwendbar |
| Scenarioengine.exe | 15.0.4390.2 | 67,536 | 12-Aug-24 | 06:53 | x64 |
| Scenarioengine.exe.config | Nicht anwendbar | 486 | 12-Aug-24 | 06:53 | Nicht anwendbar |
| 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 | Nicht anwendbar | 4,648 | 12-Aug-24 | 06:53 | Nicht anwendbar |
| Upgradewizard.xml | Nicht anwendbar | 14,573 | 12-Aug-24 | 06:53 | Nicht anwendbar |
| 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 | 17: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 | 17: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 | 17: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 | 17: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 | 17: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 | 17: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 | 17: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 | 17: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 | 17: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 | 17: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 | 17: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 | 17: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 | 17: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 | 17: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 | 17: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 | 17: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 | Nicht anwendbar | 118,784 | 12-Aug-24 | 06:53 | Nicht anwendbar |
| Masterdataservices.msi | Nicht anwendbar | 26,427,392 | 12-Aug-24 | 06:53 | Nicht anwendbar |
| Msmpisetup.exe | 10.1.12498.17 | 7,879,080 | 12-Aug-24 | 05:07 | x86 |
| Rsfx.msi | Nicht anwendbar | 2,617,344 | 12-Aug-24 | 06:53 | Nicht anwendbar |
| Smo.msp | Nicht anwendbar | 1,658,880 | 12-Aug-24 | 06:53 | Nicht anwendbar |
| Smo_extensions.msp | Nicht anwendbar | 585,728 | 12-Aug-24 | 06:53 | Nicht anwendbar |
| Sql_as.msp | Nicht anwendbar | 127,700,992 | 12-Aug-24 | 06:53 | Nicht anwendbar |
| Sql_azul_java.msp | Nicht anwendbar | 169,697,280 | 12-Aug-24 | 06:53 | Nicht anwendbar |
| Sql_batchparser.msp | Nicht anwendbar | 200,704 | 12-Aug-24 | 06:53 | Nicht anwendbar |
| Sql_common_core.msp | Nicht anwendbar | 2,666,496 | 12-Aug-24 | 06:53 | Nicht anwendbar |
| Sql_dmf.msp | Nicht anwendbar | 176,128 | 12-Aug-24 | 06:53 | Nicht anwendbar |
| Sql_dq_common.msp | Nicht anwendbar | 1,073,152 | 12-Aug-24 | 06:53 | Nicht anwendbar |
| Sql_dreplay_client.msp | Nicht anwendbar | 507,904 | 12-Aug-24 | 06:53 | Nicht anwendbar |
| Sql_dreplay_controller.msp | Nicht anwendbar | 466,944 | 12-Aug-24 | 06:53 | Nicht anwendbar |
| Sql_engine_core_inst.msp | Nicht anwendbar | 93,360,128 | 12-Aug-24 | 06:53 | Nicht anwendbar |
| Sql_engine_core_shared.msp | Nicht anwendbar | 16,347,136 | 12-Aug-24 | 06:53 | Nicht anwendbar |
| Sql_extensibility.msp | Nicht anwendbar | 1,368,064 | 12-Aug-24 | 06:53 | Nicht anwendbar |
| Sql_fulltext.msp | Nicht anwendbar | 409,600 | 12-Aug-24 | 06:53 | Nicht anwendbar |
| Sql_inst_mpy.msp | Nicht anwendbar | 49,152 | 12-Aug-24 | 06:53 | Nicht anwendbar |
| Sql_inst_mr.msp | Nicht anwendbar | 49,152 | 12-Aug-24 | 06:53 | Nicht anwendbar |
| Sql_is.msp | Nicht anwendbar | 25,010,176 | 12-Aug-24 | 06:53 | Nicht anwendbar |
| Sql_is_worker.msp | Nicht anwendbar | 98,304 | 12-Aug-24 | 06:53 | Nicht anwendbar |
| Sql_polybase_core_inst.msp | Nicht anwendbar | 115,556,352 | 12-Aug-24 | 06:25 | Nicht anwendbar |
| Sql_polybase_java_inst.msp | Nicht anwendbar | 213,835,776 | 12-Aug-24 | 06:36 | Nicht anwendbar |
| Sql_shared_aa.msp | Nicht anwendbar | 49,152 | 12-Aug-24 | 06:53 | Nicht anwendbar |
| Sql_shared_mpy.msp | Nicht anwendbar | 49,152 | 12-Aug-24 | 06:53 | Nicht anwendbar |
| Sql_shared_mr.msp | Nicht anwendbar | 49,152 | 12-Aug-24 | 06:53 | Nicht anwendbar |
| Sql_tools_extensions.msp | Nicht anwendbar | 13,393,920 | 12-Aug-24 | 06:53 | Nicht anwendbar |
| Sql_xevent.msp | Nicht anwendbar | 262,144 | 12-Aug-24 | 06:53 | Nicht anwendbar |
| 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 | 17: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 | 17: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 | 17: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 | 17: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 |
Informationen zum Schutz und zur Sicherheit
Schützen Sie sich online: Windows-Sicherheit Support
Erfahren Sie, wie wir vor Cyberbedrohungen schützen: Microsoft-Sicherheit