Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Releasedatum: 01 augustus 2024
Versie: 15.0.4385.2
Samenvatting
In dit artikel wordt het cumulatieve updatepakket 28 (CU28) voor Microsoft SQL Server 2019 beschreven. Deze update bevat 13 fixes die zijn uitgegeven na de release van SQL Server 2019 Cumulatieve update 27 en die onderdelen in de volgende builds bijwerkt:
- SQL Server - Productversie: 15.0.4385.2, bestandsversie: 2019.150.4385.2
- Analysis Services - Productversie: 15.0.35.48, bestandsversie: 2018.150.35.48
Bekende problemen met deze update
Probleem één: Onjuist gedrag van SESSION_CONTEXT in parallelle plannen
Query's die gebruikmaken van de ingebouwde functie kunnen onjuiste resultaten retourneren of AV-dumps SESSION_CONTEXT (Access Violation) activeren wanneer ze worden uitgevoerd in parallelle queryplannen. Dit probleem komt voort uit de manier waarop SESSION_CONTEXT wordt gecommuniceerd met parallelle uitvoeringsthreads, met name wanneer de sessie opnieuw wordt ingesteld voor hergebruik.
Zie de sectie Bekende problemen in SESSION_CONTEXT.
Probleem twee: Patchfout voor secundaire replica's in een beschikbaarheidsgroep met databases die replicatie of Change Data Capture (CDC) hebben ingeschakeld.
SQL Server 2019 CU27 heeft een oplossing geïntroduceerd 2994446 om secundaire databases in een beschikbaarheidsgroep (AG) betrouwbaarder te laten opstarten. Deze oplossing veroorzaakt echter een probleem waarbij AG-databases geen herstel starten als SQL Server wordt uitgevoerd in de modus voor één gebruiker. SQL Server Setup wordt uitgevoerd in de modus voor één gebruiker. Als gevolg hiervan, wanneer u Setup uitvoert en SQL-replicatie of CDC (Change Data Capture) hebt ingeschakeld voor een database in de AG, mislukt de installatie wanneer de upgradescripts voor de catalogus proberen uit te voeren maar geen toegang hebben tot de database.
Nadat de INSTALLATIE van SQL Server in eerste instantie is mislukt, probeert de SQL Server-service weer online te komen zonder de modus voor één gebruiker. Op dat moment zijn de scripts voor de patch-upgrade succesvol voltooid en is het patchen afgerond. Zodra het opstarten is voltooid, wordt het probleem opgelost en is er geen actie van de gebruiker vereist.
De patch mislukt met de volgende fout:
Fout bij het installeren van SQL Server Database Engine Services-exemplaar functies
Het wachten op de herstelhandle van de database-engine is mislukt. Controleer het SQL Server-foutenlogboek voor mogelijke oorzaken.
Foutcode: 0x851A001A
Wanneer u het FOUTENlogboek van SQL Server controleert, ziet u een bericht met een ongeldige groeps-id. Als u wilt controleren of het een ongeldige id is, zoekt u naar eerdere opstartrecords in hetzelfde logboekbestand om de naam van de problematische database te vergelijken:
Het standaard opstarten van databaseDatabaseName <> overslaan omdat de database deel uitmaakt van een beschikbaarheidsgroep (groep-id: <GroupID>). De database wordt gestart door de beschikbaarheidsgroep. Dit is alleen een informatief bericht. De gebruiker hoeft verder niets te doen.
Als u wilt voorkomen dat de patch een eerste fout rapporteert, kunt u een van de volgende acties uitvoeren voordat u de patch uitvoert:
Schakel traceringsvlag 12347 in - dit herroept de wijzigingen die zijn aangebracht in fix 2994446. Verwijder deze traceringsvlag na het patchen.
Verwijder de database met ingeschakelde CDC of replicatie uit de beschikbaarheidsgroep.
Verwijder CDC of replicatie uit de database in de AG.
Dit probleem is opgelost in SQL Server 2019 CU29.
Probleem 3: SQL Server VSS Writer kan een back-up niet uitvoeren omdat er geen database beschikbaar is om te bevriezen
Wanneer back-uphulpprogramma's zoals Azure Recovery Vault een back-up uitvoeren op een virtuele machine (VM), kunnen ze mogelijk geen toepassingsconsistentie bereiken. Er zijn mogelijk geen fouten. De toepassing wordt snel uitgevoerd zonder dat er back-ups worden gemaakt. De VSS Writer (Volume Shadow Copy Service) van SQL Server heeft een foutstatus die niet opnieuw kan worden geprobeerd. Als u SQL Server VSS Writer-trace inschakelt, ziet u mogelijk de volgende uitzondering, wat aangeeft dat er geen database kan worden geblokkeerd, wat resulteert in een mislukte momentopname:
[0543739500,0x002948:011b4:0xb87fa68e] sqlwriter.yukon\sqllib\snapsql.cpp(1058): Snapshot::Prepare: Server PROD-SQL01 has no databases to freeze
Daarnaast kunnen sommige databases worden gedetecteerd met Online:0:
[0543739390,0x002948:0x11b4:0xb87fa68e] sqlwriter.yukon\sqllib\snapsql.cpp(0408): FrozenServer::FindDatabases2000: Examining database <ReportServerTempDB>
Online:0 Standby:0 AutoClose:0 Closed:0
Als u Azure Recovery Vault gebruikt, ziet u mogelijk een fout zoals de volgende in de lijst met gebeurtenissen:
App-consistent recovery point generation failed.
Het probleem ontstaat door een codewijziging in SQL Server 2019 CU28 die controleert of een database online is en klaar is om te worden geblokkeerd. De huidige oplossing is om terug te keren naar SQL Server 2019 CU27 en de back-up van de momentopname uit te voeren. Zie Een cumulatieve update van SQL Server verwijderen voor meer informatie over het terugdraaien van het pakket naar een eerdere versie.
Dit probleem is opgelost in SQL Server 2019 CU29.
Verbeteringen en oplossingen die zijn opgenomen in deze update
Een downloadbare Excel-werkmap met een overzichtslijst van builds, samen met hun huidige ondersteuningslevenscyclus, is beschikbaar. Het Excel-bestand bevat ook gedetailleerde fixlijsten voor SQL Server 2022, SQL Server 2019 en SQL Server 2017. Selecteer dit Excel-bestand nu te downloaden.
Opmerking
Er kan rechtstreeks naar afzonderlijke vermeldingen in de volgende tabel worden verwezen via een bladwijzer. Als u een bugverwijzings-id in de tabel selecteert, wordt een bladwijzertag aan de URL toegevoegd met behulp van de indeling '#NNNNNNN'. U kunt deze URL vervolgens delen met anderen, zodat ze rechtstreeks naar de gewenste oplossing in de tabel kunnen springen.
Zie de volgende Microsoft Knowledge Base-artikelen voor meer informatie over de fouten die zijn opgelost en verbeteringen die zijn opgenomen in deze cumulatieve update.
| Foutverwijzing | Beschrijving | Herstel gebied | Onderdeel | Platvorm |
|---|---|---|---|---|
| 3305037 | Ondertekent de Intel Threading Building Blocks (Intel TBB)-assembly's digitaal met behulp van een Microsoft-certificaat. | Analyse diensten | Analyse diensten | Windows |
| 3217207 | Vanaf SQL Server 2019 (15.x) CU28 bevatten containerinstallatiekopieën het nieuwe mssql-tools18-pakket. De vorige map /opt/mssql-tools/bin is uitgefaseerd. De nieuwe map voor Microsoft ODBC 18-hulpprogramma's is /opt/mssql-tools18/bin, afgestemd op de nieuwste hulpprogramma's. Zie ODBC-stuurprogramma 18.0 voor SQL Server uitgebracht voor meer informatie over wijzigingen en beveiligingsverbeteringen. | SQL Server-clienthulpprogramma's | Opdrachtregelprogramma's | Linux |
| 3278707 | Lost de volgende fout op die u tegenkomt tijdens een VSS-herstelbewerking (Volume Shadow Copy Service) op een SQL Server-exemplaar dat eerder verwijderde databases heeft: Volume Shadow Copy Service-fout: Onverwachte fout bij het aanroepen van routine GetVolumePathName is mislukt op het pad <PathName> ... Het opgegeven bestand kan niet worden gevonden. |
SQL Server-motor | Back-up terugzetten | Windows |
| 3285766 | Lost een probleem op waarbij de SQL Server Launchpad-service niet correct kan worden afgesloten wanneer bepaalde fouten optreden tijdens het opstarten. | SQL Server-motor | Uitbreidbaarheid | Windows |
| 2830668 | Hiermee wordt een time-outprobleem opgelost dat optreedt bij het ophalen van de volgende waarde voor volgordeobjecten, wat te wijten is aan een zelf-impasse tijdens vergrendelingsescalatie. | SQL Server-motor | Metagegevens | Alle |
| 3282395 | Lost de volgende fout 1204 op vanwege onbedoeld uitgeschakelde escalatieregressie voor vergrendelingen die is geïntroduceerd in CU26: SQL Server Database Engine kan op dit moment geen LOCK-resource verkrijgen. |
SQL Server-motor | Metagegevens | Alle |
| 3323675 | Hiermee wordt een time-outprobleem opgelost dat optreedt bij het ophalen van de volgende waarde voor volgordeobjecten, wat te wijten is aan een zelf-impasse tijdens vergrendelingsescalatie. | SQL Server-motor | Metagegevens | Alle |
| 3296380 | Lost een probleem op waarbij PolyBase de volgende fout genereert bij het opstarten van de service als het SQL Server-exemplaar is geconfigureerd om te luisteren op meerdere TCP-poorten: System.ArgumentException: Kan poort niet parseren, exemplaar = '<InstanceName>', text = '<Text>' |
SQL Server-motor | PolyBase | Alle |
| 3312936 | Lost een probleem met een niet-reagerende scheduler dump op die u kunt tegenkomen wanneer u een queryplan afdwingt in de Query Store (QDS). | SQL Server-motor | Zoekopdrachtoptimalisator | Alle |
| 3312950 | Lost een probleem op waarbij fout 18752 optreedt en transactionele replicatie niet meer werkt wanneer u een zware werkbelasting gebruikt in combinatie met beschikbaarheidsgroepen en nadat er een failover is opgetreden.
Foutbericht: slechts één logboeklezeragent of aan logboek gerelateerde procedure (sp_repldone, sp_replcmds en sp_replshowcmds) kan tegelijk verbinding maken met een database. Als u een logboekgerelateerde procedure hebt uitgevoerd, verwijdert u de verbinding met sessie-id <SessionID> waarvoor de procedure is uitgevoerd of voert u sp_replflush uit via die verbinding voordat u de logboeklezeragent start of een andere logboekprocedure uitvoert. |
SQL Server-motor | Replicatie | Windows |
| 3338718 | Lost de volgende fout 21890 op die u tegenkomt wanneer u de hoofdlettergevoelige sortering gebruikt en uitvoertsp_validate_redirected_publisher: het SQL Server-exemplaar '<InstanceName>' met distributeur '<DistributorName>' en distributiedatabase '<DatabaseName>' kan niet worden gebruikt met de uitgeverdatabase DatabaseName<>. Configureer de uitgever opnieuw om gebruik te maken van distributeur '<DistributorName>' en distributiedatabase '<DatabaseName>'. |
SQL Server-motor | Replicatie | Alle |
| 3020820 | Lost een probleem met onvoldoende geheugen op dat u tegenkomt bij het uitvoeren van een opgeslagen procedure op een extern SQL Server-exemplaar met behulp van een gekoppelde server. | SQL Server-motor | SQL-OS | Alle |
| 3312461 | Verhoogt de drempelwaarde van het volgende logboekbericht wanneer hoge I/O-latenties worden gedetecteerd in Bufferpool Lazy Writer (ntdll!ZwWriteFile systeemaanroep) vanwege een prestatieprobleem in de onderliggende opslag: WAARSCHUWING Lange asynchrone API-aanroep: de planningsgetrouwheid van scheduler kan worden beïnvloed door een asynchrone API-aanroep die onverwacht xxx ms overschrijdt. Het SQL Server-foutenlogboek kan worden ingevuld door overmatige logboekregistratie van het logboekbericht. |
SQL Server-motor | SQL-OS | Alle |
Hoe u dit of het meest recente cumulatieve updatepakket kunt verkrijgen of downloaden
Het meest recente cumulatieve updatepakket voor Windows verkrijgen of downloaden (aanbevolen)
De volgende update is beschikbaar via het Microsoft Downloadcentrum:
Download nu het meest recente cumulatieve updatepakket voor SQL Server 2019
Opmerking
- Microsoft Downloadcentrum presenteert altijd de nieuwste VERSIE van SQL Server 2019 CU.
- Als de downloadpagina niet wordt weergegeven, neemt u contact op met de klantenservice en de ondersteuning van Microsoft om het cumulatieve updatepakket te verkrijgen.
Dit cumulatieve updatepakket voor Windows verkrijgen of downloaden via Microsoft Update Catalog
De volgende update is beschikbaar in de Microsoft Update-catalogus:
Download nu het cumulatieve updatepakket voor SQL Server 2019 CU28
Opmerking
- Microsoft Update Catalog bevat deze SQL Server 2019 CU en eerder uitgebrachte SQL Server 2019 CU-releases.
- Deze CU is ook beschikbaar via Windows Server Update Services (WSUS).
- U wordt aangeraden altijd de meest recente cumulatieve update te installeren die beschikbaar is.
Het meest recente cumulatieve updatepakket voor Linux verkrijgen of downloaden
Als u SQL Server 2019 op Linux wilt bijwerken naar de meest recente CU, moet u eerst de opslagplaats cumulatieve update hebben geconfigureerd. Werk vervolgens uw SQL Server-pakketten bij met behulp van de juiste platformspecifieke updateopdracht.
De meest recente cumulatieve update voor Big Data Clusters (BDC) verkrijgen of downloaden
Als u Microsoft SQL Server 2019 Big Data Clusters (BDC) op Linux wilt upgraden naar de nieuwste CU, raadpleegt u de richtlijnen voor de implementatie van big data-clusters.
Vanaf SQL Server 2019 CU1 kunt u in-place upgrades uitvoeren voor Big Data-clusters vanuit de ondersteunde productiereleases (SQL Server 2019 GDR1). Zie Sql Server Big Data-clusters upgraden voor meer informatie.
Raadpleeg de release-opmerkingen voor Big Data Clusters voor meer informatie.
Bestandsgegevens
Informatie over bestands-hash
U kunt het downloaden controleren door de hash van het SQLServer2019-KB5039747-x64.exe-bestand te berekenen met behulp van de volgende opdracht:
certutil -hashfile SQLServer2019-KB5039747-x64.exe SHA256
| Bestandsnaam | SHA256 hash |
|---|---|
| SQLServer2019-KB5039747-x64.exe | BC70570A217F4562710B88C35F80476474CB34107D2A93D1A2220090FB4E25AA |
Informatie over het cumulatieve updatepakketbestand
De Engelse versie van dit pakket heeft de bestandskenmerken (of latere bestandskenmerken) die worden vermeld in de volgende tabel. De datums en tijden voor deze bestanden worden vermeld in Coordinated Universal Time (UTC). Wanneer u de bestandsgegevens bekijkt, wordt deze geconverteerd naar lokale tijd. Als u het verschil tussen UTC en lokale tijd wilt vinden, gebruikt u het tabblad Tijdzone in het item Datum en tijd in Configuratiescherm.
x64-versies
SQL Server 2019 Analysis Services
| Bestandsnaam | Bestandsversie | Bestandsgrootte | Datum | Tijd | Platvorm |
|---|---|---|---|---|---|
| Asplatformhost.dll | 2018.150.35.48 | 292800 | 25-jul-24 | 21:57 | x64 |
| Mashupcompression.dll | 2.87.142.0 | 140672 | 25-jul-24 | 21:57 | x64 |
| Microsoft.analysisservices.minterop.dll | 15.0.35.48 | 758224 | 25-jul-24 | 21:57 | x86 |
| Microsoft.analysisservices.server.core.resources.dll | 15.0.35.48 | 175552 | 25-jul-24 | 21:57 | x86 |
| Microsoft.analysisservices.server.core.resources.dll | 15.0.35.48 | 199616 | 25-jul-24 | 21:57 | x86 |
| Microsoft.analysisservices.server.core.resources.dll | 15.0.35.48 | 202176 | 25-jul-24 | 21:57 | x86 |
| Microsoft.analysisservices.server.core.resources.dll | 15.0.35.48 | 198592 | 25-jul-24 | 21:57 | x86 |
| Microsoft.analysisservices.server.core.resources.dll | 15.0.35.48 | 214992 | 25-jul-24 | 21:57 | x86 |
| Microsoft.analysisservices.server.core.resources.dll | 15.0.35.48 | 197584 | 25-jul-24 | 21:57 | x86 |
| Microsoft.analysisservices.server.core.resources.dll | 15.0.35.48 | 193488 | 25-jul-24 | 21:57 | x86 |
| Microsoft.analysisservices.server.core.resources.dll | 15.0.35.48 | 252352 | 25-jul-24 | 21:57 | x86 |
| Microsoft.analysisservices.server.core.resources.dll | 15.0.35.48 | 174016 | 25-jul-24 | 21:57 | x86 |
| Microsoft.analysisservices.server.core.resources.dll | 15.0.35.48 | 197056 | 25-jul-24 | 21:57 | x86 |
| Microsoft.analysisservices.server.tabular.dll | 15.0.35.48 | 1098800 | 25-jul-24 | 21:57 | x86 |
| Microsoft.analysisservices.server.tabular.json.dll | 15.0.35.48 | 567336 | 25-jul-24 | 21:57 | x86 |
| Microsoft.analysisservices.server.tabular.resources.dll | 15.0.35.48 | 54832 | 25-jul-24 | 21:57 | x86 |
| Microsoft.analysisservices.server.tabular.resources.dll | 15.0.35.48 | 59440 | 25-jul-24 | 21:57 | x86 |
| Microsoft.analysisservices.server.tabular.resources.dll | 15.0.35.48 | 59952 | 25-jul-24 | 21:57 | x86 |
| Microsoft.analysisservices.server.tabular.resources.dll | 15.0.35.48 | 58928 | 25-jul-24 | 21:57 | x86 |
| Microsoft.analysisservices.server.tabular.resources.dll | 15.0.35.48 | 61904 | 25-jul-24 | 21:57 | x86 |
| Microsoft.analysisservices.server.tabular.resources.dll | 15.0.35.48 | 58320 | 25-jul-24 | 21:57 | x86 |
| Microsoft.analysisservices.server.tabular.resources.dll | 15.0.35.48 | 58408 | 25-jul-24 | 21:57 | x86 |
| Microsoft.analysisservices.server.tabular.resources.dll | 15.0.35.48 | 67632 | 25-jul-24 | 21:57 | x86 |
| Microsoft.analysisservices.server.tabular.resources.dll | 15.0.35.48 | 53808 | 25-jul-24 | 21:57 | x86 |
| Microsoft.analysisservices.server.tabular.resources.dll | 15.0.35.48 | 58416 | 25-jul-24 | 21:57 | x86 |
| Microsoft.analysisservices.timedimgenerator.resources.dll | 15.0.35.48 | 17968 | 25-jul-24 | 21:57 | x86 |
| Microsoft.analysisservices.timedimgenerator.resources.dll | 15.0.35.48 | 17856 | 25-jul-24 | 21:57 | x86 |
| Microsoft.analysisservices.timedimgenerator.resources.dll | 15.0.35.48 | 17864 | 25-jul-24 | 21:57 | x86 |
| Microsoft.analysisservices.timedimgenerator.resources.dll | 15.0.35.48 | 17968 | 25-jul-24 | 21:57 | x86 |
| Microsoft.analysisservices.timedimgenerator.resources.dll | 15.0.35.48 | 17856 | 25-jul-24 | 21:57 | x86 |
| Microsoft.analysisservices.timedimgenerator.resources.dll | 15.0.35.48 | 17856 | 25-jul-24 | 21:57 | x86 |
| Microsoft.analysisservices.timedimgenerator.resources.dll | 15.0.35.48 | 17968 | 25-jul-24 | 21:57 | x86 |
| Microsoft.analysisservices.timedimgenerator.resources.dll | 15.0.35.48 | 18880 | 25-jul-24 | 21:57 | x86 |
| Microsoft.analysisservices.timedimgenerator.resources.dll | 15.0.35.48 | 17968 | 25-jul-24 | 21:57 | x86 |
| Microsoft.analysisservices.timedimgenerator.resources.dll | 15.0.35.48 | 17864 | 25-jul-24 | 21:57 | x86 |
| Microsoft.data.edm.netfx35.dll | 5.7.0.62516 | 660872 | 25-jul-24 | 21:57 | x86 |
| Microsoft.data.mashup.dll | 2.87.142.0 | 191352 | 25-jul-24 | 21:57 | x86 |
| Microsoft.data.mashup.oledb.dll | 2.87.142.0 | 30592 | 25-jul-24 | 21:57 | x86 |
| Microsoft.data.mashup.preview.dll | 2.87.142.0 | 76672 | 25-jul-24 | 21:57 | x86 |
| Microsoft.data.mashup.providercommon.dll | 2.87.142.0 | 103808 | 25-jul-24 | 21:57 | x86 |
| Microsoft.data.mashup.providercommon.resources.dll | 2.87.142.0 | 37760 | 25-jul-24 | 21:57 | x86 |
| Microsoft.data.mashup.providercommon.resources.dll | 2.87.142.0 | 41864 | 25-jul-24 | 21:57 | x86 |
| Microsoft.data.mashup.providercommon.resources.dll | 2.87.142.0 | 41856 | 25-jul-24 | 21:57 | x86 |
| Microsoft.data.mashup.providercommon.resources.dll | 2.87.142.0 | 41856 | 25-jul-24 | 21:57 | x86 |
| Microsoft.data.mashup.providercommon.resources.dll | 2.87.142.0 | 32120 | 25-jul-24 | 21:57 | x86 |
| Microsoft.data.mashup.providercommon.resources.dll | 2.87.142.0 | 41856 | 25-jul-24 | 21:57 | x86 |
| Microsoft.data.mashup.providercommon.resources.dll | 2.87.142.0 | 41864 | 25-jul-24 | 21:57 | x86 |
| Microsoft.data.mashup.providercommon.resources.dll | 2.87.142.0 | 45952 | 25-jul-24 | 21:57 | x86 |
| Microsoft.data.mashup.providercommon.resources.dll | 2.87.142.0 | 37752 | 25-jul-24 | 21:57 | x86 |
| Microsoft.data.mashup.providercommon.resources.dll | 2.87.142.0 | 41864 | 25-jul-24 | 21:57 | x86 |
| Microsoft.data.odata.netfx35.dll | 5.7.0.62516 | 1454464 | 25-jul-24 | 21:57 | x86 |
| Microsoft.data.odata.query.netfx35.dll | 5.7.0.62516 | 181120 | 25-jul-24 | 21:57 | x86 |
| Microsoft.data.sapclient.dll | 1.0.0.25 | 929592 | 25-jul-24 | 21:57 | x86 |
| Microsoft.data.sapclient.resources.dll | 1.0.0.25 | 34616 | 25-jul-24 | 21:57 | x86 |
| Microsoft.data.sapclient.resources.dll | 1.0.0.25 | 37672 | 25-jul-24 | 21:57 | x86 |
| Microsoft.data.sapclient.resources.dll | 1.0.0.25 | 34616 | 25-jul-24 | 21:57 | x86 |
| Microsoft.data.sapclient.resources.dll | 1.0.0.25 | 33064 | 25-jul-24 | 21:57 | x86 |
| Microsoft.data.sapclient.resources.dll | 1.0.0.25 | 34624 | 25-jul-24 | 21:57 | x86 |
| Microsoft.data.sapclient.resources.dll | 1.0.0.25 | 35128 | 25-jul-24 | 21:57 | x86 |
| Microsoft.data.sapclient.resources.dll | 1.0.0.25 | 34.600 | 25-jul-24 | 21:57 | x86 |
| Microsoft.data.sapclient.resources.dll | 1.0.0.25 | 46888 | 25-jul-24 | 21:57 | x86 |
| Microsoft.hostintegration.connectors.dll | 2.87.142.0 | 5283720 | 25-jul-24 | 21:57 | x86 |
| Microsoft.mashup.container.exe | 2.87.142.0 | 23432 | 25-jul-24 | 21:57 | x64 |
| Microsoft.mashup.container.netfx40.exe | 2.87.142.0 | 22912 | 25-jul-24 | 21:57 | x64 |
| Microsoft.mashup.container.netfx45.exe | 2.87.142.0 | 22912 | 25-jul-24 | 21:57 | x64 |
| Microsoft.mashup.eventsource.dll | 2.87.142.0 | 149384 | 25-jul-24 | 21:57 | x86 |
| Microsoft.mashup.oauth.dll | 2.87.142.0 | 78720 | 25-jul-24 | 21:57 | x86 |
| Microsoft.mashup.oauth.resources.dll | 2.87.142.0 | 14712 | 25-jul-24 | 21:57 | x86 |
| Microsoft.mashup.oauth.resources.dll | 2.87.142.0 | 15240 | 25-jul-24 | 21:57 | x86 |
| Microsoft.mashup.oauth.resources.dll | 2.87.142.0 | 15240 | 25-jul-24 | 21:57 | x86 |
| Microsoft.mashup.oauth.resources.dll | 2.87.142.0 | 15232 | 25-jul-24 | 21:57 | x86 |
| Microsoft.mashup.oauth.resources.dll | 2.87.142.0 | 15232 | 25-jul-24 | 21:57 | x86 |
| Microsoft.mashup.oauth.resources.dll | 2.87.142.0 | 15224 | 25-jul-24 | 21:57 | x86 |
| Microsoft.mashup.oauth.resources.dll | 2.87.142.0 | 14728 | 25-jul-24 | 21:57 | x86 |
| Microsoft.mashup.oauth.resources.dll | 2.87.142.0 | 15744 | 25-jul-24 | 21:57 | x86 |
| Microsoft.mashup.oauth.resources.dll | 2.87.142.0 | 14720 | 25-jul-24 | 21:57 | x86 |
| Microsoft.mashup.oauth.resources.dll | 2.87.142.0 | 14728 | 25-jul-24 | 21:57 | x86 |
| Microsoft.mashup.oledbinterop.dll | 2.87.142.0 | 199560 | 25-jul-24 | 21:57 | x64 |
| Microsoft.mashup.oledbprovider.dll | 2.87.142.0 | 64888 | 25-jul-24 | 21:57 | x86 |
| Microsoft.mashup.oledbprovider.resources.dll | 2.87.142.0 | 13176 | 25-jul-24 | 21:57 | x86 |
| Microsoft.mashup.oledbprovider.resources.dll | 2.87.142.0 | 13192 | 25-jul-24 | 21:57 | x86 |
| Microsoft.mashup.oledbprovider.resources.dll | 2.87.142.0 | 13192 | 25-jul-24 | 21:57 | x86 |
| Microsoft.mashup.oledbprovider.resources.dll | 2.87.142.0 | 13192 | 25-jul-24 | 21:57 | x86 |
| Microsoft.mashup.oledbprovider.resources.dll | 2.87.142.0 | 13176 | 25-jul-24 | 21:57 | x86 |
| Microsoft.mashup.oledbprovider.resources.dll | 2.87.142.0 | 13184 | 25-jul-24 | 21:57 | x86 |
| Microsoft.mashup.oledbprovider.resources.dll | 2.87.142.0 | 13176 | 25-jul-24 | 21:57 | x86 |
| Microsoft.mashup.oledbprovider.resources.dll | 2.87.142.0 | 13184 | 25-jul-24 | 21:57 | x86 |
| Microsoft.mashup.oledbprovider.resources.dll | 2.87.142.0 | 13192 | 25-jul-24 | 21:57 | x86 |
| Microsoft.mashup.oledbprovider.resources.dll | 2.87.142.0 | 13192 | 25-jul-24 | 21:57 | x86 |
| Microsoft.mashup.scriptdom.dll | 2.40.4554.261 | 2371808 | 25-jul-24 | 21:57 | x86 |
| Microsoft.mashup.shims.dll | 2.87.142.0 | 27528 | 25-jul-24 | 21:57 | x86 |
| Microsoft.mashup.storage.xmlserializers.dll | 1.0.0.0 | 140168 | 25-jul-24 | 21:57 | x86 |
| Microsoft.mashupengine.dll | 2.87.142.0 | 14835080 | 25-jul-24 | 21:57 | x86 |
| Microsoft.mashupengine.resources.dll | 2.87.142.0 | 566136 | 25-jul-24 | 21:57 | x86 |
| Microsoft.mashupengine.resources.dll | 2.87.142.0 | 676728 | 25-jul-24 | 21:57 | x86 |
| Microsoft.mashupengine.resources.dll | 2.87.142.0 | 672640 | 25-jul-24 | 21:57 | x86 |
| Microsoft.mashupengine.resources.dll | 2.87.142.0 | 652152 | 25-jul-24 | 21:57 | x86 |
| Microsoft.mashupengine.resources.dll | 2.87.142.0 | 701312 | 25-jul-24 | 21:57 | x86 |
| Microsoft.mashupengine.resources.dll | 2.87.142.0 | 660352 | 25-jul-24 | 21:57 | x86 |
| Microsoft.mashupengine.resources.dll | 2.87.142.0 | 639872 | 25-jul-24 | 21:57 | x86 |
| Microsoft.mashupengine.resources.dll | 2.87.142.0 | 881536 | 25-jul-24 | 21:57 | x86 |
| Microsoft.mashupengine.resources.dll | 2.87.142.0 | 553848 | 25-jul-24 | 21:57 | x86 |
| Microsoft.mashupengine.resources.dll | 2.87.142.0 | 648064 | 25-jul-24 | 21:57 | x86 |
| Microsoft.odata.core.netfx35.dll | 6.15.0.0 | 1437560 | 25-jul-24 | 21:57 | x86 |
| Microsoft.odata.edm.netfx35.dll | 6.15.0.0 | 778632 | 25-jul-24 | 21:57 | x86 |
| Microsoft.powerbi.adomdclient.dll | 15.1.61.21 | 1109368 | 25-jul-24 | 21:57 | x86 |
| Microsoft.spatial.netfx35.dll | 6.15.0.0 | 126344 | 25-jul-24 | 21:57 | x86 |
| Msmdctr.dll | 2018.150.35.48 | 38352 | 25-jul-24 | 21:57 | x64 |
| Msmdlocal.dll | 2018.150.35.48 | 47785008 | 25-jul-24 | 21:57 | x86 |
| Msmdlocal.dll | 2018.150.35.48 | 66260944 | 25-jul-24 | 21:57 | x64 |
| Msmdpump.dll | 2018.150.35.48 | 10187304 | 25-jul-24 | 21:57 | x64 |
| Msmdredir.dll | 2018.150.35.48 | 7957456 | 25-jul-24 | 21:57 | x86 |
| Msmdspdm.resources.dll | 15.0.35.48 | 16944 | 25-jul-24 | 21:57 | x86 |
| Msmdspdm.resources.dll | 15.0.35.48 | 16832 | 25-jul-24 | 21:57 | x86 |
| Msmdspdm.resources.dll | 15.0.35.48 | 17456 | 25-jul-24 | 21:57 | x86 |
| Msmdspdm.resources.dll | 15.0.35.48 | 16944 | 25-jul-24 | 21:57 | x86 |
| Msmdspdm.resources.dll | 15.0.35.48 | 17456 | 25-jul-24 | 21:57 | x86 |
| Msmdspdm.resources.dll | 15.0.35.48 | 17472 | 25-jul-24 | 21:57 | x86 |
| Msmdspdm.resources.dll | 15.0.35.48 | 17472 | 25-jul-24 | 21:57 | x86 |
| Msmdspdm.resources.dll | 15.0.35.48 | 18384 | 25-jul-24 | 21:57 | x86 |
| Msmdspdm.resources.dll | 15.0.35.48 | 16960 | 25-jul-24 | 21:57 | x86 |
| Msmdspdm.resources.dll | 15.0.35.48 | 16944 | 25-jul-24 | 21:57 | x86 |
| Msmdsrv.exe | 2018.150.35.48 | 65797568 | 25-jul-24 | 21:57 | x64 |
| Msmdsrv.rll | 2018.150.35.48 | 833488 | 25-jul-24 | 21:57 | x64 |
| Msmdsrv.rll | 2018.150.35.48 | 1628096 | 25-jul-24 | 21:57 | x64 |
| Msmdsrv.rll | 2018.150.35.48 | 1454032 | 25-jul-24 | 21:57 | x64 |
| Msmdsrv.rll | 2018.150.35.48 | 1642944 | 25-jul-24 | 21:57 | x64 |
| Msmdsrv.rll | 2018.150.35.48 | 1608640 | 25-jul-24 | 21:57 | x64 |
| Msmdsrv.rll | 2018.150.35.48 | 1001408 | 25-jul-24 | 21:57 | x64 |
| Msmdsrv.rll | 2018.150.35.48 | 992704 | 25-jul-24 | 21:57 | x64 |
| Msmdsrv.rll | 2018.150.35.48 | 1536976 | 25-jul-24 | 21:57 | x64 |
| Msmdsrv.rll | 2018.150.35.48 | 1521600 | 25-jul-24 | 21:57 | x64 |
| Msmdsrv.rll | 2018.150.35.48 | 810960 | 25-jul-24 | 21:57 | x64 |
| Msmdsrv.rll | 2018.150.35.48 | 1596368 | 25-jul-24 | 21:57 | x64 |
| Msmdsrvi.rll | 2018.150.35.48 | 832456 | 25-jul-24 | 21:57 | x64 |
| Msmdsrvi.rll | 2018.150.35.48 | 1624528 | 25-jul-24 | 21:57 | x64 |
| Msmdsrvi.rll | 2018.150.35.48 | 1450944 | 25-jul-24 | 21:57 | x64 |
| Msmdsrvi.rll | 2018.150.35.48 | 1637944 | 25-jul-24 | 21:57 | x64 |
| Msmdsrvi.rll | 2018.150.35.48 | 1604544 | 25-jul-24 | 21:57 | x64 |
| Msmdsrvi.rll | 2018.150.35.48 | 998848 | 25-jul-24 | 21:57 | x64 |
| Msmdsrvi.rll | 2018.150.35.48 | 991184 | 25-jul-24 | 21:57 | x64 |
| Msmdsrvi.rll | 2018.150.35.48 | 1532864 | 25-jul-24 | 21:57 | x64 |
| Msmdsrvi.rll | 2018.150.35.48 | 1518016 | 25-jul-24 | 21:57 | x64 |
| Msmdsrvi.rll | 2018.150.35.48 | 809920 | 25-jul-24 | 21:57 | x64 |
| Msmdsrvi.rll | 2018.150.35.48 | 1591744 | 25-jul-24 | 21:57 | x64 |
| Msmgdsrv.dll | 2018.150.35.48 | 8280000 | 25-jul-24 | 21:57 | x86 |
| Msmgdsrv.dll | 2018.150.35.48 | 10186280 | 25-jul-24 | 21:57 | x64 |
| Msolap.dll | 2018.150.35.48 | 8607184 | 25-jul-24 | 21:57 | x86 |
| Msolap.dll | 2018.150.35.48 | 11013168 | 25-jul-24 | 21:57 | x64 |
| Msolui.dll | 2018.150.35.48 | 286256 | 25-jul-24 | 21:57 | x86 |
| Msolui.dll | 2018.150.35.48 | 306640 | 25-jul-24 | 21:57 | x64 |
| Powerbiextensions.dll | 2.87.142.0 | 8853888 | 25-jul-24 | 21:57 | x86 |
| Private_odbc32.dll | 10.0.14832.1000 | 728448 | 25-jul-24 | 21:57 | x64 |
| Sqlboot.dll | 2019.150.4385.2 | 215080 | 25-jul-24 | 21:57 | x64 |
| Sqlceip.exe | 15.0.4385.2 | 297000 | 25-jul-24 | 21:57 | x86 |
| Sqldumper.exe | 2019.150.4385.2 | 321576 | 25-jul-24 | 21:57 | x86 |
| Sqldumper.exe | 2019.150.4385.2 | 378920 | 25-jul-24 | 21:57 | x64 |
| System.spatial.netfx35.dll | 5.7.0.62516 | 117640 | 25-jul-24 | 21:57 | x86 |
| Tbb.dll | 2019.0.2019.410 | 442688 | 25-jul-24 | 21:57 | x64 |
| Tbbmalloc.dll | 2019.0.2019.410 | 270144 | 25-jul-24 | 21:57 | x64 |
| Tmapi.dll | 2018.150.35.48 | 6178240 | 25-jul-24 | 21:57 | x64 |
| Tmcachemgr.dll | 2018.150.35.48 | 4917712 | 25-jul-24 | 21:57 | x64 |
| Tmpersistence.dll | 2018.150.35.48 | 1184704 | 25-jul-24 | 21:57 | x64 |
| Tmtransactions.dll | 2018.150.35.48 | 6807104 | 25-jul-24 | 21:57 | x64 |
| Xmsrv.dll | 2018.150.35.48 | 26025408 | 25-jul-24 | 21:57 | x64 |
| Xmsrv.dll | 2018.150.35.48 | 35460160 | 25-jul-24 | 21:57 | x86 |
SQL Server 2019 Database Services Common Core
| Bestandsnaam | Bestandsversie | Bestandsgrootte | Datum | Tijd | Platvorm |
|---|---|---|---|---|---|
| Batchparser.dll | 2019.150.4385.2 | 165928 | 25-jul-24 | 21:57 | x86 |
| Batchparser.dll | 2019.150.4385.2 | 182328 | 25-jul-24 | 21:57 | x64 |
| Instapi150.dll | 2019.150.4385.2 | 75816 | 25-jul-24 | 21:57 | x86 |
| Instapi150.dll | 2019.150.4385.2 | 88104 | 25-jul-24 | 21:57 | x64 |
| Microsoft.sqlserver.mgdsqldumper.dll | 2019.150.4385.2 | 104488 | 25-jul-24 | 21:57 | x64 |
| Microsoft.sqlserver.mgdsqldumper.dll | 2019.150.4385.2 | 88120 | 25-jul-24 | 21:57 | x86 |
| Microsoft.sqlserver.rmo.dll | 15.0.4385.2 | 550968 | 25-jul-24 | 21:57 | x86 |
| Microsoft.sqlserver.rmo.dll | 15.0.4385.2 | 550968 | 25-jul-24 | 21:57 | x86 |
| Msasxpress.dll | 2018.150.35.48 | 32192 | 25-jul-24 | 21:57 | x64 |
| Msasxpress.dll | 2018.150.35.48 | 27088 | 25-jul-24 | 21:57 | x86 |
| Pbsvcacctsync.dll | 2019.150.4385.2 | 75816 | 25-jul-24 | 21:57 | x86 |
| Pbsvcacctsync.dll | 2019.150.4385.2 | 92096 | 25-jul-24 | 21:57 | x64 |
| Sqldumper.exe | 2019.150.4385.2 | 321576 | 25-jul-24 | 21:57 | x86 |
| Sqldumper.exe | 2019.150.4385.2 | 378920 | 25-jul-24 | 21:57 | x64 |
| Sqlftacct.dll | 2019.150.4385.2 | 59448 | 25-jul-24 | 21:57 | x86 |
| Sqlftacct.dll | 2019.150.4385.2 | 79928 | 25-jul-24 | 21:57 | x64 |
| Sqlmanager.dll | 2019.150.4385.2 | 743360 | 25-jul-24 | 21:57 | x86 |
| Sqlmanager.dll | 2019.150.4385.2 | 878648 | 25-jul-24 | 21:57 | x64 |
| Sqlmgmprovider.dll | 2019.150.4385.2 | 378920 | 25-jul-24 | 21:57 | x86 |
| Sqlmgmprovider.dll | 2019.150.4385.2 | 432168 | 25-jul-24 | 21:57 | x64 |
| Sqlsvcsync.dll | 2019.150.4385.2 | 276520 | 25-jul-24 | 21:57 | x86 |
| Sqlsvcsync.dll | 2019.150.4385.2 | 358440 | 25-jul-24 | 21:57 | x64 |
| Svrenumapi150.dll | 2019.150.4385.2 | 1161168 | 25-jul-24 | 21:57 | x64 |
| Svrenumapi150.dll | 2019.150.4385.2 | 911296 | 25-jul-24 | 21:57 | x86 |
Gegevenskwaliteit van SQL Server 2019
| Bestandsnaam | Bestandsversie | Bestandsgrootte | Datum | Tijd | Platvorm |
|---|---|---|---|---|---|
| Microsoft.ssdqs.core.dll | 15.0.4385.2 | 600104 | 25-jul-24 | 21:57 | x86 |
| Microsoft.ssdqs.core.dll | 15.0.4385.2 | 600120 | 25-jul-24 | 21:57 | x86 |
| Microsoft.ssdqs.infra.dll | 15.0.4385.2 | 1857576 | 25-jul-24 | 21:57 | x86 |
| Microsoft.ssdqs.infra.dll | 15.0.4385.2 | 1857576 | 25-jul-24 | 21:57 | x86 |
SQL Server 2019 sql_dreplay_client
| Bestandsnaam | Bestandsversie | Bestandsgrootte | Datum | Tijd | Platvorm |
|---|---|---|---|---|---|
| Dreplayclient.exe | 2019.150.4385.2 | 137168 | 25-jul-24 | 21:58 | x86 |
| Dreplaycommon.dll | 2019.150.4385.2 | 667688 | 25-jul-24 | 21:58 | x86 |
| Dreplayutil.dll | 2019.150.4385.2 | 305192 | 25-jul-24 | 21:58 | x86 |
| Instapi150.dll | 2019.150.4385.2 | 88104 | 25-jul-24 | 21:58 | x64 |
| Sqlresourceloader.dll | 2019.150.4385.2 | 38952 | 25-jul-24 | 21:58 | x86 |
SQL Server 2019 sql_dreplay_controller
| Bestandsnaam | Bestandsversie | Bestandsgrootte | Datum | Tijd | Platvorm |
|---|---|---|---|---|---|
| Dreplaycommon.dll | 2019.150.4385.2 | 667688 | 25-jul-24 | 21:57 | x86 |
| Dreplaycontroller.exe | 2019.150.4385.2 | 366528 | 25-jul-24 | 21:57 | x86 |
| Instapi150.dll | 2019.150.4385.2 | 88104 | 25-jul-24 | 21:57 | x64 |
| Sqlresourceloader.dll | 2019.150.4385.2 | 38952 | 25-jul-24 | 21:57 | x86 |
SQL Server 2019 Database Service Kerninstantie
| Bestandsnaam | Bestandsversie | Bestandsgrootte | Datum | Tijd | Platvorm |
|---|---|---|---|---|---|
| Aetm-enclave-simulator.dll | 2019.150.4385.2 | 4658112 | 25-jul-24 | 22:46 | x64 |
| Aetm-enclave.dll | 2019.150.4385.2 | 4612536 | 25-jul-24 | 22:46 | x64 |
| Aetm-sgx-enclave-simulator.dll | 2019.150.4385.2 | 4931904 | 25-jul-24 | 22:46 | x64 |
| Aetm-sgx-enclave.dll | 2019.150.4385.2 | 4873544 | 25-jul-24 | 22:46 | x64 |
| Azureattest.dll | 10.0.18965.1000 | 255056 | 25-jul-24 | 22:46 | x64 |
| Azureattestmanager.dll | 10.0.18965.1000 | 97528 | 25-jul-24 | 22:46 | x64 |
| Batchparser.dll | 2019.150.4385.2 | 182328 | 25-jul-24 | 22:46 | x64 |
| C1.dll | 19.16.27034.0 | 2438520 | 25-jul-24 | 22:46 | x64 |
| C2.dll | 19.16.27034.0 | 7239032 | 25-jul-24 | 22:46 | x64 |
| Cl.exe | 19.16.27034.0 | 424360 | 25-jul-24 | 22:46 | x64 |
| Clui.dll | 19.16.27034.0 | 541048 | 25-jul-24 | 22:46 | x64 |
| Datacollectorcontroller.dll | 2019.150.4385.2 | 280616 | 25-jul-24 | 22:46 | x64 |
| Dcexec.exe | 2019.150.4385.2 | 88104 | 25-jul-24 | 22:46 | x64 |
| Fssres.dll | 2019.150.4385.2 | 96296 | 25-jul-24 | 22:46 | x64 |
| Hadrres.dll | 2019.150.4385.2 | 206784 | 25-jul-24 | 22:46 | x64 |
| Hkcompile.dll | 2019.150.4385.2 | 1292344 | 25-jul-24 | 22:46 | x64 |
| Hkengine.dll | 2019.150.4385.2 | 5793728 | 25-jul-24 | 22:46 | x64 |
| Hkruntime.dll | 2019.150.4385.2 | 182312 | 25-jul-24 | 22:46 | x64 |
| Hktempdb.dll | 2019.150.4385.2 | 63544 | 25-jul-24 | 22:46 | x64 |
| Link.exe | 14.16.27034.0 | 1707936 | 25-jul-24 | 22:46 | x64 |
| Microsoft.sqlautoadmin.autobackupagent.dll | 15.0.4385.2 | 235560 | 25-jul-24 | 22:46 | x86 |
| Microsoft.sqlserver.types.dll | 2019.150.4385.2 | 391224 | 25-jul-24 | 22:46 | x86 |
| Microsoft.sqlserver.xevent.linq.dll | 2019.150.4385.2 | 325672 | 25-jul-24 | 22:46 | x64 |
| Microsoft.sqlserver.xevent.targets.dll | 2019.150.4385.2 | 92112 | 25-jul-24 | 22:46 | x64 |
| Msobj140.dll | 14.16.27034.0 | 134008 | 25-jul-24 | 22:46 | x64 |
| Mspdb140.dll | 14.16.27034.0 | 632184 | 25-jul-24 | 22:46 | x64 |
| Mspdbcore.dll | 14.16.27034.0 | 632184 | 25-jul-24 | 22:46 | x64 |
| Msvcp140.dll | 14.16.27034.0 | 628200 | 25-jul-24 | 22:46 | x64 |
| Qds.dll | 2019.150.4385.2 | 1189824 | 25-jul-24 | 22:46 | x64 |
| Rsfxft.dll | 2019.150.4385.2 | 51240 | 25-jul-24 | 22:46 | x64 |
| Secforwarder.dll | 2019.150.4385.2 | 79912 | 25-jul-24 | 22:46 | x64 |
| Sqagtres.dll | 2019.150.4385.2 | 88104 | 25-jul-24 | 22:46 | x64 |
| Sqlaamss.dll | 2019.150.4385.2 | 108584 | 25-jul-24 | 22:46 | x64 |
| Sqlaccess.dll | 2019.150.4385.2 | 493608 | 25-jul-24 | 22:46 | x64 |
| Sqlagent.exe | 2019.150.4385.2 | 731072 | 25-jul-24 | 22:46 | x64 |
| Sqlagentctr150.dll | 2019.150.4385.2 | 71616 | 25-jul-24 | 22:46 | x86 |
| Sqlagentctr150.dll | 2019.150.4385.2 | 79912 | 25-jul-24 | 22:46 | x64 |
| Sqlboot.dll | 2019.150.4385.2 | 215080 | 25-jul-24 | 22:46 | x64 |
| Sqlceip.exe | 15.0.4385.2 | 297000 | 25-jul-24 | 22:46 | x86 |
| Sqlcmdss.dll | 2019.150.4385.2 | 88104 | 25-jul-24 | 22:46 | x64 |
| Sqlctr150.dll | 2019.150.4385.2 | 116776 | 25-jul-24 | 22:46 | x86 |
| Sqlctr150.dll | 2019.150.4385.2 | 145344 | 25-jul-24 | 22:46 | x64 |
| Sqldk.dll | 2019.150.4385.2 | 3180584 | 25-jul-24 | 22:46 | x64 |
| Sqldtsss.dll | 2019.150.4385.2 | 108584 | 25-jul-24 | 22:46 | x64 |
| Sqlevn70.rll | 2019.150.4385.2 | 1595432 | 25-jul-24 | 22:46 | x64 |
| Sqlevn70.rll | 2019.150.4385.2 | 3508264 | 25-jul-24 | 22:46 | x64 |
| Sqlevn70.rll | 2019.150.4385.2 | 3704872 | 25-jul-24 | 22:46 | x64 |
| Sqlevn70.rll | 2019.150.4385.2 | 4171816 | 25-jul-24 | 22:46 | x64 |
| Sqlevn70.rll | 2019.150.4385.2 | 4290600 | 25-jul-24 | 22:46 | x64 |
| Sqlevn70.rll | 2019.150.4385.2 | 3422264 | 25-jul-24 | 22:46 | x64 |
| Sqlevn70.rll | 2019.150.4385.2 | 3586088 | 25-jul-24 | 22:46 | x64 |
| Sqlevn70.rll | 2019.150.4385.2 | 4163640 | 25-jul-24 | 22:46 | x64 |
| Sqlevn70.rll | 2019.150.4385.2 | 4020264 | 25-jul-24 | 22:46 | x64 |
| Sqlevn70.rll | 2019.150.4385.2 | 4069416 | 25-jul-24 | 22:46 | x64 |
| Sqlevn70.rll | 2019.150.4385.2 | 2226216 | 25-jul-24 | 22:46 | x64 |
| Sqlevn70.rll | 2019.150.4385.2 | 2177080 | 25-jul-24 | 22:46 | x64 |
| Sqlevn70.rll | 2019.150.4385.2 | 3876904 | 25-jul-24 | 22:46 | x64 |
| Sqlevn70.rll | 2019.150.4385.2 | 3553320 | 25-jul-24 | 22:46 | x64 |
| Sqlevn70.rll | 2019.150.4385.2 | 4024376 | 25-jul-24 | 22:46 | x64 |
| Sqlevn70.rll | 2019.150.4385.2 | 3827752 | 25-jul-24 | 22:46 | x64 |
| Sqlevn70.rll | 2019.150.4385.2 | 3823672 | 25-jul-24 | 22:46 | x64 |
| Sqlevn70.rll | 2019.150.4385.2 | 3618872 | 25-jul-24 | 22:46 | x64 |
| Sqlevn70.rll | 2019.150.4385.2 | 3508264 | 25-jul-24 | 22:46 | x64 |
| Sqlevn70.rll | 2019.150.4385.2 | 1542200 | 25-jul-24 | 22:46 | x64 |
| Sqlevn70.rll | 2019.150.4385.2 | 3917880 | 25-jul-24 | 22:46 | x64 |
| Sqlevn70.rll | 2019.150.4385.2 | 4036664 | 25-jul-24 | 22:46 | x64 |
| Sqllang.dll | 2019.150.4385.2 | 40077248 | 25-jul-24 | 22:46 | x64 |
| Sqlmin.dll | 2019.150.4385.2 | 40648640 | 25-jul-24 | 22:46 | x64 |
| Sqlolapss.dll | 2019.150.4385.2 | 108584 | 25-jul-24 | 22:46 | x64 |
| Sqlos.dll | 2019.150.4385.2 | 43048 | 25-jul-24 | 22:46 | x64 |
| Sqlpowershellss.dll | 2019.150.4385.2 | 84008 | 25-jul-24 | 22:46 | x64 |
| Sqlrepss.dll | 2019.150.4385.2 | 88000 | 25-jul-24 | 22:46 | x64 |
| Sqlresourceloader.dll | 2019.150.4385.2 | 51152 | 25-jul-24 | 22:46 | x64 |
| Sqlscm.dll | 2019.150.4385.2 | 88000 | 25-jul-24 | 22:46 | x64 |
| Sqlscriptdowngrade.dll | 2019.150.4385.2 | 38968 | 25-jul-24 | 22:46 | x64 |
| Sqlscriptupgrade.dll | 2019.150.4385.2 | 5806120 | 25-jul-24 | 22:46 | x64 |
| Sqlserverspatial150.dll | 2019.150.4385.2 | 673832 | 25-jul-24 | 22:46 | x64 |
| Sqlservr.exe | 2019.150.4385.2 | 628776 | 25-jul-24 | 22:46 | x64 |
| Sqlsvc.dll | 2019.150.4385.2 | 182328 | 25-jul-24 | 22:46 | x64 |
| Sqltses.dll | 2019.150.4385.2 | 9119800 | 25-jul-24 | 22:46 | x64 |
| Sqsrvres.dll | 2019.150.4385.2 | 280512 | 25-jul-24 | 22:46 | x64 |
| Stretchcodegen.exe | 15.0.4385.2 | 59432 | 25-jul-24 | 22:46 | x86 |
| Svl.dll | 2019.150.4385.2 | 161848 | 25-jul-24 | 22:46 | x64 |
| Vcruntime140.dll | 14.16.27034.0 | 85992 | 25-jul-24 | 22:46 | x64 |
| Xe.dll | 2019.150.4385.2 | 723000 | 25-jul-24 | 22:46 | x64 |
| Xpadsi.exe | 2019.150.4385.2 | 116776 | 25-jul-24 | 22:46 | x64 |
| Xplog70.dll | 2019.150.4385.2 | 92096 | 25-jul-24 | 22:46 | x64 |
| Xpqueue.dll | 2019.150.4385.2 | 92112 | 25-jul-24 | 22:46 | x64 |
| Xprepl.dll | 2019.150.4385.2 | 120872 | 25-jul-24 | 22:46 | x64 |
| Xpstar.dll | 2019.150.4385.2 | 473128 | 25-jul-24 | 22:46 | x64 |
Gedeelde SQL Server 2019 Database Services Core
| Bestandsnaam | Bestandsversie | Bestandsgrootte | Datum | Tijd | Platvorm |
|---|---|---|---|---|---|
| Batchparser.dll | 2019.150.4385.2 | 182328 | 25-jul-24 | 21:57 | x64 |
| Batchparser.dll | 2019.150.4385.2 | 165928 | 25-jul-24 | 21:57 | x86 |
| Commanddest.dll | 2019.150.4385.2 | 264232 | 25-jul-24 | 21:57 | x64 |
| Datacollectortasks.dll | 2019.150.4385.2 | 231464 | 25-jul-24 | 21:57 | x64 |
| Distrib.exe | 2019.150.4385.2 | 243752 | 25-jul-24 | 21:57 | x64 |
| Dteparse.dll | 2019.150.4385.2 | 124984 | 25-jul-24 | 21:57 | x64 |
| Dteparsemgd.dll | 2019.150.4385.2 | 133176 | 25-jul-24 | 21:57 | x64 |
| Dtepkg.dll | 2019.150.4385.2 | 149456 | 25-jul-24 | 21:57 | x64 |
| Dtexec.exe | 2019.150.4385.2 | 73784 | 25-jul-24 | 21:57 | x64 |
| Dts.dll | 2019.150.4385.2 | 3143616 | 25-jul-24 | 21:57 | x64 |
| Dtscomexpreval.dll | 2019.150.4385.2 | 501800 | 25-jul-24 | 21:57 | x64 |
| Dtsconn.dll | 2019.150.4385.2 | 522280 | 25-jul-24 | 21:57 | x64 |
| Dtshost.exe | 2019.150.4385.2 | 107560 | 25-jul-24 | 21:57 | x64 |
| Dtsmsg150.dll | 2019.150.4385.2 | 567336 | 25-jul-24 | 21:57 | x64 |
| Dtspipeline.dll | 2019.150.4385.2 | 1329192 | 25-jul-24 | 21:57 | x64 |
| Dtswizard.exe | 15.0.4385.2 | 886736 | 25-jul-24 | 21:57 | x64 |
| Dtuparse.dll | 2019.150.4385.2 | 100392 | 25-jul-24 | 21:57 | x64 |
| Dtutil.exe | 2019.150.4385.2 | 151096 | 25-jul-24 | 21:57 | x64 |
| Exceldest.dll | 2019.150.4385.2 | 280528 | 25-jul-24 | 21:57 | x64 |
| Excelsrc.dll | 2019.150.4385.2 | 309288 | 25-jul-24 | 21:57 | x64 |
| Execpackagetask.dll | 2019.150.4385.2 | 186424 | 25-jul-24 | 21:57 | x64 |
| Flatfiledest.dll | 2019.150.4385.2 | 411704 | 25-jul-24 | 21:57 | x64 |
| Flatfilesrc.dll | 2019.150.4385.2 | 428072 | 25-jul-24 | 21:57 | x64 |
| Logread.exe | 2019.150.4385.2 | 723000 | 25-jul-24 | 21:57 | x64 |
| Mergetxt.dll | 2019.150.4385.2 | 75816 | 25-jul-24 | 21:57 | x64 |
| Microsoft.sqlserver.integrationservice.hadoop.common.dll | 15.0.4385.2 | 59328 | 25-jul-24 | 21:57 | x86 |
| Microsoft.sqlserver.integrationservices.runtimetelemetry.dll | 15.0.4385.2 | 43048 | 25-jul-24 | 21:57 | x86 |
| Microsoft.sqlserver.maintenanceplantasks.dll | 15.0.4385.2 | 391208 | 25-jul-24 | 21:57 | x86 |
| Microsoft.sqlserver.replication.dll | 2019.150.4385.2 | 1697832 | 25-jul-24 | 21:57 | x64 |
| Microsoft.sqlserver.replication.dll | 2019.150.4385.2 | 1640488 | 25-jul-24 | 21:57 | x86 |
| Microsoft.sqlserver.rmo.dll | 15.0.4385.2 | 550968 | 25-jul-24 | 21:57 | x86 |
| Msdtssrvrutil.dll | 2019.150.4385.2 | 112592 | 25-jul-24 | 21:57 | x64 |
| Msgprox.dll | 2019.150.4385.2 | 301112 | 25-jul-24 | 21:57 | x64 |
| Msoledbsql.dll | 2018.187.4.0 | 2750472 | 25-jul-24 | 21:57 | x64 |
| Msoledbsql.dll | 2018.187.4.0 | 153608 | 25-jul-24 | 21:57 | x64 |
| Msxmlsql.dll | 2019.150.4385.2 | 1497128 | 25-jul-24 | 21:57 | x64 |
| Oledbdest.dll | 2019.150.4385.2 | 280616 | 25-jul-24 | 21:57 | x64 |
| Oledbsrc.dll | 2019.150.4385.2 | 313384 | 25-jul-24 | 21:57 | x64 |
| Osql.exe | 2019.150.4385.2 | 92216 | 25-jul-24 | 21:57 | x64 |
| Qrdrsvc.exe | 2019.150.4385.2 | 501800 | 25-jul-24 | 21:57 | x64 |
| Rawdest.dll | 2019.150.4385.2 | 227368 | 25-jul-24 | 21:57 | x64 |
| Rawsource.dll | 2019.150.4385.2 | 210888 | 25-jul-24 | 21:57 | x64 |
| Rdistcom.dll | 2019.150.4385.2 | 915392 | 25-jul-24 | 21:57 | x64 |
| Recordsetdest.dll | 2019.150.4385.2 | 202808 | 25-jul-24 | 21:57 | x64 |
| Repldp.dll | 2019.150.4385.2 | 313280 | 25-jul-24 | 21:57 | x64 |
| Replerrx.dll | 2019.150.4385.2 | 182312 | 25-jul-24 | 21:57 | x64 |
| Replisapi.dll | 2019.150.4385.2 | 395216 | 25-jul-24 | 21:57 | x64 |
| Replmerg.exe | 2019.150.4385.2 | 563136 | 25-jul-24 | 21:57 | x64 |
| Replprov.dll | 2019.150.4385.2 | 862248 | 25-jul-24 | 21:57 | x64 |
| Replrec.dll | 2019.150.4385.2 | 1034296 | 25-jul-24 | 21:57 | x64 |
| Replsub.dll | 2019.150.4385.2 | 473128 | 25-jul-24 | 21:57 | x64 |
| Replsync.dll | 2019.150.4385.2 | 165944 | 25-jul-24 | 21:57 | x64 |
| Spresolv.dll | 2019.150.4385.2 | 276432 | 25-jul-24 | 21:57 | x64 |
| Sqlcmd.exe | 2019.150.4385.2 | 264128 | 25-jul-24 | 21:57 | x64 |
| Sqldiag.exe | 2019.150.4385.2 | 1140776 | 25-jul-24 | 21:57 | x64 |
| Sqldistx.dll | 2019.150.4385.2 | 251944 | 25-jul-24 | 21:57 | x64 |
| Sqllogship.exe | 15.0.4385.2 | 104400 | 25-jul-24 | 21:57 | x64 |
| Sqlmergx.dll | 2019.150.4385.2 | 399400 | 25-jul-24 | 21:57 | x64 |
| Sqlnclirda11.dll | 2011.110.5069.66 | 3478208 | 25-jul-24 | 21:57 | x64 |
| Sqlresourceloader.dll | 2019.150.4385.2 | 51152 | 25-jul-24 | 21:57 | x64 |
| Sqlresourceloader.dll | 2019.150.4385.2 | 38952 | 25-jul-24 | 21:57 | x86 |
| Sqlscm.dll | 2019.150.4385.2 | 88000 | 25-jul-24 | 21:57 | x64 |
| Sqlscm.dll | 2019.150.4385.2 | 79912 | 25-jul-24 | 21:57 | x86 |
| Sqlsvc.dll | 2019.150.4385.2 | 182328 | 25-jul-24 | 21:57 | x64 |
| Sqlsvc.dll | 2019.150.4385.2 | 149544 | 25-jul-24 | 21:57 | x86 |
| Sqltaskconnections.dll | 2019.150.4385.2 | 202792 | 25-jul-24 | 21:57 | x64 |
| Ssradd.dll | 2019.150.4385.2 | 84024 | 25-jul-24 | 21:57 | x64 |
| Ssravg.dll | 2019.150.4385.2 | 83920 | 25-jul-24 | 21:57 | x64 |
| Ssrdown.dll | 2019.150.4385.2 | 75816 | 25-jul-24 | 21:57 | x64 |
| Ssrmax.dll | 2019.150.4385.2 | 84008 | 25-jul-24 | 21:57 | x64 |
| Ssrmin.dll | 2019.150.4385.2 | 84024 | 25-jul-24 | 21:57 | x64 |
| Ssrpub.dll | 2019.150.4385.2 | 79912 | 25-jul-24 | 21:57 | x64 |
| Ssrup.dll | 2019.150.4385.2 | 75816 | 25-jul-24 | 21:57 | x64 |
| Txagg.dll | 2019.150.4385.2 | 391224 | 25-jul-24 | 21:57 | x64 |
| Txbdd.dll | 2019.150.4385.2 | 190400 | 25-jul-24 | 21:57 | x64 |
| Txdatacollector.dll | 2019.150.4385.2 | 473144 | 25-jul-24 | 21:57 | x64 |
| Txdataconvert.dll | 2019.150.4385.2 | 317480 | 25-jul-24 | 21:57 | x64 |
| Txderived.dll | 2019.150.4385.2 | 641080 | 25-jul-24 | 21:57 | x64 |
| Txlookup.dll | 2019.150.4385.2 | 542760 | 25-jul-24 | 21:57 | x64 |
| Txmerge.dll | 2019.150.4385.2 | 247848 | 25-jul-24 | 21:57 | x64 |
| Txmergejoin.dll | 2019.150.4385.2 | 309288 | 25-jul-24 | 21:57 | x64 |
| Txmulticast.dll | 2019.150.4385.2 | 145360 | 25-jul-24 | 21:57 | x64 |
| Txrowcount.dll | 2019.150.4385.2 | 141352 | 25-jul-24 | 21:57 | x64 |
| Txsort.dll | 2019.150.4385.2 | 288808 | 25-jul-24 | 21:57 | x64 |
| Txsplit.dll | 2019.150.4385.2 | 624592 | 25-jul-24 | 21:57 | x64 |
| Txunionall.dll | 2019.150.4385.2 | 198712 | 25-jul-24 | 21:57 | x64 |
| Xe.dll | 2019.150.4385.2 | 723000 | 25-jul-24 | 21:57 | x64 |
| Xmlsub.dll | 2019.150.4385.2 | 297000 | 25-jul-24 | 21:57 | x64 |
SQL Server 2019 SQL-uitbreidbaarheid
| Bestandsnaam | Bestandsversie | Bestandsgrootte | Datum | Tijd | Platvorm |
|---|---|---|---|---|---|
| Commonlauncher.dll | 2019.150.4385.2 | 96312 | 25-jul-24 | 21:57 | x64 |
| Exthost.exe | 2019.150.4385.2 | 239656 | 25-jul-24 | 21:57 | x64 |
| Launchpad.exe | 2019.150.4385.2 | 1230792 | 25-jul-24 | 21:57 | x64 |
| Sqlsatellite.dll | 2019.150.4385.2 | 1026104 | 25-jul-24 | 21:57 | x64 |
SQL Server 2019 Full-Text Engine
| Bestandsnaam | Bestandsversie | Bestandsgrootte | Datum | Tijd | Platvorm |
|---|---|---|---|---|---|
| Fd.dll | 2019.150.4385.2 | 686120 | 25-jul-24 | 21:57 | x64 |
| Fdhost.exe | 2019.150.4385.2 | 129064 | 25-jul-24 | 21:57 | x64 |
| Fdlauncher.exe | 2019.150.4385.2 | 79808 | 25-jul-24 | 21:57 | x64 |
| Sqlft150ph.dll | 2019.150.4385.2 | 92216 | 25-jul-24 | 21:57 | x64 |
SQL Server 2019 sql_inst_mr
| Bestandsnaam | Bestandsversie | Bestandsgrootte | Datum | Tijd | Platvorm |
|---|---|---|---|---|---|
| Imrdll.dll | 15.0.4385.2 | 30776 | 25-jul-24 | 21:57 | x86 |
SQL Server 2019 Integration Services
| Bestandsnaam | Bestandsversie | Bestandsgrootte | Datum | Tijd | Platvorm |
|---|---|---|---|---|---|
| Commanddest.dll | 2019.150.4385.2 | 227264 | 25-jul-24 | 22:02 | x86 |
| Commanddest.dll | 2019.150.4385.2 | 264232 | 25-jul-24 | 22:02 | x64 |
| Dteparse.dll | 2019.150.4385.2 | 112696 | 25-jul-24 | 22:02 | x86 |
| Dteparse.dll | 2019.150.4385.2 | 124984 | 25-jul-24 | 22:02 | x64 |
| Dteparsemgd.dll | 2019.150.4385.2 | 116672 | 25-jul-24 | 22:02 | x86 |
| Dteparsemgd.dll | 2019.150.4385.2 | 133176 | 25-jul-24 | 22:02 | x64 |
| Dtepkg.dll | 2019.150.4385.2 | 133160 | 25-jul-24 | 22:02 | x86 |
| Dtepkg.dll | 2019.150.4385.2 | 149456 | 25-jul-24 | 22:02 | x64 |
| Dtexec.exe | 2019.150.4385.2 | 64960 | 25-jul-24 | 22:02 | x86 |
| Dtexec.exe | 2019.150.4385.2 | 73784 | 25-jul-24 | 22:02 | x64 |
| Dts.dll | 2019.150.4385.2 | 2762688 | 25-jul-24 | 22:02 | x86 |
| Dts.dll | 2019.150.4385.2 | 3143616 | 25-jul-24 | 22:02 | x64 |
| Dtscomexpreval.dll | 2019.150.4385.2 | 444456 | 25-jul-24 | 22:02 | x86 |
| Dtscomexpreval.dll | 2019.150.4385.2 | 501800 | 25-jul-24 | 22:02 | x64 |
| Dtsconn.dll | 2019.150.4385.2 | 432168 | 25-jul-24 | 22:02 | x86 |
| Dtsconn.dll | 2019.150.4385.2 | 522280 | 25-jul-24 | 22:02 | x64 |
| Dtsdebughost.exe | 2019.150.4385.2 | 113208 | 25-jul-24 | 22:02 | x64 |
| Dtsdebughost.exe | 2019.150.4385.2 | 94760 | 25-jul-24 | 22:02 | x86 |
| Dtshost.exe | 2019.150.4385.2 | 107560 | 25-jul-24 | 22:02 | x64 |
| Dtshost.exe | 2019.150.4385.2 | 89640 | 25-jul-24 | 22:02 | x86 |
| Dtsmsg150.dll | 2019.150.4385.2 | 554944 | 25-jul-24 | 22:02 | x86 |
| Dtsmsg150.dll | 2019.150.4385.2 | 567336 | 25-jul-24 | 22:02 | x64 |
| Dtspipeline.dll | 2019.150.4385.2 | 1120208 | 25-jul-24 | 22:02 | x86 |
| Dtspipeline.dll | 2019.150.4385.2 | 1329192 | 25-jul-24 | 22:02 | x64 |
| Dtswizard.exe | 15.0.4385.2 | 886736 | 25-jul-24 | 22:02 | x64 |
| Dtswizard.exe | 15.0.4385.2 | 890816 | 25-jul-24 | 22:02 | x86 |
| Dtuparse.dll | 2019.150.4385.2 | 100392 | 25-jul-24 | 22:02 | x64 |
| Dtuparse.dll | 2019.150.4385.2 | 88000 | 25-jul-24 | 22:02 | x86 |
| Dtutil.exe | 2019.150.4385.2 | 130496 | 25-jul-24 | 22:02 | x86 |
| Dtutil.exe | 2019.150.4385.2 | 151096 | 25-jul-24 | 22:02 | x64 |
| Exceldest.dll | 2019.150.4385.2 | 235456 | 25-jul-24 | 22:02 | x86 |
| Exceldest.dll | 2019.150.4385.2 | 280528 | 25-jul-24 | 22:02 | x64 |
| Excelsrc.dll | 2019.150.4385.2 | 260032 | 25-jul-24 | 22:02 | x86 |
| Excelsrc.dll | 2019.150.4385.2 | 309288 | 25-jul-24 | 22:02 | x64 |
| Execpackagetask.dll | 2019.150.4385.2 | 149440 | 25-jul-24 | 22:02 | x86 |
| Execpackagetask.dll | 2019.150.4385.2 | 186424 | 25-jul-24 | 22:02 | x64 |
| Flatfiledest.dll | 2019.150.4385.2 | 358352 | 25-jul-24 | 22:02 | x86 |
| Flatfiledest.dll | 2019.150.4385.2 | 411704 | 25-jul-24 | 22:02 | x64 |
| Flatfilesrc.dll | 2019.150.4385.2 | 370744 | 25-jul-24 | 22:02 | x86 |
| Flatfilesrc.dll | 2019.150.4385.2 | 428072 | 25-jul-24 | 22:02 | x64 |
| Isdbupgradewizard.exe | 15.0.4385.2 | 120768 | 25-jul-24 | 22:02 | x86 |
| Isdbupgradewizard.exe | 15.0.4385.2 | 120784 | 25-jul-24 | 22:02 | x86 |
| Isserverexec.exe | 15.0.4385.2 | 149456 | 25-jul-24 | 22:02 | x86 |
| Isserverexec.exe | 15.0.4385.2 | 145360 | 25-jul-24 | 22:02 | x64 |
| Microsoft.sqlserver.astasks.dll | 15.0.4385.2 | 116672 | 25-jul-24 | 22:02 | x86 |
| Microsoft.sqlserver.integrationservice.hadoop.common.dll | 15.0.4385.2 | 59328 | 25-jul-24 | 22:02 | x86 |
| Microsoft.sqlserver.integrationservice.hadoop.common.dll | 15.0.4385.2 | 59448 | 25-jul-24 | 22:02 | x86 |
| Microsoft.sqlserver.integrationservices.isserverdbupgrade.dll | 15.0.4385.2 | 509888 | 25-jul-24 | 22:02 | x86 |
| Microsoft.sqlserver.integrationservices.isserverdbupgrade.dll | 15.0.4385.2 | 509992 | 25-jul-24 | 22:02 | x86 |
| Microsoft.sqlserver.integrationservices.runtimetelemetry.dll | 15.0.4385.2 | 42944 | 25-jul-24 | 22:02 | x86 |
| Microsoft.sqlserver.integrationservices.runtimetelemetry.dll | 15.0.4385.2 | 43048 | 25-jul-24 | 22:02 | x86 |
| Microsoft.sqlserver.maintenanceplantasks.dll | 15.0.4385.2 | 391208 | 25-jul-24 | 22:02 | x86 |
| Microsoft.sqlserver.management.integrationservicesenum.dll | 15.0.4385.2 | 59432 | 25-jul-24 | 22:02 | x86 |
| Microsoft.sqlserver.scripttask.dll | 15.0.4385.2 | 141352 | 25-jul-24 | 22:02 | x86 |
| Msdtssrvr.exe | 15.0.4385.2 | 219072 | 25-jul-24 | 22:02 | x64 |
| Msdtssrvrutil.dll | 2019.150.4385.2 | 100408 | 25-jul-24 | 22:02 | x86 |
| Msdtssrvrutil.dll | 2019.150.4385.2 | 112592 | 25-jul-24 | 22:02 | x64 |
| Msmdpp.dll | 2018.150.35.48 | 10062912 | 25-jul-24 | 21:58 | x64 |
| Odbcdest.dll | 2019.150.4385.2 | 370728 | 25-jul-24 | 22:02 | x64 |
| Odbcdest.dll | 2019.150.4385.2 | 321576 | 25-jul-24 | 22:02 | x86 |
| Odbcsrc.dll | 2019.150.4385.2 | 382912 | 25-jul-24 | 22:02 | x64 |
| Odbcsrc.dll | 2019.150.4385.2 | 329784 | 25-jul-24 | 22:02 | x86 |
| Oledbdest.dll | 2019.150.4385.2 | 280616 | 25-jul-24 | 22:02 | x64 |
| Oledbdest.dll | 2019.150.4385.2 | 239552 | 25-jul-24 | 22:02 | x86 |
| Oledbsrc.dll | 2019.150.4385.2 | 313384 | 25-jul-24 | 22:02 | x64 |
| Oledbsrc.dll | 2019.150.4385.2 | 264128 | 25-jul-24 | 22:02 | x86 |
| Rawdest.dll | 2019.150.4385.2 | 190416 | 25-jul-24 | 22:02 | x86 |
| Rawdest.dll | 2019.150.4385.2 | 227368 | 25-jul-24 | 22:02 | x64 |
| Rawsource.dll | 2019.150.4385.2 | 178128 | 25-jul-24 | 22:02 | x86 |
| Rawsource.dll | 2019.150.4385.2 | 210888 | 25-jul-24 | 22:02 | x64 |
| Recordsetdest.dll | 2019.150.4385.2 | 174032 | 25-jul-24 | 22:02 | x86 |
| Recordsetdest.dll | 2019.150.4385.2 | 202808 | 25-jul-24 | 22:02 | x64 |
| Sqlceip.exe | 15.0.4385.2 | 297000 | 25-jul-24 | 22:02 | x86 |
| Sqldest.dll | 2019.150.4385.2 | 276520 | 25-jul-24 | 22:02 | x64 |
| Sqldest.dll | 2019.150.4385.2 | 239552 | 25-jul-24 | 22:02 | x86 |
| Sqltaskconnections.dll | 2019.150.4385.2 | 202792 | 25-jul-24 | 22:02 | x64 |
| Sqltaskconnections.dll | 2019.150.4385.2 | 169920 | 25-jul-24 | 22:02 | x86 |
| Txagg.dll | 2019.150.4385.2 | 329768 | 25-jul-24 | 22:02 | x86 |
| Txagg.dll | 2019.150.4385.2 | 391224 | 25-jul-24 | 22:02 | x64 |
| Txbdd.dll | 2019.150.4385.2 | 153536 | 25-jul-24 | 22:02 | x86 |
| Txbdd.dll | 2019.150.4385.2 | 190400 | 25-jul-24 | 22:02 | x64 |
| Txbestmatch.dll | 2019.150.4385.2 | 546856 | 25-jul-24 | 22:02 | x86 |
| Txbestmatch.dll | 2019.150.4385.2 | 653368 | 25-jul-24 | 22:02 | x64 |
| Txcache.dll | 2019.150.4385.2 | 165824 | 25-jul-24 | 22:02 | x86 |
| Txcache.dll | 2019.150.4385.2 | 198696 | 25-jul-24 | 22:02 | x64 |
| Txcharmap.dll | 2019.150.4385.2 | 272440 | 25-jul-24 | 22:02 | x86 |
| Txcharmap.dll | 2019.150.4385.2 | 313280 | 25-jul-24 | 22:02 | x64 |
| Txcopymap.dll | 2019.150.4385.2 | 165824 | 25-jul-24 | 22:02 | x86 |
| Txcopymap.dll | 2019.150.4385.2 | 202808 | 25-jul-24 | 22:02 | x64 |
| Txdataconvert.dll | 2019.150.4385.2 | 276432 | 25-jul-24 | 22:02 | x86 |
| Txdataconvert.dll | 2019.150.4385.2 | 317480 | 25-jul-24 | 22:02 | x64 |
| Txderived.dll | 2019.150.4385.2 | 559144 | 25-jul-24 | 22:02 | x86 |
| Txderived.dll | 2019.150.4385.2 | 641080 | 25-jul-24 | 22:02 | x64 |
| Txfileextractor.dll | 2019.150.4385.2 | 182312 | 25-jul-24 | 22:02 | x86 |
| Txfileextractor.dll | 2019.150.4385.2 | 219072 | 25-jul-24 | 22:02 | x64 |
| Txfileinserter.dll | 2019.150.4385.2 | 182216 | 25-jul-24 | 22:02 | x86 |
| Txfileinserter.dll | 2019.150.4385.2 | 215080 | 25-jul-24 | 22:02 | x64 |
| Txgroupdups.dll | 2019.150.4385.2 | 255936 | 25-jul-24 | 22:02 | x86 |
| Txgroupdups.dll | 2019.150.4385.2 | 313384 | 25-jul-24 | 22:02 | x64 |
| Txlineage.dll | 2019.150.4385.2 | 128960 | 25-jul-24 | 22:02 | x86 |
| Txlineage.dll | 2019.150.4385.2 | 153656 | 25-jul-24 | 22:02 | x64 |
| Txlookup.dll | 2019.150.4385.2 | 468928 | 25-jul-24 | 22:02 | x86 |
| Txlookup.dll | 2019.150.4385.2 | 542760 | 25-jul-24 | 22:02 | x64 |
| Txmerge.dll | 2019.150.4385.2 | 202792 | 25-jul-24 | 22:02 | x86 |
| Txmerge.dll | 2019.150.4385.2 | 247848 | 25-jul-24 | 22:02 | x64 |
| Txmergejoin.dll | 2019.150.4385.2 | 247848 | 25-jul-24 | 22:02 | x86 |
| Txmergejoin.dll | 2019.150.4385.2 | 309288 | 25-jul-24 | 22:02 | x64 |
| Txmulticast.dll | 2019.150.4385.2 | 116688 | 25-jul-24 | 22:02 | x86 |
| Txmulticast.dll | 2019.150.4385.2 | 145360 | 25-jul-24 | 22:02 | x64 |
| Txpivot.dll | 2019.150.4385.2 | 206800 | 25-jul-24 | 22:02 | x86 |
| Txpivot.dll | 2019.150.4385.2 | 239568 | 25-jul-24 | 22:02 | x64 |
| Txrowcount.dll | 2019.150.4385.2 | 112576 | 25-jul-24 | 22:02 | x86 |
| Txrowcount.dll | 2019.150.4385.2 | 141352 | 25-jul-24 | 22:02 | x64 |
| Txsampling.dll | 2019.150.4385.2 | 157736 | 25-jul-24 | 22:02 | x86 |
| Txsampling.dll | 2019.150.4385.2 | 194616 | 25-jul-24 | 22:02 | x64 |
| Txscd.dll | 2019.150.4385.2 | 198608 | 25-jul-24 | 22:02 | x86 |
| Txscd.dll | 2019.150.4385.2 | 235576 | 25-jul-24 | 22:02 | x64 |
| Txsort.dll | 2019.150.4385.2 | 231464 | 25-jul-24 | 22:02 | x86 |
| Txsort.dll | 2019.150.4385.2 | 288808 | 25-jul-24 | 22:02 | x64 |
| Txsplit.dll | 2019.150.4385.2 | 550952 | 25-jul-24 | 22:02 | x86 |
| Txsplit.dll | 2019.150.4385.2 | 624592 | 25-jul-24 | 22:02 | x64 |
| Txtermextraction.dll | 2019.150.4385.2 | 8644648 | 25-jul-24 | 22:02 | x86 |
| Txtermextraction.dll | 2019.150.4385.2 | 8701992 | 25-jul-24 | 22:02 | x64 |
| Txtermlookup.dll | 2019.150.4385.2 | 4139048 | 25-jul-24 | 22:02 | x86 |
| Txtermlookup.dll | 2019.150.4385.2 | 4184104 | 25-jul-24 | 22:02 | x64 |
| Txunionall.dll | 2019.150.4385.2 | 161832 | 25-jul-24 | 22:02 | x86 |
| Txunionall.dll | 2019.150.4385.2 | 198712 | 25-jul-24 | 22:02 | x64 |
| Txunpivot.dll | 2019.150.4385.2 | 182328 | 25-jul-24 | 22:02 | x86 |
| Txunpivot.dll | 2019.150.4385.2 | 215096 | 25-jul-24 | 22:02 | x64 |
| Xe.dll | 2019.150.4385.2 | 632888 | 25-jul-24 | 22:02 | x86 |
| Xe.dll | 2019.150.4385.2 | 723000 | 25-jul-24 | 22:02 | x64 |
SQL Server 2019 sql_polybase_core_inst
| Bestandsnaam | Bestandsversie | Bestandsgrootte | Datum | Tijd | Platvorm |
|---|---|---|---|---|---|
| Dms.dll | 15.0.1970.0 | 559688 | 25-jul-24 | 22:38 | x86 |
| Dmsnative.dll | 2018.150.1970.0 | 152632 | 25-jul-24 | 22:38 | x64 |
| Dwengineservice.dll | 15.0.1970.0 | 45016 | 25-jul-24 | 22:38 | x86 |
| Eng_polybase_odbcdrivermongo_2321_mongodbodbc_sb64_dll.64 | 2.3.21.1023 | 18691056 | 25-jul-24 | 22:38 | x64 |
| Eng_polybase_odbcdrivermongo_2321_saslsspi_dll.64 | 1.0.2.1003 | 147504 | 25-jul-24 | 22:39 | x64 |
| Eng_polybase_odbcdrivermongo_238_mongodbodbc_sb64_dll.64 | 2.3.8.1008 | 17142672 | 25-jul-24 | 22:38 | x64 |
| Eng_polybase_odbcdrivermongo_238_saslsspi_dll.64 | 1.0.2.1003 | 146304 | 25-jul-24 | 22:38 | x64 |
| Eng_polybase_odbcdriveroracle_802_mscurl28_dll.64 | 8.0.2.304 | 2532096 | 25-jul-24 | 22:39 | x64 |
| Eng_polybase_odbcdriveroracle_802_msora28_dll.64 | 8.0.2.2592 | 2425088 | 25-jul-24 | 22:38 | x64 |
| Eng_polybase_odbcdriveroracle_802_msora28r_dll.64 | 8.0.2.2592 | 151808 | 25-jul-24 | 22:38 | x64 |
| Eng_polybase_odbcdriveroracle_802_msssl28_dll.64 | 8.0.2.244 | 2416384 | 25-jul-24 | 22:38 | x64 |
| Eng_polybase_odbcdriveroracle_802_mstls28_dll.64 | 8.0.2.216 | 2953472 | 25-jul-24 | 22:38 | x64 |
| Icudt58.dll | 58.2.0.0 | 27109768 | 25-jul-24 | 22:38 | x64 |
| Icudt58.dll | 58.2.0.0 | 27109832 | 25-jul-24 | 22:38 | x64 |
| Icudt58.dll | 58.3.0.0 | 27110344 | 25-jul-24 | 22:38 | x64 |
| Icudt58.dll | 58.3.0.0 | 27110344 | 25-jul-24 | 22:39 | x64 |
| Icuin58.dll | 58.2.0.0 | 2425288 | 25-jul-24 | 22:38 | x64 |
| Icuin58.dll | 58.2.0.0 | 2431880 | 25-jul-24 | 22:38 | x64 |
| Icuin58.dll | 58.3.0.0 | 2562504 | 25-jul-24 | 22:38 | x64 |
| Icuin58.dll | 58.3.0.0 | 2551752 | 25-jul-24 | 22:39 | x64 |
| Icuuc42.dll | 8.0.2.124 | 15491840 | 25-jul-24 | 22:39 | x64 |
| Icuuc58.dll | 58.2.0.0 | 1775048 | 25-jul-24 | 22:38 | x64 |
| Icuuc58.dll | 58.2.0.0 | 1783688 | 25-jul-24 | 22:38 | x64 |
| Icuuc58.dll | 58.3.0.0 | 1924040 | 25-jul-24 | 22:38 | x64 |
| Icuuc58.dll | 58.3.0.0 | 1888712 | 25-jul-24 | 22:39 | x64 |
| Instapi150.dll | 2019.150.4385.2 | 88104 | 25-jul-24 | 22:38 | x64 |
| Libcrypto-1_1-x64.dll | 1.1.0.10 | 2620304 | 25-jul-24 | 22:38 | x64 |
| Libcrypto | 1.1.1.4 | 2953680 | 25-jul-24 | 22:38 | x64 |
| Libcrypto | 1.1.1.11 | 4321232 | 25-jul-24 | 22:38 | x64 |
| Libcrypto | 1.1.1.14 | 4085336 | 25-jul-24 | 22:39 | x64 |
| Libsasl.dll | 2.1.26.0 | 292224 | 25-jul-24 | 22:38 | x64 |
| Libsasl.dll | 2.1.26.0 | 521664 | 25-jul-24 | 22:38 | x64 |
| Libssl-1_1-x64.dll | 1.1.0.10 | 648080 | 25-jul-24 | 22:38 | x64 |
| libssl | 1.1.1.11 | 1322960 | 25-jul-24 | 22:38 | x64 |
| libssl | 1.1.1.4 | 798160 | 25-jul-24 | 22:38 | x64 |
| libssl | 1.1.1.14 | 1195600 | 25-jul-24 | 22:39 | x64 |
| Microsoft.sqlserver.datawarehouse.backup.backupmetadata.dll | 15.0.1970.0 | 67656 | 25-jul-24 | 22:38 | x86 |
| Microsoft.sqlserver.datawarehouse.catalog.dll | 15.0.1970.0 | 293448 | 25-jul-24 | 22:38 | x86 |
| Microsoft.sqlserver.datawarehouse.common.dll | 15.0.1970.0 | 1957832 | 25-jul-24 | 22:38 | x86 |
| Microsoft.sqlserver.datawarehouse.configuration.dll | 15.0.1970.0 | 169544 | 25-jul-24 | 22:38 | x86 |
| Microsoft.sqlserver.datawarehouse.datamovement.common.dll | 15.0.1970.0 | 649800 | 25-jul-24 | 22:38 | x86 |
| Microsoft.sqlserver.datawarehouse.datamovement.manager.dll | 15.0.1970.0 | 246344 | 25-jul-24 | 22:38 | x86 |
| Microsoft.sqlserver.datawarehouse.datamovement.messagetypes.dll | 15.0.1970.0 | 139336 | 25-jul-24 | 22:38 | x86 |
| Microsoft.sqlserver.datawarehouse.datamovement.messagingprotocol.dll | 15.0.1970.0 | 79832 | 25-jul-24 | 22:38 | x86 |
| Microsoft.sqlserver.datawarehouse.diagnostics.dll | 15.0.1970.0 | 51272 | 25-jul-24 | 22:38 | x86 |
| Microsoft.sqlserver.datawarehouse.distributor.dll | 15.0.1970.0 | 88648 | 25-jul-24 | 22:38 | x86 |
| Microsoft.sqlserver.datawarehouse.engine.dll | 15.0.1970.0 | 1129432 | 25-jul-24 | 22:38 | x86 |
| Microsoft.sqlserver.datawarehouse.engine.statsstream.dll | 15.0.1970.0 | 80968 | 25-jul-24 | 22:38 | x86 |
| Microsoft.sqlserver.datawarehouse.eventing.dll | 15.0.1970.0 | 70616 | 25-jul-24 | 22:38 | x86 |
| Microsoft.sqlserver.datawarehouse.fabric.appliance.dll | 15.0.1970.0 | 35400 | 25-jul-24 | 22:38 | x86 |
| Microsoft.sqlserver.datawarehouse.fabric.interface.dll | 15.0.1970.0 | 31176 | 25-jul-24 | 22:38 | x86 |
| Microsoft.sqlserver.datawarehouse.fabric.polybase.dll | 15.0.1970.0 | 46552 | 25-jul-24 | 22:38 | x86 |
| Microsoft.sqlserver.datawarehouse.fabric.xdbinterface.dll | 15.0.1970.0 | 21464 | 25-jul-24 | 22:38 | x86 |
| Microsoft.sqlserver.datawarehouse.failover.dll | 15.0.1970.0 | 26696 | 25-jul-24 | 22:38 | x86 |
| Microsoft.sqlserver.datawarehouse.hadoop.hadoopbridge.dll | 15.0.1970.0 | 131656 | 25-jul-24 | 22:38 | x86 |
| Microsoft.sqlserver.datawarehouse.loadercommon.dll | 15.0.1970.0 | 86488 | 25-jul-24 | 22:38 | x86 |
| Microsoft.sqlserver.datawarehouse.loadmanager.dll | 15.0.1970.0 | 100936 | 25-jul-24 | 22:38 | x86 |
| Microsoft.sqlserver.datawarehouse.localization.dll | 15.0.1970.0 | 293336 | 25-jul-24 | 22:38 | x86 |
| Microsoft.sqlserver.datawarehouse.localization.resources.dll | 15.0.1970.0 | 120280 | 25-jul-24 | 22:38 | x86 |
| Microsoft.sqlserver.datawarehouse.localization.resources.dll | 15.0.1970.0 | 138184 | 25-jul-24 | 22:38 | x86 |
| Microsoft.sqlserver.datawarehouse.localization.resources.dll | 15.0.1970.0 | 141272 | 25-jul-24 | 22:38 | x86 |
| Microsoft.sqlserver.datawarehouse.localization.resources.dll | 15.0.1970.0 | 137672 | 25-jul-24 | 22:38 | x86 |
| Microsoft.sqlserver.datawarehouse.localization.resources.dll | 15.0.1970.0 | 150488 | 25-jul-24 | 22:38 | x86 |
| Microsoft.sqlserver.datawarehouse.localization.resources.dll | 15.0.1970.0 | 139720 | 25-jul-24 | 22:38 | x86 |
| Microsoft.sqlserver.datawarehouse.localization.resources.dll | 15.0.1970.0 | 134712 | 25-jul-24 | 22:38 | x86 |
| Microsoft.sqlserver.datawarehouse.localization.resources.dll | 15.0.1970.0 | 176600 | 25-jul-24 | 22:38 | x86 |
| Microsoft.sqlserver.datawarehouse.localization.resources.dll | 15.0.1970.0 | 117704 | 25-jul-24 | 22:38 | x86 |
| Microsoft.sqlserver.datawarehouse.localization.resources.dll | 15.0.1970.0 | 136656 | 25-jul-24 | 22:38 | x86 |
| Microsoft.sqlserver.datawarehouse.nodes.dll | 15.0.1970.0 | 72776 | 25-jul-24 | 22:38 | x86 |
| Microsoft.sqlserver.datawarehouse.nulltransaction.dll | 15.0.1970.0 | 21976 | 25-jul-24 | 22:38 | x86 |
| Microsoft.sqlserver.datawarehouse.parallelizer.dll | 15.0.1970.0 | 37448 | 25-jul-24 | 22:38 | x86 |
| Microsoft.sqlserver.datawarehouse.resourcemanagement.dll | 15.0.1970.0 | 129096 | 25-jul-24 | 22:38 | x86 |
| Microsoft.sqlserver.datawarehouse.sql.dll | 15.0.1970.0 | 3064904 | 25-jul-24 | 22:38 | x86 |
| Microsoft.sqlserver.datawarehouse.sql.parser.dll | 15.0.1970.0 | 3955784 | 25-jul-24 | 22:38 | x86 |
| Microsoft.sqlserver.datawarehouse.sql.parser.resources.dll | 15.0.1970.0 | 118344 | 25-jul-24 | 22:38 | x86 |
| Microsoft.sqlserver.datawarehouse.sql.parser.resources.dll | 15.0.1970.0 | 133192 | 25-jul-24 | 22:38 | x86 |
| Microsoft.sqlserver.datawarehouse.sql.parser.resources.dll | 15.0.1970.0 | 137800 | 25-jul-24 | 22:38 | x86 |
| Microsoft.sqlserver.datawarehouse.sql.parser.resources.dll | 15.0.1970.0 | 133704 | 25-jul-24 | 22:38 | x86 |
| Microsoft.sqlserver.datawarehouse.sql.parser.resources.dll | 15.0.1970.0 | 148440 | 25-jul-24 | 22:38 | x86 |
| Microsoft.sqlserver.datawarehouse.sql.parser.resources.dll | 15.0.1970.0 | 134104 | 25-jul-24 | 22:38 | x86 |
| Microsoft.sqlserver.datawarehouse.sql.parser.resources.dll | 15.0.1970.0 | 130632 | 25-jul-24 | 22:38 | x86 |
| Microsoft.sqlserver.datawarehouse.sql.parser.resources.dll | 15.0.1970.0 | 171080 | 25-jul-24 | 22:38 | x86 |
| Microsoft.sqlserver.datawarehouse.sql.parser.resources.dll | 15.0.1970.0 | 115272 | 25-jul-24 | 22:38 | x86 |
| Microsoft.sqlserver.datawarehouse.sql.parser.resources.dll | 15.0.1970.0 | 132168 | 25-jul-24 | 22:38 | x86 |
| Microsoft.sqlserver.datawarehouse.sqldistributor.dll | 15.0.1970.0 | 67656 | 25-jul-24 | 22:38 | x86 |
| Microsoft.sqlserver.datawarehouse.transactsql.scriptdom.dll | 15.0.1970.0 | 2682952 | 25-jul-24 | 22:38 | x86 |
| Microsoft.sqlserver.datawarehouse.utilities.dll | 15.0.1970.0 | 2436568 | 25-jul-24 | 22:38 | x86 |
| Mpdwinterop.dll | 2019.150.4385.2 | 452648 | 25-jul-24 | 22:38 | x64 |
| Mpdwsvc.exe | 2019.150.4385.2 | 7407656 | 25-jul-24 | 22:38 | x64 |
| Msodbcsql17.dll | 2017.174.1.1 | 2016120 | 25-jul-24 | 22:38 | x64 |
| Odbc32.dll | 10.0.17763.1 | 720792 | 25-jul-24 | 22:38 | x64 |
| Odbccp32.dll | 10.0.17763.1 | 138136 | 25-jul-24 | 22:38 | x64 |
| Odbctrac.dll | 10.0.17763.1 | 175.000 | 25-jul-24 | 22:38 | x64 |
| Saslplain.dll | 2.1.26.0 | 170880 | 25-jul-24 | 22:38 | x64 |
| Saslplain.dll | 2.1.26.0 | 377792 | 25-jul-24 | 22:39 | x64 |
| Secforwarder.dll | 2019.150.4385.2 | 79912 | 25-jul-24 | 22:38 | x64 |
| Sharedmemory.dll | 2018.150.1970.0 | 61392 | 25-jul-24 | 22:38 | x64 |
| Sqldk.dll | 2019.150.4385.2 | 3180584 | 25-jul-24 | 22:38 | x64 |
| Sqldumper.exe | 2019.150.4385.2 | 378920 | 25-jul-24 | 22:38 | x64 |
| Sqlevn70.rll | 2019.150.4385.2 | 1595432 | 25-jul-24 | 22:38 | x64 |
| Sqlevn70.rll | 2019.150.4385.2 | 4171816 | 25-jul-24 | 22:38 | x64 |
| Sqlevn70.rll | 2019.150.4385.2 | 3422264 | 25-jul-24 | 22:38 | x64 |
| Sqlevn70.rll | 2019.150.4385.2 | 4163640 | 25-jul-24 | 22:38 | x64 |
| Sqlevn70.rll | 2019.150.4385.2 | 4069416 | 25-jul-24 | 22:38 | x64 |
| Sqlevn70.rll | 2019.150.4385.2 | 2226216 | 25-jul-24 | 22:38 | x64 |
| Sqlevn70.rll | 2019.150.4385.2 | 2177080 | 25-jul-24 | 22:38 | x64 |
| Sqlevn70.rll | 2019.150.4385.2 | 3827752 | 25-jul-24 | 22:38 | x64 |
| Sqlevn70.rll | 2019.150.4385.2 | 3823672 | 25-jul-24 | 22:38 | x64 |
| Sqlevn70.rll | 2019.150.4385.2 | 1542200 | 25-jul-24 | 22:38 | x64 |
| Sqlevn70.rll | 2019.150.4385.2 | 4036664 | 25-jul-24 | 22:38 | x64 |
| Sqlncli17e.dll | 2017.1710.6.1 | 1898520 | 25-jul-24 | 22:38 | x64 |
| Sqlos.dll | 2019.150.4385.2 | 43048 | 25-jul-24 | 22:38 | x64 |
| Sqlsortpdw.dll | 2018.150.1970.0 | 4841432 | 25-jul-24 | 22:38 | x64 |
| Sqltses.dll | 2019.150.4385.2 | 9119800 | 25-jul-24 | 22:38 | x64 |
| Tdataodbc_sb | 17.0.0.27 | 12914640 | 25-jul-24 | 22:38 | x64 |
| Tdataodbc_sb | 16.20.0.1078 | 14995920 | 25-jul-24 | 22:38 | x64 |
| Terasso.dll | 16.20.0.13 | 2158896 | 25-jul-24 | 22:38 | x64 |
| Terasso.dll | 17.0.0.28 | 2357064 | 25-jul-24 | 22:38 | x64 |
| Zlibwapi.dll | 1.2.11.0 | 281472 | 25-jul-24 | 22:38 | x64 |
| Zlibwapi.dll | 1.2.11.0 | 499248 | 25-jul-24 | 22:39 | x64 |
SQL Server 2019 sql_shared_mr
| Bestandsnaam | Bestandsversie | Bestandsgrootte | Datum | Tijd | Platvorm |
|---|---|---|---|---|---|
| Smrdll.dll | 15.0.4385.2 | 30760 | 25-jul-24 | 21:57 | x86 |
SQL Server 2019 sql_hulpmiddeluitbreidingen
| Bestandsnaam | Bestandsversie | Bestandsgrootte | Datum | Tijd | Platvorm |
|---|---|---|---|---|---|
| Autoadmin.dll | 2019.150.4385.2 | 1632296 | 25-jul-24 | 22:18 | x86 |
| Dtaengine.exe | 2019.150.4385.2 | 219176 | 25-jul-24 | 22:18 | x86 |
| Dteparse.dll | 2019.150.4385.2 | 112696 | 25-jul-24 | 22:18 | x86 |
| Dteparse.dll | 2019.150.4385.2 | 124984 | 25-jul-24 | 22:18 | x64 |
| Dteparsemgd.dll | 2019.150.4385.2 | 116672 | 25-jul-24 | 22:18 | x86 |
| Dteparsemgd.dll | 2019.150.4385.2 | 133176 | 25-jul-24 | 22:18 | x64 |
| Dtepkg.dll | 2019.150.4385.2 | 133160 | 25-jul-24 | 22:18 | x86 |
| Dtepkg.dll | 2019.150.4385.2 | 149456 | 25-jul-24 | 22:18 | x64 |
| Dtexec.exe | 2019.150.4385.2 | 64960 | 25-jul-24 | 22:18 | x86 |
| Dtexec.exe | 2019.150.4385.2 | 73784 | 25-jul-24 | 22:18 | x64 |
| Dts.dll | 2019.150.4385.2 | 2762688 | 25-jul-24 | 22:18 | x86 |
| Dts.dll | 2019.150.4385.2 | 3143616 | 25-jul-24 | 22:18 | x64 |
| Dtscomexpreval.dll | 2019.150.4385.2 | 444456 | 25-jul-24 | 22:18 | x86 |
| Dtscomexpreval.dll | 2019.150.4385.2 | 501800 | 25-jul-24 | 22:18 | x64 |
| Dtsconn.dll | 2019.150.4385.2 | 432168 | 25-jul-24 | 22:18 | x86 |
| Dtsconn.dll | 2019.150.4385.2 | 522280 | 25-jul-24 | 22:18 | x64 |
| Dtshost.exe | 2019.150.4385.2 | 89640 | 25-jul-24 | 22:18 | x86 |
| Dtshost.exe | 2019.150.4385.2 | 107560 | 25-jul-24 | 22:18 | x64 |
| Dtsmsg150.dll | 2019.150.4385.2 | 554944 | 25-jul-24 | 22:18 | x86 |
| Dtsmsg150.dll | 2019.150.4385.2 | 567336 | 25-jul-24 | 22:18 | x64 |
| Dtspipeline.dll | 2019.150.4385.2 | 1120208 | 25-jul-24 | 22:18 | x86 |
| Dtspipeline.dll | 2019.150.4385.2 | 1329192 | 25-jul-24 | 22:18 | x64 |
| Dtswizard.exe | 15.0.4385.2 | 890816 | 25-jul-24 | 22:18 | x86 |
| Dtswizard.exe | 15.0.4385.2 | 886736 | 25-jul-24 | 22:18 | x64 |
| Dtuparse.dll | 2019.150.4385.2 | 88000 | 25-jul-24 | 22:18 | x86 |
| Dtuparse.dll | 2019.150.4385.2 | 100392 | 25-jul-24 | 22:18 | x64 |
| Dtutil.exe | 2019.150.4385.2 | 130496 | 25-jul-24 | 22:18 | x86 |
| Dtutil.exe | 2019.150.4385.2 | 151096 | 25-jul-24 | 22:18 | x64 |
| Exceldest.dll | 2019.150.4385.2 | 280528 | 25-jul-24 | 22:18 | x64 |
| Exceldest.dll | 2019.150.4385.2 | 235456 | 25-jul-24 | 22:18 | x86 |
| Excelsrc.dll | 2019.150.4385.2 | 309288 | 25-jul-24 | 22:18 | x64 |
| Excelsrc.dll | 2019.150.4385.2 | 260032 | 25-jul-24 | 22:18 | x86 |
| Flatfiledest.dll | 2019.150.4385.2 | 411704 | 25-jul-24 | 22:18 | x64 |
| Flatfiledest.dll | 2019.150.4385.2 | 358352 | 25-jul-24 | 22:18 | x86 |
| Flatfilesrc.dll | 2019.150.4385.2 | 428072 | 25-jul-24 | 22:18 | x64 |
| Flatfilesrc.dll | 2019.150.4385.2 | 370744 | 25-jul-24 | 22:18 | x86 |
| Microsoft.sqlserver.astasks.dll | 15.0.4385.2 | 116776 | 25-jul-24 | 22:18 | x86 |
| Microsoft.sqlserver.chainer.infrastructure.dll | 15.0.4385.2 | 403392 | 25-jul-24 | 22:18 | x86 |
| Microsoft.sqlserver.chainer.infrastructure.dll | 15.0.4385.2 | 403512 | 25-jul-24 | 22:18 | x86 |
| Microsoft.sqlserver.configuration.sco.dll | 15.0.4385.2 | 3004352 | 25-jul-24 | 22:18 | x86 |
| Microsoft.sqlserver.configuration.sco.dll | 15.0.4385.2 | 3004456 | 25-jul-24 | 22:18 | x86 |
| Microsoft.sqlserver.integrationservices.runtimetelemetry.dll | 15.0.4385.2 | 42944 | 25-jul-24 | 22:18 | x86 |
| Microsoft.sqlserver.integrationservices.runtimetelemetry.dll | 15.0.4385.2 | 43048 | 25-jul-24 | 22:18 | x86 |
| Microsoft.sqlserver.management.integrationservicesenum.dll | 15.0.4385.2 | 59432 | 25-jul-24 | 22:18 | x86 |
| Microsoft.sqlserver.olapenum.dll | 15.0.18185.0 | 100800 | 25-jul-24 | 22:18 | x86 |
| Msdtssrvrutil.dll | 2019.150.4385.2 | 100408 | 25-jul-24 | 22:18 | x86 |
| Msdtssrvrutil.dll | 2019.150.4385.2 | 112592 | 25-jul-24 | 22:18 | x64 |
| Msmgdsrv.dll | 2018.150.35.48 | 8280000 | 25-jul-24 | 22:18 | x86 |
| Oledbdest.dll | 2019.150.4385.2 | 239552 | 25-jul-24 | 22:18 | x86 |
| Oledbdest.dll | 2019.150.4385.2 | 280616 | 25-jul-24 | 22:18 | x64 |
| Oledbsrc.dll | 2019.150.4385.2 | 264128 | 25-jul-24 | 22:18 | x86 |
| Oledbsrc.dll | 2019.150.4385.2 | 313384 | 25-jul-24 | 22:18 | x64 |
| Sqlresourceloader.dll | 2019.150.4385.2 | 38952 | 25-jul-24 | 22:18 | x86 |
| Sqlresourceloader.dll | 2019.150.4385.2 | 51152 | 25-jul-24 | 22:18 | x64 |
| Sqlscm.dll | 2019.150.4385.2 | 79912 | 25-jul-24 | 22:18 | x86 |
| Sqlscm.dll | 2019.150.4385.2 | 88000 | 25-jul-24 | 22:18 | x64 |
| Sqlsvc.dll | 2019.150.4385.2 | 149544 | 25-jul-24 | 22:18 | x86 |
| Sqlsvc.dll | 2019.150.4385.2 | 182328 | 25-jul-24 | 22:18 | x64 |
| Sqltaskconnections.dll | 2019.150.4385.2 | 169920 | 25-jul-24 | 22:18 | x86 |
| Sqltaskconnections.dll | 2019.150.4385.2 | 202792 | 25-jul-24 | 22:18 | x64 |
| Txdataconvert.dll | 2019.150.4385.2 | 276432 | 25-jul-24 | 22:18 | x86 |
| Txdataconvert.dll | 2019.150.4385.2 | 317480 | 25-jul-24 | 22:18 | x64 |
| Xe.dll | 2019.150.4385.2 | 723000 | 25-jul-24 | 22:18 | x64 |
| Xe.dll | 2019.150.4385.2 | 632888 | 25-jul-24 | 22:18 | x86 |
Opmerkingen voor deze update
Vereisten
Als u dit cumulatieve updatepakket wilt toepassen, moet u SQL Server 2019 uitvoeren.
Gegevens opnieuw opstarten
Mogelijk moet u de computer opnieuw opstarten nadat u dit cumulatieve updatepakket hebt toegepast.
Registergegevens
Als u een van de hotfixes in dit pakket wilt gebruiken, hoeft u geen wijzigingen aan te brengen in het register.
Belangrijke kennisgevingen
Dit artikel bevat ook de volgende belangrijke informatie.
Buildversie van Analysis Services CU
Vanaf Microsoft SQL Server 2017 komen het versienummer van de Analysis Services-build en het versienummer van de SQL Server Database Engine-build niet overeen. Voor meer informatie, zie Controleren van de buildversie in de cumulatieve update van Analysis Services.
Cumulatieve updates (CU)
- Elke nieuwe CU bevat alle oplossingen die zijn opgenomen in de vorige CU voor de geïnstalleerde versie van SQL Server.
- SQL Server-CA's zijn gecertificeerd voor dezelfde niveaus als servicepacks en moeten op hetzelfde betrouwbaarheidsniveau worden geïnstalleerd.
- We raden u aan om door te gaan met de proactieve installatie van CU's zodra deze beschikbaar komen volgens deze richtlijnen:
- Historische gegevens tonen aan dat een aanzienlijk aantal ondersteuningsaanvragen betrekking heeft op een probleem dat al is opgelost in een uitgebrachte CU.
- CU's bevatten mogelijk toegevoegde waarde boven en boven hotfixes. Dit omvat ondersteunings-, beheerbaarheid- en betrouwbaarheidsupdates.
- U wordt aangeraden SQL Server-CA's te testen voordat u ze implementeert in productieomgevingen.
Implementatie van hybride omgeving
Wanneer u een update implementeert in een hybride omgeving (zoals AlwaysOn, replicatie, cluster en spiegeling), raden we u aan de volgende artikelen te raadplegen voordat u de update implementeert:
Een failovercluster-exemplaar upgraden
Opmerking
Als u het rolling updateproces niet wilt gebruiken, volgt u deze stappen om een update toe te passen:
- Installeer de update op het passieve knooppunt.
- Installeer de update op het actieve knooppunt (hiervoor moet de service opnieuw worden opgestart).
-
Opmerking
Als u AlwaysOn hebt ingeschakeld in combinatie met de SSISDB-catalogus , raadpleegt u de informatie over SSIS met AlwaysOn over het toepassen van een update in deze omgevingen.
Een hotfix toepassen voor SQL Server in een replicatietopologie
Taalondersteuning
SQL Server-CA's zijn momenteel meertalige. Daarom is dit CU-pakket niet specifiek voor één taal. Deze is van toepassing op alle ondersteunde talen.
Onderdelen (functies) bijgewerkt
Eén CU-pakket bevat alle beschikbare updates voor alle SQL Server 2019-onderdelen (functies). Het cumulatieve updatepakket werkt echter alleen de onderdelen bij die momenteel zijn geïnstalleerd op het SQL Server-exemplaar dat u selecteert om te worden onderhouden. Als er een SQL Server-functie (bijvoorbeeld Analysis Services) wordt toegevoegd aan het exemplaar nadat deze CU is toegepast, moet u deze CU opnieuw toepassen om de nieuwe functie bij te werken naar deze CU.
Ondersteuning voor deze update
Als er andere problemen optreden of als er probleemoplossing is vereist, moet u mogelijk een serviceaanvraag maken. De gebruikelijke ondersteuningskosten zijn van toepassing op aanvullende ondersteuningsvragen en op problemen die niet in aanmerking komen voor dit specifieke cumulatieve updatepakket. Ga naar de microsoft-ondersteuningswebsite voor een volledige lijst met telefoonnummers voor klantenservice en ondersteuning van Microsoft of om een afzonderlijke serviceaanvraag te maken.
Deze update verwijderen
Deze update verwijderen in Windows
- Open in Configuratiescherm het item Programma's en onderdelen en selecteer vervolgens Geïnstalleerde updates weergeven.
- Zoek de vermelding die overeenkomt met dit cumulatieve updatepakket onder SQL Server 2019.
- Houd de vermelding ingedrukt (of klik er met de rechtermuisknop op) en selecteer Verwijderen.
Deze update verwijderen in Linux
Als u deze CU in Linux wilt verwijderen, moet u het pakket terugdraaien naar de vorige versie. Zie Sql Server terugdraaien voor meer informatie over het terugdraaien van de installatie.
Verwijzingen
- Aankondiging van updates voor het INCREMENTAL Servicing Model (ISM) van SQL Server
- SQL Server-servicepacks worden niet meer ondersteund vanaf SQL Server 2017
- Bepalen welke versie en editie van SQL Server Database Engine wordt uitgevoerd
- Onderhoudsmodellen voor SQL Server
- Naamgevingsschema en gebiedsbeschrijvingen voor SQL Server-software-updatepakketten
- Beschrijving van de standaardterminologie die wordt gebruikt voor het beschrijven van software-updates van Microsoft