KB5024276: Kumulatives Update 20 für SQL Server 2019

Veröffentlichungsdatum: 13. April 2023
Version: 15.0.4312.2

Zusammenfassung

In diesem Artikel wird das kumulative Updatepaket 20 (CU20) für Microsoft SQL Server 2019 beschrieben. Dieses Update enthält 24 Fixes, die nach der Veröffentlichung des kumulativen Updates 2019 von SQL Server 2019 veröffentlicht wurden, und es aktualisiert Komponenten in den folgenden Builds:

  • SQL Server – Produktversion: 15.0.4312.2, Dateiversion: 2019.150.4312.2
  • Analysis Services – Produktversion: 15.0.35.39, Dateiversion: 2018.150.35.39

Bekannte Probleme in diesem Update

Problem 1

SQL Server 2019 cu14 wurde eine Korrektur eingeführt, um falsche Ergebnisse in parallelen Plänen zu beheben, die vom integrierten SESSION_CONTEXT zurückgegeben werden. Dieser Fix kann jedoch zu Zugriffsverletzungsabbilddateien führen, wenn der SESSION zur Wiederverwendung zurückgesetzt wird. Um dieses Problem zu beheben und falsche Ergebnisse zu vermeiden, können Sie den ursprünglichen Fix deaktivieren und die Parallelität für die integrierte SESSION_CONTEXTdeaktivieren. Verwenden Sie dazu die folgenden Ablaufverfolgungsflags:

  • 11042 – Dieses Ablaufverfolgungsflag deaktiviert die Parallelität für die integrierte SESSION_CONTEXT.

  • 9432 – Dieses Ablaufverfolgungsflag deaktiviert die In SQL Server 2019 CU14 eingeführte Korrektur.

Microsoft arbeitet an einer Lösung für dieses Problem und wird in einem zukünftigen CU verfügbar sein.

Problem 2

Nach der Installation dieses kumulativen Updates funktionieren externe Datenquellen, die den generischen ODBC-Connector verwenden, möglicherweise nicht mehr. Wenn Sie versuchen, externe Tabellen abzufragen, die vor der Installation dieses kumulativen Updates erstellt wurden, erhalten Sie die folgende Fehlermeldung:

Msg 7320, Ebene 16, Status 110, Zeile 68
Die Abfrage "Remote Query" für den OLE DB-Anbieter "MSOLEDBSQL" für den Verbindungsserver "(null)" kann nicht ausgeführt werden. Der Objektverweis wurde nicht auf eine Objektinstanz festgelegt.

Wenn Sie versuchen, eine neue externe Tabelle zu erstellen, wird die folgende Fehlermeldung angezeigt:

Msg 110813, Ebene 16, Status 1, Zeile 64
Der Objektverweis wurde nicht auf eine Objektinstanz festgelegt.

Um dieses Problem zu umgehen, können Sie dieses kumulative Update deinstallieren oder dem CONNECTION_OPTIONS Argument die Driver Schlüsselwort (keyword) hinzufügen. Weitere Informationen finden Sie unter Generische externe ODBC-Datenquellen funktionieren nach der Installation des kumulativen Updates möglicherweise nicht mehr.

Problem 3

Dieses Problem wird durch eine Änderung verursacht, die in diesem kumulativen Update für das verwaltete Instanz Linkfeature eingeführt wurde. Angenommen, für die Datenbanken einer Always On Verfügbarkeitsgruppe gelten eine der folgenden Bedingungen:

  • Die Datenbanken verwenden speicheroptimierte Tabellen, die FileStream-Klasse oder mehrere Protokolldateien.

  • Sie aktualisieren ein Replikat auf dieses kumulative Update. Beispielsweise wird das primäre Replikat auf SQL Server 2019 CU20 aktualisiert, und das sekundäre Replikat verbleibt SQL Server 2019 CU19.

  • Die Datenbanken geben den status "Nicht synchronisiert" an.

  • Sie überprüfen die sys.dm_exec_requests DMV und stellen fest, dass der DB STARTUP Befehl beim Warten HADR_RECOVERY_WAIT_FOR_UNDOblockiert ist.

In diesem Szenario starten Sie die SQL Server instance neu, die das primäre Replikat der Verfügbarkeitsgruppe hostet. Anschließend beginnen die Datenbanken mit der Synchronisierung. Darüber hinaus bemerken Sie möglicherweise die folgenden Fehlermeldungen, die im SQL Server Fehlerprotokoll und den Protokollen für erweiterte Ereignisse protokolliert werden:

Fehler 9642, Schweregrad 16, Status 3: Fehler in einem Service Broker-/Datenbankspiegelungs-Transportverbindungsendpunkt. Fehler: 8474, Status: 11. (Near endpoint role: target, far endpoint address: '')

Wenn Sie dieses kumulative Update auf ein oder mehrere sekundäre Replikate angewendet haben und derzeit nicht mit dem primären Replikat synchronisiert werden, können Sie die folgenden Schritte ausführen, um dieses Problem zu beheben:

  1. Fügen Sie das Ablaufverfolgungsflag 12324 als Startparameter für alle Replikate (einschließlich des primären Replikats) hinzu. Starten Sie die sekundären Replikate neu, um dieses Ablaufverfolgungsflag zu aktivieren. In der Zwischenzeit sollte das primäre Replikat mit allen sekundären Replikaten synchronisiert werden, die mit dem Ablaufverfolgungsflag 12324 als Startparameter neu gestartet wurden.

  2. Nachdem alle sekundären Replikate aktualisiert und neu gestartet wurden, führen Sie ein Failover des primären Replikats als sekundäre Rolle aus, und starten Sie es neu, um das Ablaufverfolgungsflag 12324 zu aktivieren.

  3. Wenden Sie dieses kumulative Update auf das alte primäre Replikat an, und starten Sie es in der sekundären Rolle neu.

  4. Entfernen Sie das Ablaufverfolgungsflag 12324 als Startparameter aus allen Replikaten, und deaktivieren Sie das Ablaufverfolgungsflag 12324 für alle Replikate, indem Sie die DBCC TRACEOFF(12324, -1) -Anweisung ausführen.

Hinweis

Das Ablaufverfolgungsflag 12324 wirkt sich nur auf das feature verwaltete Instanz Link aus und wird nur verwendet, um die Änderungen in SQL Server 2019 CU20 zu aktivieren.

In diesem Update enthaltene Verbesserungen und Korrekturen

Eine herunterladbare Excel-Arbeitsmappe, die eine Zusammenfassungsliste der Builds zusammen mit dem aktuellen Supportlebenszyklus enthält, ist verfügbar. Die Excel-Datei enthält außerdem detaillierte Korrekturlisten für SQL Server 2022, SQL Server 2019 und SQL Server 2017. Wählen Sie diese Option aus, um diese Excel-Datei jetzt herunterzuladen.

Hinweis

Auf einzelne Einträge in der folgenden Tabelle kann direkt über ein Lesezeichen verwiesen werden. Wenn Sie eine Fehlerverweis-ID in der Tabelle auswählen, wird der URL im Format "#NNNNNNN" ein Lesezeichentag hinzugefügt. Sie können diese URL dann für andere Personen freigeben, damit sie direkt zum gewünschten Fix in der Tabelle springen können.

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 korrigieren Komponente Plattform
2204516 Behebt ein Problem, das zu einer Beschädigung der internen Datenstruktur führen kann, die die Analysis Services-Engine zum Verwalten des Arbeitsspeichers verwendet. Analysis Services Analysis Services Windows
2279650 Behebt einen Fehler in SQL Server Analysis Services (SSAS), der nach dem Umbenennen von Partitionen in denselben Namen in einem mehrdimensionalen Modell auftritt. Analysis Services Analysis Services Windows
2255878 Behebt Sicherheitsrisiken CVE-2015-6420 und CVE-2017-15708. Integration Services Integration Services Windows
2284765 Behebt ein DateTime Problem, bei dem Monat und Tag in Master Data Services (MDS) fälschlicherweise erkannt werden, wenn das Eingabeformat nicht mit dem voreingestellten Format übereinstimmt. Master Data Services Master Data Services Windows
2290381 Behebt ein Zugriffsverstoßproblem, das am häufigsten in einer Datenbank in einer Verfügbarkeitsgruppe auftritt, das bei VDI-Sicherungen (Virtual Device Interface) auftritt. SQL Server Engine Sicherungswiederherstellung Alle
2128204 Behebt einen Assertionsfehler (Speicherort: interop.cpp:125; Ausdruck: 'RTL_ASSERT(nullptr != error) oder (nullptr == error)'), die auftreten, wenn speicheroptimierte tempdb-Metadaten aktiviert sind. SQL Server Engine In-Memory OLTP Windows
2268752 Behebt ein Speicherverlustproblem, das beim Konfigurieren SQL Server Protokollversands auftritt, der sich im Standby- oder schreibgeschützten Modus für eine In-Memory-OLTP-Datenbank befindet.

Hinweis: Sie müssen das Ablaufverfolgungsflag 9953 während des Starts aktivieren, um das Problem zu vermeiden.
SQL Server Engine In-Memory OLTP Alle
2251105 Updates die Fehlermeldung, die in der SqlBackendNotSupported Ausnahme zurückgegeben wird, wenn Sie mithilfe einer serverlosen externen Synapse-Datenquelle ausführenCREATE EXTERNAL TABLE, auf die folgende

: Azure Synapse Serverloser SQL-Pool ist keine unterstützte Datenquelle.
SQL Server Engine PolyBase Alle
2285519 Behebt einen Fehler, bei dem das DateTime Feld nicht in einige generische externe ODBC-Datenquellen von PolyBase wie Denodo gepusht werden kann, wenn Sie eine externe Tabelle mithilfe einer Filterklausel für ein DateTime Feld abfragen. SQL Server Engine PolyBase Alle

22804202292769
BEHEBUNG: Probleme beim Inlining von skalaren UDF in SQL Server 2022 und 2019 (KB4538581) SQL Server Engine Abfrageausführung Alle
2162863 Behebt eine Zugriffsverletzung, die beim Abfragen der sys.dm_os_memory_objects dynamischen Verwaltungssicht (Dynamic Management View, DMV) auftreten kann. SQL Server Engine Abfrageausführung Alle
2204764 Behebt Zugriffsverletzungen und INVALID_POINTER_READ_c0000005_sqlmin.dll!CProfileList::FGetPartitionSummaryXML Ausnahmen, die während der Ausführung von sys.dm_exec_query_plan_statsauftreten können. SQL Server Engine Abfrageausführung Windows
2275387 Behebt einen Assertionsfehler (Speicherort: bpctxt.cpp:129; Ausdruck: 'm_cCreated < m_cMaxBatches'), das beim Ausführen von Fensterabfragen mit Aggregatfunktionen im Batchmodus auftritt. SQL Server Engine Abfrageausführung Alle
2292999 Es wurde ein Problem behoben, bei dem das Ausführen des ALTER ASSEMBLY Befehls für eine komplexe CLR-Assembly (Common Language Runtime) dazu führen kann, dass einige der anderen Befehle, die parallel zu einem Timeout ausgeführt werden, ausgeführt werden. SQL Server Engine Abfrageausführung Alle
2112485 Behebt ein Problem, bei dem die Kardinalitätsschätzung (Kardinalitätsschätzung, CE) nach jedem LEFT JOIN oder RIGHT JOIN einer Kombination einheitlich zunimmt, was zu einer Überschätzung führt. Dieser Fix fügt dem CE eine Einschränkung hinzu, wenn die Join-Prädikate die Primärschlüssel der beteiligten Tabellen sind.

