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: 18. April 2022
Version: 15.0.4223.1
Übersicht
In diesem Artikel wird das kumulative Updatepaket 16 (CU16) für Microsoft SQL Server 2019 beschrieben. Dieses Update enthält 43 Fixes , die nach der Veröffentlichung des kumulativen SQL Server 2019-Updates 15 ausgegeben wurden, und es aktualisiert Komponenten in den folgenden Builds:
- SQL Server – Produktversion: 15.0.4223.1, Dateiversion: 2019.150.4223.1
- Analysis Services - Produktversion: 15.0.35.23, Dateiversion: 2018.150.35.23
Bekannte Probleme bei diesem Update
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
.
Verbesserungen und Fehlerbehebungen in diesem Update
Wichtig
Transparente Datenverschlüsselung (TDE)-komprimierte Sicherungen, die mit früheren CU-Versionen von SQL Server 2019 erstellt werden, können auf SQL Server 2019 CU 16 und höheren Versionen wiederhergestellt werden.
Aufgrund der Verbesserung des Sicherungsformats in SQL Server 2019 CU 16 können TDE-komprimierte Sicherungen, die mit SQL Server 2019 CU 16 oder höher erstellt werden, nicht auf SQL Server 2019 CU 15 oder früheren Versionen wiederhergestellt werden.
Weitere Informationen finden Sie unter FIX: Fehler 3241 tritt beim Ausführen von RESTORE DATABASE OR RESTORE LOG auf.
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 ebenfalls detaillierte Korrekturlisten für 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 Fehlerreferenz-ID in der Tabelle auswählen, wird der URL mithilfe des Formats "#NNNNNNNN" 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 Verbesserungen, die in diesem kumulativen Update enthalten sind, finden Sie in den folgenden Microsoft Knowledge Base-Artikeln.
Fehlerreferenz | Beschreibung | Bereich reparieren | Komponente | Plattform |
---|---|---|---|---|
14669019 | Entfernt log4j2, das von SQL Server 2019 Integration Services (SSIS) verwendet wird, um potenzielle Sicherheitsprobleme zu vermeiden. | Integrationsdienste | DTS | Alle |
14577537 | In SQL Server 2019 Master Data Services werden die untergeordneten Knoten nicht in der abgeleiteten Hierarchie geöffnet, wenn eine untergeordnete Entität mit einer rekursiven Hierarchie verknüpft ist. | Master Data Services | Master Data Services | Fenster |
13324042 | FIX: Fehler 18456 tritt auf, wenn Sie DMV-Abfragen auf der SQL Server 2019- oder 2017-Instanz nach der Neuerstellung von Systemdatenbanken (KB4530955) ausführen. | Wartungserfahrung | SQL Server | Alle |
14621802 | Das sqlcmd-Hilfsprogramm stürzt ab, wenn der batch_terminator Parameter "-c " in SQL Server 2019 auf "; " festgelegt ist. |
SQL Server-Client-Tools | Befehlszeilentools | Fenster |
14669436 | Die Masseneinfügung wird blockiert, wenn die Sperre der Zieltabelle von einer anderen Sitzung gehalten wird, und die Sitzung des Masseneinfügevorgangs verbleibt in SQL Server, bis die Sperre freigegeben wird, auch wenn die Clientanwendung die Verbindung trennt oder beendet. Dieses Problem führt dazu, dass die Sitzung ausläuft und andere Anforderungen blockiert werden, wenn sich zu viele durchgesickerte Sitzungen ansammeln. | SQL Server-Konnektivität | SQL-Konnektivität | Fenster |
14333094 | FIX: Fehler 3241 tritt beim Ausführen von RESTORE LOG oder RESTORE DATABASE (KB5014298) auf. | SQL Server Datenbankmaschine | Sicherung und Wiederherstellung | Fenster |
14235719 | Das Wiederherstellen von Transaktionsprotokollen aus einer komprimierten Sicherung einer TDE-fähigen Datenbank kann dazu führen, dass eine "falsch ausgerichtete E/A"-Nachricht im SQL Server-Fehlerprotokoll protokolliert wird: <DateTime> Es wurden <ioCount> falsch ausgerichtete Protokoll-IOs vorhanden, die erforderlich waren, auf synchrone E/A zurückzufallen. Die aktuelle E/A-Datei befindet sich in FilePath<>. |
SQL Server Datenbankmaschine | Sicherung und Wiederherstellung | Fenster |
14332258 | Eine Datenbank friert ihre E/A während einer VSS-Sicherung ein, taut die E/A jedoch nie auf. Dies kann zu Sperrestimeouts führen. | SQL Server Datenbankmaschine | Sicherung und Wiederherstellung | Fenster |
14573042 | Das Wiederherstellen aus einer komprimierten Sicherung, die Dateistreamobjekte enthält, schlägt zufällig fehl, wenn der Prozess über den VDI-Client (Virtual Device Interface) ausgeführt wird. Dies ist die Fehlermeldung: Msg 3241, Level 16, State 18, Line <LineNumber> Die Medienfamilie auf dem Gerät "<BackupFileName>" ist falsch gebildet. SQL Server kann diese Medienfamilie nicht verarbeiten. Unerwartete Beendigung: x80770004 |
SQL Server Datenbankmaschine | Sicherung und Wiederherstellung | Fenster |
14506574 | Ein Zugriffsverletzungsabbild tritt auf, wenn die Abfrage seit langem parallel ausgeführt wird und versucht, die Version der Zeilengruppe für die zu lesenden Transaktionen zu ermitteln. | SQL Server Datenbankmaschine | Spaltenspeicher | Alle |
14689800 | Verbesserung: Machen Sie die EO-kompatiblen ML-Dienst-CAB-Pakete für SQL Server 2019 verfügbar (KB5014136) | SQL Server Datenbankmaschine | Erweiterbarkeit | Alle |
14711983 | Verbesserung: Machen Sie das EO-kompatible Microsoft Extensibility SDK für Java für SQL Server 2019 verfügbar (KB5014137) | SQL Server Datenbankmaschine | Erweiterbarkeit | Alle |
14396500 | Das AlwaysOn_Health erweiterte Ereignis wird nach der Installation eines kumulativen SQL Server-Updates nicht auf STARTUP_STATE zu ON gesetzt. |
SQL Server Datenbankmaschine | Hochverfügbarkeit und Notfallwiederherstellung | Fenster |
14507656 | Die Funktion sys.fn_hadr_backup_is_preferred_replica gibt unterschiedliche Ergebnisse für primäre oder sekundäre Replikate von Verfügbarkeitsgruppen im Lesemaßstab (CLUSTER_TYPE = NONE ) zurück, wenn sie auf eigenständigen Computern oder Clusterknoten ausgeführt werden. |
SQL Server Datenbankmaschine | Hochverfügbarkeit und Notfallwiederherstellung | Fenster |
14549500 | Der Datenbankwiederherstellungsvorgang wird unter bestimmten Umständen als Deadlockopfer beim Failover von Verfügbarkeitsgruppen (AG) ausgewählt. Die folgende Fehlermeldung wird generiert: <DateTime-Fehler> : 1205, Schweregrad: 13, Status: 51. <DateTime> Transaction (Prozess-ID n) wurde bei der Sperrung von Ressourcen mit einem anderen Prozess blockiert und als Deadlock-Opfer ausgewählt. Führen Sie die Transaktion erneut aus. |
SQL Server Datenbankmaschine | Hochverfügbarkeit und Notfallwiederherstellung | Fenster |
14566765 | Ein Fehler "Nicht genügend Arbeitsspeicher" tritt auf, wenn Sie eine Protokollsicherung häufig ausführen und Stolen Server Memory bei einer synchronen sekundären Sekundäre in Verfügbarkeitsgruppen wächst. |
SQL Server Datenbankmaschine | Hochverfügbarkeit und Notfallwiederherstellung | Fenster |
14660934 | Behebt Probleme mit dem E/A-Vervollständigungsport (IOCP), wenn ein häufig genutzter Service Broker auf einer Datenbank einer Verfügbarkeitsgruppe konfiguriert ist. | SQL Server Datenbankmaschine | Hochverfügbarkeit und Notfallwiederherstellung | Fenster |
14332252 | SQL Server 2019 nutzt XTP UserDB für Stagingtabellen und zeigt in dm_db_xtp_memory_consumers einen stetig wachsenden Trend für "VARHEAP\Storage internal heap". Dies führt im Laufe der Zeit zu OOM/41805-Fehlern, die ein proaktives Neustarten oder Failover erfordern, um die Stabilität zu gewährleisten. |
SQL Server Datenbankmaschine | In-Memory-OLTP | Fenster |
14508625 | Verbessert die Dynamische Verwaltungsansicht (DYNAMIC Management View, DMV), um das Debuggen von Out-of-Memory-Problemen zu erleichtern. | SQL Server Datenbankmaschine | In-Memory-OLTP | Fenster |
14535149 | Speicheroptimierte TempDB-Metadaten verbrauchen weiter Speicher unter VARHEAP: LOB Page Allocator, was zu Out-of-Memory-Ausnahmen wie Fehler 701 oder FAIL_PAGE_ALLOCATION führt. |
SQL Server Datenbankmaschine | In-Memory-OLTP | Fenster |
14617266 | Unterstützt flexiblere Bereinigungs- und Zusammenführungsvorgänge durch Änderungen im In-Memory während Wiederherstellungsvorgängen. | SQL Server Datenbankmaschine | In-Memory-OLTP | Fenster |
14617331 | Verbessert die Reaktionszeit des Hilfsprogramms Sqldumper.exe , wenn In-Memory-Objekte in SQL Server verwendet werden oder einmal vorhanden sind. | SQL Server Datenbankmaschine | In-Memory-OLTP | Alle |
14662889 | Ein Assertionsfehler tritt tempdb während des Rollbacks von Transaktionen auf und löst ein Herunterfahren eines Servers aus. Die folgende Dumpdatei wird generiert: <DateTime> **Dump-Thread - spid = 0, EC = 0x000004849143B870 <DateTime> ***Stack-Dump wird an <FilePath>\<FileName> <DateTime> * ******************************************************************************* <DateTime> * <DateTime> * BEGIN STACK DUMP: <DateTime> * <DateTime> <DateTime> * <DateTime> * Speicherort: <FilePath>\<FileName> <DateTime> * Ausdruck: Dependencies.CommitDepCountOut >= 1 <DateTime> * SPID: <SPID> <DateTime> * Prozess-ID: <ProcessID> <DateTime> * <DateTime> * Eingabepuffer 26 Bytes - <DateTime> * ‰ 16 00 00 00 12 00 00 00 02 00 89 01 00 00 90 0f 00 00 <DateTime> * 01 00 00 00 07 00 00 00 <DateTime> SQL Server Assertion: Datei: <FilePath\FileName>, Zeile=<LineNumber> Fehlgeschlagene Assertion = 'Dependencies.CommitDepCountOut >= 1'. Dieser Fehler hängt möglicherweise mit dem Ausführungszeitpunkt zusammen. Wenn der Fehler nach dem erneuten Ausführen der Anweisung weiterhin auftritt, überprüfen Sie die Datenbank mit DBCC CHECKDB auf strukturelle Integrität, oder starten Sie den Server neu, um sicherzustellen, dass keine speicherresidenten Datenstrukturen beschädigt sind. <DateTime-Fehler> : 3624, Schweregrad: 20, Status: 1. <DateTime> Eine Systemüberprüfungsbehauptung ist fehlgeschlagen. Ausführliche Informationen finden Sie im SQL Server-Fehlerprotokoll. Normalerweise wird ein Assertionsfehler durch einen Softwarefehler oder beschädigte Daten verursacht. Führen Sie DBCC CHECKDB aus, um die Datenbank auf Beschädigung zu überprüfen. Wenn Sie während des Setups zugestimmt haben, dass Speicherabbilder an Microsoft gesendet werden sollen, wird ein Mini-Speicherabbild an Microsoft gesendet. Möglicherweise ist ein Update von Microsoft im aktuellen Service Pack oder in einem Hotfix vom technischen Support verfügbar. <DateTime-Fehler> : 3314, Schweregrad: 21, Status: 3. <DateTime> Beim Rückgängigmachen eines protokollierten Vorgangs in der Datenbank '<DatabaseName>' (Seite (1:139) falls vorhanden), ist ein Fehler bei der Protokolldatensatz-ID (3692:89591460:155) aufgetreten. Normalerweise wird der spezifische Fehler zuvor als Fehler im Fehlerprotokoll des Betriebssystems protokolliert. Stellen Sie die Datenbank oder Datei von einer Sicherung wieder her, oder reparieren Sie die Datenbank. |
SQL Server Datenbankmaschine | In-Memory-OLTP | Fenster |
14694104 | Ein Speicherabbild- und Assertionsfehler "Dependencies.CommitDepCountOut >= 1" kann auftreten, nachdem eine Transaktion zurückgesetzt worden ist, wenn die In-Memory-Funktion tempdb aktiviert ist. |
SQL Server Datenbankmaschine | In-Memory-OLTP | Fenster |
14662671 | FIX: Entfernen des Adutil-Tools aus SQL Server 2019 (KB5013391) | SQL Server Datenbankmaschine | Linux | Linux |
14608912 | Macht die Option ldaphostcanon durch das mssql-conf-Tool verfügbar, sodass Sie die Datei mssql.conf nicht manuell bearbeiten müssen, um ldaphostcanon zu aktivieren oder zu deaktivieren. |
SQL Server Datenbankmaschine | Linux | Linux |
14555263 | Ein Zugriffsverstoß tritt auf, wenn eine Abfrage auf sys.database_scoped_configurations auf eine freigegebene Sperre in der Datenbank wartet, während ein anderer Thread die exklusive Sperre hält, um dieselbe Datenbank zu löschen. |
SQL Server Datenbankmaschine | metadaten | Fenster |
14576308 | Beim Aufrufen von CMEDScan::EvaluateCmpResult zum Verarbeiten von Filter-Prädikaten im aktuellen Metadatenscan wird das Prädikat "NE " ignoriert, was eine Ausnahme "INVALID_SWITCH_VALUE" zur Folge hat. |
SQL Server Datenbankmaschine | metadaten | Fenster |
14618099 | Ein Problem mit einem nicht reagierenden Scheduler und einem Dump tritt während einer Sicherung aufgrund gleichzeitiger PFS-Updates (Page Free Space) auf. | SQL Server Datenbankmaschine | Methoden für den Zugriff auf gespeicherte Daten | Alle |
14520366 | Der Anmeldetrigger kann unerwartet für die poolierten Verbindungen fehlschlagen, auch wenn die Kriterien während der Verbindungszurücksetzung nicht erfüllt sind, und verursacht den folgenden Fehler: Fehler: 17892, Schweregrad: 20, Zustand: 1. Anmeldung für das Login "<LoginName>" aufgrund der Ausführung eines Triggers fehlgeschlagen. |
SQL Server Datenbankmaschine | Programmierbarkeit | Fenster |
14522124 | Das Löschen von temporären Tabellen kann in einigen seltenen Fällen zu einer unbehebbaren Deadlock-Situation und einem Dump führen. | SQL Server Datenbankmaschine | Programmierbarkeit | Fenster |
14654659 | FIX: Skalare UDF-Inlining-Probleme in SQL Server 2019 (KB4538581) | SQL Server Datenbankmaschine | Abfrageausführung | Alle |
14507658 | SQL Server trennt eine Sitzung, wenn sie eine Aufmerksamkeit erhält und INTERLEAVED_EXECUTION_TVF aktiviert ist. |
SQL Server Datenbankmaschine | Abfrageoptimierer | Fenster |
14507662 | Der Abfrageprozessor kann keinen Abfrageplan erstellen, wenn der USE PLAN Hinweis einen Abfrageplan mit einer linken äußeren Verknüpfung und einer inneren Verknüpfung angibt. |
SQL Server Datenbankmaschine | Abfrageoptimierer | Fenster |
14670801 | Das Ausführen einer Abfrage, bei der der Plan eine adaptive Verknüpfung enthält, kann mit dem folgenden Fehler fehlschlagen: Msg 8624, Level 16, State 21, Prozedur <ProcedureName>, Zeile <LineNumber> [Batch-Startzeile <LineNumber>] Interner Abfrageprozessorfehler: Der Abfrageprozessor konnte keinen Abfrageplan erstellen. Weitere Informationen erhalten Sie von Microsoft Support Services. |
SQL Server Datenbankmaschine | Abfrageoptimierer | Fenster |
14541295 | Verbesserung: Hinzufügen eines XEvents zum Nachverfolgen der manuellen Benutzerplanerzwingung und -aufhebung (KB5012964) | SQL Server Datenbankmaschine | Abfragespeicher | Alle |
14576382 | Verbesserung: Die Richtlinie zur Sperreneskalation der Änderungsverfolgungstabelle soll der der Basistabelle entsprechen (KB5014047) | SQL Server Datenbankmaschine | Replikation | Fenster |
14579161 | Angenommen, Sie haben Tabellen mit Daten zu den Peers und legen dann eine Peer-to-Peer-Publikation mithilfe einer Richtlinie zur Konflikterkennung nach last-writer fest. Der Verteilungs-Agent erkennt den folgenden Konflikt, wenn Sie eine Zeile löschen, die vor der Erstellung der Publikation vorhanden war: Ein Konflikt vom Typ 'Delete-Update' wurde bei Peer 1 zwischen Peer 100 (eingehend), Transaktions-ID <TransactionID> und Peer (null) (auf dem Datenträger), Transaktions-ID (null) für Tabelle <TableName> mit Primärschlüssel: PK-Werte, aktuelle Version '(null)', Pre-Version '(null)' und Post-Version <VersionNumber> erkannt. |
SQL Server Datenbankmaschine | Replikation | Fenster |
14487676 | FIX: Schwerwiegende Spinlock-Konkurrenz tritt in SQL Server 2019 (KB4538688) auf. | SQL Server Datenbankmaschine | SQL OS | Alle |
14558430 | Die Ausführung von DBCC CHECKDB meldet bei der Verwendung von SQL Server-Graphdatenbanken mit Randeinschränkungen "Beschädigungsfehler". |
SQL Server Datenbankmaschine | SQL Server Datenbankmaschine | Alle |
14623946 | Fügt zwei neue erweiterte Ereignisse, iam_page_range_cache_invalidation und iam_page_range_cache_population , hinzu, um jeweils die Ungültigmachung und die Population des Seitenbereich-Caches der Index Allocation Map (IAM) zu erfassen. |
SQL Server Datenbankmaschine | Speicherverwaltung | Alle |
14569908 | Ein Assertionsfehler "lck_sufficient (lckMode, LCK_M_IX) || lck_sufficient (lckMode, LCK_M_BU)" tritt auf, wenn Sie die Beschleunigte Datenbankwiederherstellung (Accelerated Database Recovery, ADR) verwenden. | SQL Server Datenbankmaschine | Transaktionsdienste | Alle |
14516287 | Eine in einer Tabelle mit einem XML-Index erstellte Ansicht kann das richtige Ergebnis nicht zurückgeben, weil im % -Prädikat bei für die LIKE -Tabelle ausgeblendeten Spalten ein "xml_index_nodes " fehlt. |
SQL Server Datenbankmaschine | XML | Alle |
So erhalten oder laden Sie dieses oder das neueste kumulative Updatepaket herunter.
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:
Laden Sie das kumulative Updatepaket für SQL Server 2019 CU16 jetzt herunter.
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 In-Place-Upgrades 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-KB5011644-x64.exe Datei mithilfe des folgenden Befehls berechnen:
certutil -hashfile SQLServer2019-KB5011644-x64.exe SHA256
Dateiname | SHA256-Hash |
---|---|
SQLServer2019-KB5011644-x64.exe | E1CE2B473829D7E2C69CBFA15D75435FDB32017972EE1439BF3D50E3132F7FEF |
Informationen zum kumulativen Updatepaket
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 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.23 | 292800 | 11. Apr. 22 | 17:01 | x64 |
Mashupcompression.dll | 2.80.5803.541 | 140672 | 11. Apr. 22 | 17:06 | x64 |
Microsoft.analysisservices.minterop.dll | 15.0.35.23 | 757144 | 11. Apr. 22 | 17:02 | x86 |
Microsoft.analysisservices.server.core.resources.dll | 15.0.35.23 | 175552 | 11. Apr. 22 | 17:02 | x86 |
Microsoft.analysisservices.server.core.resources.dll | 15.0.35.23 | 198552 | 11. Apr. 22 | 17:02 | x86 |
Microsoft.analysisservices.server.core.resources.dll | 15.0.35.23 | 201112 | 11. Apr. 22 | 17:02 | x86 |
Microsoft.analysisservices.server.core.resources.dll | 15.0.35.23 | 197528 | 11. Apr. 22 | 17:02 | x86 |
Microsoft.analysisservices.server.core.resources.dll | 15.0.35.23 | 213912 | 11. Apr. 22 | 17:02 | x86 |
Microsoft.analysisservices.server.core.resources.dll | 15.0.35.23 | 196504 | 11. Apr. 22 | 17:02 | x86 |
Microsoft.analysisservices.server.core.resources.dll | 15.0.35.23 | 192408 | 11. Apr. 22 | 17:02 | x86 |
Microsoft.analysisservices.server.core.resources.dll | 15.0.35.23 | 251288 | 11. Apr. 22 | 17:02 | x86 |
Microsoft.analysisservices.server.core.resources.dll | 15.0.35.23 | 172952 | 11. Apr. 22 | 17:02 | x86 |
Microsoft.analysisservices.server.core.resources.dll | 15.0.35.23 | 195992 | 11. Apr. 22 | 17:02 | x86 |
Microsoft.analysisservices.server.tabular.dll | 15.0.35.23 | 1098144 | 11. Apr. 22 | 17:02 | x86 |
Microsoft.analysisservices.server.tabular.json.dll | 15.0.35.23 | 480672 | 11. Apr. 22 | 17:02 | x86 |
Microsoft.analysisservices.server.tabular.resources.dll | 15.0.35.23 | 54688 | 11. Apr. 22 | 17:02 | x86 |
Microsoft.analysisservices.server.tabular.resources.dll | 15.0.35.23 | 59296 | 11. Apr. 22 | 17:02 | x86 |
Microsoft.analysisservices.server.tabular.resources.dll | 15.0.35.23 | 59808 | 11. Apr. 22 | 17:02 | x86 |
Microsoft.analysisservices.server.tabular.resources.dll | 15.0.35.23 | 58,784 | 11. Apr. 22 | 17:02 | x86 |
Microsoft.analysisservices.server.tabular.resources.dll | 15.0.35.23 | 61856 | 11. Apr. 22 | 17:02 | x86 |
Microsoft.analysisservices.server.tabular.resources.dll | 15.0.35.23 | 58272 | 11. Apr. 22 | 17:02 | x86 |
Microsoft.analysisservices.server.tabular.resources.dll | 15.0.35.23 | 58272 | 11. Apr. 22 | 17:02 | x86 |
Microsoft.analysisservices.server.tabular.resources.dll | 15.0.35.23 | 67488 | 11. Apr. 22 | 17:02 | x86 |
Microsoft.analysisservices.server.tabular.resources.dll | 15.0.35.23 | 53664 | 11. Apr. 22 | 17:02 | x86 |
Microsoft.analysisservices.server.tabular.resources.dll | 15.0.35.23 | 58272 | 11. Apr. 22 | 17:02 | x86 |
Microsoft.analysisservices.timedimgenerator.resources.dll | 15.0.35.23 | 17,856 | 11. Apr. 22 | 17:02 | x86 |
Microsoft.analysisservices.timedimgenerator.resources.dll | 15.0.35.23 | 16,792 | 11. Apr. 22 | 17:02 | x86 |
Microsoft.analysisservices.timedimgenerator.resources.dll | 15.0.35.23 | 16,792 | 11. Apr. 22 | 17:02 | x86 |
Microsoft.analysisservices.timedimgenerator.resources.dll | 15.0.35.23 | 16,792 | 11. Apr. 22 | 17:02 | x86 |
Microsoft.analysisservices.timedimgenerator.resources.dll | 15.0.35.23 | 17,856 | 11. Apr. 22 | 17:02 | x86 |
Microsoft.analysisservices.timedimgenerator.resources.dll | 15.0.35.23 | 17,856 | 11. Apr. 22 | 17:02 | x86 |
Microsoft.analysisservices.timedimgenerator.resources.dll | 15.0.35.23 | 17,856 | 11. Apr. 22 | 17:02 | x86 |
Microsoft.analysisservices.timedimgenerator.resources.dll | 15.0.35.23 | 17816 | 11. Apr. 22 | 17:02 | x86 |
Microsoft.analysisservices.timedimgenerator.resources.dll | 15.0.35.23 | 16784 | 11. Apr. 22 | 17:02 | x86 |
Microsoft.analysisservices.timedimgenerator.resources.dll | 15.0.35.23 | 17,856 | 11. Apr. 22 | 17:02 | x86 |
Microsoft.data.edm.netfx35.dll | 5.7.0.62516 | 661072 | 11. Apr. 22 | 17:06 | x86 |
Microsoft.data.mashup.dll | 2.80.5803.541 | 186232 | 11. Apr. 22 | 17:06 | x86 |
Microsoft.data.mashup.oledb.dll | 2.80.5803.541 | 30,080 | 11. Apr. 22 | 17:06 | x86 |
Microsoft.data.mashup.preview.dll | 2.80.5803.541 | 74832 | 11. Apr. 22 | 17:06 | x86 |
Microsoft.data.mashup.providercommon.dll | 2.80.5803.541 | 102264 | 11. Apr. 22 | 17:06 | x86 |
Microsoft.data.mashup.providercommon.resources.dll | 2.80.5803.541 | 37,760 | 11. Apr. 22 | 17:06 | x86 |
Microsoft.data.mashup.providercommon.resources.dll | 2.80.5803.541 | 41864 | 11. Apr. 22 | 17:06 | x86 |
Microsoft.data.mashup.providercommon.resources.dll | 2.80.5803.541 | 41864 | 11. Apr. 22 | 17:06 | x86 |
Microsoft.data.mashup.providercommon.resources.dll | 2.80.5803.541 | 41848 | 11. Apr. 22 | 17:06 | x86 |
Microsoft.data.mashup.providercommon.resources.dll | 2.80.5803.541 | 42,064 | 11. Apr. 22 | 17:06 | x86 |
Microsoft.data.mashup.providercommon.resources.dll | 2.80.5803.541 | 41856 | 11. Apr. 22 | 17:06 | x86 |
Microsoft.data.mashup.providercommon.resources.dll | 2.80.5803.541 | 41848 | 11. Apr. 22 | 17:06 | x86 |
Microsoft.data.mashup.providercommon.resources.dll | 2.80.5803.541 | 45960 | 11. Apr. 22 | 17:06 | x86 |
Microsoft.data.mashup.providercommon.resources.dll | 2.80.5803.541 | 37,760 | 11. Apr. 22 | 17:06 | x86 |
Microsoft.data.mashup.providercommon.resources.dll | 2.80.5803.541 | 42,064 | 11. Apr. 22 | 17:06 | x86 |
Microsoft.data.odata.netfx35.dll | 5.7.0.62516 | 1454672 | 11. Apr. 22 | 17:06 | x86 |
Microsoft.data.odata.query.netfx35.dll | 5.7.0.62516 | 181112 | 11. Apr. 22 | 17:06 | x86 |
Microsoft.data.sapclient.dll | 1.0.0.25 | 920656 | 11. Apr. 22 | 17:06 | x86 |
Microsoft.data.sapclient.resources.dll | 1.0.0.25 | 34608 | 11. Apr. 22 | 17:06 | x86 |
Microsoft.data.sapclient.resources.dll | 1.0.0.25 | 35120 | 11. Apr. 22 | 17:06 | x86 |
Microsoft.data.sapclient.resources.dll | 1.0.0.25 | 37672 | 11. Apr. 22 | 17:06 | x86 |
Microsoft.data.sapclient.resources.dll | 1.0.0.25 | 33072 | 11. Apr. 22 | 17:06 | x86 |
Microsoft.data.sapclient.resources.dll | 1.0.0.25 | 33080 | 11. Apr. 22 | 17:06 | x86 |
Microsoft.data.sapclient.resources.dll | 1.0.0.25 | 34.600 | 11. Apr. 22 | 17:06 | x86 |
Microsoft.data.sapclient.resources.dll | 1.0.0.25 | 34816 | 11. Apr. 22 | 17:06 | x86 |
Microsoft.data.sapclient.resources.dll | 1.0.0.25 | 34824 | 11. Apr. 22 | 17:06 | x86 |
Microsoft.data.sapclient.resources.dll | 1.0.0.25 | 47112 | 11. Apr. 22 | 17:06 | x86 |
Microsoft.hostintegration.connectors.dll | 2.80.5803.541 | 5262728 | 11. Apr. 22 | 17:06 | x86 |
Microsoft.mashup.container.exe | 2.80.5803.541 | 22392 | 11. Apr. 22 | 17:06 | x64 |
Microsoft.mashup.container.netfx40.exe | 2.80.5803.541 | 21880 | 11. Apr. 22 | 17:06 | x64 |
Microsoft.mashup.container.netfx45.exe | 2.80.5803.541 | 22,096 | 11. Apr. 22 | 17:06 | x64 |
Microsoft.mashup.eventsource.dll | 2.80.5803.541 | 149368 | 11. Apr. 22 | 17:06 | x86 |
Microsoft.mashup.oauth.dll | 2.80.5803.541 | 78712 | 11. Apr. 22 | 17:06 | x86 |
Microsoft.mashup.oauth.resources.dll | 2.80.5803.541 | 14,728 | 11. Apr. 22 | 17:06 | x86 |
Microsoft.mashup.oauth.resources.dll | 2.80.5803.541 | 15,240 | 11. Apr. 22 | 17:06 | x86 |
Microsoft.mashup.oauth.resources.dll | 2.80.5803.541 | 15464 | 11. Apr. 22 | 17:06 | x86 |
Microsoft.mashup.oauth.resources.dll | 2.80.5803.541 | 15224 | 11. Apr. 22 | 17:06 | x86 |
Microsoft.mashup.oauth.resources.dll | 2.80.5803.541 | 15440 | 11. Apr. 22 | 17:06 | x86 |
Microsoft.mashup.oauth.resources.dll | 2.80.5803.541 | 15232 | 11. Apr. 22 | 17:06 | x86 |
Microsoft.mashup.oauth.resources.dll | 2.80.5803.541 | 14720 | 11. Apr. 22 | 17:06 | x86 |
Microsoft.mashup.oauth.resources.dll | 2.80.5803.541 | 15744 | 11. Apr. 22 | 17:06 | x86 |
Microsoft.mashup.oauth.resources.dll | 2.80.5803.541 | 14720 | 11. Apr. 22 | 17:06 | x86 |
Microsoft.mashup.oauth.resources.dll | 2.80.5803.541 | 14928 | 11. Apr. 22 | 17:06 | x86 |
Microsoft.mashup.oledbinterop.dll | 2.80.5803.541 | 192392 | 11. Apr. 22 | 17:06 | x64 |
Microsoft.mashup.oledbprovider.dll | 2.80.5803.541 | 59984 | 11. Apr. 22 | 17:06 | x86 |
Microsoft.mashup.oledbprovider.resources.dll | 2.80.5803.541 | 13192 | 11. Apr. 22 | 17:06 | x86 |
Microsoft.mashup.oledbprovider.resources.dll | 2.80.5803.541 | 13192 | 11. Apr. 22 | 17:06 | x86 |
Microsoft.mashup.oledbprovider.resources.dll | 2.80.5803.541 | 13392 | 11. Apr. 22 | 17:06 | x86 |
Microsoft.mashup.oledbprovider.resources.dll | 2.80.5803.541 | 13192 | 11. Apr. 22 | 17:06 | x86 |
Microsoft.mashup.oledbprovider.resources.dll | 2.80.5803.541 | 13184 | 11. Apr. 22 | 17:06 | x86 |
Microsoft.mashup.oledbprovider.resources.dll | 2.80.5803.541 | 13184 | 11. Apr. 22 | 17:06 | x86 |
Microsoft.mashup.oledbprovider.resources.dll | 2.80.5803.541 | 13192 | 11. Apr. 22 | 17:06 | x86 |
Microsoft.mashup.oledbprovider.resources.dll | 2.80.5803.541 | 13392 | 11. Apr. 22 | 17:06 | x86 |
Microsoft.mashup.oledbprovider.resources.dll | 2.80.5803.541 | 13184 | 11. Apr. 22 | 17:06 | x86 |
Microsoft.mashup.oledbprovider.resources.dll | 2.80.5803.541 | 13392 | 11. Apr. 22 | 17:06 | x86 |
Microsoft.mashup.scriptdom.dll | 2.40.4554.261 | 2371808 | 11. Apr. 22 | 17:06 | x86 |
Microsoft.mashup.shims.dll | 2.80.5803.541 | 27512 | 11. Apr. 22 | 17:06 | x86 |
Microsoft.mashup.storage.xmlserializers.dll | 1.0.0.0 | 140368 | 11. Apr. 22 | 17:06 | x86 |
Microsoft.mashupengine.dll | 2.80.5803.541 | 14271872 | 11. Apr. 22 | 17:06 | x86 |
Microsoft.mashupengine.resources.dll | 2.80.5803.541 | 553864 | 11. Apr. 22 | 17:06 | x86 |
Microsoft.mashupengine.resources.dll | 2.80.5803.541 | 664656 | 11. Apr. 22 | 17:06 | x86 |
Microsoft.mashupengine.resources.dll | 2.80.5803.541 | 656256 | 11. Apr. 22 | 17:06 | x86 |
Microsoft.mashupengine.resources.dll | 2.80.5803.541 | 639880 | 11. Apr. 22 | 17:06 | x86 |
Microsoft.mashupengine.resources.dll | 2.80.5803.541 | 689024 | 11. Apr. 22 | 17:06 | x86 |
Microsoft.mashupengine.resources.dll | 2.80.5803.541 | 648064 | 11. Apr. 22 | 17:06 | x86 |
Microsoft.mashupengine.resources.dll | 2.80.5803.541 | 627592 | 11. Apr. 22 | 17:06 | x86 |
Microsoft.mashupengine.resources.dll | 2.80.5803.541 | 865360 | 11. Apr. 22 | 17:06 | x86 |
Microsoft.mashupengine.resources.dll | 2.80.5803.541 | 545656 | 11. Apr. 22 | 17:06 | x86 |
Microsoft.mashupengine.resources.dll | 2.80.5803.541 | 640080 | 11. Apr. 22 | 17:06 | x86 |
Microsoft.odata.core.netfx35.dll | 6.15.0.0 | 1437568 | 11. Apr. 22 | 17:06 | x86 |
Microsoft.odata.edm.netfx35.dll | 6.15.0.0 | 778632 | 11. Apr. 22 | 17:06 | x86 |
Microsoft.powerbi.adomdclient.dll | 15.1.27.19 | 1104976 | 11. Apr. 22 | 17:06 | x86 |
Microsoft.spatial.netfx35.dll | 6.15.0.0 | 126336 | 11. Apr. 22 | 17:06 | x86 |
Msmdctr.dll | 2018.150.35.23 | 37,272 | 11. Apr. 22 | 17:02 | x64 |
msmdlocal.dll | 2018.150.35.23 | 66290584 | 11. Apr. 22 | 17:02 | x64 |
msmdlocal.dll | 2018.150.35.23 | 47785408 | 11. Apr. 22 | 17:02 | x86 |
Msmdpump.dll | 2018.150.35.23 | 10188704 | 11. Apr. 22 | 17:02 | x64 |
Msmdredir.dll | 2018.150.35.23 | 7955864 | 11. Apr. 22 | 17:02 | x86 |
Msmdspdm.resources.dll | 15.0.35.23 | 15,768 | 11. Apr. 22 | 17:02 | x86 |
Msmdspdm.resources.dll | 15.0.35.23 | 16,800 | 11. Apr. 22 | 17:02 | x86 |
Msmdspdm.resources.dll | 15.0.35.23 | 16280 | 11. Apr. 22 | 17:02 | x86 |
Msmdspdm.resources.dll | 15.0.35.23 | 15,768 | 11. Apr. 22 | 17:02 | x86 |
Msmdspdm.resources.dll | 15.0.35.23 | 16280 | 11. Apr. 22 | 17:02 | x86 |
Msmdspdm.resources.dll | 15.0.35.23 | 17,344 | 11. Apr. 22 | 17:02 | x86 |
Msmdspdm.resources.dll | 15.0.35.23 | 16280 | 11. Apr. 22 | 17:02 | x86 |
Msmdspdm.resources.dll | 15.0.35.23 | 18,336 | 11. Apr. 22 | 17:02 | x86 |
Msmdspdm.resources.dll | 15.0.35.23 | 15,768 | 11. Apr. 22 | 17:02 | x86 |
Msmdspdm.resources.dll | 15.0.35.23 | 16832 | 11. Apr. 22 | 17:02 | x86 |
Msmdsrv.errorcategories.xml | n/v | 4882 | 11. Apr. 22 | 17:02 | n/v |
Msmdsrv.exe | 2018.150.35.23 | 65831872 | 11. Apr. 22 | 17:02 | x64 |
Msmdsrv.rll | 2018.150.35.23 | 832400 | 11. Apr. 22 | 17:02 | x64 |
Msmdsrv.rll | 2018.150.35.23 | 1628064 | 11. Apr. 22 | 17:02 | x64 |
Msmdsrv.rll | 2018.150.35.23 | 1452952 | 11. Apr. 22 | 17:02 | x64 |
Msmdsrv.rll | 2018.150.35.23 | 1642912 | 11. Apr. 22 | 17:02 | x64 |
Msmdsrv.rll | 2018.150.35.23 | 1607576 | 11. Apr. 22 | 17:02 | x64 |
Msmdsrv.rll | 2018.150.35.23 | 1000344 | 11. Apr. 22 | 17:02 | x64 |
Msmdsrv.rll | 2018.150.35.23 | 991640 | 11. Apr. 22 | 17:02 | x64 |
Msmdsrv.rll | 2018.150.35.23 | 1535896 | 11. Apr. 22 | 17:02 | x64 |
Msmdsrv.rll | 2018.150.35.23 | 1521568 | 11. Apr. 22 | 17:02 | x64 |
Msmdsrv.rll | 2018.150.35.23 | 810912 | 11. Apr. 22 | 17:02 | x64 |
Msmdsrv.rll | 2018.150.35.23 | 1595288 | 11. Apr. 22 | 17:02 | x64 |
Msmdsrvi.rll | 2018.150.35.23 | 832416 | 11. Apr. 22 | 17:02 | x64 |
Msmdsrvi.rll | 2018.150.35.23 | 1623448 | 11. Apr. 22 | 17:02 | x64 |
Msmdsrvi.rll | 2018.150.35.23 | 1449880 | 11. Apr. 22 | 17:02 | x64 |
Msmdsrvi.rll | 2018.150.35.23 | 1636760 | 11. Apr. 22 | 17:02 | x64 |
Msmdsrvi.rll | 2018.150.35.23 | 1603480 | 11. Apr. 22 | 17:02 | x64 |
Msmdsrvi.rll | 2018.150.35.23 | 997784 | 11. Apr. 22 | 17:02 | x64 |
Msmdsrvi.rll | 2018.150.35.23 | 990104 | 11. Apr. 22 | 17:02 | x64 |
Msmdsrvi.rll | 2018.150.35.23 | 1532832 | 11. Apr. 22 | 17:02 | x64 |
Msmdsrvi.rll | 2018.150.35.23 | 1516944 | 11. Apr. 22 | 17:02 | x64 |
Msmdsrvi.rll | 2018.150.35.23 | 809888 | 11. Apr. 22 | 17:02 | x64 |
Msmdsrvi.rll | 2018.150.35.23 | 1591712 | 11. Apr. 22 | 17:02 | x64 |
msmgdsrv.dll | 2018.150.35.23 | 10184600 | 11. Apr. 22 | 17:02 | x64 |
msmgdsrv.dll | 2018.150.35.23 | 8279456 | 11. Apr. 22 | 17:02 | x86 |
Msolap.dll | 2018.150.35.23 | 11016096 | 11. Apr. 22 | 17:02 | x64 |
Msolap.dll | 2018.150.35.23 | 8608160 | 11. Apr. 22 | 17:02 | x86 |
Msolui.dll | 2018.150.35.23 | 306624 | 11. Apr. 22 | 17:02 | x64 |
Msolui.dll | 2018.150.35.23 | 286144 | 11. Apr. 22 | 17:02 | x86 |
Powerbiextensions.dll | 2.80.5803.541 | 9470032 | 11. Apr. 22 | 17:06 | x86 |
Private_odbc32.dll | 10.0.14832.1000 | 728456 | 11. Apr. 22 | 17:06 | x64 |
Sqlboot.dll | 2019.150.4223.1 | 214,968 | 11. Apr. 22 | 17:06 | x64 |
Sqlceip.exe | 15.0.4223.1 | 292760 | 11. Apr. 22 | 17:06 | x86 |
sqldumper.exe | 2019.150.4223.1 | 153528 | 11. Apr. 22 | 17:06 | x86 |
sqldumper.exe | 2019.150.4223.1 | 186280 | 11. Apr. 22 | 17:06 | x64 |
System.spatial.netfx35.dll | 5.7.0.62516 | 117640 | 11. Apr. 22 | 17:06 | x86 |
Tmapi.dll | 2018.150.35.23 | 6178240 | 11. Apr. 22 | 17:02 | x64 |
Tmcachemgr.dll | 2018.150.35.23 | 4917696 | 11. Apr. 22 | 17:02 | x64 |
Tmpersistence.dll | 2018.150.35.23 | 1183640 | 11. Apr. 22 | 17:02 | x64 |
Tmtransactions.dll | 2018.150.35.23 | 6806464 | 11. Apr. 22 | 17:02 | x64 |
xmsrv.dll | 2018.150.35.23 | 26025920 | 11. Apr. 22 | 17:02 | x64 |
xmsrv.dll | 2018.150.35.23 | 35460536 | 11. Apr. 22 | 17:02 | x86 |
SQL Server 2019 Database Services Common Core
Dateiname | Dateiversion | Dateigröße | Datum | Uhrzeit | Plattform |
---|---|---|---|---|---|
Batchparser.dll | 2019.150.4223.1 | 165792 | 11. Apr. 22 | 17:37 | x86 |
Batchparser.dll | 2019.150.4223.1 | 182200 | 11. Apr. 22 | 17:37 | x64 |
Instapi150.dll | 2019.150.4223.1 | 75704 | 11. Apr. 22 | 17:37 | x86 |
Instapi150.dll | 2019.150.4223.1 | 87992 | 11. Apr. 22 | 17:37 | x64 |
Microsoft.sqlserver.mgdsqldumper.dll | 2019.150.4223.1 | 100280 | 11. Apr. 22 | 17:37 | x64 |
Microsoft.sqlserver.mgdsqldumper.dll | 2019.150.4223.1 | 87992 | 11. Apr. 22 | 17:37 | x86 |
Microsoft.sqlserver.rmo.dll | 15.0.4223.1 | 550824 | 11. Apr. 22 | 17:37 | x86 |
Microsoft.sqlserver.rmo.dll | 15.0.4223.1 | 550840 | 11. Apr. 22 | 17:37 | x86 |
Msasxpress.dll | 2018.150.35.23 | 32184 | 11. Apr. 22 | 17:02 | x64 |
Msasxpress.dll | 2018.150.35.23 | 27040 | 11. Apr. 22 | 17:02 | x86 |
Pbsvcacctsync.dll | 2019.150.4223.1 | 75688 | 11. Apr. 22 | 17:37 | x86 |
Pbsvcacctsync.dll | 2019.150.4223.1 | 87992 | 11. Apr. 22 | 17:37 | x64 |
sqldumper.exe | 2019.150.4223.1 | 153528 | 11. Apr. 22 | 17:37 | x86 |
sqldumper.exe | 2019.150.4223.1 | 186280 | 11. Apr. 22 | 17:37 | x64 |
Sqlftacct.dll | 2019.150.4223.1 | 59.304 | 11. Apr. 22 | 17:37 | x86 |
Sqlftacct.dll | 2019.150.4223.1 | 79,784 | 11. Apr. 22 | 17:37 | x64 |
Sqlmanager.dll | 2019.150.4223.1 | 743328 | 11. Apr. 22 | 17:37 | x86 |
Sqlmanager.dll | 2019.150.4223.1 | 878496 | 11. Apr. 22 | 17:37 | x64 |
Sqlmgmprovider.dll | 2019.150.4223.1 | 378792 | 11. Apr. 22 | 17:37 | x86 |
Sqlmgmprovider.dll | 2019.150.4223.1 | 432040 | 11. Apr. 22 | 17:37 | x64 |
Sqlsvcsync.dll | 2019.150.4223.1 | 276400 | 11. Apr. 22 | 17:37 | x86 |
Sqlsvcsync.dll | 2019.150.4223.1 | 358328 | 11. Apr. 22 | 17:37 | x64 |
Svrenumapi150.dll | 2019.150.4223.1 | 1161128 | 11. Apr. 22 | 17:37 | x64 |
Svrenumapi150.dll | 2019.150.4223.1 | 911272 | 11. Apr. 22 | 17:37 | x86 |
SQL Server 2019 (sql_dreplay_client)
Dateiname | Dateiversion | Dateigröße | Datum | Uhrzeit | Plattform |
---|---|---|---|---|---|
Dreplayclient.exe | 2019.150.4223.1 | 137120 | 11. Apr. 22 | 17:06 | x86 |
Dreplaycommon.dll | 2019.150.4223.1 | 666536 | 11. Apr. 22 | 17:06 | x86 |
Dreplayutil.dll | 2019.150.4223.1 | 305064 | 11. Apr. 22 | 17:06 | x86 |
Instapi150.dll | 2019.150.4223.1 | 87992 | 11. Apr. 22 | 17:06 | x64 |
Sqlresourceloader.dll | 2019.150.4223.1 | 38840 | 11. Apr. 22 | 17:06 | x86 |
SQL Server 2019 SQL_Dreplay_Controller
Dateiname | Dateiversion | Dateigröße | Datum | Uhrzeit | Plattform |
---|---|---|---|---|---|
Dreplaycommon.dll | 2019.150.4223.1 | 666536 | 11. Apr. 22 | 17:06 | x86 |
Dreplaycontroller.exe | 2019.150.4223.1 | 366504 | 11. Apr. 22 | 17:06 | x86 |
Instapi150.dll | 2019.150.4223.1 | 87992 | 11. Apr. 22 | 17:06 | x64 |
Sqlresourceloader.dll | 2019.150.4223.1 | 38840 | 11. Apr. 22 | 17:06 | x86 |
SQL Server 2019 Datenbankdienste-Core-Instanz
Dateiname | Dateiversion | Dateigröße | Datum | Uhrzeit | Plattform |
---|---|---|---|---|---|
Aetm-enclave-simulator.dll | 2019.150.4223.1 | 4658088 | 11. Apr. 22 | 1,759 | x64 |
Aetm-enclave.dll | 2019.150.4223.1 | 4612504 | 11. Apr. 22 | 1,759 | x64 |
Aetm-sgx-enclave-simulator.dll | 2019.150.4223.1 | 4932408 | 11. Apr. 22 | 1,759 | x64 |
Aetm-sgx-enclave.dll | 2019.150.4223.1 | 4873536 | 11. Apr. 22 | 1,759 | x64 |
Azureattest.dll | 10.0.18965.1000 | 255056 | 11. Apr. 22 | 17:01 | x64 |
Azureattestmanager.dll | 10.0.18965.1000 | 97528 | 11. Apr. 22 | 17:01 | x64 |
Batchparser.dll | 2019.150.4223.1 | 182200 | 11. Apr. 22 | 1,759 | x64 |
C1.dll | 19.16.27034.0 | 2438520 | 11. Apr. 22 | 1,759 | x64 |
C2.dll | 19.16.27034.0 | 7239032 | 11. Apr. 22 | 1,759 | x64 |
Cl.exe | 19.16.27034.0 | 424360 | 11. Apr. 22 | 1,759 | x64 |
Clui.dll | 19.16.27034.0 | 541048 | 11. Apr. 22 | 1,759 | x64 |
Datacollectorcontroller.dll | 2019.150.4223.1 | 280504 | 11. Apr. 22 | 1,759 | x64 |
Dcexec.exe | 2019.150.4223.1 | 87992 | 11. Apr. 22 | 1,759 | x64 |
Exacorepredict.dll | n/v | 58408368 | 11. Apr. 22 | 1,759 | x64 |
Exacorepredictsql.dll | n/v | 40,344 | 11. Apr. 22 | 1,759 | x64 |
Fssres.dll | 2019.150.4223.1 | 96168 | 11. Apr. 22 | 1,759 | x64 |
Hadrres.dll | 2019.150.4223.1 | 202664 | 11. Apr. 22 | 1,759 | x64 |
Hkcompile.dll | 2019.150.4223.1 | 1292200 | 11. Apr. 22 | 1,759 | x64 |
Hkengdef.h | n/v | 2804 | 11. Apr. 22 | 1,759 | n/v |
Hkenggen.h | n/v | 16783 | 11. Apr. 22 | 1,759 | n/v |
Hkengine.dll | 2019.150.4223.1 | 5789624 | 11. Apr. 22 | 1,759 | x64 |
Hkengine.lib | n/v | 98282 | 11. Apr. 22 | 1,759 | n/v |
Hkjarrettrb.h | n/v | 57242 | 11. Apr. 22 | 1,759 | n/v |
Hkjarrettrb.lib | n/v | 3004568 | 11. Apr. 22 | 1,759 | n/v |
Hkrtdef.h | n/v | 9434 | 11. Apr. 22 | 1,759 | n/v |
Hkrtgen.h | n/v | 29067 | 11. Apr. 22 | 1,759 | n/v |
Hkruntime.dll | 2019.150.4223.1 | 182184 | 11. Apr. 22 | 1,759 | x64 |
Hkruntime.lib | n/v | 37422 | 11. Apr. 22 | 1,759 | n/v |
Hktempdb.dll | 2019.150.4223.1 | 63400 | 11. Apr. 22 | 1,759 | x64 |
Libcmt.amd64.pdb | n/v | 323584 | 11. Apr. 22 | 1,759 | n/v |
Libcmt.lib | n/v | 2036034 | 11. Apr. 22 | 1,759 | n/v |
Libvcruntime.amd64.pdb | n/v | 274432 | 11. Apr. 22 | 1,759 | n/v |
Libvcruntime.lib | n/v | 1082768 | 11. Apr. 22 | 1,759 | n/v |
Link.exe | 14.16.27034.0 | 1707936 | 11. Apr. 22 | 1,759 | x64 |
Microsoft.sqlautoadmin.autobackupagent.dll | 15.0.4223.1 | 235424 | 11. Apr. 22 | 1,759 | x86 |
Microsoft.sqlserver.xevent.linq.dll | 2019.150.4223.1 | 325544 | 11. Apr. 22 | 1,759 | x64 |
Microsoft.sqlserver.xevent.targets.dll | 2019.150.4223.1 | 92,064 | 11. Apr. 22 | 1,759 | x64 |
Model_msdbdata.mdf | n/v | 14090240 | 11. Apr. 22 | 1,759 | n/v |
Model_msdblog.ldf | n/v | 524288 | 11. Apr. 22 | 1,759 | n/v |
Model_replicatedmaster.ldf | n/v | 524288 | 11. Apr. 22 | 1,759 | n/v |
Model_replicatedmaster.mdf | n/v | 4653056 | 11. Apr. 22 | 1,759 | n/v |
Msdb110_upgrade.sql | n/v | 2564756 | 11. Apr. 22 | 1,759 | n/v |
Msobj140.dll | 14.16.27034.0 | 134008 | 11. Apr. 22 | 1,759 | x64 |
Mspdb140.dll | 14.16.27034.0 | 632184 | 11. Apr. 22 | 1,759 | x64 |
Mspdbcore.dll | 14.16.27034.0 | 632184 | 11. Apr. 22 | 1,759 | x64 |
Mssqlsystemresource.ldf | n/v | 1310720 | 11. Apr. 22 | 1,759 | n/v |
Mssqlsystemresource.mdf | n/v | 41943040 | 11. Apr. 22 | 1,759 | n/v |
msvcp140.dll | 14.16.27034.0 | 628200 | 11. Apr. 22 | 1,759 | x64 |
Qds.dll | 2019.150.4223.1 | 1185696 | 11. Apr. 22 | 1,759 | x64 |
Rsfxft.dll | 2019.150.4223.1 | 51,128 | 11. Apr. 22 | 1,759 | x64 |
Secforwarder.dll | 2019.150.4223.1 | 79800 | 11. Apr. 22 | 1,759 | x64 |
Sqagtres.dll | 2019.150.4223.1 | 87976 | 11. Apr. 22 | 1,759 | x64 |
Sqlaamss.dll | 2019.150.4223.1 | 108,472 | 11. Apr. 22 | 1,759 | x64 |
Sqlaccess.dll | 2019.150.4223.1 | 493480 | 11. Apr. 22 | 1,759 | x64 |
Sqlagent.exe | 2019.150.4223.1 | 731064 | 11. Apr. 22 | 1,759 | x64 |
Sqlagentctr150.dll | 2019.150.4223.1 | 67496 | 11. Apr. 22 | 1,759 | x86 |
Sqlagentctr150.dll | 2019.150.4223.1 | 79,784 | 11. Apr. 22 | 1,759 | x64 |
Sqlboot.dll | 2019.150.4223.1 | 214,968 | 11. Apr. 22 | 17:06 | x64 |
Sqlceip.exe | 15.0.4223.1 | 292760 | 11. Apr. 22 | 1,759 | x86 |
Sqlcmdss.dll | 2019.150.4223.1 | 87976 | 11. Apr. 22 | 1,759 | x64 |
Sqlctr150.dll | 2019.150.4223.1 | 116664 | 11. Apr. 22 | 1,759 | x86 |
Sqlctr150.dll | 2019.150.4223.1 | 141224 | 11. Apr. 22 | 1,759 | x64 |
Sqldk.dll | 2019.150.4223.1 | 3155872 | 11. Apr. 22 | 1,759 | x64 |
Sqldtsss.dll | 2019.150.4223.1 | 108456 | 11. Apr. 22 | 1,759 | x64 |
Sqlevn70.rll |
2019.150.4223.1 | 1595320 | 11. Apr. 22 | 1,759 | x64 |
Sqlevn70.rll |
2019.150.4223.1 | 3499960 | 11. Apr. 22 | 1,759 | x64 |
Sqlevn70.rll |
2019.150.4223.1 | 3696568 | 11. Apr. 22 | 1,759 | x64 |
Sqlevn70.rll |
2019.150.4223.1 | 4163512 | 11. Apr. 22 | 1,759 | x64 |
Sqlevn70.rll |
2019.150.4223.1 | 4282296 | 11. Apr. 22 | 1,759 | x64 |
Sqlevn70.rll |
2019.150.4223.1 | 3413944 | 11. Apr. 22 | 1,759 | x64 |
Sqlevn70.rll |
2019.150.4223.1 | 3581880 | 11. Apr. 22 | 1,759 | x64 |
Sqlevn70.rll |
2019.150.4223.1 | 4155320 | 11. Apr. 22 | 1,759 | x64 |
Sqlevn70.rll |
2019.150.4223.1 | 4011960 | 11. Apr. 22 | 1,759 | x64 |
Sqlevn70.rll |
2019.150.4223.1 | 4061112 | 11. Apr. 22 | 1,759 | x64 |
Sqlevn70.rll |
2019.150.4223.1 | 2222008 | 11. Apr. 22 | 1,759 | x64 |
Sqlevn70.rll |
2019.150.4223.1 | 2172856 | 11. Apr. 22 | 1,759 | x64 |
Sqlevn70.rll |
2019.150.4223.1 | 3868600 | 11. Apr. 22 | 1,759 | x64 |
Sqlevn70.rll |
2019.150.4223.1 | 3545016 | 11. Apr. 22 | 1,759 | x64 |
Sqlevn70.rll |
2019.150.4223.1 | 4016056 | 11. Apr. 22 | 1,759 | x64 |
Sqlevn70.rll |
2019.150.4223.1 | 3819448 | 11. Apr. 22 | 1,759 | x64 |
Sqlevn70.rll |
2019.150.4223.1 | 3819448 | 11. Apr. 22 | 1,759 | x64 |
Sqlevn70.rll |
2019.150.4223.1 | 3614648 | 11. Apr. 22 | 1,759 | x64 |
Sqlevn70.rll |
2019.150.4223.1 | 3499960 | 11. Apr. 22 | 1,759 | x64 |
Sqlevn70.rll |
2019.150.4223.1 | 1537976 | 11. Apr. 22 | 1,759 | x64 |
Sqlevn70.rll |
2019.150.4223.1 | 3905464 | 11. Apr. 22 | 1,759 | x64 |
Sqlevn70.rll |
2019.150.4223.1 | 4028344 | 11. Apr. 22 | 1,759 | x64 |
Sqllang.dll | 2019.150.4223.1 | 39954344 | 11. Apr. 22 | 1,759 | x64 |
Sqlmin.dll | 2019.150.4223.1 | 40530872 | 11. Apr. 22 | 1,759 | x64 |
Sqlolapss.dll | 2019.150.4223.1 | 104,360 | 11. Apr. 22 | 1,759 | x64 |
Sqlos.dll | 2019.150.4223.1 | 42936 | 11. Apr. 22 | 1,759 | x64 |
Sqlpowershellss.dll | 2019.150.4223.1 | 83872 | 11. Apr. 22 | 1,759 | x64 |
Sqlrepss.dll | 2019.150.4223.1 | 83880 | 11. Apr. 22 | 1,759 | x64 |
Sqlresourceloader.dll | 2019.150.4223.1 | 51,128 | 11. Apr. 22 | 1,759 | x64 |
Sqlscm.dll | 2019.150.4223.1 | 87976 | 11. Apr. 22 | 1,759 | x64 |
Sqlscriptdowngrade.dll | 2019.150.4223.1 | 38840 | 11. Apr. 22 | 1,759 | x64 |
Sqlscriptupgrade.dll | 2019.150.4223.1 | 5805984 | 11. Apr. 22 | 1,759 | x64 |
Sqlserverspatial150.dll | 2019.150.4223.1 | 673720 | 11. Apr. 22 | 1,759 | x64 |
Sqlservr.exe | 2019.150.4223.1 | 628664 | 11. Apr. 22 | 1,759 | x64 |
Sqlsvc.dll | 2019.150.4223.1 | 182176 | 11. Apr. 22 | 1,759 | x64 |
Sqltses.dll | 2019.150.4223.1 | 9115576 | 11. Apr. 22 | 1,759 | x64 |
Sqsrvres.dll | 2019.150.4223.1 | 280488 | 11. Apr. 22 | 1,759 | x64 |
Ssis_hotfix_install.sql | n/v | 11872 | 11. Apr. 22 | 1,759 | n/v |
Svl.dll | 2019.150.4223.1 | 161696 | 11. Apr. 22 | 1,759 | x64 |
U_tables.sql | n/v | 20021 | 11. Apr. 22 | 1,759 | n/v |
vcruntime140.dll | 14.16.27034.0 | 85992 | 11. Apr. 22 | 1,759 | x64 |
Xe.dll | 2019.150.4223.1 | 722872 | 11. Apr. 22 | 1,759 | x64 |
Xesospkg.mof | n/v | 366466 | 11. Apr. 22 | 1,759 | n/v |
Xesqlminpkg.mof | n/v | 2018608 | 11. Apr. 22 | 1,759 | n/v |
Xesqlpkg.mof | n/v | 841931 | 11. Apr. 22 | 1,759 | n/v |
Xpadsi.exe | 2019.150.4223.1 | 116664 | 11. Apr. 22 | 1,759 | x64 |
Xplog70.dll | 2019.150.4223.1 | 92,064 | 11. Apr. 22 | 1,759 | x64 |
Xpqueue.dll | 2019.150.4223.1 | 92,056 | 11. Apr. 22 | 1,759 | x64 |
Xprepl.dll | 2019.150.4223.1 | 120,736 | 11. Apr. 22 | 1,759 | x64 |
Xpstar.dll | 2019.150.4223.1 | 472992 | 11. Apr. 22 | 1,759 | x64 |
SQL Server 2019 Datenbankdienste Core Shared
Dateiname | Dateiversion | Dateigröße | Datum | Uhrzeit | Plattform |
---|---|---|---|---|---|
Batchparser.dll | 2019.150.4223.1 | 182200 | 11. Apr. 22 | 17:06 | x64 |
Batchparser.dll | 2019.150.4223.1 | 165792 | 11. Apr. 22 | 17:06 | x86 |
Commanddest.dll | 2019.150.4223.1 | 264104 | 11. Apr. 22 | 17:06 | x64 |
Datacollectortasks.dll | 2019.150.4223.1 | 227240 | 11. Apr. 22 | 17:06 | x64 |
Distrib.exe | 2019.150.4223.1 | 235424 | 11. Apr. 22 | 17:06 | x64 |
Dteparse.dll | 2019.150.4223.1 | 124832 | 11. Apr. 22 | 17:06 | x64 |
Dteparsemgd.dll | 2019.150.4223.1 | 133032 | 11. Apr. 22 | 17:06 | x64 |
Dtepkg.dll | 2019.150.4223.1 | 149432 | 11. Apr. 22 | 17:06 | x64 |
Dtexec.exe | 2019.150.4223.1 | 72616 | 11. Apr. 22 | 17:06 | x64 |
Dts.dll | 2019.150.4223.1 | 3143592 | 11. Apr. 22 | 17:06 | x64 |
Dtscomexpreval.dll | 2019.150.4223.1 | 501664 | 11. Apr. 22 | 17:06 | x64 |
Dtsconn.dll | 2019.150.4223.1 | 522152 | 11. Apr. 22 | 17:06 | x64 |
Dtshost.exe | 2019.150.4223.1 | 105384 | 11. Apr. 22 | 17:06 | x64 |
Dtsmsg150.dll | 2019.150.4223.1 | 567224 | 11. Apr. 22 | 17:06 | x64 |
Dtspipeline.dll | 2019.150.4223.1 | 1329080 | 11. Apr. 22 | 17:06 | x64 |
Dtswizard.exe | 15.0.4223.1 | 886712 | 11. Apr. 22 | 17:06 | x64 |
Dtuparse.dll | 2019.150.4223.1 | 100264 | 11. Apr. 22 | 17:06 | x64 |
Dtutil.exe | 2019.150.4223.1 | 148384 | 11. Apr. 22 | 17:06 | x64 |
Exceldest.dll | 2019.150.4223.1 | 280488 | 11. Apr. 22 | 17:06 | x64 |
Excelsrc.dll | 2019.150.4223.1 | 309152 | 11. Apr. 22 | 17:06 | x64 |
Execpackagetask.dll | 2019.150.4223.1 | 186272 | 11. Apr. 22 | 17:06 | x64 |
Flatfiledest.dll | 2019.150.4223.1 | 411576 | 11. Apr. 22 | 17:06 | x64 |
Flatfilesrc.dll | 2019.150.4223.1 | 427944 | 11. Apr. 22 | 17:06 | x64 |
Log4j-1.2.17.jar | n/v | 489884 | 11. Apr. 22 | 17:06 | n/v |
Logread.exe | 2019.150.4223.1 | 718776 | 11. Apr. 22 | 17:06 | x64 |
Mergetxt.dll | 2019.150.4223.1 | 75,680 | 11. Apr. 22 | 17:06 | x64 |
Microsoft.sqlserver.integrationservice.hadoop.common.dll | 15.0.4223.1 | 59320 | 11. Apr. 22 | 17:06 | x86 |
Microsoft.sqlserver.integrationservices.runtimetelemetry.dll | 15.0.4223.1 | 42936 | 11. Apr. 22 | 17:06 | x86 |
Microsoft.sqlserver.maintenanceplantasks.dll | 15.0.4223.1 | 391096 | 11. Apr. 22 | 17:06 | x86 |
Microsoft.sqlserver.replication.dll | 2019.150.4223.1 | 1689512 | 11. Apr. 22 | 17:06 | x64 |
Microsoft.sqlserver.replication.dll | 2019.150.4223.1 | 1640352 | 11. Apr. 22 | 17:06 | x86 |
Microsoft.sqlserver.rmo.dll | 15.0.4223.1 | 550824 | 11. Apr. 22 | 17:06 | x86 |
Msdtssrvrutil.dll | 2019.150.4223.1 | 112552 | 11. Apr. 22 | 17:06 | x64 |
Msgprox.dll | 2019.150.4223.1 | 300984 | 11. Apr. 22 | 17:06 | x64 |
Msoledbsql.dll | 2018.182.3.0 | 148432 | 11. Apr. 22 | 17:06 | x64 |
Msxmlsql.dll | 2019.150.4223.1 | 1497016 | 11. Apr. 22 | 17:06 | x64 |
Oledbdest.dll | 2019.150.4223.1 | 280488 | 11. Apr. 22 | 17:06 | x64 |
Oledbsrc.dll | 2019.150.4223.1 | 313256 | 11. Apr. 22 | 17:06 | x64 |
Osql.exe | 2019.150.4223.1 | 92088 | 11. Apr. 22 | 17:06 | x64 |
Qrdrsvc.exe | 2019.150.4223.1 | 497568 | 11. Apr. 22 | 17:06 | x64 |
Rawdest.dll | 2019.150.4223.1 | 227232 | 11. Apr. 22 | 17:06 | x64 |
Rawsource.dll | 2019.150.4223.1 | 210856 | 11. Apr. 22 | 17:06 | x64 |
Rdistcom.dll | 2019.150.4223.1 | 915360 | 11. Apr. 22 | 17:06 | x64 |
Recordsetdest.dll | 2019.150.4223.1 | 202664 | 11. Apr. 22 | 17:06 | x64 |
Repldp.dll | 2019.150.4223.1 | 313248 | 11. Apr. 22 | 17:06 | x64 |
Replerrx.dll | 2019.150.4223.1 | 182176 | 11. Apr. 22 | 17:06 | x64 |
Replisapi.dll | 2019.150.4223.1 | 395192 | 11. Apr. 22 | 17:06 | x64 |
Replmerg.exe | 2019.150.4223.1 | 563104 | 11. Apr. 22 | 17:06 | x64 |
Replprov.dll | 2019.150.4223.1 | 858016 | 11. Apr. 22 | 17:06 | x64 |
Replrec.dll | 2019.150.4223.1 | 1034144 | 11. Apr. 22 | 17:06 | x64 |
Replsub.dll | 2019.150.4223.1 | 473016 | 11. Apr. 22 | 17:06 | x64 |
Replsync.dll | 2019.150.4223.1 | 165800 | 11. Apr. 22 | 17:06 | x64 |
Slf4j-log4j12-1.7.5.jar | n/v | 8869 | 11. Apr. 22 | 17:06 | n/v |
Spresolv.dll | 2019.150.4223.1 | 276384 | 11. Apr. 22 | 17:06 | x64 |
Sqlcmd.exe | 2019.150.4223.1 | 264120 | 11. Apr. 22 | 17:06 | x64 |
Sqldiag.exe | 2019.150.4223.1 | 1140664 | 11. Apr. 22 | 17:06 | x64 |
Sqldistx.dll | 2019.150.4223.1 | 247720 | 11. Apr. 22 | 17:06 | x64 |
Sqllogship.exe | 15.0.4223.1 | 104,376 | 11. Apr. 22 | 17:06 | x64 |
Sqlmergx.dll | 2019.150.4223.1 | 399264 | 11. Apr. 22 | 17:06 | x64 |
Sqlresourceloader.dll | 2019.150.4223.1 | 51,128 | 11. Apr. 22 | 17:06 | x64 |
Sqlresourceloader.dll | 2019.150.4223.1 | 38840 | 11. Apr. 22 | 17:06 | x86 |
Sqlscm.dll | 2019.150.4223.1 | 87976 | 11. Apr. 22 | 17:06 | x64 |
Sqlscm.dll | 2019.150.4223.1 | 79,784 | 11. Apr. 22 | 17:06 | x86 |
Sqlsvc.dll | 2019.150.4223.1 | 182176 | 11. Apr. 22 | 17:06 | x64 |
Sqlsvc.dll | 2019.150.4223.1 | 149432 | 11. Apr. 22 | 17:06 | x86 |
Sqltaskconnections.dll | 2019.150.4223.1 | 202664 | 11. Apr. 22 | 17:06 | x64 |
Ssradd.dll | 2019.150.4223.1 | 83872 | 11. Apr. 22 | 17:06 | x64 |
Ssravg.dll | 2019.150.4223.1 | 83872 | 11. Apr. 22 | 17:06 | x64 |
Ssrdown.dll | 2019.150.4223.1 | 75688 | 11. Apr. 22 | 17:06 | x64 |
Ssrmax.dll | 2019.150.4223.1 | 83872 | 11. Apr. 22 | 17:06 | x64 |
Ssrmin.dll | 2019.150.4223.1 | 83872 | 11. Apr. 22 | 17:06 | x64 |
Ssrpub.dll | 2019.150.4223.1 | 75,680 | 11. Apr. 22 | 17:06 | x64 |
Ssrup.dll | 2019.150.4223.1 | 75,680 | 11. Apr. 22 | 17:06 | x64 |
Txagg.dll | 2019.150.4223.1 | 391080 | 11. Apr. 22 | 17:06 | x64 |
Txbdd.dll | 2019.150.4223.1 | 190376 | 11. Apr. 22 | 17:06 | x64 |
Txdatacollector.dll | 2019.150.4223.1 | 473000 | 11. Apr. 22 | 17:06 | x64 |
Txdataconvert.dll | 2019.150.4223.1 | 317368 | 11. Apr. 22 | 17:06 | x64 |
Txderived.dll | 2019.150.4223.1 | 640928 | 11. Apr. 22 | 17:06 | x64 |
Txlookup.dll | 2019.150.4223.1 | 542632 | 11. Apr. 22 | 17:06 | x64 |
Txmerge.dll | 2019.150.4223.1 | 247720 | 11. Apr. 22 | 17:06 | x64 |
Txmergejoin.dll | 2019.150.4223.1 | 309160 | 11. Apr. 22 | 17:06 | x64 |
Txmulticast.dll | 2019.150.4223.1 | 145320 | 11. Apr. 22 | 17:06 | x64 |
Txrowcount.dll | 2019.150.4223.1 | 141224 | 11. Apr. 22 | 17:06 | x64 |
Txsort.dll | 2019.150.4223.1 | 288680 | 11. Apr. 22 | 17:06 | x64 |
Txsplit.dll | 2019.150.4223.1 | 624544 | 11. Apr. 22 | 17:06 | x64 |
Txunionall.dll | 2019.150.4223.1 | 198568 | 11. Apr. 22 | 17:06 | x64 |
Xe.dll | 2019.150.4223.1 | 722872 | 11. Apr. 22 | 17:06 | x64 |
Xmlsub.dll | 2019.150.4223.1 | 296888 | 11. Apr. 22 | 17:06 | x64 |
SQL Server 2019 SQL-Erweiterbarkeit
Dateiname | Dateiversion | Dateigröße | Datum | Uhrzeit | Plattform |
---|---|---|---|---|---|
Ccommonlauncher.dll | 2019.150.4223.1 | 92088 | 11. Apr. 22 | 17:06 | x64 |
Exthost.exe | 2019.150.4223.1 | 239528 | 11. Apr. 22 | 17:06 | x64 |
Java-lang-extension.zip | n/v | 362852 | 11. Apr. 22 | 17:06 | n/v |
Launchpad.exe | 2019.150.4223.1 | 1222560 | 11. Apr. 22 | 17:06 | x64 |
Mssql-java-lang-extension.jar | n/v | 12630 | 11. Apr. 22 | 17:06 | n/v |
Sqlsatellite.dll | 2019.150.4223.1 | 1021880 | 11. Apr. 22 | 17:06 | x64 |
SQL Server 2019 Full-Text Engine
Dateiname | Dateiversion | Dateigröße | Datum | Uhrzeit | Plattform |
---|---|---|---|---|---|
Fd.dll | 2019.150.4223.1 | 685992 | 11. Apr. 22 | 17:06 | x64 |
Fdhost.exe | 2019.150.4223.1 | 128928 | 11. Apr. 22 | 17:06 | x64 |
Fdlauncher.exe | 2019.150.4223.1 | 79,784 | 11. Apr. 22 | 17:06 | x64 |
Sqlft150ph.dll | 2019.150.4223.1 | 92072 | 11. Apr. 22 | 17:06 | x64 |
SQL Server 2019-sql_inst_mr
Dateiname | Dateiversion | Dateigröße | Datum | Uhrzeit | Plattform |
---|---|---|---|---|---|
Imrdll.dll | 15.0.4223.1 | 30,624 | 11. Apr. 22 | 17:06 | x86 |
SQL Server 2019 Integration Services
Dateiname | Dateiversion | Dateigröße | Datum | Uhrzeit | Plattform |
---|---|---|---|---|---|
Commanddest.dll | 2019.150.4223.1 | 264104 | 11. Apr. 22 | 17:06 | x64 |
Commanddest.dll | 2019.150.4223.1 | 227240 | 11. Apr. 22 | 17:06 | x86 |
Dteparse.dll | 2019.150.4223.1 | 112552 | 11. Apr. 22 | 17:06 | x86 |
Dteparse.dll | 2019.150.4223.1 | 124832 | 11. Apr. 22 | 17:06 | x64 |
Dteparsemgd.dll | 2019.150.4223.1 | 116648 | 11. Apr. 22 | 17:06 | x86 |
Dteparsemgd.dll | 2019.150.4223.1 | 133032 | 11. Apr. 22 | 17:06 | x64 |
Dtepkg.dll | 2019.150.4223.1 | 133048 | 11. Apr. 22 | 17:06 | x86 |
Dtepkg.dll | 2019.150.4223.1 | 149432 | 11. Apr. 22 | 17:06 | x64 |
Dtexec.exe | 2019.150.4223.1 | 63904 | 11. Apr. 22 | 17:06 | x86 |
Dtexec.exe | 2019.150.4223.1 | 72616 | 11. Apr. 22 | 17:06 | x64 |
Dts.dll | 2019.150.4223.1 | 2762672 | 11. Apr. 22 | 17:06 | x86 |
Dts.dll | 2019.150.4223.1 | 3143592 | 11. Apr. 22 | 17:06 | x64 |
Dtscomexpreval.dll | 2019.150.4223.1 | 501664 | 11. Apr. 22 | 17:06 | x64 |
Dtscomexpreval.dll | 2019.150.4223.1 | 444328 | 11. Apr. 22 | 17:06 | x86 |
Dtsconn.dll | 2019.150.4223.1 | 432040 | 11. Apr. 22 | 17:06 | x86 |
Dtsconn.dll | 2019.150.4223.1 | 522152 | 11. Apr. 22 | 17:06 | x64 |
Dtsdebughost.exe | 2019.150.4223.1 | 112040 | 11. Apr. 22 | 17:05 | x64 |
Dtsdebughost.exe | 2019.150.4223.1 | 93608 | 11. Apr. 22 | 17:05 | x86 |
Dtshost.exe | 2019.150.4223.1 | 88488 | 11. Apr. 22 | 17:06 | x86 |
Dtshost.exe | 2019.150.4223.1 | 105384 | 11. Apr. 22 | 17:06 | x64 |
Dtsmsg150.dll | 2019.150.4223.1 | 554920 | 11. Apr. 22 | 17:06 | x86 |
Dtsmsg150.dll | 2019.150.4223.1 | 567224 | 11. Apr. 22 | 17:06 | x64 |
Dtspipeline.dll | 2019.150.4223.1 | 1120184 | 11. Apr. 22 | 17:06 | x86 |
Dtspipeline.dll | 2019.150.4223.1 | 1329080 | 11. Apr. 22 | 17:06 | x64 |
Dtswizard.exe | 15.0.4223.1 | 886712 | 11. Apr. 22 | 17:05 | x64 |
Dtswizard.exe | 15.0.4223.1 | 890808 | 11. Apr. 22 | 17:05 | x86 |
Dtuparse.dll | 2019.150.4223.1 | 100264 | 11. Apr. 22 | 17:06 | x64 |
Dtuparse.dll | 2019.150.4223.1 | 87976 | 11. Apr. 22 | 17:06 | x86 |
Dtutil.exe | 2019.150.4223.1 | 129960 | 11. Apr. 22 | 17:06 | x86 |
Dtutil.exe | 2019.150.4223.1 | 148384 | 11. Apr. 22 | 17:06 | x64 |
Exceldest.dll | 2019.150.4223.1 | 235432 | 11. Apr. 22 | 17:06 | x86 |
Exceldest.dll | 2019.150.4223.1 | 280488 | 11. Apr. 22 | 17:06 | x64 |
Excelsrc.dll | 2019.150.4223.1 | 309152 | 11. Apr. 22 | 17:06 | x64 |
Excelsrc.dll | 2019.150.4223.1 | 260,008 | 11. Apr. 22 | 17:06 | x86 |
Execpackagetask.dll | 2019.150.4223.1 | 149416 | 11. Apr. 22 | 17:06 | x86 |
Execpackagetask.dll | 2019.150.4223.1 | 186272 | 11. Apr. 22 | 17:06 | x64 |
Flatfiledest.dll | 2019.150.4223.1 | 358312 | 11. Apr. 22 | 17:06 | x86 |
Flatfiledest.dll | 2019.150.4223.1 | 411576 | 11. Apr. 22 | 17:06 | x64 |
Flatfilesrc.dll | 2019.150.4223.1 | 427944 | 11. Apr. 22 | 17:06 | x64 |
Flatfilesrc.dll | 2019.150.4223.1 | 370600 | 11. Apr. 22 | 17:06 | x86 |
Isdbupgradewizard.exe | 15.0.4223.1 | 120760 | 11. Apr. 22 | 17:05 | x86 |
Isdbupgradewizard.exe | 15.0.4223.1 | 120,736 | 11. Apr. 22 | 17:06 | x86 |
Isserverexec.exe | 15.0.4223.1 | 145320 | 11. Apr. 22 | 17:05 | x64 |
Isserverexec.exe | 15.0.4223.1 | 149408 | 11. Apr. 22 | 17:05 | x86 |
Log4j-1.2.17.jar | n/v | 489884 | 11. Apr. 22 | 17:06 | n/v |
Microsoft.sqlserver.astasks.dll | 15.0.4223.1 | 116664 | 11. Apr. 22 | 17:06 | x86 |
Microsoft.sqlserver.integrationservice.hadoop.common.dll | 15.0.4223.1 | 59320 | 11. Apr. 22 | 17:06 | x86 |
Microsoft.sqlserver.integrationservice.hadoop.common.dll | 15.0.4223.1 | 59.304 | 11. Apr. 22 | 17:06 | x86 |
Microsoft.sqlserver.integrationservices.isserverdbupgrade.dll | 15.0.4223.1 | 509880 | 11. Apr. 22 | 17:05 | x86 |
Microsoft.sqlserver.integrationservices.runtimetelemetry.dll | 15.0.4223.1 | 42936 | 11. Apr. 22 | 17:06 | x86 |
Microsoft.sqlserver.integrationservices.runtimetelemetry.dll | 15.0.4223.1 | 42,920 | 11. Apr. 22 | 17:06 | x86 |
Microsoft.sqlserver.maintenanceplantasks.dll | 15.0.4223.1 | 391096 | 11. Apr. 22 | 17:06 | x86 |
Microsoft.sqlserver.management.integrationservicesenum.dll | 15.0.4223.1 | 59320 | 11. Apr. 22 | 17:06 | x86 |
Microsoft.sqlserver.scripttask.dll | 15.0.4223.1 | 141240 | 11. Apr. 22 | 17:05 | x86 |
Msdtssrvr.exe | 15.0.4223.1 | 219,048 | 11. Apr. 22 | 17:06 | x64 |
Msdtssrvrutil.dll | 2019.150.4223.1 | 100264 | 11. Apr. 22 | 17:06 | x86 |
Msdtssrvrutil.dll | 2019.150.4223.1 | 112552 | 11. Apr. 22 | 17:06 | x64 |
Msmdpp.dll | 2018.150.35.23 | 10062744 | 11. Apr. 22 | 17:02 | x64 |
Odbcdest.dll | 2019.150.4223.1 | 317352 | 11. Apr. 22 | 17:06 | x86 |
Odbcdest.dll | 2019.150.4223.1 | 370600 | 11. Apr. 22 | 17:06 | x64 |
Odbcsrc.dll | 2019.150.4223.1 | 329640 | 11. Apr. 22 | 17:06 | x86 |
Odbcsrc.dll | 2019.150.4223.1 | 382888 | 11. Apr. 22 | 17:06 | x64 |
Oledbdest.dll | 2019.150.4223.1 | 239528 | 11. Apr. 22 | 17:06 | x86 |
Oledbdest.dll | 2019.150.4223.1 | 280488 | 11. Apr. 22 | 17:06 | x64 |
Oledbsrc.dll | 2019.150.4223.1 | 264104 | 11. Apr. 22 | 17:06 | x86 |
Oledbsrc.dll | 2019.150.4223.1 | 313256 | 11. Apr. 22 | 17:06 | x64 |
Rawdest.dll | 2019.150.4223.1 | 190376 | 11. Apr. 22 | 17:06 | x86 |
Rawdest.dll | 2019.150.4223.1 | 227232 | 11. Apr. 22 | 17:06 | x64 |
Rawsource.dll | 2019.150.4223.1 | 210856 | 11. Apr. 22 | 17:06 | x64 |
Rawsource.dll | 2019.150.4223.1 | 178088 | 11. Apr. 22 | 17:06 | x86 |
Recordsetdest.dll | 2019.150.4223.1 | 173,992 | 11. Apr. 22 | 17:06 | x86 |
Recordsetdest.dll | 2019.150.4223.1 | 202664 | 11. Apr. 22 | 17:06 | x64 |
Slf4j-log4j12-1.7.5.jar | n/v | 8869 | 11. Apr. 22 | 17:06 | n/v |
Sqlceip.exe | 15.0.4223.1 | 292760 | 11. Apr. 22 | 17:06 | x86 |
Sqldest.dll | 2019.150.4223.1 | 276384 | 11. Apr. 22 | 17:06 | x64 |
Sqldest.dll | 2019.150.4223.1 | 239528 | 11. Apr. 22 | 17:06 | x86 |
Sqltaskconnections.dll | 2019.150.4223.1 | 169896 | 11. Apr. 22 | 17:06 | x86 |
Sqltaskconnections.dll | 2019.150.4223.1 | 202664 | 11. Apr. 22 | 17:06 | x64 |
Txagg.dll | 2019.150.4223.1 | 329640 | 11. Apr. 22 | 17:06 | x86 |
Txagg.dll | 2019.150.4223.1 | 391080 | 11. Apr. 22 | 17:06 | x64 |
Txbdd.dll | 2019.150.4223.1 | 190376 | 11. Apr. 22 | 17:06 | x64 |
Txbdd.dll | 2019.150.4223.1 | 153512 | 11. Apr. 22 | 17:06 | x86 |
Ttxbestmatch.dll | 2019.150.4223.1 | 546728 | 11. Apr. 22 | 17:06 | x86 |
Txbestmatch.dll | 2019.150.4223.1 | 653240 | 11. Apr. 22 | 17:06 | x64 |
Txcache.dll | 2019.150.4223.1 | 165800 | 11. Apr. 22 | 17:06 | x86 |
Txcache.dll | 2019.150.4223.1 | 198568 | 11. Apr. 22 | 17:06 | x64 |
Txcharmap.dll | 2019.150.4223.1 | 313248 | 11. Apr. 22 | 17:06 | x64 |
Txcharmap.dll | 2019.150.4223.1 | 272296 | 11. Apr. 22 | 17:06 | x86 |
Txcopymap.dll | 2019.150.4223.1 | 165800 | 11. Apr. 22 | 17:06 | x86 |
Txcopymap.dll | 2019.150.4223.1 | 198568 | 11. Apr. 22 | 17:06 | x64 |
Txdataconvert.dll | 2019.150.4223.1 | 317368 | 11. Apr. 22 | 17:06 | x64 |
Txdataconvert.dll | 2019.150.4223.1 | 276392 | 11. Apr. 22 | 17:06 | x86 |
Txderived.dll | 2019.150.4223.1 | 559016 | 11. Apr. 22 | 17:06 | x86 |
Txderived.dll | 2019.150.4223.1 | 640928 | 11. Apr. 22 | 17:06 | x64 |
Txfileextractor.dll | 2019.150.4223.1 | 182184 | 11. Apr. 22 | 17:06 | x86 |
Txfileextractor.dll | 2019.150.4223.1 | 219032 | 11. Apr. 22 | 17:06 | x64 |
Txfileinserter.dll | 2019.150.4223.1 | 182184 | 11. Apr. 22 | 17:06 | x86 |
Txfileinserter.dll | 2019.150.4223.1 | 214952 | 11. Apr. 22 | 17:06 | x64 |
Txgroupdups.dll | 2019.150.4223.1 | 313248 | 11. Apr. 22 | 17:06 | x64 |
Txgroupdups.dll | 2019.150.4223.1 | 255912 | 11. Apr. 22 | 17:06 | x86 |
Txlineage.dll | 2019.150.4223.1 | 128936 | 11. Apr. 22 | 17:06 | x86 |
Txlineage.dll | 2019.150.4223.1 | 153512 | 11. Apr. 22 | 17:06 | x64 |
Txlookup.dll | 2019.150.4223.1 | 468904 | 11. Apr. 22 | 17:06 | x86 |
Txlookup.dll | 2019.150.4223.1 | 542632 | 11. Apr. 22 | 17:06 | x64 |
Txmerge.dll | 2019.150.4223.1 | 247720 | 11. Apr. 22 | 17:06 | x64 |
Txmerge.dll | 2019.150.4223.1 | 202664 | 11. Apr. 22 | 17:06 | x86 |
Txmergejoin.dll | 2019.150.4223.1 | 247720 | 11. Apr. 22 | 17:06 | x86 |
Txmergejoin.dll | 2019.150.4223.1 | 309160 | 11. Apr. 22 | 17:06 | x64 |
Txmulticast.dll | 2019.150.4223.1 | 116648 | 11. Apr. 22 | 17:06 | x86 |
Txmulticast.dll | 2019.150.4223.1 | 145320 | 11. Apr. 22 | 17:06 | x64 |
Txpivot.dll | 2019.150.4223.1 | 206760 | 11. Apr. 22 | 17:06 | x86 |
Txpivot.dll | 2019.150.4223.1 | 239528 | 11. Apr. 22 | 17:06 | x64 |
Txrowcount.dll | 2019.150.4223.1 | 141224 | 11. Apr. 22 | 17:06 | x64 |
Txrowcount.dll | 2019.150.4223.1 | 112552 | 11. Apr. 22 | 17:06 | x86 |
Txsampling.dll | 2019.150.4223.1 | 157608 | 11. Apr. 22 | 17:06 | x86 |
Txsampling.dll | 2019.150.4223.1 | 194472 | 11. Apr. 22 | 17:06 | x64 |
Txscd.dll | 2019.150.4223.1 | 198568 | 11. Apr. 22 | 17:06 | x86 |
Txscd.dll | 2019.150.4223.1 | 235432 | 11. Apr. 22 | 17:06 | x64 |
Txsort.dll | 2019.150.4223.1 | 231336 | 11. Apr. 22 | 17:06 | x86 |
Txsort.dll | 2019.150.4223.1 | 288680 | 11. Apr. 22 | 17:06 | x64 |
Txsplit.dll | 2019.150.4223.1 | 550824 | 11. Apr. 22 | 17:06 | x86 |
Txsplit.dll | 2019.150.4223.1 | 624544 | 11. Apr. 22 | 17:06 | x64 |
Txtermextraction.dll | 2019.150.4223.1 | 8701856 | 11. Apr. 22 | 17:06 | x64 |
Txtermextraction.dll | 2019.150.4223.1 | 8644512 | 11. Apr. 22 | 17:06 | x86 |
Txtermlookup.dll | 2019.150.4223.1 | 4138920 | 11. Apr. 22 | 17:06 | x86 |
Txtermlookup.dll | 2019.150.4223.1 | 4183976 | 11. Apr. 22 | 17:06 | x64 |
Txunionall.dll | 2019.150.4223.1 | 161704 | 11. Apr. 22 | 17:06 | x86 |
Txunionall.dll | 2019.150.4223.1 | 198568 | 11. Apr. 22 | 17:06 | x64 |
Txunpivot.dll | 2019.150.4223.1 | 182184 | 11. Apr. 22 | 17:06 | x86 |
Txunpivot.dll | 2019.150.4223.1 | 214952 | 11. Apr. 22 | 17:06 | x64 |
Xe.dll | 2019.150.4223.1 | 632744 | 11. Apr. 22 | 17:06 | x86 |
Xe.dll | 2019.150.4223.1 | 722872 | 11. Apr. 22 | 17:06 | x64 |
SQL Server 2019-sql_polybase_core_inst
Dateiname | Dateiversion | Dateigröße | Datum | Uhrzeit | Plattform |
---|---|---|---|---|---|
Dms.dll | 15.0.1951.0 | 558480 | 11. Apr. 22 | 17:47 | x86 |
Dmsnative.dll | 2018.150.1951.0 | 151464 | 11. Apr. 22 | 17:47 | x64 |
Dwengineservice.dll | 15.0.1951.0 | 43944 | 11. Apr. 22 | 17:47 | x86 |
Dwengineservice.exe.config | n/v | 252094 | 11. Apr. 22 | 17:47 | n/v |
Eng_polybase_odbcdrivermongo_238_cacerts_pem.64 | n/v | 255048 | 11. Apr. 22 | 17:47 | n/v |
Eng_polybase_odbcdrivermongo_238_dsmessages_xml.64 | n/v | 10067 | 11. Apr. 22 | 17:47 | n/v |
Eng_polybase_odbcdrivermongo_238_mdmessages_xml.64 | n/v | 9574 | 11. Apr. 22 | 17:47 | n/v |
Eng_polybase_odbcdrivermongo_238_mongodbodbc_did.64 | n/v | 272 | 11. Apr. 22 | 17:47 | n/v |
Eng_polybase_odbcdrivermongo_238_mongodbodbc_sb64_dll.64 | 2.3.8.1008 | 17142672 | 11. Apr. 22 | 17:47 | x64 |
Eng_polybase_odbcdrivermongo_238_odbcmessages_xml.64 | n/v | 77846 | 11. Apr. 22 | 17:47 | n/v |
Eng_polybase_odbcdrivermongo_238_openssl64_dlla_manifest.64 | n/v | 282 | 11. Apr. 22 | 17:47 | n/v |
Eng_polybase_odbcdrivermongo_238_saslsspi_dll.64 | 1.0.2.1003 | 146304 | 11. Apr. 22 | 17:47 | x64 |
Eng_polybase_odbcdrivermongo_238_schemamapmessages_xml.64 | n/v | 1884 | 11. Apr. 22 | 17:47 | n/v |
Eng_polybase_odbcdrivermongo_238_sqlenginemessages_xml.64 | n/v | 39334 | 11. Apr. 22 | 17:47 | n/v |
Eng_polybase_odbcdrivermongo_238_thirdpartynotices_txt.64 | n/v | 52677 | 11. Apr. 22 | 17:47 | n/v |
Eng_polybase_odbcdrivermongodb233_ini.64 | n/v | 229 | 11. Apr. 22 | 17:47 | n/v |
Eng_polybase_odbcdrivermongodb238_ini.64 | n/v | 241 | 11. Apr. 22 | 17:47 | n/v |
Eng_polybase_odbcdriveroracle_802_mscurl28_dll.64 | 8.0.2.116 | 2446928 | 11. Apr. 22 | 17:47 | x64 |
Eng_polybase_odbcdriveroracle_802_msodbc_lic.64 | n/v | 2564 | 11. Apr. 22 | 17:47 | n/v |
Eng_polybase_odbcdriveroracle_802_msora28_dll.64 | 8.0.2.2371 | 2250320 | 11. Apr. 22 | 17:47 | x64 |
Eng_polybase_odbcdriveroracle_802_msora28r_dll.64 | 8.0.2.2371 | 147024 | 11. Apr. 22 | 17:47 | x64 |
Eng_polybase_odbcdriveroracle_802_msssl28_dll.64 | 8.0.2.244 | 2412624 | 11. Apr. 22 | 17:47 | x64 |
Eng_polybase_odbcdriveroracle_802_mstls28_dll.64 | 8.0.2.39 | 2928720 | 11. Apr. 22 | 17:47 | x64 |
Eng_polybase_odbcdriveroracle_802_thirdpartynotices_txt.64 | n/v | 64,248 | 11. Apr. 22 | 17:47 | n/v |
Eng_polybase_odbcdriversqlserver_17411_lang_msodbcsqlr17_rll_64_1028 | n/v | 156536 | 11. Apr. 22 | 17:47 | x64 |
Eng_polybase_odbcdriversqlserver_17411_lang_msodbcsqlr17_rll_64_1031 | n/v | 226168 | 11. Apr. 22 | 17:47 | x64 |
Eng_polybase_odbcdriversqlserver_17411_lang_msodbcsqlr17_rll_64_1033 | n/v | 205688 | 11. Apr. 22 | 17:47 | x64 |
Eng_polybase_odbcdriversqlserver_17411_lang_msodbcsqlr17_rll_64_1036 | n/v | 230264 | 11. Apr. 22 | 17:47 | x64 |
Eng_polybase_odbcdriversqlserver_17411_lang_msodbcsqlr17_rll_64_1040 | n/v | 226168 | 11. Apr. 22 | 17:47 | x64 |
Eng_polybase_odbcdriversqlserver_17411_lang_msodbcsqlr17_rll_64_1041 | n/v | 172920 | 11. Apr. 22 | 17:47 | x64 |
Eng_polybase_odbcdriversqlserver_17411_lang_msodbcsqlr17_rll_64_1042 | n/v | 172920 | 11. Apr. 22 | 17:47 | x64 |
Eng_polybase_odbcdriversqlserver_17411_lang_msodbcsqlr17_rll_64_1046 | n/v | 222072 | 11. Apr. 22 | 17:47 | x64 |
Eng_polybase_odbcdriversqlserver_17411_lang_msodbcsqlr17_rll_64_1049 | n/v | 222072 | 11. Apr. 22 | 17:47 | x64 |
Eng_polybase_odbcdriversqlserver_17411_lang_msodbcsqlr17_rll_64_2052 | n/v | 156536 | 11. Apr. 22 | 17:47 | x64 |
Eng_polybase_odbcdriversqlserver_17411_lang_msodbcsqlr17_rll_64_3082 | n/v | 226168 | 11. Apr. 22 | 17:47 | x64 |
Eng_polybase_odbcdriverteradata_162000_dsmessages_xml.64 | n/v | 10247 | 11. Apr. 22 | 17:47 | n/v |
Eng_polybase_odbcdriverteradata_162000_odbcmessages_xml.64 | n/v | 78296 | 11. Apr. 22 | 17:47 | n/v |
Eng_polybase_odbcdriverteradata_162000_sqlenginemessages_xml.64 | n/v | 39647 | 11. Apr. 22 | 17:47 | n/v |
Eng_polybase_odbcdriverteradata_162000_tdmessages_xml.64 | n/v | 20320 | 11. Apr. 22 | 17:47 | n/v |
Eng_polybase_odbcdriverteradata_162000_teradataodbc_did.64 | n/v | 272 | 11. Apr. 22 | 17:47 | n/v |
Eng_polybase_odbcdriverteradata_162000_thirdpartynotices_txt.64 | n/v | 28881 | 11. Apr. 22 | 17:47 | n/v |
Enginediagnosticsconfig.xml | n/v | 155186 | 11. Apr. 22 | 17:47 | n/v |
Externalaccessconfig.xml | n/v | 68870 | 11. Apr. 22 | 17:47 | n/v |
Externalobjectsconfig.xml | n/v | 1834 | 11. Apr. 22 | 17:47 | n/v |
Externaloptimizationconfig.xml | n/v | 18223 | 11. Apr. 22 | 17:47 | n/v |
Externalworkersconfig.xml | n/v | 1416 | 11. Apr. 22 | 17:47 | n/v |
Icudt58.dll | 58.2.0.0 | 27109768 | 11. Apr. 22 | 17:47 | x64 |
Icudt58.dll | 58.2.0.0 | 27109832 | 11. Apr. 22 | 17:47 | x64 |
Icuin58.dll | 58.2.0.0 | 2425288 | 11. Apr. 22 | 17:47 | x64 |
Icuin58.dll | 58.2.0.0 | 2431880 | 11. Apr. 22 | 17:47 | x64 |
Icuuc42.dll | 8.0.2.124 | 15488080 | 11. Apr. 22 | 17:47 | x64 |
Icuuc58.dll | 58.2.0.0 | 1775048 | 11. Apr. 22 | 17:47 | x64 |
Icuuc58.dll | 58.2.0.0 | 1783688 | 11. Apr. 22 | 17:47 | x64 |
Instapi150.dll | 2019.150.4223.1 | 87992 | 11. Apr. 22 | 17:47 | x64 |
Libcrypto-1_1-x64.dll | 1.1.0.10 | 2620304 | 11. Apr. 22 | 17:47 | x64 |
Libcrypto | 1.1.1.4 | 2953680 | 11. Apr. 22 | 17:47 | x64 |
Libsasl.dll | 2.1.26.0 | 292224 | 11. Apr. 22 | 17:47 | x64 |
Libssl-1_1-x64.dll | 1.1.0.10 | 648080 | 11. Apr. 22 | 17:47 | x64 |
Libssl | 1.1.1.4 | 798160 | 11. Apr. 22 | 17:47 | x64 |
Microsoft.sqlserver.datawarehouse.backup.backupmetadata.dll | 15.0.1951.0 | 66,448 | 11. Apr. 22 | 17:47 | x86 |
Microsoft.sqlserver.datawarehouse.catalog.dll | 15.0.1951.0 | 292256 | 11. Apr. 22 | 17:47 | x86 |
Microsoft.sqlserver.datawarehouse.common.dll | 15.0.1951.0 | 1955752 | 11. Apr. 22 | 17:47 | x86 |
Microsoft.sqlserver.datawarehouse.configuration.dll | 15.0.1951.0 | 168,360 | 11. Apr. 22 | 17:47 | x86 |
Microsoft.sqlserver.datawarehouse.datamovement.common.dll | 15.0.1951.0 | 648080 | 11. Apr. 22 | 17:47 | x86 |
Microsoft.sqlserver.datawarehouse.datamovement.manager.dll | 15.0.1951.0 | 245136 | 11. Apr. 22 | 17:47 | x86 |
Microsoft.sqlserver.datawarehouse.datamovement.messagetypes.dll | 15.0.1951.0 | 138128 | 11. Apr. 22 | 17:47 | x86 |
Microsoft.sqlserver.datawarehouse.datamovement.messagingprotocol.dll | 15.0.1951.0 | 78752 | 11. Apr. 22 | 17:47 | x86 |
Microsoft.sqlserver.datawarehouse.diagnostics.dll | 15.0.1951.0 | 50088 | 11. Apr. 22 | 17:47 | x86 |
Microsoft.sqlserver.datawarehouse.distributor.dll | 15.0.1951.0 | 87.440 | 11. Apr. 22 | 17:47 | x86 |
Microsoft.sqlserver.datawarehouse.engine.dll | 15.0.1951.0 | 1128336 | 11. Apr. 22 | 17:47 | x86 |
Microsoft.sqlserver.datawarehouse.engine.statsstream.dll | 15.0.1951.0 | 79,760 | 11. Apr. 22 | 17:47 | x86 |
Microsoft.sqlserver.datawarehouse.eventing.dll | 15.0.1951.0 | 69520 | 11. Apr. 22 | 17:47 | x86 |
Microsoft.sqlserver.datawarehouse.fabric.appliance.dll | 15.0.1951.0 | 34208 | 11. Apr. 22 | 17:47 | x86 |
Microsoft.sqlserver.datawarehouse.fabric.interface.dll | 15.0.1951.0 | 30,112 | 11. Apr. 22 | 17:47 | x86 |
Microsoft.sqlserver.datawarehouse.fabric.polybase.dll | 15.0.1951.0 | 45472 | 11. Apr. 22 | 17:47 | x86 |
Microsoft.sqlserver.datawarehouse.fabric.xdbinterface.dll | 15.0.1951.0 | 20384 | 11. Apr. 22 | 17:47 | x86 |
Microsoft.sqlserver.datawarehouse.failover.dll | 15.0.1951.0 | 25504 | 11. Apr. 22 | 17:47 | x86 |
Microsoft.sqlserver.datawarehouse.hadoop.hadoopbridge.dll | 15.0.1951.0 | 130472 | 11. Apr. 22 | 17:47 | x86 |
Microsoft.sqlserver.datawarehouse.loadercommon.dll | 15.0.1951.0 | 85408 | 11. Apr. 22 | 17:47 | x86 |
Microsoft.sqlserver.datawarehouse.loadmanager.dll | 15.0.1951.0 | 99744 | 11. Apr. 22 | 17:47 | x86 |
Microsoft.sqlserver.datawarehouse.localization.dll | 15.0.1951.0 | 291744 | 11. Apr. 22 | 17:47 | x86 |
Microsoft.sqlserver.datawarehouse.localization.resources.dll | 15.0.1951.0 | 119200 | 11. Apr. 22 | 17:47 | x86 |
Microsoft.sqlserver.datawarehouse.localization.resources.dll | 15.0.1951.0 | 137120 | 11. Apr. 22 | 17:47 | x86 |
Microsoft.sqlserver.datawarehouse.localization.resources.dll | 15.0.1951.0 | 140192 | 11. Apr. 22 | 17:47 | x86 |
Microsoft.sqlserver.datawarehouse.localization.resources.dll | 15.0.1951.0 | 136600 | 11. Apr. 22 | 17:47 | x86 |
Microsoft.sqlserver.datawarehouse.localization.resources.dll | 15.0.1951.0 | 149400 | 11. Apr. 22 | 17:47 | x86 |
Microsoft.sqlserver.datawarehouse.localization.resources.dll | 15.0.1951.0 | 138656 | 11. Apr. 22 | 17:47 | x86 |
Microsoft.sqlserver.datawarehouse.localization.resources.dll | 15.0.1951.0 | 133536 | 11. Apr. 22 | 17:47 | x86 |
Microsoft.sqlserver.datawarehouse.localization.resources.dll | 15.0.1951.0 | 175520 | 11. Apr. 22 | 17:47 | x86 |
Microsoft.sqlserver.datawarehouse.localization.resources.dll | 15.0.1951.0 | 116128 | 11. Apr. 22 | 17:47 | x86 |
Microsoft.sqlserver.datawarehouse.localization.resources.dll | 15.0.1951.0 | 135584 | 11. Apr. 22 | 17:47 | x86 |
Microsoft.sqlserver.datawarehouse.nodes.dll | 15.0.1951.0 | 71592 | 11. Apr. 22 | 17:47 | x86 |
Microsoft.sqlserver.datawarehouse.nulltransaction.dll | 15.0.1951.0 | 20,888 | 11. Apr. 22 | 17:47 | x86 |
Microsoft.sqlserver.datawarehouse.parallelizer.dll | 15.0.1951.0 | 36,240 | 11. Apr. 22 | 17:47 | x86 |
Microsoft.sqlserver.datawarehouse.resourcemanagement.dll | 15.0.1951.0 | 127912 | 11. Apr. 22 | 17:47 | x86 |
Microsoft.sqlserver.datawarehouse.sql.dll | 15.0.1951.0 | 3063696 | 11. Apr. 22 | 17:47 | x86 |
Microsoft.sqlserver.datawarehouse.sql.parser.dll | 15.0.1951.0 | 3954576 | 11. Apr. 22 | 17:47 | x86 |
Microsoft.sqlserver.datawarehouse.sql.parser.resources.dll | 15.0.1951.0 | 117136 | 11. Apr. 22 | 17:47 | x86 |
Microsoft.sqlserver.datawarehouse.sql.parser.resources.dll | 15.0.1951.0 | 131984 | 11. Apr. 22 | 17:47 | x86 |
Microsoft.sqlserver.datawarehouse.sql.parser.resources.dll | 15.0.1951.0 | 136592 | 11. Apr. 22 | 17:47 | x86 |
Microsoft.sqlserver.datawarehouse.sql.parser.resources.dll | 15.0.1951.0 | 132496 | 11. Apr. 22 | 17:47 | x86 |
Microsoft.sqlserver.datawarehouse.sql.parser.resources.dll | 15.0.1951.0 | 147360 | 11. Apr. 22 | 17:47 | x86 |
Microsoft.sqlserver.datawarehouse.sql.parser.resources.dll | 15.0.1951.0 | 133008 | 11. Apr. 22 | 17:47 | x86 |
Microsoft.sqlserver.datawarehouse.sql.parser.resources.dll | 15.0.1951.0 | 129,424 | 11. Apr. 22 | 17:47 | x86 |
Microsoft.sqlserver.datawarehouse.sql.parser.resources.dll | 15.0.1951.0 | 169888 | 11. Apr. 22 | 17:47 | x86 |
Microsoft.sqlserver.datawarehouse.sql.parser.resources.dll | 15.0.1951.0 | 114064 | 11. Apr. 22 | 17:47 | x86 |
Microsoft.sqlserver.datawarehouse.sql.parser.resources.dll | 15.0.1951.0 | 130960 | 11. Apr. 22 | 17:47 | x86 |
Microsoft.sqlserver.datawarehouse.sqldistributor.dll | 15.0.1951.0 | 66464 | 11. Apr. 22 | 17:47 | x86 |
Microsoft.sqlserver.datawarehouse.transactsql.scriptdom.dll | 15.0.1951.0 | 2681744 | 11. Apr. 22 | 17:47 | x86 |
Microsoft.sqlserver.datawarehouse.utilities.dll | 15.0.1951.0 | 2435496 | 11. Apr. 22 | 17:47 | x86 |
Mpdwinterop.dll | 2019.150.4223.1 | 452520 | 11. Apr. 22 | 17:47 | x64 |
Mpdwsvc.exe | 2019.150.4223.1 | 7399352 | 11. Apr. 22 | 17:47 | x64 |
Msodbcsql17.dll | 2017.174.1.1 | 2016120 | 11. Apr. 22 | 17:47 | x64 |
Odbc32.dll | 10.0.17763.1 | 720792 | 11. Apr. 22 | 17:47 | x64 |
Odbccp32.dll | 10.0.17763.1 | 138136 | 11. Apr. 22 | 17:47 | x64 |
Odbctrac.dll | 10.0.17763.1 | 175.000 | 11. Apr. 22 | 17:47 | x64 |
Polybase ODBC-Treiber für mongodb.ini | n/v | 229 | 11. Apr. 22 | 17:47 | n/v |
Polybase ODBC-Treiber für oracle.ini | n/v | 207 | 11. Apr. 22 | 17:47 | n/v |
Polybase ODBC-Treiber für sql-server.ini | n/v | 317 | 11. Apr. 22 | 17:47 | n/v |
Polybase ODBC-Treiber für teradata.ini | n/v | 235 | 11. Apr. 22 | 17:47 | n/v |
Saslplain.dll | 2.1.26.0 | 170880 | 11. Apr. 22 | 17:47 | x64 |
Secforwarder.dll | 2019.150.4223.1 | 79800 | 11. Apr. 22 | 17:47 | x64 |
Sharedmemory.dll | 2018.150.1951.0 | 60320 | 11. Apr. 22 | 17:47 | x64 |
Sqldk.dll | 2019.150.4223.1 | 3155872 | 11. Apr. 22 | 17:47 | x64 |
sqldumper.exe | 2019.150.4223.1 | 186280 | 11. Apr. 22 | 17:47 | x64 |
Sqlevn70.rll |
2019.150.4223.1 | 1595320 | 11. Apr. 22 | 17:47 | x64 |
Sqlevn70.rll |
2019.150.4223.1 | 4163512 | 11. Apr. 22 | 17:47 | x64 |
Sqlevn70.rll |
2019.150.4223.1 | 3413944 | 11. Apr. 22 | 17:47 | x64 |
Sqlevn70.rll |
2019.150.4223.1 | 4155320 | 11. Apr. 22 | 17:47 | x64 |
Sqlevn70.rll |
2019.150.4223.1 | 4061112 | 11. Apr. 22 | 17:47 | x64 |
Sqlevn70.rll |
2019.150.4223.1 | 2222008 | 11. Apr. 22 | 17:47 | x64 |
Sqlevn70.rll |
2019.150.4223.1 | 2172856 | 11. Apr. 22 | 17:47 | x64 |
Sqlevn70.rll |
2019.150.4223.1 | 3819448 | 11. Apr. 22 | 17:47 | x64 |
Sqlevn70.rll |
2019.150.4223.1 | 3819448 | 11. Apr. 22 | 17:47 | x64 |
Sqlevn70.rll |
2019.150.4223.1 | 1537976 | 11. Apr. 22 | 17:47 | x64 |
Sqlevn70.rll |
2019.150.4223.1 | 4028344 | 11. Apr. 22 | 17:47 | x64 |
Sqlos.dll | 2019.150.4223.1 | 42936 | 11. Apr. 22 | 17:47 | x64 |
Sqlsortpdw.dll | 2018.150.1951.0 | 4840352 | 11. Apr. 22 | 17:47 | x64 |
Sqltses.dll | 2019.150.4223.1 | 9115576 | 11. Apr. 22 | 17:47 | x64 |
Tdataodbc_sb | 16.20.0.1078 | 14995920 | 11. Apr. 22 | 17:47 | x64 |
Terasso.dll | 16.20.0.13 | 2158896 | 11. Apr. 22 | 17:47 | x64 |
Zlibwapi.dll | 1.2.11.0 | 281472 | 11. Apr. 22 | 17:47 | x64 |
SQL Server 2019-sql_shared_mr
Dateiname | Dateiversion | Dateigröße | Datum | Uhrzeit | Plattform |
---|---|---|---|---|---|
Smrdll.dll | 15.0.4223.1 | 30,648 | 11. Apr. 22 | 17:05 | x86 |
SQL Server 2019 SQL-Tools-Erweiterungen
Dateiname | Dateiversion | Dateigröße | Datum | Uhrzeit | Plattform |
---|---|---|---|---|---|
Autoadmin.dll | 2019.150.4223.1 | 1632168 | 11. Apr. 22 | 18:00 | x86 |
Dtaengine.exe | 2019.150.4223.1 | 219064 | 11. Apr. 22 | 18:00 | x86 |
Dteparse.dll | 2019.150.4223.1 | 112552 | 11. Apr. 22 | 18:00 | x86 |
Dteparse.dll | 2019.150.4223.1 | 124832 | 11. Apr. 22 | 18:00 | x64 |
Dteparsemgd.dll | 2019.150.4223.1 | 116648 | 11. Apr. 22 | 18:00 | x86 |
Dteparsemgd.dll | 2019.150.4223.1 | 133032 | 11. Apr. 22 | 18:00 | x64 |
Dtepkg.dll | 2019.150.4223.1 | 133048 | 11. Apr. 22 | 18:00 | x86 |
Dtepkg.dll | 2019.150.4223.1 | 149432 | 11. Apr. 22 | 18:00 | x64 |
Dtexec.exe | 2019.150.4223.1 | 72616 | 11. Apr. 22 | 18:00 | x64 |
Dtexec.exe | 2019.150.4223.1 | 63904 | 11. Apr. 22 | 18:00 | x86 |
Dts.dll | 2019.150.4223.1 | 2762672 | 11. Apr. 22 | 18:00 | x86 |
Dts.dll | 2019.150.4223.1 | 3143592 | 11. Apr. 22 | 18:00 | x64 |
Dtscomexpreval.dll | 2019.150.4223.1 | 444328 | 11. Apr. 22 | 18:00 | x86 |
Dtscomexpreval.dll | 2019.150.4223.1 | 501664 | 11. Apr. 22 | 18:00 | x64 |
Dtsconn.dll | 2019.150.4223.1 | 432040 | 11. Apr. 22 | 18:00 | x86 |
Dtsconn.dll | 2019.150.4223.1 | 522152 | 11. Apr. 22 | 18:00 | x64 |
Dtshost.exe | 2019.150.4223.1 | 105384 | 11. Apr. 22 | 18:00 | x64 |
Dtshost.exe | 2019.150.4223.1 | 88488 | 11. Apr. 22 | 18:00 | x86 |
Dtsmsg.h | n/v | 779773 | 11. Apr. 22 | 18:00 | n/v |
Dtsmsg150.dll | 2019.150.4223.1 | 554920 | 11. Apr. 22 | 18:00 | x86 |
Dtsmsg150.dll | 2019.150.4223.1 | 567224 | 11. Apr. 22 | 18:00 | x64 |
Dtspipeline.dll | 2019.150.4223.1 | 1120184 | 11. Apr. 22 | 18:00 | x86 |
Dtspipeline.dll | 2019.150.4223.1 | 1329080 | 11. Apr. 22 | 18:00 | x64 |
Dtswizard.exe | 15.0.4223.1 | 886712 | 11. Apr. 22 | 18:00 | x64 |
Dtswizard.exe | 15.0.4223.1 | 890808 | 11. Apr. 22 | 18:00 | x86 |
Dtuparse.dll | 2019.150.4223.1 | 100264 | 11. Apr. 22 | 18:00 | x64 |
Dtuparse.dll | 2019.150.4223.1 | 87976 | 11. Apr. 22 | 18:00 | x86 |
Dtutil.exe | 2019.150.4223.1 | 129960 | 11. Apr. 22 | 18:00 | x86 |
Dtutil.exe | 2019.150.4223.1 | 148384 | 11. Apr. 22 | 18:00 | x64 |
Exceldest.dll | 2019.150.4223.1 | 280488 | 11. Apr. 22 | 18:00 | x64 |
Exceldest.dll | 2019.150.4223.1 | 235432 | 11. Apr. 22 | 18:00 | x86 |
Excelsrc.dll | 2019.150.4223.1 | 260,008 | 11. Apr. 22 | 18:00 | x86 |
Excelsrc.dll | 2019.150.4223.1 | 309152 | 11. Apr. 22 | 18:00 | x64 |
Flatfiledest.dll | 2019.150.4223.1 | 358312 | 11. Apr. 22 | 18:00 | x86 |
Flatfiledest.dll | 2019.150.4223.1 | 411576 | 11. Apr. 22 | 18:00 | x64 |
Flatfilesrc.dll | 2019.150.4223.1 | 370600 | 11. Apr. 22 | 18:00 | x86 |
Flatfilesrc.dll | 2019.150.4223.1 | 427944 | 11. Apr. 22 | 18:00 | x64 |
Microsoft.sqlserver.astasks.dll | 15.0.4223.1 | 116664 | 11. Apr. 22 | 18:00 | x86 |
Microsoft.sqlserver.chainer.infrastructure.dll | 15.0.4223.1 | 403,360 | 11. Apr. 22 | 18:00 | x86 |
Microsoft.sqlserver.chainer.infrastructure.dll | 15.0.4223.1 | 403,360 | 11. Apr. 22 | 18:00 | x86 |
Microsoft.sqlserver.configuration.sco.dll | 15.0.4223.1 | 3000248 | 11. Apr. 22 | 18:00 | x86 |
Microsoft.sqlserver.configuration.sco.dll | 15.0.4223.1 | 3000232 | 11. Apr. 22 | 18:00 | x86 |
Microsoft.sqlserver.integrationservices.runtimetelemetry.dll | 15.0.4223.1 | 42,920 | 11. Apr. 22 | 18:00 | x86 |
Microsoft.sqlserver.integrationservices.runtimetelemetry.dll | 15.0.4223.1 | 42936 | 11. Apr. 22 | 18:00 | x86 |
Microsoft.sqlserver.management.integrationservicesenum.dll | 15.0.4223.1 | 59320 | 11. Apr. 22 | 18:00 | x86 |
Microsoft.sqlserver.olapenum.dll | 15.0.18185.0 | 100800 | 11. Apr. 22 | 18:00 | x86 |
Msdtssrvrutil.dll | 2019.150.4223.1 | 100264 | 11. Apr. 22 | 18:00 | x86 |
Msdtssrvrutil.dll | 2019.150.4223.1 | 112552 | 11. Apr. 22 | 18:00 | x64 |
msmgdsrv.dll | 2018.150.35.23 | 8279456 | 11. Apr. 22 | 17:02 | x86 |
Oledbdest.dll | 2019.150.4223.1 | 280488 | 11. Apr. 22 | 18:00 | x64 |
Oledbdest.dll | 2019.150.4223.1 | 239528 | 11. Apr. 22 | 18:00 | x86 |
Oledbsrc.dll | 2019.150.4223.1 | 264104 | 11. Apr. 22 | 18:00 | x86 |
Oledbsrc.dll | 2019.150.4223.1 | 313256 | 11. Apr. 22 | 18:00 | x64 |
Sqlresourceloader.dll | 2019.150.4223.1 | 51,128 | 11. Apr. 22 | 18:00 | x64 |
Sqlresourceloader.dll | 2019.150.4223.1 | 38840 | 11. Apr. 22 | 18:00 | x86 |
Sqlscm.dll | 2019.150.4223.1 | 79,784 | 11. Apr. 22 | 18:00 | x86 |
Sqlscm.dll | 2019.150.4223.1 | 87976 | 11. Apr. 22 | 18:00 | x64 |
Sqlsvc.dll | 2019.150.4223.1 | 182176 | 11. Apr. 22 | 18:00 | x64 |
Sqlsvc.dll | 2019.150.4223.1 | 149432 | 11. Apr. 22 | 18:00 | x86 |
Sqltaskconnections.dll | 2019.150.4223.1 | 202664 | 11. Apr. 22 | 18:00 | x64 |
Sqltaskconnections.dll | 2019.150.4223.1 | 169896 | 11. Apr. 22 | 18:00 | x86 |
Txdataconvert.dll | 2019.150.4223.1 | 276392 | 11. Apr. 22 | 18:00 | x86 |
Txdataconvert.dll | 2019.150.4223.1 | 317368 | 11. Apr. 22 | 18:00 | x64 |
Xe.dll | 2019.150.4223.1 | 632744 | 11. Apr. 22 | 18:00 | x86 |
Xe.dll | 2019.150.4223.1 | 722872 | 11. Apr. 22 | 18:00 | x64 |
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-Buildversion
Seit 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 Updates (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 auch über Hotfixes hinaus Mehrwert 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.
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.
So deinstallieren Sie dieses Update
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.
Literaturverzeichnis
- 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