Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Veröffentlichungsdatum: 01. August 2024
Version: 15.0.4385.2
Übersicht
In diesem Artikel wird das kumulative Updatepaket 28 (CU28) für Microsoft SQL Server 2019 beschrieben. Dieses Update enthält 13 Fixes , die nach der Veröffentlichung des kumulativen SQL Server 2019-Updates 27 ausgegeben wurden und Komponenten in den folgenden Builds aktualisiert wurden:
- SQL Server – Produktversion: 15.0.4385.2, Dateiversion: 2019.150.4385.2
- Analysis Services - Produktversion: 15.0.35.48, Dateiversion: 2018.150.35.48
Bekannte Probleme bei diesem Update
Problem 1: Falsches Verhalten von SESSION_CONTEXT in parallelen Plänen
Abfragen, die die integrierte SESSION_CONTEXT
Funktion verwenden, geben möglicherweise falsche Ergebnisse zurück oder lösen Zugriffsverletzungsabbilder (AV) aus, wenn sie in parallelen Abfrageplänen ausgeführt werden. Dieses Problem basiert auf der Art und Weise, wie SESSION_CONTEXT
mit parallelen Ausführungsthreads interagiert wird, insbesondere wenn die Sitzung zur Wiederverwendung zurückgesetzt wird.
Weitere Informationen finden Sie im Abschnitt " Bekannte Probleme " in SESSION_CONTEXT
.
Problem 2: Patchfehler für sekundäre Replikate in einer Verfügbarkeitsgruppe mit aktivierter Replikation oder CDC
SQL Server 2019 CU27 führte Fix-2994446 ein, um sekundäre Datenbanken in einer Verfügbarkeitsgruppe (AG) zuverlässiger zu starten. Diese Lösung verursacht jedoch ein Problem, bei dem AG-Datenbanken die Wiederherstellung nicht starten, wenn SQL Server im Einzelbenutzermodus ausgeführt wird. DAS SQL Server-Setup wird im Einzelbenutzermodus ausgeführt. Wenn Sie setup ausführen und außerdem SQL-Replikation oder -Änderungsdatenerfassung (DATA Capture, CDC) für eine Datenbank in der AG aktiviert haben, schlägt das Setup fehl, wenn die Katalogupgradeskripts ausgeführt werden, aber nicht auf die Datenbank zugreifen können.
Nachdem das SQL Server-Setup anfänglich fehlschlägt, versucht der SQL Server-Dienst erneut, ohne den Einzelbenutzermodus wieder online zu sein. Zu diesem Zeitpunkt werden die Patchupgradeskripts erfolgreich abgeschlossen, und das Patchen ist abgeschlossen. Nach Abschluss des Starts wird das Problem behoben, und es ist keine Benutzeraktion erforderlich.
Der Patch schlägt mit dem folgenden Fehler fehl:
Fehler bei der Installation der SQL Server-Datenbank-Engine-Dienstinstanzfunktionen
Beim Warten auf das Wiederherstellungshandle der Datenbank-Engine ist ein Fehler aufgetreten. Mögliche Ursachen finden Sie im SQL Server-Fehlerprotokoll.
Fehlercode: 0x851A001A
Wenn Sie das SQL Server-Fehlerprotokoll überprüfen, wird eine Meldung mit einer ungültigen Gruppen-ID angezeigt. Um zu überprüfen, ob es sich um eine ungültige ID handelt, suchen Sie nach vorherigen Startdatensätzen in derselben Protokolldatei, um den problematischen Datenbanknamen zu vergleichen:
Überspringen des Standardstarts der Datenbank <Datenbankname>, da die Datenbank zu einer Verfügbarkeitsgruppe gehört (Gruppen-ID: <GruppenID>). Die Datenbank wird von der Verfügbarkeitsgruppe gestartet. Diese Meldung dient nur zu Informationszwecken. Es ist keine Benutzeraktion erforderlich.
Wenn Sie verhindern möchten, dass der Patch einen anfänglichen Fehler meldet, können Sie eine der folgenden Aktionen ausführen, bevor Sie den Patch ausführen:
Trace-Flag 12347 aktivieren – setzt die in Fix 2994446 vorgenommenen Änderungen zurück. Sie sollten dieses Ablaufverfolgungsflag nach dem Patchen entfernen.
Legen Sie die CDC- oder Replikationsdatenbank von der AG ab.
Entfernen Sie CDC oder Replikation aus der Datenbank in der AG.
Dieses Problem wurde in SQL Server 2019 CU29 behoben.
Problem 3: SQL Server VSS Writer kann eine Sicherung nicht ausführen, da keine Datenbank eingefroren werden kann.
Wenn Sicherungstools wie Azure Recovery Vault eine Sicherung auf einem virtuellen Computer (VM) durchführen, können sie möglicherweise keine Anwendungskonsistenz erzielen. Möglicherweise gibt es keine Fehler. Die Anwendung wird schnell ausgeführt, ohne dass Sicherungen ausgeführt werden. Der SQL Server Volume Shadow Copy Service (VSS)-Writer endet in einem nicht behebbaren Fehlerzustand. Wenn Sie die SQL Server VSS Writer-Ablaufverfolgung aktivieren, wird möglicherweise die folgende Ausnahme angezeigt, die angibt, dass keine Datenbank fixiert werden kann, was zu einer erfolglosen 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 Recovery Vault verwenden, wird möglicherweise ein Fehler wie der folgende in der Ereignisliste 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 eingefroren zu werden. Die aktuelle Lösung besteht darin, ein Rollback auf SQL Server 2019 CU27 durchzuführen und die Snapshotsicherung durchzuführen. Weitere Informationen zum Zurücksetzen des Pakets auf eine frühere Version finden Sie unter Deinstallieren eines kumulativen Updates von SQL Server.
Dieses Problem wurde in SQL Server 2019 CU29 behoben.
Verbesserungen und Fehlerbehebungen in diesem Update
Eine herunterladbare Excel-Arbeitsmappe, die eine zusammenfassende Liste der Builds zusammen mit ihrem aktuellen Support-Lebenszyklus enthält, ist verfügbar. Die Excel-Datei enthält außerdem detaillierte Fixlisten für SQL Server 2022, SQL Server 2019 und SQL Server 2017. Wählen Sie diese Excel-Datei jetzt herunter.
Hinweis
Einzelne Einträge in der folgenden Tabelle können direkt über ein Lesezeichen referenziert werden. Wenn Sie eine Fehlerverweis-ID in der Tabelle auswählen, wird der URL mithilfe des Formats "#NNNNNNN" ein Lesezeichentag hinzugefügt. Sie können diese URL dann mit anderen teilen, damit sie direkt zur gewünschten Lösung in der Tabelle springen können.
Weitere Informationen zu den behobenen Fehlern und den Verbesserungen, die in diesem kumulativen Update enthalten sind, finden Sie in den folgenden Microsoft Knowledge Base-Artikeln.
Fehlerreferenz | Beschreibung | Bereich korrigieren | Komponente | Plattform |
---|---|---|---|---|
3305037 | Signiert die Intel Threading Building Blocks (Intel TBB)-Assemblys digital mit einem Microsoft-Zertifikat. | Analyse-Services | Analyse-Services | Fenster |
3217207 | Ab SQL Server 2019 (15.x) CU28 enthalten Containerimages das neue mssql-tools18-Paket. Das vorherige Verzeichnis "/opt/mssql-tools/bin " wird schrittweise beendet. Das neue Verzeichnis für Microsoft ODBC 18-Tools ist "/opt/mssql-tools18/bin" und richtet sich an das neueste Angebot an Tools. Weitere Informationen zu Änderungen und Sicherheitsverbesserungen finden Sie unter ODBC-Treiber 18.0 für SQL Server herausgegeben. | SQL Server-Clienttools | Befehlszeilentools | Linux |
3278707 | Behebt den folgenden Fehler, der bei einer Wiederherstellung des Volumeschattenkopiediensts (Volume Shadow Copy Service, VSS) in einer SQL Server-Instanz auftritt, die zuvor gelöscht wurde: Fehler beim Volume Shadow Copy Service: Unerwarteter Fehler beim Aufrufen von GetVolumePathName auf dem Pfad PathName <> ... Das System kann die angegebene Datei nicht finden. |
SQL Server Datenbankmaschine | Sicherung-Wiederherstellung | Fenster |
3285766 | Behebt ein Problem, bei dem der SQL Server Launchpad-Dienst nicht ordnungsgemäß heruntergefahren werden kann, wenn bestimmte Fehler beim Start auftreten. | SQL Server Datenbankmaschine | Erweiterungen | Fenster |
2830668 | Behebt ein Timeoutproblem, das beim Abrufen des nächsten Werts für Sequenzobjekte auftritt, was auf die Selbstsperre während der Sperreskalation zurückzuführen ist. | SQL Server Datenbankmaschine | metadaten | Alle |
3282395 | Behebt den folgenden Fehler 1204 aufgrund unbeabsichtigt deaktivierter Sperreskalationsregression, die in CU26 eingeführt wurde: SQL Server Datenbank-Engine kann derzeit keine LOCK-Ressource abrufen. |
SQL Server Datenbankmaschine | metadaten | Alle |
3323675 | Behebt ein Timeoutproblem, das beim Abrufen des nächsten Werts für Sequenzobjekte auftritt, was auf die Selbstsperre während der Sperreskalation zurückzuführen ist. | SQL Server Datenbankmaschine | metadaten | Alle |
3296380 | Behebt ein Problem, bei dem PolyBase beim Starten des Diensts den folgenden Fehler auslöst, wenn die SQL Server-Instanz für die Überwachung mehrerer TCP-Ports konfiguriert ist: System.ArgumentException: Port kann nicht analysiert werden, Instanz = '<InstanceName>', Text = '<Text>' |
SQL Server Datenbankmaschine | PolyBase | Alle |
3312936 | Behebt ein Problem mit nicht freigebendem Scheduler-Dump, das beim Erzwingen eines Abfrageplans im Abfragespeicher (QDS) auftreten kann. | SQL Server Datenbankmaschine | Abfrageoptimierer | Alle |
3312950 | Behebt ein Problem, bei dem Fehler 18752 auftritt und die Transaktionsreplikation nicht mehr funktioniert, wenn Sie eine schwere Workload in Kombination mit Verfügbarkeitsgruppen und nach einem Failover verwenden.
Fehlermeldung: Es kann jeweils nur ein Protokolllese-Agent oder eine protokollbezogene Prozedur (sp_repldone, sp_replcmds und sp_replshowcmds) eine Verbindung mit einer Datenbank herstellen. Wenn Sie eine protokollbezogene Prozedur ausgeführt haben, trennen Sie die Verbindung mit der Sitzungs-ID <SessionID>, über die die Prozedur ausgeführt wurde, oder führen Sie sp_replflush über diese Verbindung aus, bevor Sie den Protokolllese-Agent starten oder eine andere protokollbezogene Prozedur ausführen. |
SQL Server Datenbankmaschine | Replikation | Fenster |
3338718 | Behebt den folgenden Fehler 21890, der bei Verwendung einer Groß- und Kleinschreibung berücksichtigenden Sortierung sp_validate_redirected_publisher auftritt: Die SQL Server-Instanz '<InstanceName>' mit dem Distributor '<DistributorName>' und der Verteilungsdatenbank '<DatabaseName>' kann nicht mit der Herausgeberdatenbank '<DatabaseName>' verwendet werden. Konfigurieren Sie den Herausgeber neu, um den Verteiler "<DistributorName>" und die Verteilungsdatenbank "<DatabaseName>" zu verwenden. |
SQL Server Datenbankmaschine | Replikation | Alle |
3020820 | Behebt ein Problem mit nicht genügend Arbeitsspeicher, das beim Ausführen einer gespeicherten Prozedur auf einer SQL Server-Remoteinstanz mithilfe eines verknüpften Servers auftritt. | SQL Server Datenbankmaschine | SQL OS | Alle |
3312461 | Erhöht den Schwellenwert der folgenden Protokollnachricht, wenn hohe E/A-Latenzen in Bufferpool Lazy Writer (ntdll!ZwWriteFile Systemaufruf) aufgrund eines Leistungsproblems im zugrunde liegenden Speicher erkannt werden: WARNUNG Langer asynchroner API-Aufruf: Die Planungsgerechtigkeit des Schedulers kann durch einen asynchronen API-Aufruf unerwartet über xxx ms beeinträchtigt werden. Das SQL Server-Fehlerprotokoll kann durch eine übermäßige Protokollierung der Protokollmeldung gefüllt werden. |
SQL Server Datenbankmaschine | SQL OS | Alle |
Wie Sie das neueste oder ein kumulatives Updatepaket abrufen oder herunterladen
Abrufen oder Herunterladen des neuesten kumulativen Updatepakets für Windows (empfohlen)
Das folgende Update steht im Microsoft Download Center zur Verfügung:
Laden Sie das neueste kumulative Updatepaket für SQL Server 2019 jetzt herunter.
Hinweis
- Microsoft Download Center wird immer die neueste SQL Server 2019 CU-Version präsentieren.
- Falls die Downloadseite nicht angezeigt wird, können Sie sich an den Microsoft-Kundendienst und -Support wenden, um das kumulative Updatepaket zu beziehen.
Abrufen oder Herunterladen dieses kumulativen Updatepakets für Windows aus dem Microsoft Update-Katalog
Das folgende Update ist aus dem Microsoft Update-Katalog verfügbar:
Herunterladen des kumulativen Updatepakets für SQL Server 2019 CU28 jetzt
Hinweis
- Der Microsoft Update-Katalog enthält dieses SQL Server 2019 CU und zuvor veröffentlichte SQL Server 2019 CU-Versionen.
- Dieses CU ist auch über Windows Server Update Services (WSUS) verfügbar.
- Es wird empfohlen, immer das neueste kumulative Update zu installieren, das verfügbar ist.
Abrufen oder Herunterladen des neuesten kumulativen Updatepakets für Linux
Um SQL Server 2019 unter Linux auf die neueste CU zu aktualisieren, müssen Sie zunächst das Kumulative Update-Repository konfigurieren. Aktualisieren Sie dann Ihre SQL Server-Pakete mithilfe des entsprechenden plattformspezifischen Aktualisierungsbefehls.
Installationsanweisungen und direkte Links zu den CU-Paket-Downloads finden Sie in den Versionshinweisen zu SQL Server 2019.
Abrufen oder Herunterladen des neuesten kumulativen Updates für Big Data-Cluster (BDC)
Informationen zum Upgrade von Microsoft SQL Server 2019 Big Data-Cluster (BDC) unter Linux auf das neueste CU finden Sie in den Big Data-Cluster Bereitstellungsanleitungen.
Ab SQL Server 2019 CU1 können Sie ein direktes Upgrade für Big Data-Cluster aus den unterstützten Produktionsversionen (SQL Server 2019 GDR1) durchführen. Weitere Informationen finden Sie unter Aktualisieren von SQL Server-Big Data-Cluster.
Weitere Informationen finden Sie in den Big Data-Cluster Versionshinweisen.
Dateiinformationen
Dateihashinformationen
Sie können den Download überprüfen, indem Sie den Hash der SQLServer2019-KB5039747-x64.exe Datei mithilfe des folgenden Befehls berechnen:
certutil -hashfile SQLServer2019-KB5039747-x64.exe SHA256
Dateiname | SHA-256-Hash |
---|---|
SQLServer2019-KB5039747-x64.exe | BC70570A217F4562710B88C35F80476474CB34107D2A93D1A2220090FB4E25AA |
Informationen zum kumulativen Updatepaket
Die englische Version dieses Pakets weist die in der nachstehenden Tabelle aufgelisteten Dateiattribute (oder nachfolgende Dateiattribute) auf. Die Datum und Uhrzeit für diese Dateien sind in der Koordinierten Weltzeit (UTC) angegeben. Wenn Sie die Dateiinformationen anzeigen, wird sie in die Ortszeit konvertiert. Den Unterschied zwischen UTC- und Ortszeit können Sie in der Systemsteuerung unter Datum und Uhrzeit mithilfe der Angaben auf der Registerkarte Zeitzone ermitteln.
x64-basierte Versionen
SQL Server 2019 Analysis Services
Dateiname | Dateiversion | Dateigröße | Datum | Uhrzeit | Plattform |
---|---|---|---|---|---|
Asplatformhost.dll | 2018.150.35.48 | 292800 | 25. Juli 24 | 21:57 | x64 |
Mashupcompression.dll | 2.87.142.0 | 140672 | 25. Juli 24 | 21:57 | x64 |
Microsoft.analysisservices.minterop.dll | 15.0.35.48 | 758224 | 25. Juli 24 | 21:57 | x86 |
Microsoft.analysisservices.server.core.resources.dll | 15.0.35.48 | 175552 | 25. Juli 24 | 21:57 | x86 |
Microsoft.analysisservices.server.core.resources.dll | 15.0.35.48 | 199616 | 25. Juli 24 | 21:57 | x86 |
Microsoft.analysisservices.server.core.resources.dll | 15.0.35.48 | 202176 | 25. Juli 24 | 21:57 | x86 |
Microsoft.analysisservices.server.core.resources.dll | 15.0.35.48 | 198592 | 25. Juli 24 | 21:57 | x86 |
Microsoft.analysisservices.server.core.resources.dll | 15.0.35.48 | 214992 | 25. Juli 24 | 21:57 | x86 |
Microsoft.analysisservices.server.core.resources.dll | 15.0.35.48 | 197584 | 25. Juli 24 | 21:57 | x86 |
Microsoft.analysisservices.server.core.resources.dll | 15.0.35.48 | 193488 | 25. Juli 24 | 21:57 | x86 |
Microsoft.analysisservices.server.core.resources.dll | 15.0.35.48 | 252,352 | 25. Juli 24 | 21:57 | x86 |
Microsoft.analysisservices.server.core.resources.dll | 15.0.35.48 | 174016 | 25. Juli 24 | 21:57 | x86 |
Microsoft.analysisservices.server.core.resources.dll | 15.0.35.48 | 197056 | 25. Juli 24 | 21:57 | x86 |
Microsoft.analysisservices.server.tabular.dll | 15.0.35.48 | 1098800 | 25. Juli 24 | 21:57 | x86 |
Microsoft.analysisservices.server.tabular.json.dll | 15.0.35.48 | 567336 | 25. Juli 24 | 21:57 | x86 |
Microsoft.analysisservices.server.tabular.resources.dll | 15.0.35.48 | 54832 | 25. Juli 24 | 21:57 | x86 |
Microsoft.analysisservices.server.tabular.resources.dll | 15.0.35.48 | 59440 | 25. Juli 24 | 21:57 | x86 |
Microsoft.analysisservices.server.tabular.resources.dll | 15.0.35.48 | 59952 | 25. Juli 24 | 21:57 | x86 |
Microsoft.analysisservices.server.tabular.resources.dll | 15.0.35.48 | 58928 | 25. Juli 24 | 21:57 | x86 |
Microsoft.analysisservices.server.tabular.resources.dll | 15.0.35.48 | 61904 | 25. Juli 24 | 21:57 | x86 |
Microsoft.analysisservices.server.tabular.resources.dll | 15.0.35.48 | 58320 | 25. Juli 24 | 21:57 | x86 |
Microsoft.analysisservices.server.tabular.resources.dll | 15.0.35.48 | 58408 | 25. Juli 24 | 21:57 | x86 |
Microsoft.analysisservices.server.tabular.resources.dll | 15.0.35.48 | 67632 | 25. Juli 24 | 21:57 | x86 |
Microsoft.analysisservices.server.tabular.resources.dll | 15.0.35.48 | 53808 | 25. Juli 24 | 21:57 | x86 |
Microsoft.analysisservices.server.tabular.resources.dll | 15.0.35.48 | 58416 | 25. Juli 24 | 21:57 | x86 |
Microsoft.analysisservices.timedimgenerator.resources.dll | 15.0.35.48 | 17968 | 25. Juli 24 | 21:57 | x86 |
Microsoft.analysisservices.timedimgenerator.resources.dll | 15.0.35.48 | 17,856 | 25. Juli 24 | 21:57 | x86 |
Microsoft.analysisservices.timedimgenerator.resources.dll | 15.0.35.48 | 17864 | 25. Juli 24 | 21:57 | x86 |
Microsoft.analysisservices.timedimgenerator.resources.dll | 15.0.35.48 | 17968 | 25. Juli 24 | 21:57 | x86 |
Microsoft.analysisservices.timedimgenerator.resources.dll | 15.0.35.48 | 17,856 | 25. Juli 24 | 21:57 | x86 |
Microsoft.analysisservices.timedimgenerator.resources.dll | 15.0.35.48 | 17,856 | 25. Juli 24 | 21:57 | x86 |
Microsoft.analysisservices.timedimgenerator.resources.dll | 15.0.35.48 | 17968 | 25. Juli 24 | 21:57 | x86 |
Microsoft.analysisservices.timedimgenerator.resources.dll | 15.0.35.48 | 18880 | 25. Juli 24 | 21:57 | x86 |
Microsoft.analysisservices.timedimgenerator.resources.dll | 15.0.35.48 | 17968 | 25. Juli 24 | 21:57 | x86 |
Microsoft.analysisservices.timedimgenerator.resources.dll | 15.0.35.48 | 17864 | 25. Juli 24 | 21:57 | x86 |
Microsoft.data.edm.netfx35.dll | 5.7.0.62516 | 660872 | 25. Juli 24 | 21:57 | x86 |
Microsoft.data.mashup.dll | 2.87.142.0 | 191352 | 25. Juli 24 | 21:57 | x86 |
Microsoft.data.mashup.oledb.dll | 2.87.142.0 | 30,592 | 25. Juli 24 | 21:57 | x86 |
Microsoft.data.mashup.preview.dll | 2.87.142.0 | 76672 | 25. Juli 24 | 21:57 | x86 |
Microsoft.data.mashup.providercommon.dll | 2.87.142.0 | 103808 | 25. Juli 24 | 21:57 | x86 |
Microsoft.data.mashup.providercommon.resources.dll | 2.87.142.0 | 37,760 | 25. Juli 24 | 21:57 | x86 |
Microsoft.data.mashup.providercommon.resources.dll | 2.87.142.0 | 41864 | 25. Juli 24 | 21:57 | x86 |
Microsoft.data.mashup.providercommon.resources.dll | 2.87.142.0 | 41856 | 25. Juli 24 | 21:57 | x86 |
Microsoft.data.mashup.providercommon.resources.dll | 2.87.142.0 | 41856 | 25. Juli 24 | 21:57 | x86 |
Microsoft.data.mashup.providercommon.resources.dll | 2.87.142.0 | 32120 | 25. Juli 24 | 21:57 | x86 |
Microsoft.data.mashup.providercommon.resources.dll | 2.87.142.0 | 41856 | 25. Juli 24 | 21:57 | x86 |
Microsoft.data.mashup.providercommon.resources.dll | 2.87.142.0 | 41864 | 25. Juli 24 | 21:57 | x86 |
Microsoft.data.mashup.providercommon.resources.dll | 2.87.142.0 | 45952 | 25. Juli 24 | 21:57 | x86 |
Microsoft.data.mashup.providercommon.resources.dll | 2.87.142.0 | 37,752 | 25. Juli 24 | 21:57 | x86 |
Microsoft.data.mashup.providercommon.resources.dll | 2.87.142.0 | 41864 | 25. Juli 24 | 21:57 | x86 |
Microsoft.data.odata.netfx35.dll | 5.7.0.62516 | 1454464 | 25. Juli 24 | 21:57 | x86 |
Microsoft.data.odata.query.netfx35.dll | 5.7.0.62516 | 181120 | 25. Juli 24 | 21:57 | x86 |
Microsoft.data.sapclient.dll | 1.0.0.25 | 929592 | 25. Juli 24 | 21:57 | x86 |
Microsoft.data.sapclient.resources.dll | 1.0.0.25 | 34616 | 25. Juli 24 | 21:57 | x86 |
Microsoft.data.sapclient.resources.dll | 1.0.0.25 | 37672 | 25. Juli 24 | 21:57 | x86 |
Microsoft.data.sapclient.resources.dll | 1.0.0.25 | 34616 | 25. Juli 24 | 21:57 | x86 |
Microsoft.data.sapclient.resources.dll | 1.0.0.25 | 33064 | 25. Juli 24 | 21:57 | x86 |
Microsoft.data.sapclient.resources.dll | 1.0.0.25 | 34624 | 25. Juli 24 | 21:57 | x86 |
Microsoft.data.sapclient.resources.dll | 1.0.0.25 | 35128 | 25. Juli 24 | 21:57 | x86 |
Microsoft.data.sapclient.resources.dll | 1.0.0.25 | 34.600 | 25. Juli 24 | 21:57 | x86 |
Microsoft.data.sapclient.resources.dll | 1.0.0.25 | 46888 | 25. Juli 24 | 21:57 | x86 |
Microsoft.hostintegration.connectors.dll | 2.87.142.0 | 5283720 | 25. Juli 24 | 21:57 | x86 |
Microsoft.mashup.container.exe | 2.87.142.0 | 23432 | 25. Juli 24 | 21:57 | x64 |
Microsoft.mashup.container.netfx40.exe | 2.87.142.0 | 22912 | 25. Juli 24 | 21:57 | x64 |
Microsoft.mashup.container.netfx45.exe | 2.87.142.0 | 22912 | 25. Juli 24 | 21:57 | x64 |
Microsoft.mashup.eventsource.dll | 2.87.142.0 | 149384 | 25. Juli 24 | 21:57 | x86 |
Microsoft.mashup.oauth.dll | 2.87.142.0 | 78720 | 25. Juli 24 | 21:57 | x86 |
Microsoft.mashup.oauth.resources.dll | 2.87.142.0 | 14712 | 25. Juli 24 | 21:57 | x86 |
Microsoft.mashup.oauth.resources.dll | 2.87.142.0 | 15,240 | 25. Juli 24 | 21:57 | x86 |
Microsoft.mashup.oauth.resources.dll | 2.87.142.0 | 15,240 | 25. Juli 24 | 21:57 | x86 |
Microsoft.mashup.oauth.resources.dll | 2.87.142.0 | 15232 | 25. Juli 24 | 21:57 | x86 |
Microsoft.mashup.oauth.resources.dll | 2.87.142.0 | 15232 | 25. Juli 24 | 21:57 | x86 |
Microsoft.mashup.oauth.resources.dll | 2.87.142.0 | 15224 | 25. Juli 24 | 21:57 | x86 |
Microsoft.mashup.oauth.resources.dll | 2.87.142.0 | 14,728 | 25. Juli 24 | 21:57 | x86 |
Microsoft.mashup.oauth.resources.dll | 2.87.142.0 | 15744 | 25. Juli 24 | 21:57 | x86 |
Microsoft.mashup.oauth.resources.dll | 2.87.142.0 | 14720 | 25. Juli 24 | 21:57 | x86 |
Microsoft.mashup.oauth.resources.dll | 2.87.142.0 | 14,728 | 25. Juli 24 | 21:57 | x86 |
Microsoft.mashup.oledbinterop.dll | 2.87.142.0 | 199560 | 25. Juli 24 | 21:57 | x64 |
Microsoft.mashup.oledbprovider.dll | 2.87.142.0 | 64888 | 25. Juli 24 | 21:57 | x86 |
Microsoft.mashup.oledbprovider.resources.dll | 2.87.142.0 | 13176 | 25. Juli 24 | 21:57 | x86 |
Microsoft.mashup.oledbprovider.resources.dll | 2.87.142.0 | 13192 | 25. Juli 24 | 21:57 | x86 |
Microsoft.mashup.oledbprovider.resources.dll | 2.87.142.0 | 13192 | 25. Juli 24 | 21:57 | x86 |
Microsoft.mashup.oledbprovider.resources.dll | 2.87.142.0 | 13192 | 25. Juli 24 | 21:57 | x86 |
Microsoft.mashup.oledbprovider.resources.dll | 2.87.142.0 | 13176 | 25. Juli 24 | 21:57 | x86 |
Microsoft.mashup.oledbprovider.resources.dll | 2.87.142.0 | 13184 | 25. Juli 24 | 21:57 | x86 |
Microsoft.mashup.oledbprovider.resources.dll | 2.87.142.0 | 13176 | 25. Juli 24 | 21:57 | x86 |
Microsoft.mashup.oledbprovider.resources.dll | 2.87.142.0 | 13184 | 25. Juli 24 | 21:57 | x86 |
Microsoft.mashup.oledbprovider.resources.dll | 2.87.142.0 | 13192 | 25. Juli 24 | 21:57 | x86 |
Microsoft.mashup.oledbprovider.resources.dll | 2.87.142.0 | 13192 | 25. Juli 24 | 21:57 | x86 |
Microsoft.mashup.scriptdom.dll | 2.40.4554.261 | 2371808 | 25. Juli 24 | 21:57 | x86 |
Microsoft.mashup.shims.dll | 2.87.142.0 | 27,528 | 25. Juli 24 | 21:57 | x86 |
Microsoft.mashup.storage.xmlserializers.dll | 1,000 | 140168 | 25. Juli 24 | 21:57 | x86 |
Microsoft.mashupengine.dll | 2.87.142.0 | 14835080 | 25. Juli 24 | 21:57 | x86 |
Microsoft.mashupengine.resources.dll | 2.87.142.0 | 566136 | 25. Juli 24 | 21:57 | x86 |
Microsoft.mashupengine.resources.dll | 2.87.142.0 | 676728 | 25. Juli 24 | 21:57 | x86 |
Microsoft.mashupengine.resources.dll | 2.87.142.0 | 672640 | 25. Juli 24 | 21:57 | x86 |
Microsoft.mashupengine.resources.dll | 2.87.142.0 | 652152 | 25. Juli 24 | 21:57 | x86 |
Microsoft.mashupengine.resources.dll | 2.87.142.0 | 701312 | 25. Juli 24 | 21:57 | x86 |
Microsoft.mashupengine.resources.dll | 2.87.142.0 | 660352 | 25. Juli 24 | 21:57 | x86 |
Microsoft.mashupengine.resources.dll | 2.87.142.0 | 639872 | 25. Juli 24 | 21:57 | x86 |
Microsoft.mashupengine.resources.dll | 2.87.142.0 | 881536 | 25. Juli 24 | 21:57 | x86 |
Microsoft.mashupengine.resources.dll | 2.87.142.0 | 553848 | 25. Juli 24 | 21:57 | x86 |
Microsoft.mashupengine.resources.dll | 2.87.142.0 | 648064 | 25. Juli 24 | 21:57 | x86 |
Microsoft.odata.core.netfx35.dll | 6.15.0.0 | 1437560 | 25. Juli 24 | 21:57 | x86 |
Microsoft.odata.edm.netfx35.dll | 6.15.0.0 | 778632 | 25. Juli 24 | 21:57 | x86 |
Microsoft.powerbi.adomdclient.dll | 15.1.61.21 | 1109368 | 25. Juli 24 | 21:57 | x86 |
Microsoft.spatial.netfx35.dll | 6.15.0.0 | 126344 | 25. Juli 24 | 21:57 | x86 |
Msmdctr.dll | 2018.150.35.48 | 38352 | 25. Juli 24 | 21:57 | x64 |
msmdlocal.dll | 2018.150.35.48 | 47785008 | 25. Juli 24 | 21:57 | x86 |
msmdlocal.dll | 2018.150.35.48 | 66260944 | 25. Juli 24 | 21:57 | x64 |
Msmdpump.dll | 2018.150.35.48 | 10187304 | 25. Juli 24 | 21:57 | x64 |
Msmdredir.dll | 2018.150.35.48 | 7957456 | 25. Juli 24 | 21:57 | x86 |
Msmdspdm.resources.dll | 15.0.35.48 | 16944 | 25. Juli 24 | 21:57 | x86 |
Msmdspdm.resources.dll | 15.0.35.48 | 16832 | 25. Juli 24 | 21:57 | x86 |
Msmdspdm.resources.dll | 15.0.35.48 | 17456 | 25. Juli 24 | 21:57 | x86 |
Msmdspdm.resources.dll | 15.0.35.48 | 16944 | 25. Juli 24 | 21:57 | x86 |
Msmdspdm.resources.dll | 15.0.35.48 | 17456 | 25. Juli 24 | 21:57 | x86 |
Msmdspdm.resources.dll | 15.0.35.48 | 17472 | 25. Juli 24 | 21:57 | x86 |
Msmdspdm.resources.dll | 15.0.35.48 | 17472 | 25. Juli 24 | 21:57 | x86 |
Msmdspdm.resources.dll | 15.0.35.48 | 18384 | 25. Juli 24 | 21:57 | x86 |
Msmdspdm.resources.dll | 15.0.35.48 | 16960 | 25. Juli 24 | 21:57 | x86 |
Msmdspdm.resources.dll | 15.0.35.48 | 16944 | 25. Juli 24 | 21:57 | x86 |
Msmdsrv.exe | 2018.150.35.48 | 65797568 | 25. Juli 24 | 21:57 | x64 |
Msmdsrv.rll | 2018.150.35.48 | 833488 | 25. Juli 24 | 21:57 | x64 |
Msmdsrv.rll | 2018.150.35.48 | 1628096 | 25. Juli 24 | 21:57 | x64 |
Msmdsrv.rll | 2018.150.35.48 | 1454032 | 25. Juli 24 | 21:57 | x64 |
Msmdsrv.rll | 2018.150.35.48 | 1642944 | 25. Juli 24 | 21:57 | x64 |
Msmdsrv.rll | 2018.150.35.48 | 1608640 | 25. Juli 24 | 21:57 | x64 |
Msmdsrv.rll | 2018.150.35.48 | 1001408 | 25. Juli 24 | 21:57 | x64 |
Msmdsrv.rll | 2018.150.35.48 | 992704 | 25. Juli 24 | 21:57 | x64 |
Msmdsrv.rll | 2018.150.35.48 | 1536976 | 25. Juli 24 | 21:57 | x64 |
Msmdsrv.rll | 2018.150.35.48 | 1521600 | 25. Juli 24 | 21:57 | x64 |
Msmdsrv.rll | 2018.150.35.48 | 810960 | 25. Juli 24 | 21:57 | x64 |
Msmdsrv.rll | 2018.150.35.48 | 1596368 | 25. Juli 24 | 21:57 | x64 |
Msmdsrvi.rll | 2018.150.35.48 | 832456 | 25. Juli 24 | 21:57 | x64 |
Msmdsrvi.rll | 2018.150.35.48 | 1624528 | 25. Juli 24 | 21:57 | x64 |
Msmdsrvi.rll | 2018.150.35.48 | 1450944 | 25. Juli 24 | 21:57 | x64 |
Msmdsrvi.rll | 2018.150.35.48 | 1637944 | 25. Juli 24 | 21:57 | x64 |
Msmdsrvi.rll | 2018.150.35.48 | 1604544 | 25. Juli 24 | 21:57 | x64 |
Msmdsrvi.rll | 2018.150.35.48 | 998848 | 25. Juli 24 | 21:57 | x64 |
Msmdsrvi.rll | 2018.150.35.48 | 991184 | 25. Juli 24 | 21:57 | x64 |
Msmdsrvi.rll | 2018.150.35.48 | 1532864 | 25. Juli 24 | 21:57 | x64 |
Msmdsrvi.rll | 2018.150.35.48 | 1518016 | 25. Juli 24 | 21:57 | x64 |
Msmdsrvi.rll | 2018.150.35.48 | 809920 | 25. Juli 24 | 21:57 | x64 |
Msmdsrvi.rll | 2018.150.35.48 | 1591744 | 25. Juli 24 | 21:57 | x64 |
msmgdsrv.dll | 2018.150.35.48 | 8280000 | 25. Juli 24 | 21:57 | x86 |
msmgdsrv.dll | 2018.150.35.48 | 10186280 | 25. Juli 24 | 21:57 | x64 |
Msolap.dll | 2018.150.35.48 | 8607184 | 25. Juli 24 | 21:57 | x86 |
Msolap.dll | 2018.150.35.48 | 11013168 | 25. Juli 24 | 21:57 | x64 |
Msolui.dll | 2018.150.35.48 | 286256 | 25. Juli 24 | 21:57 | x86 |
Msolui.dll | 2018.150.35.48 | 306640 | 25. Juli 24 | 21:57 | x64 |
Powerbiextensions.dll | 2.87.142.0 | 8853888 | 25. Juli 24 | 21:57 | x86 |
Private_odbc32.dll | 10.0.14832.1000 | 728448 | 25. Juli 24 | 21:57 | x64 |
Sqlboot.dll | 2019.150.4385.2 | 215080 | 25. Juli 24 | 21:57 | x64 |
Sqlceip.exe | 15.0.4385.2 | 297000 | 25. Juli 24 | 21:57 | x86 |
sqldumper.exe | 2019.150.4385.2 | 321576 | 25. Juli 24 | 21:57 | x86 |
sqldumper.exe | 2019.150.4385.2 | 378920 | 25. Juli 24 | 21:57 | x64 |
System.spatial.netfx35.dll | 5.7.0.62516 | 117640 | 25. Juli 24 | 21:57 | x86 |
Tbb.dll | 2019.0.2019.410 | 442688 | 25. Juli 24 | 21:57 | x64 |
Tbbmalloc.dll | 2019.0.2019.410 | 270144 | 25. Juli 24 | 21:57 | x64 |
Tmapi.dll | 2018.150.35.48 | 6178240 | 25. Juli 24 | 21:57 | x64 |
Tmcachemgr.dll | 2018.150.35.48 | 4917712 | 25. Juli 24 | 21:57 | x64 |
Tmpersistence.dll | 2018.150.35.48 | 1184704 | 25. Juli 24 | 21:57 | x64 |
Tmtransactions.dll | 2018.150.35.48 | 6807104 | 25. Juli 24 | 21:57 | x64 |
xmsrv.dll | 2018.150.35.48 | 26025408 | 25. Juli 24 | 21:57 | x64 |
xmsrv.dll | 2018.150.35.48 | 35460160 | 25. Juli 24 | 21:57 | x86 |
SQL Server 2019 Database Services Common Core
Dateiname | Dateiversion | Dateigröße | Datum | Uhrzeit | Plattform |
---|---|---|---|---|---|
Batchparser.dll | 2019.150.4385.2 | 165928 | 25. Juli 24 | 21:57 | x86 |
Batchparser.dll | 2019.150.4385.2 | 182328 | 25. Juli 24 | 21:57 | x64 |
Instapi150.dll | 2019.150.4385.2 | 75816 | 25. Juli 24 | 21:57 | x86 |
Instapi150.dll | 2019.150.4385.2 | 88104 | 25. Juli 24 | 21:57 | x64 |
Microsoft.sqlserver.mgdsqldumper.dll | 2019.150.4385.2 | 104488 | 25. Juli 24 | 21:57 | x64 |
Microsoft.sqlserver.mgdsqldumper.dll | 2019.150.4385.2 | 88120 | 25. Juli 24 | 21:57 | x86 |
Microsoft.sqlserver.rmo.dll | 15.0.4385.2 | 550968 | 25. Juli 24 | 21:57 | x86 |
Microsoft.sqlserver.rmo.dll | 15.0.4385.2 | 550968 | 25. Juli 24 | 21:57 | x86 |
Msasxpress.dll | 2018.150.35.48 | 32192 | 25. Juli 24 | 21:57 | x64 |
Msasxpress.dll | 2018.150.35.48 | 27,088 | 25. Juli 24 | 21:57 | x86 |
Pbsvcacctsync.dll | 2019.150.4385.2 | 75816 | 25. Juli 24 | 21:57 | x86 |
Pbsvcacctsync.dll | 2019.150.4385.2 | 92096 | 25. Juli 24 | 21:57 | x64 |
sqldumper.exe | 2019.150.4385.2 | 321576 | 25. Juli 24 | 21:57 | x86 |
sqldumper.exe | 2019.150.4385.2 | 378920 | 25. Juli 24 | 21:57 | x64 |
Sqlftacct.dll | 2019.150.4385.2 | 59448 | 25. Juli 24 | 21:57 | x86 |
Sqlftacct.dll | 2019.150.4385.2 | 79928 | 25. Juli 24 | 21:57 | x64 |
Sqlmanager.dll | 2019.150.4385.2 | 743360 | 25. Juli 24 | 21:57 | x86 |
Sqlmanager.dll | 2019.150.4385.2 | 878648 | 25. Juli 24 | 21:57 | x64 |
Sqlmgmprovider.dll | 2019.150.4385.2 | 378920 | 25. Juli 24 | 21:57 | x86 |
Sqlmgmprovider.dll | 2019.150.4385.2 | 432168 | 25. Juli 24 | 21:57 | x64 |
Sqlsvcsync.dll | 2019.150.4385.2 | 276520 | 25. Juli 24 | 21:57 | x86 |
Sqlsvcsync.dll | 2019.150.4385.2 | 358440 | 25. Juli 24 | 21:57 | x64 |
Svrenumapi150.dll | 2019.150.4385.2 | 1161168 | 25. Juli 24 | 21:57 | x64 |
Svrenumapi150.dll | 2019.150.4385.2 | 911296 | 25. Juli 24 | 21:57 | x86 |
SQL Server 2019-Datenqualität
Dateiname | Dateiversion | Dateigröße | Datum | Uhrzeit | Plattform |
---|---|---|---|---|---|
Microsoft.ssdqs.core.dll | 15.0.4385.2 | 600104 | 25. Juli 24 | 21:57 | x86 |
Microsoft.ssdqs.core.dll | 15.0.4385.2 | 600120 | 25. Juli 24 | 21:57 | x86 |
Microsoft.ssdqs.infra.dll | 15.0.4385.2 | 1857576 | 25. Juli 24 | 21:57 | x86 |
Microsoft.ssdqs.infra.dll | 15.0.4385.2 | 1857576 | 25. Juli 24 | 21:57 | x86 |
SQL Server 2019 (sql_dreplay_client)
Dateiname | Dateiversion | Dateigröße | Datum | Uhrzeit | Plattform |
---|---|---|---|---|---|
Dreplayclient.exe | 2019.150.4385.2 | 137168 | 25. Juli 24 | 21:58 | x86 |
Dreplaycommon.dll | 2019.150.4385.2 | 667688 | 25. Juli 24 | 21:58 | x86 |
Dreplayutil.dll | 2019.150.4385.2 | 305192 | 25. Juli 24 | 21:58 | x86 |
Instapi150.dll | 2019.150.4385.2 | 88104 | 25. Juli 24 | 21:58 | x64 |
Sqlresourceloader.dll | 2019.150.4385.2 | 38952 | 25. Juli 24 | 21:58 | x86 |
SQL Server 2019 SQL_Dreplay_Controller
Dateiname | Dateiversion | Dateigröße | Datum | Uhrzeit | Plattform |
---|---|---|---|---|---|
Dreplaycommon.dll | 2019.150.4385.2 | 667688 | 25. Juli 24 | 21:57 | x86 |
Dreplaycontroller.exe | 2019.150.4385.2 | 366528 | 25. Juli 24 | 21:57 | x86 |
Instapi150.dll | 2019.150.4385.2 | 88104 | 25. Juli 24 | 21:57 | x64 |
Sqlresourceloader.dll | 2019.150.4385.2 | 38952 | 25. Juli 24 | 21:57 | x86 |
SQL Server 2019-Datenbankdienste Core Instance
Dateiname | Dateiversion | Dateigröße | Datum | Uhrzeit | Plattform |
---|---|---|---|---|---|
Aetm-enclave-simulator.dll | 2019.150.4385.2 | 4658112 | 25. Juli 24 | 22:46 | x64 |
Aetm-enclave.dll | 2019.150.4385.2 | 4612536 | 25. Juli 24 | 22:46 | x64 |
Aetm-sgx-enclave-simulator.dll | 2019.150.4385.2 | 4931904 | 25. Juli 24 | 22:46 | x64 |
Aetm-sgx-enclave.dll | 2019.150.4385.2 | 4873544 | 25. Juli 24 | 22:46 | x64 |
Azureattest.dll | 10.0.18965.1000 | 255056 | 25. Juli 24 | 22:46 | x64 |
Azureattestmanager.dll | 10.0.18965.1000 | 97528 | 25. Juli 24 | 22:46 | x64 |
Batchparser.dll | 2019.150.4385.2 | 182328 | 25. Juli 24 | 22:46 | x64 |
C1.dll | 19.16.27034.0 | 2438520 | 25. Juli 24 | 22:46 | x64 |
C2.dll | 19.16.27034.0 | 7239032 | 25. Juli 24 | 22:46 | x64 |
Cl.exe | 19.16.27034.0 | 424360 | 25. Juli 24 | 22:46 | x64 |
Clui.dll | 19.16.27034.0 | 541048 | 25. Juli 24 | 22:46 | x64 |
Datacollectorcontroller.dll | 2019.150.4385.2 | 280616 | 25. Juli 24 | 22:46 | x64 |
Dcexec.exe | 2019.150.4385.2 | 88104 | 25. Juli 24 | 22:46 | x64 |
Fssres.dll | 2019.150.4385.2 | 96296 | 25. Juli 24 | 22:46 | x64 |
Hadrres.dll | 2019.150.4385.2 | 206784 | 25. Juli 24 | 22:46 | x64 |
Hkcompile.dll | 2019.150.4385.2 | 1292344 | 25. Juli 24 | 22:46 | x64 |
Hkengine.dll | 2019.150.4385.2 | 5793728 | 25. Juli 24 | 22:46 | x64 |
Hkruntime.dll | 2019.150.4385.2 | 182312 | 25. Juli 24 | 22:46 | x64 |
Hktempdb.dll | 2019.150.4385.2 | 63544 | 25. Juli 24 | 22:46 | x64 |
Link.exe | 14.16.27034.0 | 1707936 | 25. Juli 24 | 22:46 | x64 |
Microsoft.sqlautoadmin.autobackupagent.dll | 15.0.4385.2 | 235560 | 25. Juli 24 | 22:46 | x86 |
Microsoft.sqlserver.types.dll | 2019.150.4385.2 | 391224 | 25. Juli 24 | 22:46 | x86 |
Microsoft.sqlserver.xevent.linq.dll | 2019.150.4385.2 | 325672 | 25. Juli 24 | 22:46 | x64 |
Microsoft.sqlserver.xevent.targets.dll | 2019.150.4385.2 | 92112 | 25. Juli 24 | 22:46 | x64 |
Msobj140.dll | 14.16.27034.0 | 134008 | 25. Juli 24 | 22:46 | x64 |
Mspdb140.dll | 14.16.27034.0 | 632184 | 25. Juli 24 | 22:46 | x64 |
Mspdbcore.dll | 14.16.27034.0 | 632184 | 25. Juli 24 | 22:46 | x64 |
msvcp140.dll | 14.16.27034.0 | 628200 | 25. Juli 24 | 22:46 | x64 |
Qds.dll | 2019.150.4385.2 | 1189824 | 25. Juli 24 | 22:46 | x64 |
Rsfxft.dll | 2019.150.4385.2 | 51240 | 25. Juli 24 | 22:46 | x64 |
Secforwarder.dll | 2019.150.4385.2 | 79912 | 25. Juli 24 | 22:46 | x64 |
Sqagtres.dll | 2019.150.4385.2 | 88104 | 25. Juli 24 | 22:46 | x64 |
Sqlaamss.dll | 2019.150.4385.2 | 108584 | 25. Juli 24 | 22:46 | x64 |
Sqlaccess.dll | 2019.150.4385.2 | 493608 | 25. Juli 24 | 22:46 | x64 |
Sqlagent.exe | 2019.150.4385.2 | 731072 | 25. Juli 24 | 22:46 | x64 |
Sqlagentctr150.dll | 2019.150.4385.2 | 71616 | 25. Juli 24 | 22:46 | x86 |
Sqlagentctr150.dll | 2019.150.4385.2 | 79912 | 25. Juli 24 | 22:46 | x64 |
Sqlboot.dll | 2019.150.4385.2 | 215080 | 25. Juli 24 | 22:46 | x64 |
Sqlceip.exe | 15.0.4385.2 | 297000 | 25. Juli 24 | 22:46 | x86 |
Sqlcmdss.dll | 2019.150.4385.2 | 88104 | 25. Juli 24 | 22:46 | x64 |
Sqlctr150.dll | 2019.150.4385.2 | 116776 | 25. Juli 24 | 22:46 | x86 |
Sqlctr150.dll | 2019.150.4385.2 | 145344 | 25. Juli 24 | 22:46 | x64 |
Sqldk.dll | 2019.150.4385.2 | 3180584 | 25. Juli 24 | 22:46 | x64 |
Sqldtsss.dll | 2019.150.4385.2 | 108584 | 25. Juli 24 | 22:46 | x64 |
Sqlevn70.rll | 2019.150.4385.2 | 1595432 | 25. Juli 24 | 22:46 | x64 |
Sqlevn70.rll | 2019.150.4385.2 | 3508264 | 25. Juli 24 | 22:46 | x64 |
Sqlevn70.rll | 2019.150.4385.2 | 3704872 | 25. Juli 24 | 22:46 | x64 |
Sqlevn70.rll | 2019.150.4385.2 | 4171816 | 25. Juli 24 | 22:46 | x64 |
Sqlevn70.rll | 2019.150.4385.2 | 4290600 | 25. Juli 24 | 22:46 | x64 |
Sqlevn70.rll | 2019.150.4385.2 | 3422264 | 25. Juli 24 | 22:46 | x64 |
Sqlevn70.rll | 2019.150.4385.2 | 3586088 | 25. Juli 24 | 22:46 | x64 |
Sqlevn70.rll | 2019.150.4385.2 | 4163640 | 25. Juli 24 | 22:46 | x64 |
Sqlevn70.rll | 2019.150.4385.2 | 4020264 | 25. Juli 24 | 22:46 | x64 |
Sqlevn70.rll | 2019.150.4385.2 | 4069416 | 25. Juli 24 | 22:46 | x64 |
Sqlevn70.rll | 2019.150.4385.2 | 2226216 | 25. Juli 24 | 22:46 | x64 |
Sqlevn70.rll | 2019.150.4385.2 | 2177080 | 25. Juli 24 | 22:46 | x64 |
Sqlevn70.rll | 2019.150.4385.2 | 3876904 | 25. Juli 24 | 22:46 | x64 |
Sqlevn70.rll | 2019.150.4385.2 | 3553320 | 25. Juli 24 | 22:46 | x64 |
Sqlevn70.rll | 2019.150.4385.2 | 4024376 | 25. Juli 24 | 22:46 | x64 |
Sqlevn70.rll | 2019.150.4385.2 | 3827752 | 25. Juli 24 | 22:46 | x64 |
Sqlevn70.rll | 2019.150.4385.2 | 3823672 | 25. Juli 24 | 22:46 | x64 |
Sqlevn70.rll | 2019.150.4385.2 | 3618872 | 25. Juli 24 | 22:46 | x64 |
Sqlevn70.rll | 2019.150.4385.2 | 3508264 | 25. Juli 24 | 22:46 | x64 |
Sqlevn70.rll | 2019.150.4385.2 | 1542200 | 25. Juli 24 | 22:46 | x64 |
Sqlevn70.rll | 2019.150.4385.2 | 3917880 | 25. Juli 24 | 22:46 | x64 |
Sqlevn70.rll | 2019.150.4385.2 | 4036664 | 25. Juli 24 | 22:46 | x64 |
Sqllang.dll | 2019.150.4385.2 | 40077248 | 25. Juli 24 | 22:46 | x64 |
Sqlmin.dll | 2019.150.4385.2 | 40648640 | 25. Juli 24 | 22:46 | x64 |
Sqlolapss.dll | 2019.150.4385.2 | 108584 | 25. Juli 24 | 22:46 | x64 |
Sqlos.dll | 2019.150.4385.2 | 43048 | 25. Juli 24 | 22:46 | x64 |
Sqlpowershellss.dll | 2019.150.4385.2 | 84008 | 25. Juli 24 | 22:46 | x64 |
Sqlrepss.dll | 2019.150.4385.2 | 88000 | 25. Juli 24 | 22:46 | x64 |
Sqlresourceloader.dll | 2019.150.4385.2 | 51152 | 25. Juli 24 | 22:46 | x64 |
Sqlscm.dll | 2019.150.4385.2 | 88000 | 25. Juli 24 | 22:46 | x64 |
Sqlscriptdowngrade.dll | 2019.150.4385.2 | 38968 | 25. Juli 24 | 22:46 | x64 |
Sqlscriptupgrade.dll | 2019.150.4385.2 | 5806120 | 25. Juli 24 | 22:46 | x64 |
Sqlserverspatial150.dll | 2019.150.4385.2 | 673832 | 25. Juli 24 | 22:46 | x64 |
Sqlservr.exe | 2019.150.4385.2 | 628776 | 25. Juli 24 | 22:46 | x64 |
Sqlsvc.dll | 2019.150.4385.2 | 182328 | 25. Juli 24 | 22:46 | x64 |
Sqltses.dll | 2019.150.4385.2 | 9119800 | 25. Juli 24 | 22:46 | x64 |
Sqsrvres.dll | 2019.150.4385.2 | 280512 | 25. Juli 24 | 22:46 | x64 |
Stretchcodegen.exe | 15.0.4385.2 | 59432 | 25. Juli 24 | 22:46 | x86 |
Svl.dll | 2019.150.4385.2 | 161848 | 25. Juli 24 | 22:46 | x64 |
vcruntime140.dll | 14.16.27034.0 | 85992 | 25. Juli 24 | 22:46 | x64 |
Xe.dll | 2019.150.4385.2 | 723000 | 25. Juli 24 | 22:46 | x64 |
Xpadsi.exe | 2019.150.4385.2 | 116776 | 25. Juli 24 | 22:46 | x64 |
Xplog70.dll | 2019.150.4385.2 | 92096 | 25. Juli 24 | 22:46 | x64 |
Xpqueue.dll | 2019.150.4385.2 | 92112 | 25. Juli 24 | 22:46 | x64 |
Xprepl.dll | 2019.150.4385.2 | 120872 | 25. Juli 24 | 22:46 | x64 |
Xpstar.dll | 2019.150.4385.2 | 473128 | 25. Juli 24 | 22:46 | x64 |
SQL Server 2019 Datenbankdienste Core Shared
Dateiname | Dateiversion | Dateigröße | Datum | Uhrzeit | Plattform |
---|---|---|---|---|---|
Batchparser.dll | 2019.150.4385.2 | 182328 | 25. Juli 24 | 21:57 | x64 |
Batchparser.dll | 2019.150.4385.2 | 165928 | 25. Juli 24 | 21:57 | x86 |
Commanddest.dll | 2019.150.4385.2 | 264232 | 25. Juli 24 | 21:57 | x64 |
Datacollectortasks.dll | 2019.150.4385.2 | 231464 | 25. Juli 24 | 21:57 | x64 |
Distrib.exe | 2019.150.4385.2 | 243752 | 25. Juli 24 | 21:57 | x64 |
Dteparse.dll | 2019.150.4385.2 | 124984 | 25. Juli 24 | 21:57 | x64 |
Dteparsemgd.dll | 2019.150.4385.2 | 133176 | 25. Juli 24 | 21:57 | x64 |
Dtepkg.dll | 2019.150.4385.2 | 149456 | 25. Juli 24 | 21:57 | x64 |
Dtexec.exe | 2019.150.4385.2 | 73784 | 25. Juli 24 | 21:57 | x64 |
Dts.dll | 2019.150.4385.2 | 3143616 | 25. Juli 24 | 21:57 | x64 |
Dtscomexpreval.dll | 2019.150.4385.2 | 501800 | 25. Juli 24 | 21:57 | x64 |
Dtsconn.dll | 2019.150.4385.2 | 522280 | 25. Juli 24 | 21:57 | x64 |
Dtshost.exe | 2019.150.4385.2 | 107560 | 25. Juli 24 | 21:57 | x64 |
Dtsmsg150.dll | 2019.150.4385.2 | 567336 | 25. Juli 24 | 21:57 | x64 |
Dtspipeline.dll | 2019.150.4385.2 | 1329192 | 25. Juli 24 | 21:57 | x64 |
Dtswizard.exe | 15.0.4385.2 | 886736 | 25. Juli 24 | 21:57 | x64 |
Dtuparse.dll | 2019.150.4385.2 | 100392 | 25. Juli 24 | 21:57 | x64 |
Dtutil.exe | 2019.150.4385.2 | 151096 | 25. Juli 24 | 21:57 | x64 |
Exceldest.dll | 2019.150.4385.2 | 280528 | 25. Juli 24 | 21:57 | x64 |
Excelsrc.dll | 2019.150.4385.2 | 309288 | 25. Juli 24 | 21:57 | x64 |
Execpackagetask.dll | 2019.150.4385.2 | 186424 | 25. Juli 24 | 21:57 | x64 |
Flatfiledest.dll | 2019.150.4385.2 | 411704 | 25. Juli 24 | 21:57 | x64 |
Flatfilesrc.dll | 2019.150.4385.2 | 428072 | 25. Juli 24 | 21:57 | x64 |
Logread.exe | 2019.150.4385.2 | 723000 | 25. Juli 24 | 21:57 | x64 |
Mergetxt.dll | 2019.150.4385.2 | 75816 | 25. Juli 24 | 21:57 | x64 |
Microsoft.sqlserver.integrationservice.hadoop.common.dll | 15.0.4385.2 | 59328 | 25. Juli 24 | 21:57 | x86 |
Microsoft.sqlserver.integrationservices.runtimetelemetry.dll | 15.0.4385.2 | 43048 | 25. Juli 24 | 21:57 | x86 |
Microsoft.sqlserver.maintenanceplantasks.dll | 15.0.4385.2 | 391208 | 25. Juli 24 | 21:57 | x86 |
Microsoft.sqlserver.replication.dll | 2019.150.4385.2 | 1697832 | 25. Juli 24 | 21:57 | x64 |
Microsoft.sqlserver.replication.dll | 2019.150.4385.2 | 1640488 | 25. Juli 24 | 21:57 | x86 |
Microsoft.sqlserver.rmo.dll | 15.0.4385.2 | 550968 | 25. Juli 24 | 21:57 | x86 |
Msdtssrvrutil.dll | 2019.150.4385.2 | 112592 | 25. Juli 24 | 21:57 | x64 |
Msgprox.dll | 2019.150.4385.2 | 301112 | 25. Juli 24 | 21:57 | x64 |
Msoledbsql.dll | 2018.187.4.0 | 2750472 | 25. Juli 24 | 21:57 | x64 |
Msoledbsql.dll | 2018.187.4.0 | 153608 | 25. Juli 24 | 21:57 | x64 |
Msxmlsql.dll | 2019.150.4385.2 | 1497128 | 25. Juli 24 | 21:57 | x64 |
Oledbdest.dll | 2019.150.4385.2 | 280616 | 25. Juli 24 | 21:57 | x64 |
Oledbsrc.dll | 2019.150.4385.2 | 313384 | 25. Juli 24 | 21:57 | x64 |
Osql.exe | 2019.150.4385.2 | 92216 | 25. Juli 24 | 21:57 | x64 |
Qrdrsvc.exe | 2019.150.4385.2 | 501800 | 25. Juli 24 | 21:57 | x64 |
Rawdest.dll | 2019.150.4385.2 | 227368 | 25. Juli 24 | 21:57 | x64 |
Rawsource.dll | 2019.150.4385.2 | 210888 | 25. Juli 24 | 21:57 | x64 |
Rdistcom.dll | 2019.150.4385.2 | 915392 | 25. Juli 24 | 21:57 | x64 |
Recordsetdest.dll | 2019.150.4385.2 | 202808 | 25. Juli 24 | 21:57 | x64 |
Repldp.dll | 2019.150.4385.2 | 313280 | 25. Juli 24 | 21:57 | x64 |
Replerrx.dll | 2019.150.4385.2 | 182312 | 25. Juli 24 | 21:57 | x64 |
Replisapi.dll | 2019.150.4385.2 | 395216 | 25. Juli 24 | 21:57 | x64 |
Replmerg.exe | 2019.150.4385.2 | 563136 | 25. Juli 24 | 21:57 | x64 |
Replprov.dll | 2019.150.4385.2 | 862248 | 25. Juli 24 | 21:57 | x64 |
Replrec.dll | 2019.150.4385.2 | 1034296 | 25. Juli 24 | 21:57 | x64 |
Replsub.dll | 2019.150.4385.2 | 473128 | 25. Juli 24 | 21:57 | x64 |
Replsync.dll | 2019.150.4385.2 | 165944 | 25. Juli 24 | 21:57 | x64 |
Spresolv.dll | 2019.150.4385.2 | 276432 | 25. Juli 24 | 21:57 | x64 |
Sqlcmd.exe | 2019.150.4385.2 | 264128 | 25. Juli 24 | 21:57 | x64 |
Sqldiag.exe | 2019.150.4385.2 | 1140776 | 25. Juli 24 | 21:57 | x64 |
Sqldistx.dll | 2019.150.4385.2 | 251944 | 25. Juli 24 | 21:57 | x64 |
Sqllogship.exe | 15.0.4385.2 | 104400 | 25. Juli 24 | 21:57 | x64 |
Sqlmergx.dll | 2019.150.4385.2 | 399400 | 25. Juli 24 | 21:57 | x64 |
Sqlnclirda11.dll | 2011.110.5069.66 | 3478208 | 25. Juli 24 | 21:57 | x64 |
Sqlresourceloader.dll | 2019.150.4385.2 | 51152 | 25. Juli 24 | 21:57 | x64 |
Sqlresourceloader.dll | 2019.150.4385.2 | 38952 | 25. Juli 24 | 21:57 | x86 |
Sqlscm.dll | 2019.150.4385.2 | 88000 | 25. Juli 24 | 21:57 | x64 |
Sqlscm.dll | 2019.150.4385.2 | 79912 | 25. Juli 24 | 21:57 | x86 |
Sqlsvc.dll | 2019.150.4385.2 | 182328 | 25. Juli 24 | 21:57 | x64 |
Sqlsvc.dll | 2019.150.4385.2 | 149544 | 25. Juli 24 | 21:57 | x86 |
Sqltaskconnections.dll | 2019.150.4385.2 | 202792 | 25. Juli 24 | 21:57 | x64 |
Ssradd.dll | 2019.150.4385.2 | 84024 | 25. Juli 24 | 21:57 | x64 |
Ssravg.dll | 2019.150.4385.2 | 83920 | 25. Juli 24 | 21:57 | x64 |
Ssrdown.dll | 2019.150.4385.2 | 75816 | 25. Juli 24 | 21:57 | x64 |
Ssrmax.dll | 2019.150.4385.2 | 84008 | 25. Juli 24 | 21:57 | x64 |
Ssrmin.dll | 2019.150.4385.2 | 84024 | 25. Juli 24 | 21:57 | x64 |
Ssrpub.dll | 2019.150.4385.2 | 79912 | 25. Juli 24 | 21:57 | x64 |
Ssrup.dll | 2019.150.4385.2 | 75816 | 25. Juli 24 | 21:57 | x64 |
Txagg.dll | 2019.150.4385.2 | 391224 | 25. Juli 24 | 21:57 | x64 |
Txbdd.dll | 2019.150.4385.2 | 190400 | 25. Juli 24 | 21:57 | x64 |
Txdatacollector.dll | 2019.150.4385.2 | 473144 | 25. Juli 24 | 21:57 | x64 |
Txdataconvert.dll | 2019.150.4385.2 | 317480 | 25. Juli 24 | 21:57 | x64 |
Txderived.dll | 2019.150.4385.2 | 641080 | 25. Juli 24 | 21:57 | x64 |
Txlookup.dll | 2019.150.4385.2 | 542760 | 25. Juli 24 | 21:57 | x64 |
Txmerge.dll | 2019.150.4385.2 | 247848 | 25. Juli 24 | 21:57 | x64 |
Txmergejoin.dll | 2019.150.4385.2 | 309288 | 25. Juli 24 | 21:57 | x64 |
Txmulticast.dll | 2019.150.4385.2 | 145360 | 25. Juli 24 | 21:57 | x64 |
Txrowcount.dll | 2019.150.4385.2 | 141352 | 25. Juli 24 | 21:57 | x64 |
Txsort.dll | 2019.150.4385.2 | 288808 | 25. Juli 24 | 21:57 | x64 |
Txsplit.dll | 2019.150.4385.2 | 624592 | 25. Juli 24 | 21:57 | x64 |
Txunionall.dll | 2019.150.4385.2 | 198712 | 25. Juli 24 | 21:57 | x64 |
Xe.dll | 2019.150.4385.2 | 723000 | 25. Juli 24 | 21:57 | x64 |
Xmlsub.dll | 2019.150.4385.2 | 297000 | 25. Juli 24 | 21:57 | x64 |
SQL Server 2019 SQL-Erweiterbarkeit
Dateiname | Dateiversion | Dateigröße | Datum | Uhrzeit | Plattform |
---|---|---|---|---|---|
Commonlauncher.dll | 2019.150.4385.2 | 96312 | 25. Juli 24 | 21:57 | x64 |
Exthost.exe | 2019.150.4385.2 | 239656 | 25. Juli 24 | 21:57 | x64 |
Launchpad.exe | 2019.150.4385.2 | 1230792 | 25. Juli 24 | 21:57 | x64 |
Sqlsatellite.dll | 2019.150.4385.2 | 1026104 | 25. Juli 24 | 21:57 | x64 |
SQL Server 2019 Full-Text Engine
Dateiname | Dateiversion | Dateigröße | Datum | Uhrzeit | Plattform |
---|---|---|---|---|---|
Fd.dll | 2019.150.4385.2 | 686120 | 25. Juli 24 | 21:57 | x64 |
Fdhost.exe | 2019.150.4385.2 | 129064 | 25. Juli 24 | 21:57 | x64 |
Fdlauncher.exe | 2019.150.4385.2 | 79,808 | 25. Juli 24 | 21:57 | x64 |
Sqlft150ph.dll | 2019.150.4385.2 | 92216 | 25. Juli 24 | 21:57 | x64 |
SQL Server 2019-sql_inst_mr
Dateiname | Dateiversion | Dateigröße | Datum | Uhrzeit | Plattform |
---|---|---|---|---|---|
Imrdll.dll | 15.0.4385.2 | 30,776 | 25. Juli 24 | 21:57 | x86 |
SQL Server 2019 Integration Services
Dateiname | Dateiversion | Dateigröße | Datum | Uhrzeit | Plattform |
---|---|---|---|---|---|
Commanddest.dll | 2019.150.4385.2 | 227264 | 25. Juli 24 | 22:02 | x86 |
Commanddest.dll | 2019.150.4385.2 | 264232 | 25. Juli 24 | 22:02 | x64 |
Dteparse.dll | 2019.150.4385.2 | 112696 | 25. Juli 24 | 22:02 | x86 |
Dteparse.dll | 2019.150.4385.2 | 124984 | 25. Juli 24 | 22:02 | x64 |
Dteparsemgd.dll | 2019.150.4385.2 | 116672 | 25. Juli 24 | 22:02 | x86 |
Dteparsemgd.dll | 2019.150.4385.2 | 133176 | 25. Juli 24 | 22:02 | x64 |
Dtepkg.dll | 2019.150.4385.2 | 133160 | 25. Juli 24 | 22:02 | x86 |
Dtepkg.dll | 2019.150.4385.2 | 149456 | 25. Juli 24 | 22:02 | x64 |
Dtexec.exe | 2019.150.4385.2 | 64960 | 25. Juli 24 | 22:02 | x86 |
Dtexec.exe | 2019.150.4385.2 | 73784 | 25. Juli 24 | 22:02 | x64 |
Dts.dll | 2019.150.4385.2 | 2762688 | 25. Juli 24 | 22:02 | x86 |
Dts.dll | 2019.150.4385.2 | 3143616 | 25. Juli 24 | 22:02 | x64 |
Dtscomexpreval.dll | 2019.150.4385.2 | 444456 | 25. Juli 24 | 22:02 | x86 |
Dtscomexpreval.dll | 2019.150.4385.2 | 501800 | 25. Juli 24 | 22:02 | x64 |
Dtsconn.dll | 2019.150.4385.2 | 432168 | 25. Juli 24 | 22:02 | x86 |
Dtsconn.dll | 2019.150.4385.2 | 522280 | 25. Juli 24 | 22:02 | x64 |
Dtsdebughost.exe | 2019.150.4385.2 | 113208 | 25. Juli 24 | 22:02 | x64 |
Dtsdebughost.exe | 2019.150.4385.2 | 94760 | 25. Juli 24 | 22:02 | x86 |
Dtshost.exe | 2019.150.4385.2 | 107560 | 25. Juli 24 | 22:02 | x64 |
Dtshost.exe | 2019.150.4385.2 | 89640 | 25. Juli 24 | 22:02 | x86 |
Dtsmsg150.dll | 2019.150.4385.2 | 554944 | 25. Juli 24 | 22:02 | x86 |
Dtsmsg150.dll | 2019.150.4385.2 | 567336 | 25. Juli 24 | 22:02 | x64 |
Dtspipeline.dll | 2019.150.4385.2 | 1120208 | 25. Juli 24 | 22:02 | x86 |
Dtspipeline.dll | 2019.150.4385.2 | 1329192 | 25. Juli 24 | 22:02 | x64 |
Dtswizard.exe | 15.0.4385.2 | 886736 | 25. Juli 24 | 22:02 | x64 |
Dtswizard.exe | 15.0.4385.2 | 890816 | 25. Juli 24 | 22:02 | x86 |
Dtuparse.dll | 2019.150.4385.2 | 100392 | 25. Juli 24 | 22:02 | x64 |
Dtuparse.dll | 2019.150.4385.2 | 88000 | 25. Juli 24 | 22:02 | x86 |
Dtutil.exe | 2019.150.4385.2 | 130496 | 25. Juli 24 | 22:02 | x86 |
Dtutil.exe | 2019.150.4385.2 | 151096 | 25. Juli 24 | 22:02 | x64 |
Exceldest.dll | 2019.150.4385.2 | 235456 | 25. Juli 24 | 22:02 | x86 |
Exceldest.dll | 2019.150.4385.2 | 280528 | 25. Juli 24 | 22:02 | x64 |
Excelsrc.dll | 2019.150.4385.2 | 260032 | 25. Juli 24 | 22:02 | x86 |
Excelsrc.dll | 2019.150.4385.2 | 309288 | 25. Juli 24 | 22:02 | x64 |
Execpackagetask.dll | 2019.150.4385.2 | 149440 | 25. Juli 24 | 22:02 | x86 |
Execpackagetask.dll | 2019.150.4385.2 | 186424 | 25. Juli 24 | 22:02 | x64 |
Flatfiledest.dll | 2019.150.4385.2 | 358352 | 25. Juli 24 | 22:02 | x86 |
Flatfiledest.dll | 2019.150.4385.2 | 411704 | 25. Juli 24 | 22:02 | x64 |
Flatfilesrc.dll | 2019.150.4385.2 | 370744 | 25. Juli 24 | 22:02 | x86 |
Flatfilesrc.dll | 2019.150.4385.2 | 428072 | 25. Juli 24 | 22:02 | x64 |
Isdbupgradewizard.exe | 15.0.4385.2 | 120768 | 25. Juli 24 | 22:02 | x86 |
Isdbupgradewizard.exe | 15.0.4385.2 | 120784 | 25. Juli 24 | 22:02 | x86 |
Isserverexec.exe | 15.0.4385.2 | 149456 | 25. Juli 24 | 22:02 | x86 |
Isserverexec.exe | 15.0.4385.2 | 145360 | 25. Juli 24 | 22:02 | x64 |
Microsoft.sqlserver.astasks.dll | 15.0.4385.2 | 116672 | 25. Juli 24 | 22:02 | x86 |
Microsoft.sqlserver.integrationservice.hadoop.common.dll | 15.0.4385.2 | 59328 | 25. Juli 24 | 22:02 | x86 |
Microsoft.sqlserver.integrationservice.hadoop.common.dll | 15.0.4385.2 | 59448 | 25. Juli 24 | 22:02 | x86 |
Microsoft.sqlserver.integrationservices.isserverdbupgrade.dll | 15.0.4385.2 | 509888 | 25. Juli 24 | 22:02 | x86 |
Microsoft.sqlserver.integrationservices.isserverdbupgrade.dll | 15.0.4385.2 | 509992 | 25. Juli 24 | 22:02 | x86 |
Microsoft.sqlserver.integrationservices.runtimetelemetry.dll | 15.0.4385.2 | 42,944 | 25. Juli 24 | 22:02 | x86 |
Microsoft.sqlserver.integrationservices.runtimetelemetry.dll | 15.0.4385.2 | 43048 | 25. Juli 24 | 22:02 | x86 |
Microsoft.sqlserver.maintenanceplantasks.dll | 15.0.4385.2 | 391208 | 25. Juli 24 | 22:02 | x86 |
Microsoft.sqlserver.management.integrationservicesenum.dll | 15.0.4385.2 | 59432 | 25. Juli 24 | 22:02 | x86 |
Microsoft.sqlserver.scripttask.dll | 15.0.4385.2 | 141352 | 25. Juli 24 | 22:02 | x86 |
Msdtssrvr.exe | 15.0.4385.2 | 219072 | 25. Juli 24 | 22:02 | x64 |
Msdtssrvrutil.dll | 2019.150.4385.2 | 100408 | 25. Juli 24 | 22:02 | x86 |
Msdtssrvrutil.dll | 2019.150.4385.2 | 112592 | 25. Juli 24 | 22:02 | x64 |
Msmdpp.dll | 2018.150.35.48 | 10062912 | 25. Juli 24 | 21:58 | x64 |
Odbcdest.dll | 2019.150.4385.2 | 370728 | 25. Juli 24 | 22:02 | x64 |
Odbcdest.dll | 2019.150.4385.2 | 321576 | 25. Juli 24 | 22:02 | x86 |
Odbcsrc.dll | 2019.150.4385.2 | 382912 | 25. Juli 24 | 22:02 | x64 |
Odbcsrc.dll | 2019.150.4385.2 | 329784 | 25. Juli 24 | 22:02 | x86 |
Oledbdest.dll | 2019.150.4385.2 | 280616 | 25. Juli 24 | 22:02 | x64 |
Oledbdest.dll | 2019.150.4385.2 | 239552 | 25. Juli 24 | 22:02 | x86 |
Oledbsrc.dll | 2019.150.4385.2 | 313384 | 25. Juli 24 | 22:02 | x64 |
Oledbsrc.dll | 2019.150.4385.2 | 264128 | 25. Juli 24 | 22:02 | x86 |
Rawdest.dll | 2019.150.4385.2 | 190416 | 25. Juli 24 | 22:02 | x86 |
Rawdest.dll | 2019.150.4385.2 | 227368 | 25. Juli 24 | 22:02 | x64 |
Rawsource.dll | 2019.150.4385.2 | 178128 | 25. Juli 24 | 22:02 | x86 |
Rawsource.dll | 2019.150.4385.2 | 210888 | 25. Juli 24 | 22:02 | x64 |
Recordsetdest.dll | 2019.150.4385.2 | 174032 | 25. Juli 24 | 22:02 | x86 |
Recordsetdest.dll | 2019.150.4385.2 | 202808 | 25. Juli 24 | 22:02 | x64 |
Sqlceip.exe | 15.0.4385.2 | 297000 | 25. Juli 24 | 22:02 | x86 |
Sqldest.dll | 2019.150.4385.2 | 276520 | 25. Juli 24 | 22:02 | x64 |
Sqldest.dll | 2019.150.4385.2 | 239552 | 25. Juli 24 | 22:02 | x86 |
Sqltaskconnections.dll | 2019.150.4385.2 | 202792 | 25. Juli 24 | 22:02 | x64 |
Sqltaskconnections.dll | 2019.150.4385.2 | 169920 | 25. Juli 24 | 22:02 | x86 |
Txagg.dll | 2019.150.4385.2 | 329768 | 25. Juli 24 | 22:02 | x86 |
Txagg.dll | 2019.150.4385.2 | 391224 | 25. Juli 24 | 22:02 | x64 |
Txbdd.dll | 2019.150.4385.2 | 153,536 | 25. Juli 24 | 22:02 | x86 |
Txbdd.dll | 2019.150.4385.2 | 190400 | 25. Juli 24 | 22:02 | x64 |
Txbestmatch.dll | 2019.150.4385.2 | 546856 | 25. Juli 24 | 22:02 | x86 |
Txbestmatch.dll | 2019.150.4385.2 | 653368 | 25. Juli 24 | 22:02 | x64 |
Txcache.dll | 2019.150.4385.2 | 165824 | 25. Juli 24 | 22:02 | x86 |
Txcache.dll | 2019.150.4385.2 | 198696 | 25. Juli 24 | 22:02 | x64 |
Txcharmap.dll | 2019.150.4385.2 | 272440 | 25. Juli 24 | 22:02 | x86 |
Txcharmap.dll | 2019.150.4385.2 | 313280 | 25. Juli 24 | 22:02 | x64 |
Txcopymap.dll | 2019.150.4385.2 | 165824 | 25. Juli 24 | 22:02 | x86 |
Txcopymap.dll | 2019.150.4385.2 | 202808 | 25. Juli 24 | 22:02 | x64 |
Txdataconvert.dll | 2019.150.4385.2 | 276432 | 25. Juli 24 | 22:02 | x86 |
Txdataconvert.dll | 2019.150.4385.2 | 317480 | 25. Juli 24 | 22:02 | x64 |
Txderived.dll | 2019.150.4385.2 | 559144 | 25. Juli 24 | 22:02 | x86 |
Txderived.dll | 2019.150.4385.2 | 641080 | 25. Juli 24 | 22:02 | x64 |
Txfileextractor.dll | 2019.150.4385.2 | 182312 | 25. Juli 24 | 22:02 | x86 |
Txfileextractor.dll | 2019.150.4385.2 | 219072 | 25. Juli 24 | 22:02 | x64 |
Txfileinserter.dll | 2019.150.4385.2 | 182216 | 25. Juli 24 | 22:02 | x86 |
Txfileinserter.dll | 2019.150.4385.2 | 215080 | 25. Juli 24 | 22:02 | x64 |
Txgroupdups.dll | 2019.150.4385.2 | 255936 | 25. Juli 24 | 22:02 | x86 |
Txgroupdups.dll | 2019.150.4385.2 | 313384 | 25. Juli 24 | 22:02 | x64 |
Txlineage.dll | 2019.150.4385.2 | 128960 | 25. Juli 24 | 22:02 | x86 |
Txlineage.dll | 2019.150.4385.2 | 153656 | 25. Juli 24 | 22:02 | x64 |
Txlookup.dll | 2019.150.4385.2 | 468928 | 25. Juli 24 | 22:02 | x86 |
Txlookup.dll | 2019.150.4385.2 | 542760 | 25. Juli 24 | 22:02 | x64 |
Txmerge.dll | 2019.150.4385.2 | 202792 | 25. Juli 24 | 22:02 | x86 |
Txmerge.dll | 2019.150.4385.2 | 247848 | 25. Juli 24 | 22:02 | x64 |
Txmergejoin.dll | 2019.150.4385.2 | 247848 | 25. Juli 24 | 22:02 | x86 |
Txmergejoin.dll | 2019.150.4385.2 | 309288 | 25. Juli 24 | 22:02 | x64 |
Txmulticast.dll | 2019.150.4385.2 | 116688 | 25. Juli 24 | 22:02 | x86 |
Txmulticast.dll | 2019.150.4385.2 | 145360 | 25. Juli 24 | 22:02 | x64 |
Txpivot.dll | 2019.150.4385.2 | 206800 | 25. Juli 24 | 22:02 | x86 |
Txpivot.dll | 2019.150.4385.2 | 239568 | 25. Juli 24 | 22:02 | x64 |
Txrowcount.dll | 2019.150.4385.2 | 112576 | 25. Juli 24 | 22:02 | x86 |
Txrowcount.dll | 2019.150.4385.2 | 141352 | 25. Juli 24 | 22:02 | x64 |
Txsampling.dll | 2019.150.4385.2 | 157736 | 25. Juli 24 | 22:02 | x86 |
Txsampling.dll | 2019.150.4385.2 | 194616 | 25. Juli 24 | 22:02 | x64 |
Txscd.dll | 2019.150.4385.2 | 198608 | 25. Juli 24 | 22:02 | x86 |
Txscd.dll | 2019.150.4385.2 | 235576 | 25. Juli 24 | 22:02 | x64 |
Txsort.dll | 2019.150.4385.2 | 231464 | 25. Juli 24 | 22:02 | x86 |
Txsort.dll | 2019.150.4385.2 | 288808 | 25. Juli 24 | 22:02 | x64 |
Txsplit.dll | 2019.150.4385.2 | 550952 | 25. Juli 24 | 22:02 | x86 |
Txsplit.dll | 2019.150.4385.2 | 624592 | 25. Juli 24 | 22:02 | x64 |
Txtermextraction.dll | 2019.150.4385.2 | 8644648 | 25. Juli 24 | 22:02 | x86 |
Txtermextraction.dll | 2019.150.4385.2 | 8701992 | 25. Juli 24 | 22:02 | x64 |
Txtermlookup.dll | 2019.150.4385.2 | 4139048 | 25. Juli 24 | 22:02 | x86 |
Txtermlookup.dll | 2019.150.4385.2 | 4184104 | 25. Juli 24 | 22:02 | x64 |
Txunionall.dll | 2019.150.4385.2 | 161832 | 25. Juli 24 | 22:02 | x86 |
Txunionall.dll | 2019.150.4385.2 | 198712 | 25. Juli 24 | 22:02 | x64 |
Txunpivot.dll | 2019.150.4385.2 | 182328 | 25. Juli 24 | 22:02 | x86 |
Txunpivot.dll | 2019.150.4385.2 | 215096 | 25. Juli 24 | 22:02 | x64 |
Xe.dll | 2019.150.4385.2 | 632888 | 25. Juli 24 | 22:02 | x86 |
Xe.dll | 2019.150.4385.2 | 723000 | 25. Juli 24 | 22:02 | x64 |
SQL Server 2019-sql_polybase_core_inst
Dateiname | Dateiversion | Dateigröße | Datum | Uhrzeit | Plattform |
---|---|---|---|---|---|
Dms.dll | 15.0.1970.0 | 559688 | 25. Juli 24 | 22:38 | x86 |
Dmsnative.dll | 2018.150.1970.0 | 152632 | 25. Juli 24 | 22:38 | x64 |
Dwengineservice.dll | 15.0.1970.0 | 45016 | 25. Juli 24 | 22:38 | x86 |
Eng_polybase_odbcdrivermongo_2321_mongodbodbc_sb64_dll.64 | 2.3.21.1023 | 18691056 | 25. Juli 24 | 22:38 | x64 |
Eng_polybase_odbcdrivermongo_2321_saslsspi_dll.64 | 1.0.2.1003 | 147504 | 25. Juli 24 | 22:39 | x64 |
Eng_polybase_odbcdrivermongo_238_mongodbodbc_sb64_dll.64 | 2.3.8.1008 | 17142672 | 25. Juli 24 | 22:38 | x64 |
Eng_polybase_odbcdrivermongo_238_saslsspi_dll.64 | 1.0.2.1003 | 146304 | 25. Juli 24 | 22:38 | x64 |
Eng_polybase_odbcdriveroracle_802_mscurl28_dll.64 | 8.0.2.304 | 2532096 | 25. Juli 24 | 22:39 | x64 |
Eng_polybase_odbcdriveroracle_802_msora28_dll.64 | 8.0.2.2592 | 2425088 | 25. Juli 24 | 22:38 | x64 |
Eng_polybase_odbcdriveroracle_802_msora28r_dll.64 | 8.0.2.2592 | 151808 | 25. Juli 24 | 22:38 | x64 |
Eng_polybase_odbcdriveroracle_802_msssl28_dll.64 | 8.0.2.244 | 2416384 | 25. Juli 24 | 22:38 | x64 |
Eng_polybase_odbcdriveroracle_802_mstls28_dll.64 | 8.0.2.216 | 2953472 | 25. Juli 24 | 22:38 | x64 |
Icudt58.dll | 58.2.0.0 | 27109768 | 25. Juli 24 | 22:38 | x64 |
Icudt58.dll | 58.2.0.0 | 27109832 | 25. Juli 24 | 22:38 | x64 |
Icudt58.dll | 58.3.0.0 | 27110344 | 25. Juli 24 | 22:38 | x64 |
Icudt58.dll | 58.3.0.0 | 27110344 | 25. Juli 24 | 22:39 | x64 |
Icuin58.dll | 58.2.0.0 | 2425288 | 25. Juli 24 | 22:38 | x64 |
Icuin58.dll | 58.2.0.0 | 2431880 | 25. Juli 24 | 22:38 | x64 |
Icuin58.dll | 58.3.0.0 | 2562504 | 25. Juli 24 | 22:38 | x64 |
Icuin58.dll | 58.3.0.0 | 2551752 | 25. Juli 24 | 22:39 | x64 |
Icuuc42.dll | 8.0.2.124 | 15491840 | 25. Juli 24 | 22:39 | x64 |
Icuuc58.dll | 58.2.0.0 | 1775048 | 25. Juli 24 | 22:38 | x64 |
Icuuc58.dll | 58.2.0.0 | 1783688 | 25. Juli 24 | 22:38 | x64 |
Icuuc58.dll | 58.3.0.0 | 1924040 | 25. Juli 24 | 22:38 | x64 |
Icuuc58.dll | 58.3.0.0 | 1888712 | 25. Juli 24 | 22:39 | x64 |
Instapi150.dll | 2019.150.4385.2 | 88104 | 25. Juli 24 | 22:38 | x64 |
Libcrypto-1_1-x64.dll | 1.1.0.10 | 2620304 | 25. Juli 24 | 22:38 | x64 |
Libcrypto | 1.1.1.4 | 2953680 | 25. Juli 24 | 22:38 | x64 |
Libcrypto | 1.1.1.11 | 4321232 | 25. Juli 24 | 22:38 | x64 |
Libcrypto | 1.1.1.14 | 4085336 | 25. Juli 24 | 22:39 | x64 |
Libsasl.dll | 2.1.26.0 | 292224 | 25. Juli 24 | 22:38 | x64 |
Libsasl.dll | 2.1.26.0 | 521664 | 25. Juli 24 | 22:38 | x64 |
Libssl-1_1-x64.dll | 1.1.0.10 | 648080 | 25. Juli 24 | 22:38 | x64 |
Libssl | 1.1.1.11 | 1322960 | 25. Juli 24 | 22:38 | x64 |
Libssl | 1.1.1.4 | 798160 | 25. Juli 24 | 22:38 | x64 |
Libssl | 1.1.1.14 | 1195600 | 25. Juli 24 | 22:39 | x64 |
Microsoft.sqlserver.datawarehouse.backup.backupmetadata.dll | 15.0.1970.0 | 67656 | 25. Juli 24 | 22:38 | x86 |
Microsoft.sqlserver.datawarehouse.catalog.dll | 15.0.1970.0 | 293448 | 25. Juli 24 | 22:38 | x86 |
Microsoft.sqlserver.datawarehouse.common.dll | 15.0.1970.0 | 1957832 | 25. Juli 24 | 22:38 | x86 |
Microsoft.sqlserver.datawarehouse.configuration.dll | 15.0.1970.0 | 169544 | 25. Juli 24 | 22:38 | x86 |
Microsoft.sqlserver.datawarehouse.datamovement.common.dll | 15.0.1970.0 | 649800 | 25. Juli 24 | 22:38 | x86 |
Microsoft.sqlserver.datawarehouse.datamovement.manager.dll | 15.0.1970.0 | 246344 | 25. Juli 24 | 22:38 | x86 |
Microsoft.sqlserver.datawarehouse.datamovement.messagetypes.dll | 15.0.1970.0 | 139336 | 25. Juli 24 | 22:38 | x86 |
Microsoft.sqlserver.datawarehouse.datamovement.messagingprotocol.dll | 15.0.1970.0 | 79832 | 25. Juli 24 | 22:38 | x86 |
Microsoft.sqlserver.datawarehouse.diagnostics.dll | 15.0.1970.0 | 51272 | 25. Juli 24 | 22:38 | x86 |
Microsoft.sqlserver.datawarehouse.distributor.dll | 15.0.1970.0 | 88648 | 25. Juli 24 | 22:38 | x86 |
Microsoft.sqlserver.datawarehouse.engine.dll | 15.0.1970.0 | 1129432 | 25. Juli 24 | 22:38 | x86 |
Microsoft.sqlserver.datawarehouse.engine.statsstream.dll | 15.0.1970.0 | 80968 | 25. Juli 24 | 22:38 | x86 |
Microsoft.sqlserver.datawarehouse.eventing.dll | 15.0.1970.0 | 70616 | 25. Juli 24 | 22:38 | x86 |
Microsoft.sqlserver.datawarehouse.fabric.appliance.dll | 15.0.1970.0 | 35400 | 25. Juli 24 | 22:38 | x86 |
Microsoft.sqlserver.datawarehouse.fabric.interface.dll | 15.0.1970.0 | 31176 | 25. Juli 24 | 22:38 | x86 |
Microsoft.sqlserver.datawarehouse.fabric.polybase.dll | 15.0.1970.0 | 46552 | 25. Juli 24 | 22:38 | x86 |
Microsoft.sqlserver.datawarehouse.fabric.xdbinterface.dll | 15.0.1970.0 | 21464 | 25. Juli 24 | 22:38 | x86 |
Microsoft.sqlserver.datawarehouse.failover.dll | 15.0.1970.0 | 26696 | 25. Juli 24 | 22:38 | x86 |
Microsoft.sqlserver.datawarehouse.hadoop.hadoopbridge.dll | 15.0.1970.0 | 131656 | 25. Juli 24 | 22:38 | x86 |
Microsoft.sqlserver.datawarehouse.loadercommon.dll | 15.0.1970.0 | 86488 | 25. Juli 24 | 22:38 | x86 |
Microsoft.sqlserver.datawarehouse.loadmanager.dll | 15.0.1970.0 | 100936 | 25. Juli 24 | 22:38 | x86 |
Microsoft.sqlserver.datawarehouse.localization.dll | 15.0.1970.0 | 293336 | 25. Juli 24 | 22:38 | x86 |
Microsoft.sqlserver.datawarehouse.localization.resources.dll | 15.0.1970.0 | 120280 | 25. Juli 24 | 22:38 | x86 |
Microsoft.sqlserver.datawarehouse.localization.resources.dll | 15.0.1970.0 | 138184 | 25. Juli 24 | 22:38 | x86 |
Microsoft.sqlserver.datawarehouse.localization.resources.dll | 15.0.1970.0 | 141272 | 25. Juli 24 | 22:38 | x86 |
Microsoft.sqlserver.datawarehouse.localization.resources.dll | 15.0.1970.0 | 137672 | 25. Juli 24 | 22:38 | x86 |
Microsoft.sqlserver.datawarehouse.localization.resources.dll | 15.0.1970.0 | 150488 | 25. Juli 24 | 22:38 | x86 |
Microsoft.sqlserver.datawarehouse.localization.resources.dll | 15.0.1970.0 | 139,720 | 25. Juli 24 | 22:38 | x86 |
Microsoft.sqlserver.datawarehouse.localization.resources.dll | 15.0.1970.0 | 134712 | 25. Juli 24 | 22:38 | x86 |
Microsoft.sqlserver.datawarehouse.localization.resources.dll | 15.0.1970.0 | 176600 | 25. Juli 24 | 22:38 | x86 |
Microsoft.sqlserver.datawarehouse.localization.resources.dll | 15.0.1970.0 | 117704 | 25. Juli 24 | 22:38 | x86 |
Microsoft.sqlserver.datawarehouse.localization.resources.dll | 15.0.1970.0 | 136656 | 25. Juli 24 | 22:38 | x86 |
Microsoft.sqlserver.datawarehouse.nodes.dll | 15.0.1970.0 | 72776 | 25. Juli 24 | 22:38 | x86 |
Microsoft.sqlserver.datawarehouse.nulltransaction.dll | 15.0.1970.0 | 21976 | 25. Juli 24 | 22:38 | x86 |
Microsoft.sqlserver.datawarehouse.parallelizer.dll | 15.0.1970.0 | 37448 | 25. Juli 24 | 22:38 | x86 |
Microsoft.sqlserver.datawarehouse.resourcemanagement.dll | 15.0.1970.0 | 129096 | 25. Juli 24 | 22:38 | x86 |
Microsoft.sqlserver.datawarehouse.sql.dll | 15.0.1970.0 | 3064904 | 25. Juli 24 | 22:38 | x86 |
Microsoft.sqlserver.datawarehouse.sql.parser.dll | 15.0.1970.0 | 3955784 | 25. Juli 24 | 22:38 | x86 |
Microsoft.sqlserver.datawarehouse.sql.parser.resources.dll | 15.0.1970.0 | 118344 | 25. Juli 24 | 22:38 | x86 |
Microsoft.sqlserver.datawarehouse.sql.parser.resources.dll | 15.0.1970.0 | 133192 | 25. Juli 24 | 22:38 | x86 |
Microsoft.sqlserver.datawarehouse.sql.parser.resources.dll | 15.0.1970.0 | 137.800 | 25. Juli 24 | 22:38 | x86 |
Microsoft.sqlserver.datawarehouse.sql.parser.resources.dll | 15.0.1970.0 | 133704 | 25. Juli 24 | 22:38 | x86 |
Microsoft.sqlserver.datawarehouse.sql.parser.resources.dll | 15.0.1970.0 | 148440 | 25. Juli 24 | 22:38 | x86 |
Microsoft.sqlserver.datawarehouse.sql.parser.resources.dll | 15.0.1970.0 | 134104 | 25. Juli 24 | 22:38 | x86 |
Microsoft.sqlserver.datawarehouse.sql.parser.resources.dll | 15.0.1970.0 | 130632 | 25. Juli 24 | 22:38 | x86 |
Microsoft.sqlserver.datawarehouse.sql.parser.resources.dll | 15.0.1970.0 | 171080 | 25. Juli 24 | 22:38 | x86 |
Microsoft.sqlserver.datawarehouse.sql.parser.resources.dll | 15.0.1970.0 | 115272 | 25. Juli 24 | 22:38 | x86 |
Microsoft.sqlserver.datawarehouse.sql.parser.resources.dll | 15.0.1970.0 | 132168 | 25. Juli 24 | 22:38 | x86 |
Microsoft.sqlserver.datawarehouse.sqldistributor.dll | 15.0.1970.0 | 67656 | 25. Juli 24 | 22:38 | x86 |
Microsoft.sqlserver.datawarehouse.transactsql.scriptdom.dll | 15.0.1970.0 | 2682952 | 25. Juli 24 | 22:38 | x86 |
Microsoft.sqlserver.datawarehouse.utilities.dll | 15.0.1970.0 | 2436568 | 25. Juli 24 | 22:38 | x86 |
Mpdwinterop.dll | 2019.150.4385.2 | 452648 | 25. Juli 24 | 22:38 | x64 |
Mpdwsvc.exe | 2019.150.4385.2 | 7407656 | 25. Juli 24 | 22:38 | x64 |
Msodbcsql17.dll | 2017.174.1.1 | 2016120 | 25. Juli 24 | 22:38 | x64 |
Odbc32.dll | 10.0.17763.1 | 720792 | 25. Juli 24 | 22:38 | x64 |
Odbccp32.dll | 10.0.17763.1 | 138136 | 25. Juli 24 | 22:38 | x64 |
Odbctrac.dll | 10.0.17763.1 | 175.000 | 25. Juli 24 | 22:38 | x64 |
Saslplain.dll | 2.1.26.0 | 170880 | 25. Juli 24 | 22:38 | x64 |
Saslplain.dll | 2.1.26.0 | 377792 | 25. Juli 24 | 22:39 | x64 |
Secforwarder.dll | 2019.150.4385.2 | 79912 | 25. Juli 24 | 22:38 | x64 |
Sharedmemory.dll | 2018.150.1970.0 | 61392 | 25. Juli 24 | 22:38 | x64 |
Sqldk.dll | 2019.150.4385.2 | 3180584 | 25. Juli 24 | 22:38 | x64 |
sqldumper.exe | 2019.150.4385.2 | 378920 | 25. Juli 24 | 22:38 | x64 |
Sqlevn70.rll | 2019.150.4385.2 | 1595432 | 25. Juli 24 | 22:38 | x64 |
Sqlevn70.rll | 2019.150.4385.2 | 4171816 | 25. Juli 24 | 22:38 | x64 |
Sqlevn70.rll | 2019.150.4385.2 | 3422264 | 25. Juli 24 | 22:38 | x64 |
Sqlevn70.rll | 2019.150.4385.2 | 4163640 | 25. Juli 24 | 22:38 | x64 |
Sqlevn70.rll | 2019.150.4385.2 | 4069416 | 25. Juli 24 | 22:38 | x64 |
Sqlevn70.rll | 2019.150.4385.2 | 2226216 | 25. Juli 24 | 22:38 | x64 |
Sqlevn70.rll | 2019.150.4385.2 | 2177080 | 25. Juli 24 | 22:38 | x64 |
Sqlevn70.rll | 2019.150.4385.2 | 3827752 | 25. Juli 24 | 22:38 | x64 |
Sqlevn70.rll | 2019.150.4385.2 | 3823672 | 25. Juli 24 | 22:38 | x64 |
Sqlevn70.rll | 2019.150.4385.2 | 1542200 | 25. Juli 24 | 22:38 | x64 |
Sqlevn70.rll | 2019.150.4385.2 | 4036664 | 25. Juli 24 | 22:38 | x64 |
Sqlncli17e.dll | 2017.1710.6.1 | 1898520 | 25. Juli 24 | 22:38 | x64 |
Sqlos.dll | 2019.150.4385.2 | 43048 | 25. Juli 24 | 22:38 | x64 |
Sqlsortpdw.dll | 2018.150.1970.0 | 4841432 | 25. Juli 24 | 22:38 | x64 |
Sqltses.dll | 2019.150.4385.2 | 9119800 | 25. Juli 24 | 22:38 | x64 |
Tdataodbc_sb | 17.0.0.27 | 12914640 | 25. Juli 24 | 22:38 | x64 |
Tdataodbc_sb | 16.20.0.1078 | 14995920 | 25. Juli 24 | 22:38 | x64 |
Terasso.dll | 16.20.0.13 | 2158896 | 25. Juli 24 | 22:38 | x64 |
Terasso.dll | 17.0.0.28 | 2357064 | 25. Juli 24 | 22:38 | x64 |
Zlibwapi.dll | 1.2.11.0 | 281472 | 25. Juli 24 | 22:38 | x64 |
Zlibwapi.dll | 1.2.11.0 | 499248 | 25. Juli 24 | 22:39 | x64 |
SQL Server 2019-sql_shared_mr
Dateiname | Dateiversion | Dateigröße | Datum | Uhrzeit | Plattform |
---|---|---|---|---|---|
Smrdll.dll | 15.0.4385.2 | 30760 | 25. Juli 24 | 21:57 | x86 |
SQL Server 2019 SQL-Tools-Erweiterungen
Dateiname | Dateiversion | Dateigröße | Datum | Uhrzeit | Plattform |
---|---|---|---|---|---|
Autoadmin.dll | 2019.150.4385.2 | 1632296 | 25. Juli 24 | 22:18 | x86 |
Dtaengine.exe | 2019.150.4385.2 | 219176 | 25. Juli 24 | 22:18 | x86 |
Dteparse.dll | 2019.150.4385.2 | 112696 | 25. Juli 24 | 22:18 | x86 |
Dteparse.dll | 2019.150.4385.2 | 124984 | 25. Juli 24 | 22:18 | x64 |
Dteparsemgd.dll | 2019.150.4385.2 | 116672 | 25. Juli 24 | 22:18 | x86 |
Dteparsemgd.dll | 2019.150.4385.2 | 133176 | 25. Juli 24 | 22:18 | x64 |
Dtepkg.dll | 2019.150.4385.2 | 133160 | 25. Juli 24 | 22:18 | x86 |
Dtepkg.dll | 2019.150.4385.2 | 149456 | 25. Juli 24 | 22:18 | x64 |
Dtexec.exe | 2019.150.4385.2 | 64960 | 25. Juli 24 | 22:18 | x86 |
Dtexec.exe | 2019.150.4385.2 | 73784 | 25. Juli 24 | 22:18 | x64 |
Dts.dll | 2019.150.4385.2 | 2762688 | 25. Juli 24 | 22:18 | x86 |
Dts.dll | 2019.150.4385.2 | 3143616 | 25. Juli 24 | 22:18 | x64 |
Dtscomexpreval.dll | 2019.150.4385.2 | 444456 | 25. Juli 24 | 22:18 | x86 |
Dtscomexpreval.dll | 2019.150.4385.2 | 501800 | 25. Juli 24 | 22:18 | x64 |
Dtsconn.dll | 2019.150.4385.2 | 432168 | 25. Juli 24 | 22:18 | x86 |
Dtsconn.dll | 2019.150.4385.2 | 522280 | 25. Juli 24 | 22:18 | x64 |
Dtshost.exe | 2019.150.4385.2 | 89640 | 25. Juli 24 | 22:18 | x86 |
Dtshost.exe | 2019.150.4385.2 | 107560 | 25. Juli 24 | 22:18 | x64 |
Dtsmsg150.dll | 2019.150.4385.2 | 554944 | 25. Juli 24 | 22:18 | x86 |
Dtsmsg150.dll | 2019.150.4385.2 | 567336 | 25. Juli 24 | 22:18 | x64 |
Dtspipeline.dll | 2019.150.4385.2 | 1120208 | 25. Juli 24 | 22:18 | x86 |
Dtspipeline.dll | 2019.150.4385.2 | 1329192 | 25. Juli 24 | 22:18 | x64 |
Dtswizard.exe | 15.0.4385.2 | 890816 | 25. Juli 24 | 22:18 | x86 |
Dtswizard.exe | 15.0.4385.2 | 886736 | 25. Juli 24 | 22:18 | x64 |
Dtuparse.dll | 2019.150.4385.2 | 88000 | 25. Juli 24 | 22:18 | x86 |
Dtuparse.dll | 2019.150.4385.2 | 100392 | 25. Juli 24 | 22:18 | x64 |
Dtutil.exe | 2019.150.4385.2 | 130496 | 25. Juli 24 | 22:18 | x86 |
Dtutil.exe | 2019.150.4385.2 | 151096 | 25. Juli 24 | 22:18 | x64 |
Exceldest.dll | 2019.150.4385.2 | 280528 | 25. Juli 24 | 22:18 | x64 |
Exceldest.dll | 2019.150.4385.2 | 235456 | 25. Juli 24 | 22:18 | x86 |
Excelsrc.dll | 2019.150.4385.2 | 309288 | 25. Juli 24 | 22:18 | x64 |
Excelsrc.dll | 2019.150.4385.2 | 260032 | 25. Juli 24 | 22:18 | x86 |
Flatfiledest.dll | 2019.150.4385.2 | 411704 | 25. Juli 24 | 22:18 | x64 |
Flatfiledest.dll | 2019.150.4385.2 | 358352 | 25. Juli 24 | 22:18 | x86 |
Flatfilesrc.dll | 2019.150.4385.2 | 428072 | 25. Juli 24 | 22:18 | x64 |
Flatfilesrc.dll | 2019.150.4385.2 | 370744 | 25. Juli 24 | 22:18 | x86 |
Microsoft.sqlserver.astasks.dll | 15.0.4385.2 | 116776 | 25. Juli 24 | 22:18 | x86 |
Microsoft.sqlserver.chainer.infrastructure.dll | 15.0.4385.2 | 403392 | 25. Juli 24 | 22:18 | x86 |
Microsoft.sqlserver.chainer.infrastructure.dll | 15.0.4385.2 | 403512 | 25. Juli 24 | 22:18 | x86 |
Microsoft.sqlserver.configuration.sco.dll | 15.0.4385.2 | 3004352 | 25. Juli 24 | 22:18 | x86 |
Microsoft.sqlserver.configuration.sco.dll | 15.0.4385.2 | 3004456 | 25. Juli 24 | 22:18 | x86 |
Microsoft.sqlserver.integrationservices.runtimetelemetry.dll | 15.0.4385.2 | 42,944 | 25. Juli 24 | 22:18 | x86 |
Microsoft.sqlserver.integrationservices.runtimetelemetry.dll | 15.0.4385.2 | 43048 | 25. Juli 24 | 22:18 | x86 |
Microsoft.sqlserver.management.integrationservicesenum.dll | 15.0.4385.2 | 59432 | 25. Juli 24 | 22:18 | x86 |
Microsoft.sqlserver.olapenum.dll | 15.0.18185.0 | 100800 | 25. Juli 24 | 22:18 | x86 |
Msdtssrvrutil.dll | 2019.150.4385.2 | 100408 | 25. Juli 24 | 22:18 | x86 |
Msdtssrvrutil.dll | 2019.150.4385.2 | 112592 | 25. Juli 24 | 22:18 | x64 |
msmgdsrv.dll | 2018.150.35.48 | 8280000 | 25. Juli 24 | 22:18 | x86 |
Oledbdest.dll | 2019.150.4385.2 | 239552 | 25. Juli 24 | 22:18 | x86 |
Oledbdest.dll | 2019.150.4385.2 | 280616 | 25. Juli 24 | 22:18 | x64 |
Oledbsrc.dll | 2019.150.4385.2 | 264128 | 25. Juli 24 | 22:18 | x86 |
Oledbsrc.dll | 2019.150.4385.2 | 313384 | 25. Juli 24 | 22:18 | x64 |
Sqlresourceloader.dll | 2019.150.4385.2 | 38952 | 25. Juli 24 | 22:18 | x86 |
Sqlresourceloader.dll | 2019.150.4385.2 | 51152 | 25. Juli 24 | 22:18 | x64 |
Sqlscm.dll | 2019.150.4385.2 | 79912 | 25. Juli 24 | 22:18 | x86 |
Sqlscm.dll | 2019.150.4385.2 | 88000 | 25. Juli 24 | 22:18 | x64 |
Sqlsvc.dll | 2019.150.4385.2 | 149544 | 25. Juli 24 | 22:18 | x86 |
Sqlsvc.dll | 2019.150.4385.2 | 182328 | 25. Juli 24 | 22:18 | x64 |
Sqltaskconnections.dll | 2019.150.4385.2 | 169920 | 25. Juli 24 | 22:18 | x86 |
Sqltaskconnections.dll | 2019.150.4385.2 | 202792 | 25. Juli 24 | 22:18 | x64 |
Txdataconvert.dll | 2019.150.4385.2 | 276432 | 25. Juli 24 | 22:18 | x86 |
Txdataconvert.dll | 2019.150.4385.2 | 317480 | 25. Juli 24 | 22:18 | x64 |
Xe.dll | 2019.150.4385.2 | 723000 | 25. Juli 24 | 22:18 | x64 |
Xe.dll | 2019.150.4385.2 | 632888 | 25. Juli 24 | 22:18 | x86 |
Hinweise zu diesem Update
Voraussetzungen
Um dieses kumulative Updatepaket anzuwenden, müssen Sie SQL Server 2019 ausführen.
Informationen zum Neustarten
Sie müssen den Computer nach der Installation dieses kumulativen Updatepakets unter Umständen neu starten.
Registrierungsinformationen
Um einen der Hotfixes in diesem Paket zu verwenden, müssen Sie keine Änderungen an der Registrierung vornehmen.
Wichtige Hinweise
Dieser Artikel enthält auch die folgenden wichtigen Informationen.
Analysis Services CU-Build-Version
Ab Microsoft SQL Server 2017 stimmen die Analysis Services-Buildversionsnummer und SQL Server-Datenbank-Engine-Buildversionsnummer nicht überein. Weitere Informationen finden Sie unter „Überprüfen der Build-Version des kumulativen Updates für Analysis Services“.
Kumulative Aktualisierungen (CU)
- Jedes neue CU enthält alle Korrekturen, die im vorherigen CU für die installierte Version von SQL Server enthalten waren.
- SQL Server-CUs sind auf den gleichen Ebenen wie Service Packs zertifiziert und sollten auf dem gleichen Konfidenzniveau installiert werden.
- Wir empfehlen eine fortlaufende, proaktive Installation von CUs, sobald sie gemäß den folgenden Richtlinien verfügbar werden:
- Aus den Verlaufsdaten lässt sich ablesen, dass eine erhebliche Anzahl von Supportfällen Probleme betrifft, die in einem veröffentlichten CU bereits behoben wurden.
- CUs können einen Mehrwert über Hotfixes hinaus bieten. Beispiele hierfür sind Updates in Bezug auf die Unterstützbarkeit, Verwaltbarkeit und Zuverlässigkeit.
- Es wird empfohlen, SQL Server-CUs zu testen, bevor Sie sie in Produktionsumgebungen bereitstellen.
Implementierung in hybriden Umgebungen
Wenn Sie ein Update in einer Hybridumgebung bereitstellen (z. B. AlwaysOn, Replikation, Cluster und Spiegelung), empfehlen wir, dass Sie sich vor der Bereitstellung des Updates auf die folgenden Artikel beziehen:
Aktualisieren einer Failoverclusterinstanz
Hinweis
Wenn Sie den rollierenden Updateprozess nicht verwenden möchten, führen Sie die folgenden Schritte aus, um ein Update anzuwenden:
- Installieren Sie das Update auf dem passiven Knoten.
- Installieren Sie das Update auf dem aktiven Knoten (Neustart zur Wartung erforderlich).
-
Hinweis
Wenn Sie Always On zusammen mit dem SSISDB-Katalog aktiviert haben, lesen Sie die Informationen zu SSIS mit Always On zum Anwenden eines Updates in diesen Umgebungen.
So wenden Sie einen Hotfix für SQL Server in einer Replikationstopologie an
Sprachunterstützung
SQL Server-CUs sind derzeit mehrsprachig. Daher ist dieses CU-Paket nicht spezifisch für eine Sprache. Es gilt für alle unterstützten Sprachen.
Komponenten (Features) wurden aktualisiert.
Ein CU-Paket enthält alle verfügbaren Updates für alle SQL Server 2019-Komponenten (Features). Das kumulative Updatepaket aktualisiert jedoch nur die Komponenten, die derzeit in der SQL Server-Instanz installiert sind, die Sie für den Dienst auswählen. Wenn ein SQL Server-Feature (z. B. Analysis Services) der Instanz hinzugefügt wird, nachdem dieses CU angewendet wurde, müssen Sie dieses CU erneut anwenden, um das neue Feature auf dieses CU zu aktualisieren.
Unterstützung für dieses Update
Wenn andere Probleme auftreten oder eine Problembehandlung erforderlich ist, müssen Sie möglicherweise eine Serviceanfrage erstellen. Die üblichen Supportkosten gelten für zusätzliche Supportfragen und Für Probleme, die sich nicht für dieses spezifische kumulative Updatepaket qualifizieren. Eine vollständige Liste der Microsoft-Kundendienst- und Supporttelefonnummern oder zum Erstellen einer separaten Serviceanfrage erhalten Sie auf der Microsoft-Supportwebsite.
Wie man dieses Update deinstalliert
So deinstallieren Sie dieses Update unter Windows
- Öffnen Sie in Systemsteuerung das Element "Programme und Features", und wählen Sie dann "Installierte Updates anzeigen" aus.
- Suchen Sie den Eintrag, der diesem kumulativen Updatepaket unter SQL Server 2019 entspricht.
- Halten Sie den Eintrag gedrückt, oder klicken Sie mit der rechten Maustaste darauf, und wählen Sie Deinstallieren.
So deinstallieren Sie dieses Update unter Linux
Zum Deinstallieren dieses CU in Linux müssen Sie das Paket auf die vorherige Version zurücksetzen. Weitere Informationen zum Zurücksetzen der Installation finden Sie unter Zurücksetzen von SQL Server.
Literaturhinweise
- Ankündigung von Updates für das inkrementelle SQL Server Servicing Model (ISM)
- SQL Server Service Packs werden ab SQL Server 2017 nicht mehr unterstützt
- Ermitteln, welche Version und Welche Edition von SQL Server Datenbank-Engine ausgeführt wird
- Wartungsmodelle für SQL Server
- Benennungsschema und Beschreibungen der Fehlerkorrekturbereiche für Softwareupdatepakete für SQL Server
- Erläuterung von Standardbegriffen bei Microsoft-Softwareupdates