Hinweis: Das Ablaufverfolgungsflag 9440 deaktiviert die Funktionalität, die von diesem Fix für Datenbanken mit einem Kompatibilitätsgrad von 160 und früher bereitgestellt wird.
SQL Server Engine Abfrageoptimierer Alle
2161795 Behebt einen Assertionsfehler (Speicherort: purecall.cpp:51; Ausdruck: !" purecall") angezeigt wird, nachdem Sie eine benutzerdefinierte gespeicherte Prozedur abgebrochen haben, die noch ausgeführt wird. SQL Server Engine Abfrageoptimierer Alle
2216357 Erzeugt konsistente Ergebnisse für Anweisungen, die mehrere Updates für eine Variable ausführen, wenn die Hotfixes für die Abfrageoptimierung aktiviert sind, z SELECT @sum = @sum + c FROM t. B. . SQL Server Engine Abfrageoptimierer Alle
2264977 Behebt ein Problem, das durch die automatische Parametrisierung von Abfragen verursacht wird, bei dem die verschachtelte Ausführung von Tabellenwertfunktionen mit mehreren Anweisungen falsche Ergebnisse zurückgeben oder einen Deadlock bei der ersten Ausführung verursachen kann. SQL Server Engine Abfrageoptimierer Alle
2299078 Behebt ein Problem, bei dem der KILL STATS JOB Prozess Verweisanzahlen für einige Elemente kompromittiert, wenn mehrere asynchrone Statistikaufträge ausgeführt werden, wodurch diese Elemente in der Warteschlange verbleiben (sichtbar über sys.dm_exec_background_job_queue), bis der SQL Server instance neu gestartet wird. SQL Server Engine Abfrageoptimierer Alle
2162994 Behebt ein Problem, bei dem die DataAccess Eigenschaft für den Verbindungsserver auf False zurückgesetzt wird, wenn Sie die sp_addsubscription gespeicherte Prozedur ausführen oder ein Abonnement über den Assistenten für neue Abonnements auf Server A nach:

1 erstellen. Sie verfügen über einen Verbindungsserver auf Server A für Server B und haben den Verbindungsserver für den Datenzugriff verwendet.

2. Sie konfigurieren Server A als Verleger und Server B als Abonnenten und erstellen eine Transaktionsreplikation.
SQL Server Engine Replikation Windows

22121602269819
Vor dem Fix können Sie weiterhin Transaktionsreplikation oder Change Data Capture (CDC) und verzögerte Dauerhaftigkeit für eine Datenbank gleichzeitig aktivieren, auch wenn die Transaktionsreplikation oder CDC und die verzögerte Dauerhaftigkeit nicht kompatibel sind. Dieser Fix verhindert explizit, dass Sie die Transaktionsreplikation oder CDC aktivieren und gleichzeitig die Dauerhaftigkeit für eine Datenbank verzögert haben, indem der folgende Fehler 22891 oder 22892 zurückgegeben wird:

22891: "<FeatureName>" konnte für die Datenbank "<DatabaseName>" nicht aktiviert werden. "<FeatureName>" kann für eine Datenbank mit verzögerter Dauerhaftigkeit nicht aktiviert werden.

22892: Verzögerte Dauerhaftigkeit für datenbank konnte nicht aktiviert werden. Die verzögerte Dauerhaftigkeit kann für eine Datenbank nicht aktiviert werden, während "<FeatureName>" aktiviert ist.

Weitere Informationen finden Sie unter Verzögerte Dauerhaftigkeit und andere SQL Server Features.
SQL Server Engine Replikation Alle
2021114 FEHLERBEHEBUNG: Fehler beim Festlegen des SQL Server-Agent Auftragsverlaufsprotokolls (KB5024352) SQL Server Engine SQL Agent Linux

Abrufen oder Herunterladen dieses oder des neuesten kumulativen Updatepakets

Abrufen oder Herunterladen des neuesten kumulativen Updatepakets für Windows (empfohlen)

Das folgende Update ist im Microsoft Download Center verfügbar:

Laden Sie das neueste kumulative Updatepaket für SQL Server 2019 jetzt herunter

Hinweis

  • Microsoft Download Center zeigt immer die neueste SQL Server 2019 CU-Version.
  • Wenn die Downloadseite nicht angezeigt wird, wenden Sie sich an den Microsoft-Kundendienst und -Support , um das kumulative Updatepaket zu erhalten.
Abrufen oder Herunterladen dieses kumulativen Updatepakets für Windows aus dem Microsoft Update-Katalog

Das folgende Update ist im Microsoft Update-Katalog verfügbar:

Laden Sie das kumulative Updatepaket für SQL Server 2019 CU20 jetzt herunter.

Hinweis

  • Der Microsoft Update-Katalog enthält diese SQL Server 2019 CU und zuvor SQL Server 2019 CU-Releases veröffentlicht.
  • 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 das neueste CU zu aktualisieren, muss zuerst das Repository für kumulative Updates konfiguriert sein. Aktualisieren Sie dann Ihre SQL Server Pakete mithilfe des entsprechenden plattformspezifischen Updatebefehls.

Installationsanweisungen und direkte Links zu den CU-Paketdownloads finden Sie in den Versionshinweisen zu SQL Server 2019.

Abrufen oder Herunterladen des neuesten kumulativen Updates für Big Data-Cluster (BDC)

Informationen zum Aktualisieren von Microsoft SQL Server 2019 Big Data-Cluster (BDC) unter Linux auf das neueste CU finden Sie im Big Data-Cluster-Bereitstellungsleitfaden.

Ab SQL Server 2019 CU1 können Sie direkte Upgrades für Big Data-Cluster aus den von der Produktion unterstützten Releases (SQL Server 2019 GDR1) durchführen. Weitere Informationen finden Sie unter Aktualisieren von SQL Server Big Data-Cluster.

Weitere Informationen finden Sie in den Versionshinweisen zu Big Data-Cluster.

Dateiinformationen

Dateihashinformationen

Sie können den Download überprüfen, indem Sie den Hash der SQLServer2019-KB5024276-x64.exe Datei mit dem folgenden Befehl berechnen:

certutil -hashfile SQLServer2019-KB5024276-x64.exe SHA256

Dateiname SHA256-Hash
SQLServer2019-KB5024276-x64.exe FD387773E613FECF9664CAF1777B48F3AB8C48A0B7BD863DEA40446867B7209C
Informationen zur Datei des kumulativen Updatepakets

Die englische Version dieses Pakets enthält die Dateiattribute (oder höhere Dateiattribute), die in der folgenden Tabelle aufgeführt sind. Die Datums- und Uhrzeitangaben für diese Dateien sind unter Koordinierte Weltzeit (UTC) aufgeführt. Wenn Sie die Dateiinformationen anzeigen, werden sie in die Ortszeit konvertiert. Um den Unterschied zwischen UTC und Ortszeit zu ermitteln, verwenden Sie die Registerkarte Zeitzone im Element Datum und Uhrzeit in Systemsteuerung.

x64-basierte Versionen

SQL Server 2019 Analysis Services

Dateiname Dateiversion Dateigröße Datum Zeit Plattform
Asplatformhost.dll 2018.150.35.39 292776 23. April 12:50 x64
Mashupcompression.dll 2.87.142.0 140672 23. April 12:50 x64
Microsoft.analysisservices.minterop.dll 15.0.35.39 758224 23. April 12:50 x86
Microsoft.analysisservices.server.core.resources.dll 15.0.35.39 175568 23. April 12:50 x86
Microsoft.analysisservices.server.core.resources.dll 15.0.35.39 199632 23. April 12:50 x86
Microsoft.analysisservices.server.core.resources.dll 15.0.35.39 202192 23. April 12:50 x86
Microsoft.analysisservices.server.core.resources.dll 15.0.35.39 198608 23. April 12:50 x86
Microsoft.analysisservices.server.core.resources.dll 15.0.35.39 214992 23. April 12:50 x86
Microsoft.analysisservices.server.core.resources.dll 15.0.35.39 197584 23. April 12:50 x86
Microsoft.analysisservices.server.core.resources.dll 15.0.35.39 193488 23. April 12:50 x86
Microsoft.analysisservices.server.core.resources.dll 15.0.35.39 252368 23. April 12:50 x86
Microsoft.analysisservices.server.core.resources.dll 15.0.35.39 174032 23. April 12:50 x86
Microsoft.analysisservices.server.core.resources.dll 15.0.35.39 197072 23. April 12:50 x86
Microsoft.analysisservices.server.tabular.dll 15.0.35.39 1098664 23. April 12:50 x86
Microsoft.analysisservices.server.tabular.json.dll 15.0.35.39 567248 23. April 12:50 x86
Microsoft.analysisservices.server.tabular.resources.dll 15.0.35.39 54696 23. April 12:50 x86
Microsoft.analysisservices.server.tabular.resources.dll 15.0.35.39 59304 23. April 12:50 x86
Microsoft.analysisservices.server.tabular.resources.dll 15.0.35.39 59816 23. April 12:50 x86
Microsoft.analysisservices.server.tabular.resources.dll 15.0.35.39 58832 23. April 12:50 x86
Microsoft.analysisservices.server.tabular.resources.dll 15.0.35.39 61864 23. April 12:50 x86
Microsoft.analysisservices.server.tabular.resources.dll 15.0.35.39 58320 23. April 12:50 x86
Microsoft.analysisservices.server.tabular.resources.dll 15.0.35.39 58320 23. April 12:50 x86
Microsoft.analysisservices.server.tabular.resources.dll 15.0.35.39 67496 23. April 12:50 x86
Microsoft.analysisservices.server.tabular.resources.dll 15.0.35.39 53712 23. April 12:50 x86
Microsoft.analysisservices.server.tabular.resources.dll 15.0.35.39 58280 23. April 12:50 x86
Microsoft.analysisservices.timedimgenerator.resources.dll 15.0.35.39 17872 23. April 12:50 x86
Microsoft.analysisservices.timedimgenerator.resources.dll 15.0.35.39 17872 23. April 12:50 x86
Microsoft.analysisservices.timedimgenerator.resources.dll 15.0.35.39 17872 23. April 12:50 x86
Microsoft.analysisservices.timedimgenerator.resources.dll 15.0.35.39 17872 23. April 12:50 x86
Microsoft.analysisservices.timedimgenerator.resources.dll 15.0.35.39 17872 23. April 12:50 x86
Microsoft.analysisservices.timedimgenerator.resources.dll 15.0.35.39 17872 23. April 12:50 x86
Microsoft.analysisservices.timedimgenerator.resources.dll 15.0.35.39 17872 23. April 12:50 x86
Microsoft.analysisservices.timedimgenerator.resources.dll 15.0.35.39 18896 23. April 12:50 x86
Microsoft.analysisservices.timedimgenerator.resources.dll 15.0.35.39 17832 23. April 12:50 x86
Microsoft.analysisservices.timedimgenerator.resources.dll 15.0.35.39 17872 23. April 12:50 x86
Microsoft.data.edm.netfx35.dll 5.7.0.62516 660872 23. April 12:50 x86
Microsoft.data.mashup.dll 2.87.142.0 191352 23. April 12:50 x86
Microsoft.data.mashup.oledb.dll 2.87.142.0 30592 23. April 12:50 x86
Microsoft.data.mashup.preview.dll 2.87.142.0 76672 23. April 12:50 x86
Microsoft.data.mashup.providercommon.dll 2.87.142.0 103808 23. April 12:50 x86
Microsoft.data.mashup.providercommon.resources.dll 2.87.142.0 37760 23. April 12:50 x86
Microsoft.data.mashup.providercommon.resources.dll 2.87.142.0 41864 23. April 12:50 x86
Microsoft.data.mashup.providercommon.resources.dll 2.87.142.0 41856 23. April 12:50 x86
Microsoft.data.mashup.providercommon.resources.dll 2.87.142.0 41856 23. April 12:50 x86
Microsoft.data.mashup.providercommon.resources.dll 2.87.142.0 32120 23. April 12:50 x86
Microsoft.data.mashup.providercommon.resources.dll 2.87.142.0 41856 23. April 12:50 x86
Microsoft.data.mashup.providercommon.resources.dll 2.87.142.0 41864 23. April 12:50 x86
Microsoft.data.mashup.providercommon.resources.dll 2.87.142.0 45952 23. April 12:50 x86
Microsoft.data.mashup.providercommon.resources.dll 2.87.142.0 37752 23. April 12:50 x86
Microsoft.data.mashup.providercommon.resources.dll 2.87.142.0 41864 23. April 12:50 x86
Microsoft.data.odata.netfx35.dll 5.7.0.62516 1454464 23. April 12:50 x86
Microsoft.data.odata.query.netfx35.dll 5.7.0.62516 181120 23. April 12:50 x86
Microsoft.data.sapclient.dll 1.0.0.25 929592 23. April 12:50 x86
Microsoft.data.sapclient.resources.dll 1.0.0.25 34616 23. April 12:50 x86
Microsoft.data.sapclient.resources.dll 1.0.0.25 34624 23. April 12:50 x86
Microsoft.data.sapclient.resources.dll 1.0.0.25 35128 23. April 12:50 x86
Microsoft.data.sapclient.resources.dll 1.0.0.25 34600 23. April 12:50 x86
Microsoft.data.sapclient.resources.dll 1.0.0.25 46888 23. April 12:50 x86
Microsoft.data.sapclient.resources.dll 1.0.0.25 33064 23. April 12:50 x86
Microsoft.data.sapclient.resources.dll 1.0.0.25 34616 23. April 12:50 x86
Microsoft.data.sapclient.resources.dll 1.0.0.25 37672 23. April 12:50 x86
Microsoft.hostintegration.connectors.dll 2.87.142.0 5283720 23. April 12:50 x86
Microsoft.mashup.container.exe 2.87.142.0 23432 23. April 12:50 x64
Microsoft.mashup.container.netfx40.exe 2.87.142.0 22912 23. April 12:50 x64
Microsoft.mashup.container.netfx45.exe 2.87.142.0 22912 23. April 12:50 x64
Microsoft.mashup.eventsource.dll 2.87.142.0 149384 23. April 12:50 x86
Microsoft.mashup.oauth.dll 2.87.142.0 78720 23. April 12:50 x86
Microsoft.mashup.oauth.resources.dll 2.87.142.0 14712 23. April 12:50 x86
Microsoft.mashup.oauth.resources.dll 2.87.142.0 15240 23. April 12:50 x86
Microsoft.mashup.oauth.resources.dll 2.87.142.0 15240 23. April 12:50 x86
Microsoft.mashup.oauth.resources.dll 2.87.142.0 15232 23. April 12:50 x86
Microsoft.mashup.oauth.resources.dll 2.87.142.0 15232 23. April 12:50 x86
Microsoft.mashup.oauth.resources.dll 2.87.142.0 15224 23. April 12:50 x86
Microsoft.mashup.oauth.resources.dll 2.87.142.0 14728 23. April 12:50 x86
Microsoft.mashup.oauth.resources.dll 2.87.142.0 15744 23. April 12:50 x86
Microsoft.mashup.oauth.resources.dll 2.87.142.0 14720 23. April 12:50 x86
Microsoft.mashup.oauth.resources.dll 2.87.142.0 14728 23. April 12:50 x86
Microsoft.mashup.oledbinterop.dll 2.87.142.0 199560 23. April 12:50 x64
Microsoft.mashup.oledbprovider.dll 2.87.142.0 64888 23. April 12:50 x86
Microsoft.mashup.oledbprovider.resources.dll 2.87.142.0 13176 23. April 12:50 x86
Microsoft.mashup.oledbprovider.resources.dll 2.87.142.0 13192 23. April 12:50 x86
Microsoft.mashup.oledbprovider.resources.dll 2.87.142.0 13192 23. April 12:50 x86
Microsoft.mashup.oledbprovider.resources.dll 2.87.142.0 13192 23. April 12:50 x86
Microsoft.mashup.oledbprovider.resources.dll 2.87.142.0 13176 23. April 12:50 x86
Microsoft.mashup.oledbprovider.resources.dll 2.87.142.0 13184 23. April 12:50 x86
Microsoft.mashup.oledbprovider.resources.dll 2.87.142.0 13176 23. April 12:50 x86
Microsoft.mashup.oledbprovider.resources.dll 2.87.142.0 13184 23. April 12:50 x86
Microsoft.mashup.oledbprovider.resources.dll 2.87.142.0 13192 23. April 12:50 x86
Microsoft.mashup.oledbprovider.resources.dll 2.87.142.0 13192 23. April 12:50 x86
Microsoft.mashup.scriptdom.dll 2.40.4554.261 2371808 23. April 12:50 x86
Microsoft.mashup.shims.dll 2.87.142.0 27528 23. April 12:50 x86
Microsoft.mashup.storage.xmlserializers.dll 1.0.0.0 140168 23. April 12:50 x86
Microsoft.mashupengine.dll 2.87.142.0 14835080 23. April 12:50 x86
Microsoft.mashupengine.resources.dll 2.87.142.0 566136 23. April 12:50 x86
Microsoft.mashupengine.resources.dll 2.87.142.0 676728 23. April 12:50 x86
Microsoft.mashupengine.resources.dll 2.87.142.0 672640 23. April 12:50 x86
Microsoft.mashupengine.resources.dll 2.87.142.0 652152 23. April 12:50 x86
Microsoft.mashupengine.resources.dll 2.87.142.0 701312 23. April 12:50 x86
Microsoft.mashupengine.resources.dll 2.87.142.0 660352 23. April 12:50 x86
Microsoft.mashupengine.resources.dll 2.87.142.0 639872 23. April 12:50 x86
Microsoft.mashupengine.resources.dll 2.87.142.0 881536 23. April 12:50 x86
Microsoft.mashupengine.resources.dll 2.87.142.0 553848 23. April 12:50 x86
Microsoft.mashupengine.resources.dll 2.87.142.0 648064 23. April 12:50 x86
Microsoft.odata.core.netfx35.dll 6.15.0.0 1437560 23. April 12:50 x86
Microsoft.odata.edm.netfx35.dll 6.15.0.0 778632 23. April 12:50 x86
Microsoft.powerbi.adomdclient.dll 15.1.61.21 1109368 23. April 12:50 x86
Microsoft.spatial.netfx35.dll 6.15.0.0 126344 23. April 12:50 x86
Msmdctr.dll 2018.150.35.39 38352 23. April 12:50 x64
Msmdlocal.dll 2018.150.35.39 47787944 23. April 12:50 x86
Msmdlocal.dll 2018.150.35.39 66299856 23. April 12:50 x64
Msmdpump.dll 2018.150.35.39 10189736 23. April 12:50 x64
Msmdredir.dll 2018.150.35.39 7957928 23. April 12:50 x86
Msmdspdm.resources.dll 15.0.35.39 16848 23. April 12:50 x86
Msmdspdm.resources.dll 15.0.35.39 16808 23. April 12:50 x86
Msmdspdm.resources.dll 15.0.35.39 17360 23. April 12:50 x86
Msmdspdm.resources.dll 15.0.35.39 16808 23. April 12:50 x86
Msmdspdm.resources.dll 15.0.35.39 17320 23. April 12:50 x86
Msmdspdm.resources.dll 15.0.35.39 17320 23. April 12:50 x86
Msmdspdm.resources.dll 15.0.35.39 17360 23. April 12:50 x86
Msmdspdm.resources.dll 15.0.35.39 18344 23. April 12:50 x86
Msmdspdm.resources.dll 15.0.35.39 16808 23. April 12:50 x86
Msmdspdm.resources.dll 15.0.35.39 16808 23. April 12:50 x86
Msmdsrv.exe 2018.150.35.39 65835472 23. April 12:50 x64
Msmdsrv.rll 2018.150.35.39 833448 23. April 12:50 x64
Msmdsrv.rll 2018.150.35.39 1628072 23. April 12:50 x64
Msmdsrv.rll 2018.150.35.39 1454032 23. April 12:50 x64
Msmdsrv.rll 2018.150.35.39 1642960 23. April 12:50 x64
Msmdsrv.rll 2018.150.35.39 1608608 23. April 12:50 x64
Msmdsrv.rll 2018.150.35.39 1001376 23. April 12:50 x64
Msmdsrv.rll 2018.150.35.39 992720 23. April 12:50 x64
Msmdsrv.rll 2018.150.35.39 1536976 23. April 12:50 x64
Msmdsrv.rll 2018.150.35.39 1521576 23. April 12:50 x64
Msmdsrv.rll 2018.150.35.39 810920 23. April 12:50 x64
Msmdsrv.rll 2018.150.35.39 1596368 23. April 12:50 x64
Msmdsrvi.rll 2018.150.35.39 832464 23. April 12:50 x64
Msmdsrvi.rll 2018.150.35.39 1624528 23. April 12:50 x64
Msmdsrvi.rll 2018.150.35.39 1450960 23. April 12:50 x64
Msmdsrvi.rll 2018.150.35.39 1637840 23. April 12:50 x64
Msmdsrvi.rll 2018.150.35.39 1604560 23. April 12:50 x64
Msmdsrvi.rll 2018.150.35.39 998864 23. April 12:50 x64
Msmdsrvi.rll 2018.150.35.39 991184 23. April 12:50 x64
Msmdsrvi.rll 2018.150.35.39 1532880 23. April 12:50 x64
Msmdsrvi.rll 2018.150.35.39 1518032 23. April 12:50 x64
Msmdsrvi.rll 2018.150.35.39 809936 23. April 12:50 x64
Msmdsrvi.rll 2018.150.35.39 1591760 23. April 12:50 x64
Msmgdsrv.dll 2018.150.35.39 8281000 23. April 12:50 x86
Msmgdsrv.dll 2018.150.35.39 10187176 23. April 12:50 x64
Msolap.dll 2018.150.35.39 8609232 23. April 12:50 x86
Msolap.dll 2018.150.35.39 11017120 23. April 12:50 x64
Msolui.dll 2018.150.35.39 286160 23. April 12:50 x86
Msolui.dll 2018.150.35.39 306640 23. April 12:50 x64
Powerbiextensions.dll 2.87.142.0 8853888 23. April 12:50 x86
Private_odbc32.dll 10.0.14832.1000 728448 23. April 12:50 x64
Sqlboot.dll 2019.150.4312.2 214992 23. April 12:50 x64
Sqlceip.exe 15.0.4312.2 292800 23. April 12:50 x86
Sqldumper.exe 2019.150.4312.2 153536 23. April 12:50 x86
Sqldumper.exe 2019.150.4312.2 186264 23. April 12:50 x64
System.spatial.netfx35.dll 5.7.0.62516 117640 23. April 12:50 x86
Tmapi.dll 2018.150.35.39 6178216 23. April 12:50 x64
Tmcachemgr.dll 2018.150.35.39 4917664 23. April 12:50 x64
Tmpersistence.dll 2018.150.35.39 1184680 23. April 12:50 x64
Tmtransactions.dll 2018.150.35.39 6806952 23. April 12:50 x64
Xmsrv.dll 2018.150.35.39 35460560 23. April 12:50 x86
Xmsrv.dll 2018.150.35.39 26026448 23. April 12:50 x64

SQL Server 2019 Database Services Common Core

Dateiname Dateiversion Dateigröße Datum Zeit Plattform
Batchparser.dll 2019.150.4312.2 165840 23. April 12:50 x86
Batchparser.dll 2019.150.4312.2 182208 23. April 12:50 x64
Instapi150.dll 2019.150.4312.2 88016 23. April 12:50 x64
Instapi150.dll 2019.150.4312.2 75680 23. April 12:50 x86
Microsoft.sqlserver.mgdsqldumper.dll 2019.150.4312.2 100240 23. April 12:50 x64
Microsoft.sqlserver.mgdsqldumper.dll 2019.150.4312.2 87968 23. April 12:50 x86
Microsoft.sqlserver.rmo.dll 15.0.4312.2 550856 23. April 12:50 x86
Microsoft.sqlserver.rmo.dll 15.0.4312.2 550816 23. April 12:50 x86
Msasxpress.dll 2018.150.35.39 27088 23. April 12:50 x86
Msasxpress.dll 2018.150.35.39 32208 23. April 12:50 x64
Pbsvcacctsync.dll 2019.150.4312.2 75664 23. April 12:50 x86
Pbsvcacctsync.dll 2019.150.4312.2 92112 23. April 12:50 x64
Sqldumper.exe 2019.150.4312.2 153536 23. April 12:50 x86
Sqldumper.exe 2019.150.4312.2 186264 23. April 12:50 x64
Sqlftacct.dll 2019.150.4312.2 59336 23. April 12:50 x86
Sqlftacct.dll 2019.150.4312.2 79808 23. April 12:50 x64
Sqlmanager.dll 2019.150.4312.2 743328 23. April 12:50 x86
Sqlmanager.dll 2019.150.4312.2 878496 23. April 12:50 x64
Sqlmgmprovider.dll 2019.150.4312.2 378816 23. April 12:50 x86
Sqlmgmprovider.dll 2019.150.4312.2 432064 23. April 12:50 x64
Sqlsvcsync.dll 2019.150.4312.2 276416 23. April 12:50 x86
Sqlsvcsync.dll 2019.150.4312.2 358304 23. April 12:50 x64
Svrenumapi150.dll 2019.150.4312.2 1161104 23. April 12:50 x64
Svrenumapi150.dll 2019.150.4312.2 911248 23. April 12:50 x86

SQL Server 2019 Data Quality

Dateiname Dateiversion Dateigröße Datum Zeit Plattform
Microsoft.ssdqs.core.dll 15.0.4312.2 600000 23. April 12:50 x86
Microsoft.ssdqs.core.dll 15.0.4312.2 599968 23. April 12:50 x86
Microsoft.ssdqs.infra.dll 15.0.4312.2 1857488 23. April 12:50 x86
Microsoft.ssdqs.infra.dll 15.0.4312.2 1857488 23. April 12:50 x86

SQL Server 2019 sql_dreplay_client

Dateiname Dateiversion Dateigröße Datum Zeit Plattform
Dreplayclient.exe 2019.150.4312.2 137120 23. April 12:50 x86
Dreplaycommon.dll 2019.150.4312.2 667600 23. April 12:50 x86
Dreplayutil.dll 2019.150.4312.2 305104 23. April 12:50 x86
Instapi150.dll 2019.150.4312.2 88016 23. April 12:50 x64
Sqlresourceloader.dll 2019.150.4312.2 38864 23. April 12:50 x86

sql_dreplay_controller SQL Server 2019

Dateiname Dateiversion Dateigröße Datum Zeit Plattform
Dreplaycommon.dll 2019.150.4312.2 667600 23. April 12:50 x86
Dreplaycontroller.exe 2019.150.4312.2 366480 23. April 12:50 x86
Instapi150.dll 2019.150.4312.2 88016 23. April 12:50 x64
Sqlresourceloader.dll 2019.150.4312.2 38864 23. April 12:50 x86

SQL Server 2019 Database Services Core Instance

Dateiname Dateiversion Dateigröße Datum Zeit Plattform
Aetm-enclave-simulator.dll 2019.150.4312.2 4658080 23. April 16:08 x64
Aetm-enclave.dll 2019.150.4312.2 4612488 23. April 16:08 x64
Aetm-sgx-enclave-simulator.dll 2019.150.4312.2 4931856 23. April 16:09 x64
Aetm-sgx-enclave.dll 2019.150.4312.2 4873560 23. April 16:08 x64
Azureattest.dll 10.0.18965.1000 255056 23. April 16:08 x64
Azureattestmanager.dll 10.0.18965.1000 97528 23. April 16:08 x64
Batchparser.dll 2019.150.4312.2 182208 23. April 16:08 x64
C1.dll 19.16.27034.0 2438520 23. April 16:08 x64
C2.dll 19.16.27034.0 7239032 23. April 16:08 x64
Cl.exe 19.16.27034.0 424360 23. April 16:08 x64
Clui.dll 19.16.27034.0 541048 23. April 16:08 x64
Datacollectorcontroller.dll 2019.150.4312.2 280464 23. April 16:08 x64
Dcexec.exe 2019.150.4312.2 87952 23. April 16:09 x64
Fssres.dll 2019.150.4312.2 96160 23. April 16:08 x64
Hadrres.dll 2019.150.4312.2 206784 23. April 16:08 x64
Hkcompile.dll 2019.150.4312.2 1292176 23. April 16:08 x64
Hkengine.dll 2019.150.4312.2 5793680 23. April 16:08 x64
Hkruntime.dll 2019.150.4312.2 182208 23. April 16:08 x64
Hktempdb.dll 2019.150.4312.2 63392 23. April 16:08 x64
Link.exe 14.16.27034.0 1707936 23. April 16:08 x64
Microsoft.sqlautoadmin.autobackupagent.dll 15.0.4312.2 235408 23. April 16:08 x86
Microsoft.sqlserver.types.dll 2019.150.4312.2 391056 23. April 16:09 x86
Microsoft.sqlserver.xevent.linq.dll 2019.150.4312.2 325520 23. April 16:09 x64
Microsoft.sqlserver.xevent.targets.dll 2019.150.4312.2 92112 23. April 16:09 x64
Msobj140.dll 14.16.27034.0 134008 23. April 16:08 x64
Mspdb140.dll 14.16.27034.0 632184 23. April 16:08 x64
Mspdbcore.dll 14.16.27034.0 632184 23. April 16:08 x64
Msvcp140.dll 14.16.27034.0 628200 23. April 16:08 x64
Qds.dll 2019.150.4312.2 1185728 23. April 16:08 x64
Rsfxft.dll 2019.150.4312.2 51088 23. April 16:09 x64
Secforwarder.dll 2019.150.4312.2 79808 23. April 16:00 x64
Sqagtres.dll 2019.150.4312.2 88016 23. April 16:09 x64
Sqlaamss.dll 2019.150.4312.2 108496 23. April 16:09 x64
Sqlaccess.dll 2019.150.4312.2 493520 23. April 16:09 x64
Sqlagent.exe 2019.150.4312.2 731040 23. April 16:09 x64
Sqlagentctr150.dll 2019.150.4312.2 71632 23. April 16:09 x86
Sqlagentctr150.dll 2019.150.4312.2 79776 23. April 16:09 x64
Sqlboot.dll 2019.150.4312.2 214992 23. April 16:09 x64
Sqlceip.exe 15.0.4312.2 292800 23. April 16:09 x86
Sqlcmdss.dll 2019.150.4312.2 88016 23. April 16:08 x64
Sqlctr150.dll 2019.150.4312.2 116688 23. April 16:08 x86
Sqlctr150.dll 2019.150.4312.2 145312 23. April 16:08 x64
Sqldk.dll 2019.150.4312.2 3159968 23. April 16:00 x64
Sqldtsss.dll 2019.150.4312.2 108496 23. April 16:09 x64
Sqlevn70.rll 2019.150.4312.2 1595344 23. April 15:56 x64
Sqlevn70.rll 2019.150.4312.2 3504016 23. April 15:56 x64
Sqlevn70.rll 2019.150.4312.2 3700640 23. April 15:56 x64
Sqlevn70.rll 2019.150.4312.2 4167584 23. April 15:56 x64
Sqlevn70.rll 2019.150.4312.2 4286368 23. April 15:56 x64
Sqlevn70.rll 2019.150.4312.2 3418016 23. April 15:56 x64
Sqlevn70.rll 2019.150.4312.2 3586000 23. April 15:56 x64
Sqlevn70.rll 2019.150.4312.2 4163472 23. April 15:56 x64
Sqlevn70.rll 2019.150.4312.2 4016024 23. April 15:56 x64
Sqlevn70.rll 2019.150.4312.2 4065168 23. April 15:56 x64
Sqlevn70.rll 2019.150.4312.2 2226064 23. April 15:56 x64
Sqlevn70.rll 2019.150.4312.2 2172832 23. April 15:56 x64
Sqlevn70.rll 2019.150.4312.2 3872672 23. April 15:56 x64
Sqlevn70.rll 2019.150.4312.2 3549072 23. April 15:56 x64
Sqlevn70.rll 2019.150.4312.2 4020128 23. April 15:56 x64
Sqlevn70.rll 2019.150.4312.2 3823568 23. April 15:56 x64
Sqlevn70.rll 2019.150.4312.2 3823504 23. April 15:56 x64
Sqlevn70.rll 2019.150.4312.2 3618768 23. April 15:56 x64
Sqlevn70.rll 2019.150.4312.2 3504016 23. April 15:56 x64
Sqlevn70.rll 2019.150.4312.2 1537952 23. April 15:56 x64
Sqlevn70.rll 2019.150.4312.2 3913680 23. April 15:56 x64
Sqlevn70.rll 2019.150.4312.2 4032416 23. April 15:56 x64
Sqllang.dll 2019.150.4312.2 39860176 23. April 16:09 x64
Sqlmin.dll 2019.150.4312.2 40557984 23. April 16:09 x64
Sqlolapss.dll 2019.150.4312.2 108448 23. April 16:09 x64
Sqlos.dll 2019.150.4312.2 42960 23. April 16:00 x64
Sqlpowershellss.dll 2019.150.4312.2 83920 23. April 16:09 x64
Sqlrepss.dll 2019.150.4312.2 88016 23. April 16:09 x64
Sqlresourceloader.dll 2019.150.4312.2 51104 23. April 16:08 x64
Sqlscm.dll 2019.150.4312.2 88000 23. April 16:09 x64
Sqlscriptdowngrade.dll 2019.150.4312.2 38864 23. April 16:09 x64
Sqlscriptupgrade.dll 2019.150.4312.2 5806016 23. April 16:08 x64
Sqlserverspatial150.dll 2019.150.4312.2 673696 23. April 16:08 x64
Sqlservr.exe 2019.150.4312.2 628688 23. April 16:08 x64
Sqlsvc.dll 2019.150.4312.2 182160 23. April 16:09 x64
Sqltses.dll 2019.150.4312.2 9119648 23. April 16:00 x64
Sqsrvres.dll 2019.150.4312.2 280512 23. April 16:08 x64
Stretchcodegen.exe 15.0.4312.2 59344 23. April 16:08 x86
Svl.dll 2019.150.4312.2 161744 23. April 16:08 x64
Vcruntime140.dll 14.16.27034.0 85992 23. April 16:08 x64
Xe.dll 2019.150.4312.2 722896 23. April 16:09 x64
Xpadsi.exe 2019.150.4312.2 116688 23. April 16:08 x64
Xplog70.dll 2019.150.4312.2 92104 23. April 16:09 x64
Xpqueue.dll 2019.150.4312.2 92112 23. April 16:08 x64
Xprepl.dll 2019.150.4312.2 120768 23. April 16:08 x64
Xpstar.dll 2019.150.4312.2 472992 23. April 16:09 x64

SQL Server 2019 Database Services Core Shared

Dateiname Dateiversion Dateigröße Datum Zeit Plattform
Batchparser.dll 2019.150.4312.2 165840 23. April 12:50 x86
Batchparser.dll 2019.150.4312.2 182208 23. April 12:50 x64
Commanddest.dll 2019.150.4312.2 264080 23. April 12:50 x64
Datacollectortasks.dll 2019.150.4312.2 227264 23. April 12:50 x64
Distrib.exe 2019.150.4312.2 243664 23. April 12:50 x64
Dteparse.dll 2019.150.4312.2 124864 23. April 12:50 x64
Dteparsemgd.dll 2019.150.4312.2 133072 23. April 12:50 x64
Dtepkg.dll 2019.150.4312.2 149408 23. April 12:50 x64
Dtexec.exe 2019.150.4312.2 72592 23. April 12:50 x64
Dts.dll 2019.150.4312.2 3143632 23. April 12:50 x64
Dtscomexpreval.dll 2019.150.4312.2 501712 23. April 12:50 x64
Dtsconn.dll 2019.150.4312.2 522192 23. April 12:50 x64
Dtshost.exe 2019.150.4312.2 106448 23. April 12:50 x64
Dtsmsg150.dll 2019.150.4312.2 567232 23. April 12:50 x64
Dtspipeline.dll 2019.150.4312.2 1329056 23. April 12:50 x64
Dtswizard.exe 15.0.4312.2 886720 23. April 12:50 x64
Dtuparse.dll 2019.150.4312.2 100296 23. April 12:50 x64
Dtutil.exe 2019.150.4312.2 149408 23. April 12:50 x64
Exceldest.dll 2019.150.4312.2 280520 23. April 12:50 x64
Excelsrc.dll 2019.150.4312.2 309184 23. April 12:50 x64
Execpackagetask.dll 2019.150.4312.2 186320 23. April 12:50 x64
Flatfiledest.dll 2019.150.4312.2 411600 23. April 12:50 x64
Flatfilesrc.dll 2019.150.4312.2 427936 23. April 12:50 x64
Logread.exe 2019.150.4312.2 722880 23. April 12:50 x64
Mergetxt.dll 2019.150.4312.2 75712 23. April 12:50 x64
Microsoft.sqlserver.integrationservice.hadoop.common.dll 15.0.4312.2 59344 23. April 12:50 x86
Microsoft.sqlserver.integrationservices.runtimetelemetry.dll 15.0.4312.2 42944 23. April 12:50 x86
Microsoft.sqlserver.maintenanceplantasks.dll 15.0.4312.2 391072 23. April 12:50 x86
Microsoft.sqlserver.replication.dll 2019.150.4312.2 1697680 23. April 12:50 x64
Microsoft.sqlserver.replication.dll 2019.150.4312.2 1640384 23. April 12:50 x86
Microsoft.sqlserver.rmo.dll 15.0.4312.2 550816 23. April 12:50 x86
Msdtssrvrutil.dll 2019.150.4312.2 112576 23. April 12:50 x64
Msgprox.dll 2019.150.4312.2 300960 23. April 12:50 x64
Msoledbsql.dll 2018.186.5.0 2734064 23. April 12:50 x64
Msoledbsql.dll 2018.186.5.0 153616 23. April 12:50 x64
Msxmlsql.dll 2019.150.4312.2 1496992 23. April 12:50 x64
Oledbdest.dll 2019.150.4312.2 280528 23. April 12:50 x64
Oledbsrc.dll 2019.150.4312.2 313280 23. April 12:50 x64
Osql.exe 2019.150.4312.2 92064 23. April 12:50 x64
Qrdrsvc.exe 2019.150.4312.2 497568 23. April 12:50 x64
Rawdest.dll 2019.150.4312.2 227264 23. April 12:50 x64
Rawsource.dll 2019.150.4312.2 210832 23. April 12:50 x64
Rdistcom.dll 2019.150.4312.2 915360 23. April 12:50 x64
Recordsetdest.dll 2019.150.4312.2 202704 23. April 12:50 x64
Repldp.dll 2019.150.4312.2 313248 23. April 12:50 x64
Replerrx.dll 2019.150.4312.2 182224 23. April 12:50 x64
Replisapi.dll 2019.150.4312.2 395168 23. April 12:50 x64
Replmerg.exe 2019.150.4312.2 563104 23. April 12:50 x64
Replprov.dll 2019.150.4312.2 862112 23. April 12:50 x64
Replrec.dll 2019.150.4312.2 1034144 23. April 12:50 x64
Replsub.dll 2019.150.4312.2 473040 23. April 12:50 x64
Replsync.dll 2019.150.4312.2 165840 23. April 12:50 x64
Spresolv.dll 2019.150.4312.2 276432 23. April 12:50 x64
Sqlcmd.exe 2019.150.4312.2 264080 23. April 12:50 x64
Sqldiag.exe 2019.150.4312.2 1140640 23. April 12:50 x64
Sqldistx.dll 2019.150.4312.2 251856 23. April 12:50 x64
Sqllogship.exe 15.0.4312.2 104352 23. April 12:50 x64
Sqlmergx.dll 2019.150.4312.2 399264 23. April 12:50 x64
Sqlresourceloader.dll 2019.150.4312.2 51104 23. April 12:50 x64
Sqlresourceloader.dll 2019.150.4312.2 38864 23. April 12:50 x86
Sqlscm.dll 2019.150.4312.2 79824 23. April 12:50 x86
Sqlscm.dll 2019.150.4312.2 88000 23. April 12:50 x64
Sqlsvc.dll 2019.150.4312.2 149456 23. April 12:50 x86
Sqlsvc.dll 2019.150.4312.2 182160 23. April 12:50 x64
Sqltaskconnections.dll 2019.150.4312.2 202704 23. April 12:50 x64
Ssradd.dll 2019.150.4312.2 83920 23. April 12:50 x64
Ssravg.dll 2019.150.4312.2 83904 23. April 12:50 x64
Ssrdown.dll 2019.150.4312.2 75728 23. April 12:50 x64
Ssrmax.dll 2019.150.4312.2 83904 23. April 12:50 x64
Ssrmin.dll 2019.150.4312.2 83904 23. April 12:50 x64
Ssrpub.dll 2019.150.4312.2 79824 23. April 12:50 x64
Ssrup.dll 2019.150.4312.2 75712 23. April 12:50 x64
Txagg.dll 2019.150.4312.2 391056 23. April 12:50 x64
Txbdd.dll 2019.150.4312.2 194512 23. April 12:50 x64
Txdatacollector.dll 2019.150.4312.2 473040 23. April 12:50 x64
Txdataconvert.dll 2019.150.4312.2 317344 23. April 12:50 x64
Txderived.dll 2019.150.4312.2 640928 23. April 12:50 x64
Txlookup.dll 2019.150.4312.2 542672 23. April 12:50 x64
Txmerge.dll 2019.150.4312.2 247744 23. April 12:50 x64
Txmergejoin.dll 2019.150.4312.2 309200 23. April 12:50 x64
Txmulticast.dll 2019.150.4312.2 145360 23. April 12:50 x64
Txrowcount.dll 2019.150.4312.2 141264 23. April 12:50 x64
Txsort.dll 2019.150.4312.2 288704 23. April 12:50 x64
Txsplit.dll 2019.150.4312.2 624544 23. April 12:50 x64
Txunionall.dll 2019.150.4312.2 198608 23. April 12:50 x64
Xe.dll 2019.150.4312.2 722896 23. April 12:50 x64
Xmlsub.dll 2019.150.4312.2 296896 23. April 12:50 x64

sql_extensibility SQL Server 2019

Dateiname Dateiversion Dateigröße Datum Zeit Plattform
Commonlauncher.dll 2019.150.4312.2 96160 23. April 12:50 x64
Exthost.exe 2019.150.4312.2 239520 23. April 12:50 x64
Launchpad.exe 2019.150.4312.2 1230784 23. April 12:50 x64
Sqlsatellite.dll 2019.150.4312.2 1025952 23. April 12:50 x64

SQL Server 2019 Full-Text Engine

Dateiname Dateiversion Dateigröße Datum Zeit Plattform
Fd.dll 2019.150.4312.2 686032 23. April 12:50 x64
Fdhost.exe 2019.150.4312.2 128928 23. April 12:50 x64
Fdlauncher.exe 2019.150.4312.2 79824 23. April 12:50 x64
Sqlft150ph.dll 2019.150.4312.2 92064 23. April 12:50 x64

SQL Server 2019 sql_inst_mr

Dateiname Dateiversion Dateigröße Datum Zeit Plattform
Imrdll.dll 15.0.4312.2 30656 23. April 12:50 x86

Integration Services für SQL Server 2019

Dateiname Dateiversion Dateigröße Datum Zeit Plattform
Commanddest.dll 2019.150.4312.2 227264 23. April 12:56 x86
Commanddest.dll 2019.150.4312.2 264080 23. April 12:56 x64
Dteparse.dll 2019.150.4312.2 124864 23. April 12:56 x64
Dteparse.dll 2019.150.4312.2 112576 23. April 12:56 x86
Dteparsemgd.dll 2019.150.4312.2 116672 23. April 12:56 x86
Dteparsemgd.dll 2019.150.4312.2 133072 23. April 12:56 x64
Dtepkg.dll 2019.150.4312.2 149408 23. April 12:56 x64
Dtepkg.dll 2019.150.4312.2 133056 23. April 12:56 x86
Dtexec.exe 2019.150.4312.2 72592 23. April 12:56 x64
Dtexec.exe 2019.150.4312.2 63888 23. April 12:56 x86
Dts.dll 2019.150.4312.2 2762688 23. April 12:56 x86
Dts.dll 2019.150.4312.2 3143632 23. April 12:56 x64
Dtscomexpreval.dll 2019.150.4312.2 444352 23. April 12:56 x86
Dtscomexpreval.dll 2019.150.4312.2 501712 23. April 12:56 x64
Dtsconn.dll 2019.150.4312.2 522192 23. April 12:56 x64
Dtsconn.dll 2019.150.4312.2 432080 23. April 12:56 x86
Dtsdebughost.exe 2019.150.4312.2 112072 23. April 12:56 x64
Dtsdebughost.exe 2019.150.4312.2 93648 23. April 12:56 x86
Dtshost.exe 2019.150.4312.2 106448 23. April 12:56 x64
Dtshost.exe 2019.150.4312.2 89040 23. April 12:56 x86
Dtsmsg150.dll 2019.150.4312.2 554912 23. April 12:56 x86
Dtsmsg150.dll 2019.150.4312.2 567232 23. April 12:56 x64
Dtspipeline.dll 2019.150.4312.2 1120208 23. April 12:56 x86
Dtspipeline.dll 2019.150.4312.2 1329056 23. April 12:56 x64
Dtswizard.exe 15.0.4312.2 886720 23. April 12:56 x64
Dtswizard.exe 15.0.4312.2 890816 23. April 12:56 x86
Dtuparse.dll 2019.150.4312.2 100296 23. April 12:56 x64
Dtuparse.dll 2019.150.4312.2 88000 23. April 12:56 x86
Dtutil.exe 2019.150.4312.2 130464 23. April 12:56 x86
Dtutil.exe 2019.150.4312.2 149408 23. April 12:56 x64
Exceldest.dll 2019.150.4312.2 280520 23. April 12:56 x64
Exceldest.dll 2019.150.4312.2 235424 23. April 12:56 x86
Excelsrc.dll 2019.150.4312.2 309184 23. April 12:56 x64
Excelsrc.dll 2019.150.4312.2 260048 23. April 12:56 x86
Execpackagetask.dll 2019.150.4312.2 149440 23. April 12:56 x86
Execpackagetask.dll 2019.150.4312.2 186320 23. April 12:56 x64
Flatfiledest.dll 2019.150.4312.2 358336 23. April 12:56 x86
Flatfiledest.dll 2019.150.4312.2 411600 23. April 12:56 x64
Flatfilesrc.dll 2019.150.4312.2 370624 23. April 12:56 x86
Flatfilesrc.dll 2019.150.4312.2 427936 23. April 12:56 x64
Isdbupgradewizard.exe 15.0.4312.2 120784 23. April 12:56 x86
Isdbupgradewizard.exe 15.0.4312.2 120768 23. April 12:56 x86
Isserverexec.exe 15.0.4312.2 145352 23. April 12:56 x64
Isserverexec.exe 15.0.4312.2 149440 23. April 12:56 x86
Microsoft.sqlserver.astasks.dll 15.0.4312.2 116640 23. April 12:56 x86
Microsoft.sqlserver.integrationservice.hadoop.common.dll 15.0.4312.2 59344 23. April 12:56 x86
Microsoft.sqlserver.integrationservices.isserverdbupgrade.dll 15.0.4312.2 509856 23. April 12:56 x86
Microsoft.sqlserver.integrationservices.isserverdbupgrade.dll 15.0.4312.2 509888 23. April 12:56 x86
Microsoft.sqlserver.integrationservices.runtimetelemetry.dll 15.0.4312.2 42896 23. April 12:56 x86
Microsoft.sqlserver.integrationservices.runtimetelemetry.dll 15.0.4312.2 42944 23. April 12:56 x86
Microsoft.sqlserver.maintenanceplantasks.dll 15.0.4312.2 391072 23. April 12:56 x86
Microsoft.sqlserver.management.integrationservicesenum.dll 15.0.4312.2 59296 23. April 12:56 x86
Microsoft.sqlserver.management.integrationservicesenum.dll 15.0.4312.2 59344 23. April 12:56 x86
Microsoft.sqlserver.scripttask.dll 15.0.4312.2 141216 23. April 12:56 x86
Microsoft.sqlserver.scripttask.dll 15.0.4312.2 141216 23. April 12:56 x86
Msdtssrvr.exe 15.0.4312.2 219088 23. April 12:56 x64
Msdtssrvrutil.dll 2019.150.4312.2 100288 23. April 12:56 x86
Msdtssrvrutil.dll 2019.150.4312.2 112576 23. April 12:56 x64
Msmdpp.dll 2018.150.35.39 10065320 23. April 12:50 x64
Odbcdest.dll 2019.150.4312.2 370576 23. April 12:56 x64
Odbcdest.dll 2019.150.4312.2 321440 23. April 12:56 x86
Odbcsrc.dll 2019.150.4312.2 382864 23. April 12:56 x64
Odbcsrc.dll 2019.150.4312.2 329680 23. April 12:56 x86
Oledbdest.dll 2019.150.4312.2 280528 23. April 12:56 x64
Oledbdest.dll 2019.150.4312.2 239568 23. April 12:56 x86
Oledbsrc.dll 2019.150.4312.2 313280 23. April 12:56 x64
Oledbsrc.dll 2019.150.4312.2 264128 23. April 12:56 x86
Rawdest.dll 2019.150.4312.2 227264 23. April 12:56 x64
Rawdest.dll 2019.150.4312.2 190416 23. April 12:56 x86
Rawsource.dll 2019.150.4312.2 210832 23. April 12:56 x64
Rawsource.dll 2019.150.4312.2 178128 23. April 12:56 x86
Recordsetdest.dll 2019.150.4312.2 174016 23. April 12:56 x86
Recordsetdest.dll 2019.150.4312.2 202704 23. April 12:56 x64
Sqlceip.exe 15.0.4312.2 292800 23. April 12:56 x86
Sqldest.dll 2019.150.4312.2 239552 23. April 12:56 x86
Sqldest.dll 2019.150.4312.2 276424 23. April 12:56 x64
Sqltaskconnections.dll 2019.150.4312.2 169920 23. April 12:56 x86
Sqltaskconnections.dll 2019.150.4312.2 202704 23. April 12:56 x64
Txagg.dll 2019.150.4312.2 329680 23. April 12:56 x86
Txagg.dll 2019.150.4312.2 391056 23. April 12:56 x64
Txbdd.dll 2019.150.4312.2 153544 23. April 12:56 x86
Txbdd.dll 2019.150.4312.2 194512 23. April 12:56 x64
Txbestmatch.dll 2019.150.4312.2 546752 23. April 12:56 x86
Txbestmatch.dll 2019.150.4312.2 653248 23. April 12:56 x64
Txcache.dll 2019.150.4312.2 165832 23. April 12:56 x86
Txcache.dll 2019.150.4312.2 198592 23. April 12:56 x64
Txcharmap.dll 2019.150.4312.2 272336 23. April 12:56 x86
Txcharmap.dll 2019.150.4312.2 313248 23. April 12:56 x64
Txcopymap.dll 2019.150.4312.2 165824 23. April 12:56 x86
Txcopymap.dll 2019.150.4312.2 198608 23. April 12:56 x64
Txdataconvert.dll 2019.150.4312.2 276432 23. April 12:56 x86
Txdataconvert.dll 2019.150.4312.2 317344 23. April 12:56 x64
Txderived.dll 2019.150.4312.2 559040 23. April 12:56 x86
Txderived.dll 2019.150.4312.2 640928 23. April 12:56 x64
Txfileextractor.dll 2019.150.4312.2 182208 23. April 12:56 x86
Txfileextractor.dll 2019.150.4312.2 219072 23. April 12:56 x64
Txfileinserter.dll 2019.150.4312.2 182224 23. April 12:56 x86
Txfileinserter.dll 2019.150.4312.2 214992 23. April 12:56 x64
Txgroupdups.dll 2019.150.4312.2 255952 23. April 12:56 x86
Txgroupdups.dll 2019.150.4312.2 313248 23. April 12:56 x64
Txlineage.dll 2019.150.4312.2 128976 23. April 12:56 x86
Txlineage.dll 2019.150.4312.2 153552 23. April 12:56 x64
Txlookup.dll 2019.150.4312.2 468944 23. April 12:56 x86
Txlookup.dll 2019.150.4312.2 542672 23. April 12:56 x64
Txmerge.dll 2019.150.4312.2 202704 23. April 12:56 x86
Txmerge.dll 2019.150.4312.2 247744 23. April 12:56 x64
Txmergejoin.dll 2019.150.4312.2 247744 23. April 12:56 x86
Txmergejoin.dll 2019.150.4312.2 309200 23. April 12:56 x64
Txmulticast.dll 2019.150.4312.2 116672 23. April 12:56 x86
Txmulticast.dll 2019.150.4312.2 145360 23. April 12:56 x64
Txpivot.dll 2019.150.4312.2 206784 23. April 12:56 x86
Txpivot.dll 2019.150.4312.2 239552 23. April 12:56 x64
Txrowcount.dll 2019.150.4312.2 112592 23. April 12:56 x86
Txrowcount.dll 2019.150.4312.2 141264 23. April 12:56 x64
Txsampling.dll 2019.150.4312.2 157632 23. April 12:56 x86
Txsampling.dll 2019.150.4312.2 194496 23. April 12:56 x64
Txscd.dll 2019.150.4312.2 198592 23. April 12:56 x86
Txscd.dll 2019.150.4312.2 235472 23. April 12:56 x64
Txsort.dll 2019.150.4312.2 231360 23. April 12:56 x86
Txsort.dll 2019.150.4312.2 288704 23. April 12:56 x64
Txsplit.dll 2019.150.4312.2 550864 23. April 12:56 x86
Txsplit.dll 2019.150.4312.2 624544 23. April 12:56 x64
Txtermextraction.dll 2019.150.4312.2 8644544 23. April 12:56 x86
Txtermextraction.dll 2019.150.4312.2 8701840 23. April 12:56 x64
Txtermlookup.dll 2019.150.4312.2 4138944 23. April 12:56 x86
Txtermlookup.dll 2019.150.4312.2 4183968 23. April 12:56 x64
Txunionall.dll 2019.150.4312.2 161728 23. April 12:56 x86
Txunionall.dll 2019.150.4312.2 198608 23. April 12:56 x64
Txunpivot.dll 2019.150.4312.2 182208 23. April 12:56 x86
Txunpivot.dll 2019.150.4312.2 214992 23. April 12:56 x64
Xe.dll 2019.150.4312.2 632720 23. April 12:56 x86
Xe.dll 2019.150.4312.2 722896 23. April 12:56 x64

SQL Server 2019 sql_polybase_core_inst

Dateiname Dateiversion Dateigröße Datum Zeit Plattform
Dms.dll 15.0.1963.0 559576 23. April 16:01 x86
Dmsnative.dll 2018.150.1963.0 152496 23. April 16:01 x64
Dwengineservice.dll 15.0.1963.0 45016 23. April 16:01 x86
Eng_polybase_odbcdrivermongo_2321_mongodbodbc_sb64_dll.64 2.3.21.1023 18691056 23. April 16:01 x64
Eng_polybase_odbcdrivermongo_2321_saslsspi_dll.64 1.0.2.1003 147504 23. April 16:01 x64
Eng_polybase_odbcdrivermongo_238_mongodbodbc_sb64_dll.64 2.3.8.1008 17142672 23. April 16:01 x64
Eng_polybase_odbcdrivermongo_238_saslsspi_dll.64 1.0.2.1003 146304 23. April 16:01 x64
Eng_polybase_odbcdriveroracle_802_mscurl28_dll.64 8.0.2.304 2532096 23. April 16:01 x64
Eng_polybase_odbcdriveroracle_802_msora28_dll.64 8.0.2.2592 2425088 23. April 16:01 x64
Eng_polybase_odbcdriveroracle_802_msora28r_dll.64 8.0.2.2592 151808 23. April 16:01 x64
Eng_polybase_odbcdriveroracle_802_msssl28_dll.64 8.0.2.244 2416384 23. April 16:01 x64
Eng_polybase_odbcdriveroracle_802_mstls28_dll.64 8.0.2.216 2953472 23. April 16:01 x64
Icudt58.dll 58.2.0.0 27109768 23. April 16:01 x64
Icudt58.dll 58.2.0.0 27109832 23. April 16:01 x64
Icudt58.dll 58.3.0.0 27110344 23. April 16:01 x64
Icudt58.dll 58.3.0.0 27110344 23. April 16:01 x64
Icuin58.dll 58.2.0.0 2425288 23. April 16:01 x64
Icuin58.dll 58.2.0.0 2431880 23. April 16:01 x64
Icuin58.dll 58.3.0.0 2551752 23. April 16:01 x64
Icuin58.dll 58.3.0.0 2562504 23. April 16:01 x64
Icuuc42.dll 8.0.2.124 15491840 23. April 16:01 x64
Icuuc58.dll 58.2.0.0 1775048 23. April 16:01 x64
Icuuc58.dll 58.2.0.0 1783688 23. April 16:01 x64
Icuuc58.dll 58.3.0.0 1888712 23. April 16:01 x64
Icuuc58.dll 58.3.0.0 1924040 23. April 16:01 x64
Instapi150.dll 2019.150.4312.2 88016 23. April 16:01 x64
Libcrypto-1_1-x64.dll 1.1.0.10 2620304 23. April 16:01 x64
Libcrypto 1.1.1.4 2953680 23. April 16:01 x64
Libcrypto 1.1.1.14 4085336 23. April 16:01 x64
Libcrypto 1.1.1.11 4321232 23. April 16:01 x64
Libsasl.dll 2.1.26.0 292224 23. April 16:01 x64
Libsasl.dll 2.1.26.0 521664 23. April 16:01 x64
Libssl-1_1-x64.dll 1.1.0.10 648080 23. April 16:01 x64
Libssl 1.1.1.4 798160 23. April 16:01 x64
Libssl 1.1.1.14 1195600 23. April 16:01 x64
Libssl 1.1.1.11 1322960 23. April 16:01 x64
Microsoft.sqlserver.datawarehouse.backup.backupmetadata.dll 15.0.1963.0 67504 23. April 16:01 x86
Microsoft.sqlserver.datawarehouse.catalog.dll 15.0.1963.0 293296 23. April 16:01 x86
Microsoft.sqlserver.datawarehouse.common.dll 15.0.1963.0 1957808 23. April 16:01 x86
Microsoft.sqlserver.datawarehouse.configuration.dll 15.0.1963.0 169432 23. April 16:01 x86
Microsoft.sqlserver.datawarehouse.datamovement.common.dll 15.0.1963.0 649688 23. April 16:01 x86
Microsoft.sqlserver.datawarehouse.datamovement.manager.dll 15.0.1963.0 246192 23. April 16:01 x86
Microsoft.sqlserver.datawarehouse.datamovement.messagetypes.dll 15.0.1963.0 139224 23. April 16:01 x86
Microsoft.sqlserver.datawarehouse.datamovement.messagingprotocol.dll 15.0.1963.0 79832 23. April 16:01 x86
Microsoft.sqlserver.datawarehouse.diagnostics.dll 15.0.1963.0 51160 23. April 16:01 x86
Microsoft.sqlserver.datawarehouse.distributor.dll 15.0.1963.0 88536 23. April 16:01 x86
Microsoft.sqlserver.datawarehouse.engine.dll 15.0.1963.0 1129432 23. April 16:01 x86
Microsoft.sqlserver.datawarehouse.engine.statsstream.dll 15.0.1963.0 80856 23. April 16:01 x86
Microsoft.sqlserver.datawarehouse.eventing.dll 15.0.1963.0 70576 23. April 16:01 x86
Microsoft.sqlserver.datawarehouse.fabric.appliance.dll 15.0.1963.0 35248 23. April 16:01 x86
Microsoft.sqlserver.datawarehouse.fabric.interface.dll 15.0.1963.0 31152 23. April 16:01 x86
Microsoft.sqlserver.datawarehouse.fabric.polybase.dll 15.0.1963.0 46512 23. April 16:01 x86
Microsoft.sqlserver.datawarehouse.fabric.xdbinterface.dll 15.0.1963.0 21424 23. April 16:01 x86
Microsoft.sqlserver.datawarehouse.failover.dll 15.0.1963.0 26544 23. April 16:01 x86
Microsoft.sqlserver.datawarehouse.hadoop.hadoopbridge.dll 15.0.1963.0 131504 23. April 16:01 x86
Microsoft.sqlserver.datawarehouse.loadercommon.dll 15.0.1963.0 86488 23. April 16:01 x86
Microsoft.sqlserver.datawarehouse.loadmanager.dll 15.0.1963.0 100784 23. April 16:01 x86
Microsoft.sqlserver.datawarehouse.localization.dll 15.0.1963.0 293296 23. April 16:01 x86
Microsoft.sqlserver.datawarehouse.localization.resources.dll 15.0.1963.0 120240 23. April 16:01 x86
Microsoft.sqlserver.datawarehouse.localization.resources.dll 15.0.1963.0 138160 23. April 16:01 x86
Microsoft.sqlserver.datawarehouse.localization.resources.dll 15.0.1963.0 141232 23. April 16:01 x86
Microsoft.sqlserver.datawarehouse.localization.resources.dll 15.0.1963.0 137688 23. April 16:01 x86
Microsoft.sqlserver.datawarehouse.localization.resources.dll 15.0.1963.0 150448 23. April 16:01 x86
Microsoft.sqlserver.datawarehouse.localization.resources.dll 15.0.1963.0 139696 23. April 16:01 x86
Microsoft.sqlserver.datawarehouse.localization.resources.dll 15.0.1963.0 134576 23. April 16:01 x86
Microsoft.sqlserver.datawarehouse.localization.resources.dll 15.0.1963.0 176560 23. April 16:01 x86
Microsoft.sqlserver.datawarehouse.localization.resources.dll 15.0.1963.0 117680 23. April 16:01 x86
Microsoft.sqlserver.datawarehouse.localization.resources.dll 15.0.1963.0 136624 23. April 16:01 x86
Microsoft.sqlserver.datawarehouse.nodes.dll 15.0.1963.0 72624 23. April 16:01 x86
Microsoft.sqlserver.datawarehouse.nulltransaction.dll 15.0.1963.0 21936 23. April 16:01 x86
Microsoft.sqlserver.datawarehouse.parallelizer.dll 15.0.1963.0 37336 23. April 16:01 x86
Microsoft.sqlserver.datawarehouse.resourcemanagement.dll 15.0.1963.0 128984 23. April 16:01 x86
Microsoft.sqlserver.datawarehouse.sql.dll 15.0.1963.0 3064752 23. April 16:01 x86
Microsoft.sqlserver.datawarehouse.sql.parser.dll 15.0.1963.0 3955632 23. April 16:01 x86
Microsoft.sqlserver.datawarehouse.sql.parser.resources.dll 15.0.1963.0 118232 23. April 16:01 x86
Microsoft.sqlserver.datawarehouse.sql.parser.resources.dll 15.0.1963.0 133080 23. April 16:01 x86
Microsoft.sqlserver.datawarehouse.sql.parser.resources.dll 15.0.1963.0 137688 23. April 16:01 x86
Microsoft.sqlserver.datawarehouse.sql.parser.resources.dll 15.0.1963.0 133592 23. April 16:01 x86
Microsoft.sqlserver.datawarehouse.sql.parser.resources.dll 15.0.1963.0 148440 23. April 16:01 x86
Microsoft.sqlserver.datawarehouse.sql.parser.resources.dll 15.0.1963.0 134064 23. April 16:01 x86
Microsoft.sqlserver.datawarehouse.sql.parser.resources.dll 15.0.1963.0 130480 23. April 16:01 x86
Microsoft.sqlserver.datawarehouse.sql.parser.resources.dll 15.0.1963.0 170968 23. April 16:01 x86
Microsoft.sqlserver.datawarehouse.sql.parser.resources.dll 15.0.1963.0 115160 23. April 16:01 x86
Microsoft.sqlserver.datawarehouse.sql.parser.resources.dll 15.0.1963.0 132016 23. April 16:01 x86
Microsoft.sqlserver.datawarehouse.sqldistributor.dll 15.0.1963.0 67504 23. April 16:01 x86
Microsoft.sqlserver.datawarehouse.transactsql.scriptdom.dll 15.0.1963.0 2682800 23. April 16:01 x86
Microsoft.sqlserver.datawarehouse.utilities.dll 15.0.1963.0 2436568 23. April 16:01 x86
Mpdwinterop.dll 2019.150.4312.2 452560 23. April 16:01 x64
Mpdwsvc.exe 2019.150.4312.2 7403472 23. April 16:01 x64
Msodbcsql17.dll 2017.174.1.1 2016120 23. April 16:01 x64
Odbc32.dll 10.0.17763.1 720792 23. April 16:01 x64
Odbccp32.dll 10.0.17763.1 138136 23. April 16:01 x64
Odbctrac.dll 10.0.17763.1 175000 23. April 16:01 x64
Saslplain.dll 2.1.26.0 170880 23. April 16:01 x64
Saslplain.dll 2.1.26.0 377792 23. April 16:01 x64
Secforwarder.dll 2019.150.4312.2 79808 23. April 16:01 x64
Sharedmemory.dll 2018.150.1963.0 61360 23. April 16:01 x64
Sqldk.dll 2019.150.4312.2 3159968 23. April 16:01 x64
Sqldumper.exe 2019.150.4312.2 186264 23. April 16:01 x64
Sqlevn70.rll 2019.150.4312.2 1595344 23. April 15:56 x64
Sqlevn70.rll 2019.150.4312.2 4167584 23. April 15:56 x64
Sqlevn70.rll 2019.150.4312.2 3418016 23. April 15:56 x64
Sqlevn70.rll 2019.150.4312.2 4163472 23. April 15:56 x64
Sqlevn70.rll 2019.150.4312.2 4065168 23. April 15:56 x64
Sqlevn70.rll 2019.150.4312.2 2226064 23. April 15:56 x64
Sqlevn70.rll 2019.150.4312.2 2172832 23. April 15:56 x64
Sqlevn70.rll 2019.150.4312.2 3823568 23. April 15:56 x64
Sqlevn70.rll 2019.150.4312.2 3823504 23. April 15:56 x64
Sqlevn70.rll 2019.150.4312.2 1537952 23. April 15:56 x64
Sqlevn70.rll 2019.150.4312.2 4032416 23. April 15:56 x64
Sqlncli17e.dll 2017.1710.3.1 1898432 23. April 16:01 x64
Sqlos.dll 2019.150.4312.2 42960 23. April 16:01 x64
Sqlsortpdw.dll 2018.150.1963.0 4841392 23. April 16:01 x64
Sqltses.dll 2019.150.4312.2 9119648 23. April 16:01 x64
Tdataodbc_sb 17.0.0.27 12914640 23. April 16:01 x64
Tdataodbc_sb 16.20.0.1078 14995920 23. April 16:01 x64
Terasso.dll 17.0.0.28 2357064 23. April 16:01 x64
Terasso.dll 16.20.0.13 2158896 23. April 16:01 x64
Zlibwapi.dll 1.2.11.0 281472 23. April 16:01 x64
Zlibwapi.dll 1.2.11.0 499248 23. April 16:01 x64

SQL Server 2019 sql_shared_mr

Dateiname Dateiversion Dateigröße Datum Zeit Plattform
Smrdll.dll 15.0.4312.2 30664 23. April 12:50 x86

sql_tools_extensions SQL Server 2019

Dateiname Dateiversion Dateigröße Datum Zeit Plattform
Autoadmin.dll 2019.150.4312.2 1632192 23. April 13:06 x86
Dtaengine.exe 2019.150.4312.2 219040 23. April 13:06 x86
Dteparse.dll 2019.150.4312.2 112576 23. April 13:06 x86
Dteparse.dll 2019.150.4312.2 124864 23. April 13:06 x64
Dteparsemgd.dll 2019.150.4312.2 116672 23. April 13:06 x86
Dteparsemgd.dll 2019.150.4312.2 133072 23. April 13:06 x64
Dtepkg.dll 2019.150.4312.2 133056 23. April 13:06 x86
Dtepkg.dll 2019.150.4312.2 149408 23. April 13:06 x64
Dtexec.exe 2019.150.4312.2 63888 23. April 13:06 x86
Dtexec.exe 2019.150.4312.2 72592 23. April 13:06 x64
Dts.dll 2019.150.4312.2 2762688 23. April 13:06 x86
Dts.dll 2019.150.4312.2 3143632 23. April 13:06 x64
Dtscomexpreval.dll 2019.150.4312.2 444352 23. April 13:06 x86
Dtscomexpreval.dll 2019.150.4312.2 501712 23. April 13:06 x64
Dtsconn.dll 2019.150.4312.2 432080 23. April 13:06 x86
Dtsconn.dll 2019.150.4312.2 522192 23. April 13:06 x64
Dtshost.exe 2019.150.4312.2 106448 23. April 13:06 x64
Dtshost.exe 2019.150.4312.2 89040 23. April 13:06 x86
Dtsmsg150.dll 2019.150.4312.2 554912 23. April 13:06 x86
Dtsmsg150.dll 2019.150.4312.2 567232 23. April 13:06 x64
Dtspipeline.dll 2019.150.4312.2 1329056 23. April 13:06 x64
Dtspipeline.dll 2019.150.4312.2 1120208 23. April 13:06 x86
Dtswizard.exe 15.0.4312.2 886720 23. April 13:06 x64
Dtswizard.exe 15.0.4312.2 890816 23. April 13:06 x86
Dtuparse.dll 2019.150.4312.2 100296 23. April 13:06 x64
Dtuparse.dll 2019.150.4312.2 88000 23. April 13:06 x86
Dtutil.exe 2019.150.4312.2 130464 23. April 13:06 x86
Dtutil.exe 2019.150.4312.2 149408 23. April 13:06 x64
Exceldest.dll 2019.150.4312.2 235424 23. April 13:06 x86
Exceldest.dll 2019.150.4312.2 280520 23. April 13:06 x64
Excelsrc.dll 2019.150.4312.2 260048 23. April 13:06 x86
Excelsrc.dll 2019.150.4312.2 309184 23. April 13:06 x64
Flatfiledest.dll 2019.150.4312.2 358336 23. April 13:06 x86
Flatfiledest.dll 2019.150.4312.2 411600 23. April 13:06 x64
Flatfilesrc.dll 2019.150.4312.2 370624 23. April 13:06 x86
Flatfilesrc.dll 2019.150.4312.2 427936 23. April 13:06 x64
Microsoft.sqlserver.astasks.dll 15.0.4312.2 116688 23. April 13:06 x86
Microsoft.sqlserver.chainer.infrastructure.dll 15.0.4312.2 403408 23. April 13:06 x86
Microsoft.sqlserver.chainer.infrastructure.dll 15.0.4312.2 403408 23. April 13:06 x86
Microsoft.sqlserver.configuration.sco.dll 15.0.4312.2 3004352 23. April 13:06 x86
Microsoft.sqlserver.configuration.sco.dll 15.0.4312.2 3004368 23. April 13:06 x86
Microsoft.sqlserver.integrationservices.runtimetelemetry.dll 15.0.4312.2 42896 23. April 13:06 x86
Microsoft.sqlserver.integrationservices.runtimetelemetry.dll 15.0.4312.2 42944 23. April 13:06 x86
Microsoft.sqlserver.management.integrationservicesenum.dll 15.0.4312.2 59296 23. April 13:06 x86
Microsoft.sqlserver.olapenum.dll 15.0.18185.0 100800 23. April 13:06 x86
Msdtssrvrutil.dll 2019.150.4312.2 100288 23. April 13:06 x86
Msdtssrvrutil.dll 2019.150.4312.2 112576 23. April 13:06 x64
Msmgdsrv.dll 2018.150.35.39 8281000 23. April 12:50 x86
Oledbdest.dll 2019.150.4312.2 239568 23. April 13:06 x86
Oledbdest.dll 2019.150.4312.2 280528 23. April 13:06 x64
Oledbsrc.dll 2019.150.4312.2 264128 23. April 13:06 x86
Oledbsrc.dll 2019.150.4312.2 313280 23. April 13:06 x64
Sqlresourceloader.dll 2019.150.4312.2 38864 23. April 13:06 x86
Sqlresourceloader.dll 2019.150.4312.2 51104 23. April 13:06 x64
Sqlscm.dll 2019.150.4312.2 79824 23. April 13:06 x86
Sqlscm.dll 2019.150.4312.2 88000 23. April 13:06 x64
Sqlsvc.dll 2019.150.4312.2 149456 23. April 13:06 x86
Sqlsvc.dll 2019.150.4312.2 182160 23. April 13:06 x64
Sqltaskconnections.dll 2019.150.4312.2 169920 23. April 13:06 x86
Sqltaskconnections.dll 2019.150.4312.2 202704 23. April 13:06 x64
Txdataconvert.dll 2019.150.4312.2 276432 23. April 13:06 x86
Txdataconvert.dll 2019.150.4312.2 317344 23. April 13:06 x64
Xe.dll 2019.150.4312.2 632720 23. April 13:06 x86
Xe.dll 2019.150.4312.2 722896 23. April 13:06 x64

Hinweise zu diesem Update

Voraussetzungen

Um dieses kumulative Updatepaket anzuwenden, müssen Sie SQL Server 2019 ausführen.

Informationen zum Neustart

Möglicherweise müssen Sie den Computer neu starten, nachdem Sie dieses kumulative Updatepaket angewendet haben.

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

Ab Microsoft SQL Server 2017 stimmen die Versionsnummer des Analysis Services-Builds und SQL Server Buildversionsnummer der Datenbank-Engine nicht überein. Weitere Informationen finden Sie unter Überprüfen der Buildversion des kumulativen Updates für Analysis Services.

Kumulative Updates (CU)

  • Jedes neue CU enthält alle Fixes, die im vorherigen CU für die installierte Version von SQL Server enthalten waren.
  • SQL Server CUs sind auf denselben Ebenen wie Service Packs zertifiziert und sollten mit demselben Zuverlässigkeitsgrad installiert werden.
  • Wir empfehlen eine fortlaufende, proaktive Installation von CUs, sobald sie gemäß den folgenden Richtlinien verfügbar werden:
    • Historische Daten zeigen, dass eine erhebliche Anzahl von Supportfällen ein Problem betrifft, das bereits in einem freigegebenen CU behoben wurde.
    • CUs können einen Mehrwert über Hotfixes hinaus enthalten. Dazu gehören Unterhalts-, Verwaltbarkeits- und Zuverlässigkeitsupdates.
  • Es wird empfohlen, SQL Server CUs zu testen, bevor Sie sie in Produktionsumgebungen bereitstellen.
Bereitstellung einer Hybridumgebung

Wenn Sie ein Update in einer Hybridumgebung bereitstellen (z. B. Always On, Replikation, Cluster und Spiegelung), empfiehlt es sich, die folgenden Artikel zu lesen, bevor Sie das Update bereitstellen:

Sprachunterstützung

SQL Server CUs sind derzeit mehrsprachig. Daher ist dieses CU-Paket nicht spezifisch für eine Sprache. Sie gilt für alle unterstützten Sprachen.

Komponenten (Features) 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 auf dem SQL Server instance installiert sind, den Sie für die Wartung auswählen. Wenn ein SQL Server-Feature (z. B. Analysis Services) zum instance 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 Probleme, die nicht für dieses spezifische kumulative Updatepaket geeignet sind. Eine vollständige Liste der Telefonnummern für Den Microsoft-Kundendienst und -Support oder zum Erstellen einer separaten Serviceanfrage finden Sie auf der Microsoft-Supportwebsite.

Deinstallieren dieses Updates

Deinstallieren dieses Updates unter Windows
  1. Öffnen Sie Systemsteuerung das Element Programme und Features, und wählen Sie dann Installierte Updates anzeigen aus.
  2. Suchen Sie den Eintrag, der diesem kumulativen Updatepaket unter SQL Server 2019 entspricht.
  3. Halten Sie den Eintrag gedrückt (oder klicken Sie mit der rechten Maustaste darauf), und wählen Sie dann Deinstallieren aus.
Deinstallieren dieses Updates unter Linux

Um dieses CU unter Linux zu deinstallieren, müssen Sie ein Rollback des Pakets auf die vorherige Version ausführen. Weitere Informationen zum Zurücksetzen der Installation finden Sie unter Rollback SQL Server.

References