KB5042215 - Beschrijving van de beveiligingsupdate voor SQL Server 2017 CU31: 10 september 2024

Van toepassing op
SQL Server 2017 on Linux SQL Server 2017 on Windows

Overzicht

Deze beveiligingsupdate bevat oplossingen en oplossingen voor beveiligingsproblemen. Zie de volgende beveiligingsadviezen voor meer informatie over de beveiligingsproblemen:

De Microsoft SQL Server-onderdelen worden bijgewerkt naar de volgende builds in deze beveiligingsupdate.

  • SQL Server - Productversie: 14.0.3475.1, bestandsversie: 2017.140.3475.1

Bekende problemen in deze update

CDC-opnametaak kan mislukken als kolommen ontbreken in CDC-wijzigingstabellen

Nadat u deze beveiligingsupdate hebt toegepast, kunnen de volgende problemen optreden in databases waarvoor Change Data Capture (CDC) is ingeschakeld:

  • Als uw CDC-tabellen kolommen bevatten met namen die komma's bevatten, ontbreken deze kolommen mogelijk in uw CDC-trackingtabellen (CDC.<capture_instance>_CT). Deze voorwaarde kan ertoe leiden dat de opnametaak mislukt. De weergave Dynamisch beheer retourneert sys.dm_cdc_errors dan de volgende foutberichten:

    Opmerking

    • Fout 22863: 'Kan geen rijen invoegen in wijzigingstabellen voor het Noteren van gegevens wijzigen. Raadpleeg eerdere fouten in de huidige sessie om de oorzaak te achterhalen en de bijbehorende problemen op te lossen.'
    • Eerdere fouten kunnen 8144 (te veel argumenten) of 257 (conversiefouten) of 201 (verwachte parameter niet opgegeven) bevatten vanwege ontbrekende kolommen.

    Opmerking: Dit symptoom treedt ook op als u de optie KEEP_CDC gebruikt wanneer u een database terugzet waarvoor CDC is ingeschakeld en uw CDC-tabellen kolommen hebben met namen die komma's bevatten.

  • Uw toepassing die gebruikmaakt van CDC-wijzigingstabellen kan mislukken en een onbekende kolomfout retourneren als de kolom ontbreekt. Als de kolomnaam bijvoorbeeld Klant,id> is<, kan het volgende foutbericht worden weergegeven:

    Opmerking

    Msg 207, Level 16, State 1, Line <LineNumber>
    Ongeldige kolomnaam 'Klant,id'.

  • In het logboek met SQL Server-fouten wordt mogelijk het volgende foutbericht weergegeven, ook al is gemeld dat de GDR-upgrade is geslaagd:

    Opmerking

    <DateTime> Database 'DatabaseName' kan niet worden bijgewerkt. Fout '22841' werd weergegeven: 'Kan de metagegevens voor database 'Databasenaam' die zijn ingeschakeld voor het wijzigen van gegevens Noteren niet bijwerken. De fout is opgetreden bij het uitvoeren van de actie '(null)'. De geretourneerde fout was 4924: 'line <LineNumber>, state 1, ALTER TABLE DROP COLUMN is mislukt omdat kolom 'ColumnName' niet bestaat in tabel 'TableName'.'. Gebruik de actie en fout om de oorzaak van de fout vast te stellen en de aanvraag opnieuw in te dienen.'. Gebruik de gerapporteerde fout om de oorzaak van de fout vast te stellen en voer vervolgens sys.sp_cdc_vupgrade uit in de databasecontext om de upgrade opnieuw uit te voeren.
    <DateTime> sp_vupgrade_replication met succes uitgevoerd.

  • Als u de optie KEEP_CDC gebruikt wanneer u een database terugzet waarvoor CDC is ingeschakeld, kan het herstelproces mislukken en tegen het einde een fout genereren. De database wordt hersteld en retourneert het volgende foutbericht:

    Opmerking

    100 procent verwerkt.
    768 pagina's verwerkt voor database 'DatabaseName', bestand 'FileName' in bestand 1.
    2 pagina's verwerkt voor database 'Databasenaam', bestand 'Bestandsnaam' op bestand 1.
    DBCC-uitvoering voltooid. Als DBCC foutberichten heeft afgedrukt, neem dan contact op met de systeembeheerder.
    Msg 22841, Level 16, State 1, Procedure sys.sp_cdc_vupgrade, Line <LineNumber> [Batch Start Line 0]
    De metagegevens voor de database 'Databasenaam' die is ingeschakeld voor het wijzigen van gegevens Noteren, kunnen niet worden bijgewerkt. De fout is opgetreden bij het uitvoeren van de actie '(null)'. De geretourneerde fout was 4924: 'line <LineNumber>, state 1, ALTER TABLE DROP COLUMN is mislukt omdat kolom 'Column&ID' niet bestaat in tabel 'dbo_CDCTableTest_CT'. Gebruik de actie en fout om de oorzaak van de fout te achterhalen en de aanvraag opnieuw in te dienen.
    RESTORE DATABASE heeft 770 pagina's in 0,270 seconden (22,265 MB/sec) verwerkt.

Oorzaak

Dit probleem treedt op in een van de volgende situaties:

  • Als er een kolom bestaat waarvan de naam een komma bevat in de CDC-traceertabel (CDC.<capture_instance>_CT) kan de kolom komen te vervallen vanwege functionele fouten in het CDC-upgradeproces.
  • De Sp_vupgrade_replication opgeslagen procedure wordt aangeroepen door een databaseherstelproces of tijdens een SQL Server upgradeproces. Deze actie kan mislukken als een CDC-traceertabel (CDC.<capture_instance>_CT) bevat kolommen waarvan de naam een symbool bevat, zoals &, <, >, of tekens waarvan de ASCII-decimale code kleiner is dan 32 (behalve 9-Tab en 10-LineFeed). Dit probleem treedt op vanwege het gebruik van FOR XML PATH in het CDC-upgradeproces en omdat de regels die van toepassing zijn op kolomnamen zijn gewijzigd. Zie Ongeldige tekens en escaperegels voor meer informatie.

Opmerking

Alleen de kolommen die hier worden beschreven, worden beïnvloed door dit probleem.

Tijdelijke oplossing

Gebruik een van de volgende methoden om dit probleem te omzeilen:

  • Als u wilt voorkomen dat kolommen verdwijnen en een CDC-herstel of -upgrade mislukt, kunt u traceringsvlag (TF) T15006 gebruiken voordat u een upgrade uitvoert van de DDR-build:

    1. Open de SQL Server Configuration Manager.
    2. Klik met de rechtermuisknop op uw exemplaar van SQL Server en selecteer vervolgens Eigenschappen.
    3. Ga naar het tabblad Opstartparameters .
    4. Voeg TF T15006 toe.
    5. Selecteer Toevoegen>,Toepassen.
    6. Start de SQL Server-service opnieuw.
    7. Voer de upgrade uit. De traceringsvlag is actief tijdens de upgrade.
  • Als u GDR hebt toegepast en kolommen met namen komma's zijn verwijderd uit CDC-traceertabellen (cdc.<capture_instance>_CT) kunt u dit probleem als volgt verhelpen:

    1. Voeg TF T15006 toe en start de SQL Server-service opnieuw zoals beschreven in de eerste resolutie.

    2. Als het scenario voor databaseherstel wordt beïnvloed, moet u een ander proces voor databaseherstel uitvoeren.

    3. Als de GDR-upgrade tot gevolg heeft dat de kolommen worden weggehaald, moet u CDC voor de desbetreffende tabel uit- en inschakelen met behulp van sp_cdc_disable_table en sp_cdc_enable_table.

      Opmerking

      Als u CDC voor de desbetreffende tabel uitschakelt en opnieuw inschakelt, gaan wijzigingsgegevens verloren.

Verbeteringen en oplossingen in deze update

Er is een downloadbare Excel-werkmap beschikbaar die een overzichtslijst met builds bevat, samen met de huidige ondersteuningslevenscyclus. Het Excel-bestand bevat ook gedetailleerde lijsten met oplossingen. Download dit Excel-bestand nu.

Opmerking

Naar afzonderlijke vermeldingen in de volgende tabel kan rechtstreeks worden verwezen via een bladwijzer. Als u een bugverwijzings-id in de tabel selecteert, wordt er een bladwijzertag toegevoegd aan de URL met behulp van de indeling "#bkmk_NNNNNNN". U kunt deze URL vervolgens delen met anderen, zodat ze rechtstreeks naar de gewenste oplossing in de tabel kunnen springen.

Foutverwijzing Beschrijving Probleemgebied oplossen Onderdeel Platform
3071603 Hiermee wordt een validatie toegevoegd voor de parameter MODEL bij het uitvoeren van PREDICT om fouten te voorkomen die optreden door de invoer van verkeerde modellen. SQL Server Engine Query-uitvoering Alles
3186546 Hiermee wordt de beveiliging van de CDC-functie (Change Data Capture) verbeterd door de mogelijkheid toe te voegen om DDL-bewerkingen (Data Definition Language) te vergrendelen om DDL-bewerkingen (Data Definition Language) te blokkeren. SQL Server Engine Replicatie Alles
3164132 Lost een probleem op waarbij tabel- en kolomnamen die worden gelezen uit metagegevens van een database in sommige gevallen niet correct worden vermeld bij het maken van interne SQL Server batches in opgeslagen procedures voor het beheren van tijdelijke tabellen. Nadat de correctie is toegepast, wordt de aanhaling correct voltooid. SQL Server Engine Tijdelijk Alles

De update verkrijgen en installeren

Methode 1: Windows Update

Deze update is beschikbaar via Windows Update. Wanneer u automatisch bijwerken inschakelt, wordt deze update automatisch gedownload en geïnstalleerd. Zie voor meer informatie over het inschakelen van automatische updates Windows Update: veelgestelde vragen.

Methode 2: Microsoft Update-catalogus

Ga naar de website Microsoft Update-catalogus om het afzonderlijke pakket voor deze update te downloaden.

Notitie De detectielogica is bijgewerkt voor deze en toekomstige beveiligingsupdates die worden gepost op de website Microsoft Update-catalogus. Zie Updates van de Microsoft Update-detectielogica voor SQL Server-onderhoud voor meer informatie.

Methode 3: Microsoft Downloadcentrum

U kunt het volgende bestand downloaden via het Microsoft Downloadcentrum:

Downloadpictogram Het pakket nu downloaden

Klik voor meer informatie over het downloaden van Microsoft-ondersteuningsbestanden op het volgende artikelnummer om het artikel in de Microsoft Knowledge Base weer te geven:

In het bezit komen van bestanden van Microsoft-ondersteuning via onlineservices

Hierbij is gebruikgemaakt van software voor virusdetectie die volledig bijgewerkt was op de datum dat het bestand beschikbaar werd gesteld. Het bestand is opgeslagen op beveiligde servers die onbevoegde wijzigingen aan het bestand helpen voorkomen.

Belangrijk

Als je een taalpakket installeert nadat je deze update hebt geïnstalleerd, moet je deze update opnieuw installeren. Daarom raden we je aan alle taalpakketten te installeren die je nodig hebt voordat je deze update installeert. Zie Taalpakketten toevoegen aan Windows voor meer informatie.

Opmerking

Deze update wordt beschikbaar gesteld via de Microsoft Update-catalogus voor alle servers waarop SQL Server wordt uitgevoerd, zelfs als Reporting Services niet is geïnstalleerd. Het installeren van deze beveiligingsupdate is optioneel voor computers die geen host zijn voor Microsoft SQL Server Reporting Services.

Het nieuwste cumulatieve updatepakket voor Linux verkrijgen of downloaden

Als je SQL Server 2017 op Linux wilt bijwerken naar de nieuwste CU, moet je eerst de opslagplaats voor cumulatieve updates hebben geconfigureerd. Werk vervolgens je SQL Server-pakketten bij met behulp van de juiste platformspecifieke updateopdracht.

Zie de opmerkingen bij de release van SQL Server 2017 voor installatie-instructies en directe koppelingen naar de downloads van het CU-pakket.

Meer informatie

Vereisten

Als je deze update wilt toepassen, moet SQL Server 2017 of een SQL Server 2017 CU-release via deze SQL Server 2017 CU31 GDR zijn geïnstalleerd.

Informatie over de implementatie van beveiligingsupdates

Zie Implementaties - Security Update Guide voor implementatie-informatie over deze update.

Informatie over bestandshash

Bestandsnaam SHA256-hash
SQLServer2017-KB5042215-x64.exe 7BEBB2653A07B5D5F68AF978FC6F3354E1C81957D78B78E0E1A5FA3A86656D41

Bestandsinformatie

De Engelse versie van dit pakket heeft de bestandsattributen (of latere bestandsattributen) die in de volgende tabel worden vermeld. De datums en tijden voor deze bestanden worden weergegeven in Coordinated Universal Time (UTC). Wanneer u de bestandsinformatie bekijkt, wordt deze geconverteerd naar de lokale tijd. Als je het verschil tussen UTC en lokale tijd wilt vinden, gebruik je het tabblad Tijdzone in het item Datum en tijd in Configuratiescherm.

Voor alle ondersteunde, op x64 gebaseerde versies

Bestandsnaam Bestandsversie Bestandsgrootte Datum Tijd Platform
Mediainfo.xml Niet van toepassing 1.118 31-jul-24 02:06 Niet van toepassing
Setup.exe 2017.140.3475.1 114,232 30-jul-24 22:51 x64
Setup.exe.config Niet van toepassing 344 31-jul-24 00:24 Niet van toepassing
Sqlsetupbootstrapper.dll 2017.140.3475.1 268,344 30-jul-24 22:52 x64
Finish.rtf Niet van toepassing 40,427 31-jul-24 00:23 Niet van toepassing
Pythonlicense.rtf Niet van toepassing 50,561 30-jul-24 22:54 Niet van toepassing
Ropenlicense.rtf Niet van toepassing 37,940 30-jul-24 22:54 Niet van toepassing
Update_license.rtf Niet van toepassing 124,685 30-jul-24 22:54 Niet van toepassing
Finish.rtf Niet van toepassing 40,425 31-jul-24 00:25 Niet van toepassing
Pythonlicense.rtf Niet van toepassing 44,183 30-jul-24 22:39 Niet van toepassing
Ropenlicense.rtf Niet van toepassing 33,216 30-jul-24 22:40 Niet van toepassing
Update_license.rtf Niet van toepassing 123,965 30-jul-24 22:39 Niet van toepassing
Mediainfo.xml Niet van toepassing 1.118 31-jul-24 02:06 Niet van toepassing
Finish.rtf Niet van toepassing 38,372 31-jul-24 00:06 Niet van toepassing
Pythonlicense.rtf Niet van toepassing 45,402 30-jul-24 22:37 Niet van toepassing
Ropenlicense.rtf Niet van toepassing 911 30-jul-24 22:37 Niet van toepassing
Update_license.rtf Niet van toepassing 64,233 30-jul-24 22:38 Niet van toepassing
Masterdataservicesloc.msi Niet van toepassing 9,007,104 31-jul-24 02:56 Niet van toepassing
sqlbrowser.msp Niet van toepassing 5,103,616 31-jul-24 02:53 Niet van toepassing
Sqlsupport.msi Niet van toepassing 19,755,008 31-jul-24 02:56 Niet van toepassing
Msodbcsql.msi Niet van toepassing 4,272,128 31-jul-24 02:56 Niet van toepassing
Sqllocaldb.msi Niet van toepassing 48,570,368 31-jul-24 02:56 Niet van toepassing
sqlwriter.msp Niet van toepassing 2,203,648 31-jul-24 02:53 Niet van toepassing
Tsqllanguageservice.msi Niet van toepassing 3,346,432 31-jul-24 02:56 Niet van toepassing
Finish.rtf Niet van toepassing 40,429 31-jul-24 00:18 Niet van toepassing
Pythonlicense.rtf Niet van toepassing 43,682 30-jul-24 22:39 Niet van toepassing
Ropenlicense.rtf Niet van toepassing 33,582 30-jul-24 22:39 Niet van toepassing
Update_license.rtf Niet van toepassing 123,629 30-jul-24 22:38 Niet van toepassing
Finish.rtf Niet van toepassing 40,427 31-jul-24 00:20 Niet van toepassing
Pythonlicense.rtf Niet van toepassing 40,862 30-jul-24 22:37 Niet van toepassing
Ropenlicense.rtf Niet van toepassing 33,141 30-jul-24 22:37 Niet van toepassing
Update_license.rtf Niet van toepassing 123,682 30-jul-24 22:38 Niet van toepassing
Finish.rtf Niet van toepassing 40,425 31-jul-24 00:20 Niet van toepassing
Pythonlicense.rtf Niet van toepassing 52,334 30-jul-24 22:36 Niet van toepassing
Ropenlicense.rtf Niet van toepassing 37,434 30-jul-24 22:36 Niet van toepassing
Update_license.rtf Niet van toepassing 128,775 30-jul-24 22:35 Niet van toepassing
Finish.rtf Niet van toepassing 40,425 31-jul-24 00:03 Niet van toepassing
Pythonlicense.rtf Niet van toepassing 57,942 30-jul-24 22:49 Niet van toepassing
Ropenlicense.rtf Niet van toepassing 47,219 30-jul-24 22:49 Niet van toepassing
Update_license.rtf Niet van toepassing 146,899 30-jul-24 22:49 Niet van toepassing
Finish.rtf Niet van toepassing 40,423 31-jul-24 00:17 Niet van toepassing
Pythonlicense.rtf Niet van toepassing 43,688 30-jul-24 22:34 Niet van toepassing
Ropenlicense.rtf Niet van toepassing 33,584 30-jul-24 22:34 Niet van toepassing
Update_license.rtf Niet van toepassing 124,124 30-jul-24 22:35 Niet van toepassing
Finish.rtf Niet van toepassing 40,423 31-jul-24 00:16 Niet van toepassing
Pythonlicense.rtf Niet van toepassing 46,669 30-jul-24 22:37 Niet van toepassing
Ropenlicense.rtf Niet van toepassing 36,232 30-jul-24 22:37 Niet van toepassing
Update_license.rtf Niet van toepassing 126,361 30-jul-24 22:37 Niet van toepassing
Finish.rtf Niet van toepassing 40,427 31-jul-24 00:13 Niet van toepassing
Pythonlicense.rtf Niet van toepassing 48,793 30-jul-24 22:37 Niet van toepassing
Ropenlicense.rtf Niet van toepassing 37,540 30-jul-24 22:39 Niet van toepassing
Update_license.rtf Niet van toepassing 124,998 30-jul-24 22:37 Niet van toepassing
Finish.rtf Niet van toepassing 40,427 31-jul-24 00:26 Niet van toepassing
Pythonlicense.rtf Niet van toepassing 43,446 30-jul-24 22:52 Niet van toepassing
Ropenlicense.rtf Niet van toepassing 33,275 30-jul-24 22:52 Niet van toepassing
Update_license.rtf Niet van toepassing 124,584 30-jul-24 22:52 Niet van toepassing
Setup.rll 2017.140.3475.1 19,496 30-jul-24 22:54 Niet van toepassing
Addnode.xml Niet van toepassing 10,653 31-jul-24 00:23 Niet van toepassing
Completeclusterwizard.xml Niet van toepassing 11,319 31-jul-24 00:22 Niet van toepassing
Completeimagewizard.xml Niet van toepassing 14,731 31-jul-24 00:27 Niet van toepassing
Componentupdate.xml Niet van toepassing 3,061 31-jul-24 00:23 Niet van toepassing
Configuration.uicfg Niet van toepassing 6,927 31-jul-24 00:24 Niet van toepassing
Editionupgradewizard.xml Niet van toepassing 5,673 31-jul-24 00:25 Niet van toepassing
Fixsqlregistrykey_x64.exe 14.0.1000.169 48,312 31-jul-24 00:27 x64
Fixsqlregistrykey_x64.exe.config Niet van toepassing 344 31-jul-24 00:24 Niet van toepassing
Fixsqlregistrykey_x86.exe 14.0.1000.169 48,824 31-jul-24 00:21 x86
Fixsqlregistrykey_x86.exe.config Niet van toepassing 344 31-jul-24 00:24 Niet van toepassing
Fusioncheck.dll 2017.140.3475.1 98,360 30-jul-24 22:49 x64
Installclusterwizard.xml Niet van toepassing 18,002 31-jul-24 00:21 Niet van toepassing
Installwizard.xml Niet van toepassing 19,498 31-jul-24 00:26 Niet van toepassing
Instapi140.dll 2017.140.3475.1 66,600 30-jul-24 22:32 x64
Landingpage.exe 14.0.3475.1 436,160 30-jul-24 22:49 x64
Landingpage.exe.config Niet van toepassing 344 31-jul-24 00:24 Niet van toepassing
Microsoft.analysisservices.adomdclient.dll 14.0.249.106 1,082,784 30-jul-24 22:49 x86
Microsoft.analysisservices.core.dll 14.0.249.106 1,375,648 30-jul-24 22:49 x86
Microsoft.analysisservices.dll 14.0.249.106 706,464 30-jul-24 22:49 x86
Microsoft.analysisservices.spclient.interfaces.dll 14.0.1.439 32,952 31-jul-24 00:22 x86
Microsoft.analysisservices.tabular.dll 14.0.249.106 978,848 30-jul-24 22:49 x86
Microsoft.analysisservices.tabular.json.dll 14.0.249.106 581,032 30-jul-24 22:50 x86
Microsoft.diagnostics.tracing.eventsource.dll 1.1.26.0 167,728 30-jul-24 23:56 x86
Microsoft.netenterpriseservers.exceptionmessagebox.dll 14.0.1000.169 137,904 31-jul-24 00:11 x86
Microsoft.sql.chainer.package.dll 14.0.3475.1 36,904 30-jul-24 22:50 x86
Microsoft.sql.chainer.package.xmlserializers.dll 14.0.3475.1 65,592 30-jul-24 22:49 x86
Microsoft.sql.chainer.packagedata.dll 14.0.3475.1 148,520 30-jul-24 22:50 x86
Microsoft.sql.chainer.product.dll 14.0.3475.1 370,728 30-jul-24 22:49 x86
Microsoft.sql.chainer.product.xmlserializers.dll 14.0.3475.1 64,960 30-jul-24 22:49 x86
Microsoft.sqlserver.chainer.extensioncommon.dll 14.0.3475.1 107,560 30-jul-24 22:50 x86
Microsoft.sqlserver.chainer.extensioncommon.xmlserializers.dll 14.0.3475.1 79,912 30-jul-24 22:49 x86
Microsoft.sqlserver.chainer.infrastructure.dll 14.0.3475.1 404,520 30-jul-24 22:49 x86
Microsoft.sqlserver.chainer.infrastructure.xmlserializers.dll 14.0.3475.1 201,256 30-jul-24 22:49 x86
Microsoft.sqlserver.chainer.workflowdata.dll 14.0.3475.1 819,752 30-jul-24 22:49 x86
Microsoft.sqlserver.chainer.workflowdata.xmlserializers.dll 14.0.3475.1 400,320 30-jul-24 22:49 x86
Microsoft.sqlserver.configuration.agentextension.dll 14.0.3475.1 128,456 30-jul-24 22:50 x86
Microsoft.sqlserver.configuration.asextension.dll 14.0.3475.1 402,384 30-jul-24 22:49 x86
Microsoft.sqlserver.configuration.astelemetryextension.dll 14.0.1000.169 72,888 31-jul-24 00:25 x64
Microsoft.sqlserver.configuration.bootstrapextension.dll 14.0.3475.1 71,208 30-jul-24 22:49 x86
Microsoft.sqlserver.configuration.bootstrapextension.xmlserializers.dll 14.0.3475.1 26,152 30-jul-24 22:50 x86
Microsoft.sqlserver.configuration.cluster.dll 14.0.3475.1 698,304 30-jul-24 22:49 x86
Microsoft.sqlserver.configuration.cluster.xmlserializers.dll 14.0.3475.1 337,960 30-jul-24 22:49 x86
Microsoft.sqlserver.configuration.configextension.dll 14.0.3475.1 81,960 30-jul-24 22:49 x86
Microsoft.sqlserver.configuration.configextension.xmlserializers.dll 14.0.3475.1 37,944 30-jul-24 22:49 x86
Microsoft.sqlserver.configuration.connectioninfo.dll 14.0.17041.0 170,232 31-jul-24 00:01 x86
Microsoft.sqlserver.configuration.distributedreplayextension.dll 14.0.1000.169 79,032 31-jul-24 00:21 x86
Microsoft.sqlserver.configuration.dll 14.0.3475.1 272,952 30-jul-24 22:51 x86
Microsoft.sqlserver.configuration.dmf.common.dll 14.0.17041.0 70,904 31-jul-24 00:19 x86
Microsoft.sqlserver.configuration.dmf.dll 14.0.17041.0 321,784 31-jul-24 00:16 x86
Microsoft.sqlserver.configuration.extensibility_configextension.dll 14.0.3475.1 80,848 30-jul-24 22:49 x64
Microsoft.sqlserver.configuration.fulltext_configextension.dll 14.0.3475.1 75,200 30-jul-24 22:49 x64
Microsoft.sqlserver.configuration.impy_configextension.dll 14.0.3475.1 35,896 30-jul-24 22:49 x64
Microsoft.sqlserver.configuration.imr_configextension.dll 14.0.3475.1 35,896 30-jul-24 22:49 x64
Microsoft.sqlserver.configuration.installwizard.dll 14.0.3475.1 1,792,464 30-jul-24 22:49 x86
Microsoft.sqlserver.configuration.installwizardframework.dll 14.0.3475.1 70,592 30-jul-24 22:49 x86
Microsoft.sqlserver.configuration.installwizardframework.xmlserializers.dll 14.0.3475.1 60,968 30-jul-24 22:49 x86
Microsoft.sqlserver.configuration.ismasterextension.dll 14.0.3475.1 73,256 30-jul-24 22:49 x86
Microsoft.sqlserver.configuration.istelemetryconfigextension.dll 14.0.1000.169 41,656 31-jul-24 00:26 x86
Microsoft.sqlserver.configuration.isworkerextension.dll 14.0.1000.169 75,448 31-jul-24 00:22 x86
Microsoft.sqlserver.configuration.managementtoolsextension.dll 14.0.3475.1 40,488 30-jul-24 22:49 x86
Microsoft.sqlserver.configuration.mdsconfigextension.dll 14.0.3475.1 22,464 30-jul-24 22:50 x86
Microsoft.sqlserver.configuration.msiextension.dll 14.0.3475.1 454,592 30-jul-24 22:49 x86
Microsoft.sqlserver.configuration.msiextension.xmlserializers.dll 14.0.3475.1 191,952 30-jul-24 22:49 x86
Microsoft.sqlserver.configuration.polybaseconfigextension.dll 14.0.3475.1 179,648 30-jul-24 22:49 x86
Microsoft.sqlserver.configuration.powershellextension.dll 14.0.3475.1 45,008 30-jul-24 22:49 x86
Microsoft.sqlserver.configuration.repl_configextension.dll 14.0.3475.1 45,608 30-jul-24 22:49 x86
Microsoft.sqlserver.configuration.rsextension.dll 14.0.3475.1 374,824 30-jul-24 22:49 x86
Microsoft.sqlserver.configuration.rulesengineextension.dll 14.0.3475.1 94,760 30-jul-24 22:49 x86
Microsoft.sqlserver.configuration.rulesengineextension.xmlserializers.dll 14.0.3475.1 38,952 30-jul-24 22:49 x86
Microsoft.sqlserver.configuration.saa_configextension.dll 14.0.1000.169 35,512 31-jul-24 00:24 x64
Microsoft.sqlserver.configuration.sco.dll 14.0.3475.1 2,087,872 30-jul-24 22:49 x86
Microsoft.sqlserver.configuration.sco.xmlserializers.dll 14.0.3475.1 124,864 30-jul-24 22:49 x86
Microsoft.sqlserver.configuration.scoextension.dll 14.0.1000.169 236,728 31-jul-24 00:09 x86
Microsoft.sqlserver.configuration.setupextension.dll 14.0.3475.1 1,203,648 30-jul-24 22:49 x86
Microsoft.sqlserver.configuration.setupextension.xmlserializers.dll 14.0.3475.1 442,304 30-jul-24 22:49 x86
Microsoft.sqlserver.configuration.sfc.dll 14.0.17041.0 531,192 31-jul-24 00:02 x86
Microsoft.sqlserver.configuration.slpextension.dll 14.0.3475.1 59,432 30-jul-24 22:49 x86
Microsoft.sqlserver.configuration.smartsetupextension.dll 14.0.1000.169 232,120 31-jul-24 00:08 x86
Microsoft.sqlserver.configuration.smartsetupextension.xmlserializers.dll 14.0.1000.169 76.984 31-jul-24 00:23 x86
Microsoft.sqlserver.configuration.smo.dll 14.0.17041.0 4,181,752 31-jul-24 00:20 x86
Microsoft.sqlserver.configuration.smpy_configextension.dll 14.0.3475.1 35,776 30-jul-24 22:49 x64
Microsoft.sqlserver.configuration.smr_configextension.dll 14.0.3475.1 35,776 30-jul-24 22:49 x64
Microsoft.sqlserver.configuration.sniserverconfigext.dll 2017.140.3475.1 294,440 30-jul-24 22:49 x64
Microsoft.sqlserver.configuration.sqlbrowserextension.dll 14.0.3475.1 135,208 30-jul-24 22:49 x64
Microsoft.sqlserver.configuration.sqlconfigbase.dll 14.0.3475.1 65,472 30-jul-24 22:49 x86
Microsoft.sqlserver.configuration.sqlconfigbase.xmlserializers.dll 14.0.3475.1 28,608 30-jul-24 22:49 x86
Microsoft.sqlserver.configuration.sqlenum.dll 14.0.17041.0 1,478,904 31-jul-24 00:22 x86
Microsoft.sqlserver.configuration.sqlserver_configextension.dll 2017.140.3475.1 746,536 30-jul-24 22:49 x64
Microsoft.sqlserver.configuration.ssisextension.dll 14.0.3475.1 75,200 30-jul-24 22:49 x86
Microsoft.sqlserver.configuration.sstring.dll 14.0.1000.169 33,464 31-jul-24 00:09 x86
Microsoft.sqlserver.configuration.telemetryconfigextension.dll 14.0.3475.1 66,600 30-jul-24 22:49 x64
Microsoft.sqlserver.configuration.telemetryconfigextension.resources.dll 14.0.1000.169 23,736 30-jul-24 23:57 x86
Microsoft.sqlserver.configuration.uiextension.dll 14.0.3475.1 106,552 30-jul-24 22:49 x86
Microsoft.sqlserver.configuration.uiextension.xmlserializers.dll 14.0.3475.1 52,792 30-jul-24 22:49 x86
Microsoft.sqlserver.configuration.utilityextension.dll 14.0.1000.169 33,976 31-jul-24 00:25 x86
Microsoft.sqlserver.configuration.wizardframework.dll 14.0.3475.1 179,752 30-jul-24 22:49 x86
Microsoft.sqlserver.configuration.wizardframework.xmlserializers.dll 14.0.3475.1 60,456 30-jul-24 22:49 x86
Microsoft.sqlserver.configuration.wmiinterop.dll 14.0.1000.169 329,400 31-jul-24 00:22 x86
Microsoft.sqlserver.configuration.xmlserializers.dll 14.0.3475.1 155,080 30-jul-24 22:51 x86
Microsoft.sqlserver.configuration.xtp.configextension.dll 14.0.1000.169 31,928 31-jul-24 00:24 x86
Microsoft.sqlserver.customcontrols.dll 14.0.1000.169 44,728 31-jul-24 00:21 x86
Microsoft.sqlserver.datawarehouse.workloaddeployment.dll 13.0.9124.22 699,976 30-jul-24 22:32 x86
Microsoft.sqlserver.deployment.dll 14.0.1000.169 251,576 31-jul-24 00:08 x86
Microsoft.sqlserver.deployment.xmlserializers.dll 14.0.1000.169 33,464 31-jul-24 00:25 x86
Microsoft.sqlserver.diagnostics.configuration.strace.dll 14.0.1000.169 129,208 31-jul-24 00:26 x86
Microsoft.sqlserver.discovery.dll 14.0.3475.1 215,608 30-jul-24 22:51 x86
Microsoft.sqlserver.discovery.xmlserializers.dll 14.0.3475.1 215,488 30-jul-24 22:51 x86
Microsoft.sqlserver.instapi.dll 14.0.1000.169 46,264 31-jul-24 00:27 x86
Microsoft.sqlserver.interop.firewallapi.dll 14.0.0.0 38,584 31-jul-24 00:27 x86
Microsoft.sqlserver.interop.taskschd.dll 14.0.0.0 52,920 31-jul-24 00:25 x86
Microsoft.sqlserver.interop.wuapilib.dll 14.0.0.0 93,368 31-jul-24 00:22 x86
Microsoft.sqlserver.management.controls.dll 14.0.17041.0 394,488 31-jul-24 00:21 x86
Microsoft.sqlserver.setup.chainer.workflow.dll 14.0.3475.1 96,704 30-jul-24 22:51 x86
Microsoft.sqlserver.setup.chainer.workflow.xmlserializers.dll 14.0.3475.1 68,664 30-jul-24 22:52 x86
Microsoft.sqlserver.usagetracking.dll 2017.140.3475.1 48,680 30-jul-24 22:49 x64
Msvcp120.dll 12.0.40649.5 660,128 30-jul-24 22:32 x64
Msvcr120.dll 12.0.40649.5 963,744 30-jul-24 22:32 x64
Newtonsoft.json.dll 6.0.8.18111 513,424 30-jul-24 22:32 x86
Package.xsd Niet van toepassing 8,832 31-jul-24 00:25 Niet van toepassing
Patchwizard.xml Niet van toepassing 6,057 30-jul-24 22:42 Niet van toepassing
Pidgenx.dll 15.0.169.500 1,475,160 31-jul-24 00:14 x64
Pidprivateconfigobjectmaps.xml Niet van toepassing 93,374 31-jul-24 00:17 Niet van toepassing
Prepareclusterwizard.xml Niet van toepassing 12,299 31-jul-24 00:27 Niet van toepassing
Prepareimagewizard.xml Niet van toepassing 8,246 31-jul-24 00:24 Niet van toepassing
Removenode.xml Niet van toepassing 4,946 31-jul-24 00:27 Niet van toepassing
Removepatchwizard.xml Niet van toepassing 5,680 30-jul-24 22:43 Niet van toepassing
Repairwizard.xml Niet van toepassing 6,999 30-jul-24 22:42 Niet van toepassing
Rsetup.exe 9.4.7.1164 217,480 30-jul-24 22:52 x86
Runrulesui.xml Niet van toepassing 1,403 31-jul-24 00:24 Niet van toepassing
Scenarioengine.exe 14.0.3475.1 62,408 30-jul-24 22:50 x64
Scenarioengine.exe.config Niet van toepassing 344 31-jul-24 00:24 Niet van toepassing
Shellobjects.dll 1.0.0.0 135,352 31-jul-24 00:29 x86
Sqlboot.dll 2017.140.3475.1 192,040 30-jul-24 22:47 x64
Sqlcab.dll 2017.140.3475.1 145,960 30-jul-24 22:51 x64
Sqlconf.dll 2017.140.3475.1 54,208 30-jul-24 22:51 x64
Sqlmu.dll 2017.140.3475.1 98,344 30-jul-24 22:51 x64
Sqlprocesssub.dll 2017.140.3475.1 108,072 30-jul-24 22:52 x64
Sqlsccn.dll 2017.140.3475.1 96,808 30-jul-24 22:52 x64
Uninstallwizard.xml Niet van toepassing 4,648 31-jul-24 00:21 Niet van toepassing
Upgradewizard.xml Niet van toepassing 14,573 31-jul-24 00:28 Niet van toepassing
Landingpage.resources.dll 14.0.3475.1 77,776 30-jul-24 22:34 x86
Microsoft.netenterpriseservers.exceptionmessagebox.resources.dll 14.0.1000.169 89,784 31-jul-24 00:15 x86
Microsoft.sql.chainer.package.resources.dll 14.0.3475.1 22,584 30-jul-24 22:33 x86
Microsoft.sql.chainer.product.resources.dll 14.0.3475.1 349,632 30-jul-24 22:33 x86
Microsoft.sqlserver.chainer.extensioncommon.resources.dll 14.0.3475.1 35,264 30-jul-24 22:33 x86
Microsoft.sqlserver.chainer.infrastructure.resources.dll 14.0.3475.1 41,528 30-jul-24 22:34 x86
Microsoft.sqlserver.chainer.setup.resources.dll 14.0.3475.1 17,960 30-jul-24 22:33 x86
Microsoft.sqlserver.configuration.agentextension.resources.dll 14.0.3475.1 30,248 30-jul-24 22:34 x86
Microsoft.sqlserver.configuration.asextension.resources.dll 14.0.3475.1 71,208 30-jul-24 22:34 x86
Microsoft.sqlserver.configuration.bootstrapextension.resources.dll 14.0.3475.1 27,176 30-jul-24 22:33 x86
Microsoft.sqlserver.configuration.cluster.resources.dll 14.0.3475.1 169,408 30-jul-24 22:34 x86
Microsoft.sqlserver.configuration.configextension.resources.dll 14.0.3475.1 18,880 30-jul-24 22:34 x86
Microsoft.sqlserver.configuration.connectioninfo.resources.dll 14.0.17041.0 26,360 31-jul-24 00:14 x86
Microsoft.sqlserver.configuration.distributedreplayextension.resources.dll 14.0.1000.169 27,320 31-jul-24 00:12 x86
Microsoft.sqlserver.configuration.dmf.common.resources.dll 14.0.17041.0 24,824 31-jul-24 00:12 x86
Microsoft.sqlserver.configuration.dmf.resources.dll 14.0.17041.0 39,672 31-jul-24 00:16 x86
Microsoft.sqlserver.configuration.extensibility_configextension.resources.dll 14.0.3475.1 21,952 30-jul-24 22:33 x86
Microsoft.sqlserver.configuration.fulltext_configextension.resources.dll 14.0.3475.1 20,432 30-jul-24 22:33 x86
Microsoft.sqlserver.configuration.impy_configextension.resources.dll 14.0.3475.1 16,424 30-jul-24 22:34 x86
Microsoft.sqlserver.configuration.imr_configextension.resources.dll 14.0.3475.1 16,424 30-jul-24 22:34 x86
Microsoft.sqlserver.configuration.installwizard.resources.dll 14.0.3475.1 1,086,504 30-jul-24 22:34 x86
Microsoft.sqlserver.configuration.installwizardframework.resources.dll 14.0.3475.1 17,448 30-jul-24 22:34 x86
Microsoft.sqlserver.configuration.ismasterextension.resources.dll 14.0.3475.1 20,928 30-jul-24 22:33 x86
Microsoft.sqlserver.configuration.isworkerextension.resources.dll 14.0.1000.169 25,784 31-jul-24 00:14 x86
Microsoft.sqlserver.configuration.managementtoolsextension.resources.dll 14.0.3475.1 20,928 30-jul-24 22:34 x86
Microsoft.sqlserver.configuration.msiextension.resources.dll 14.0.3475.1 74,192 30-jul-24 22:33 x86
Microsoft.sqlserver.configuration.polybaseconfigextension.resources.dll 14.0.3475.1 45,112 30-jul-24 22:34 x86
Microsoft.sqlserver.configuration.powershellextension.resources.dll 14.0.3475.1 21,032 30-jul-24 22:34 x86
Microsoft.sqlserver.configuration.repl_configextension.resources.dll 14.0.3475.1 17,448 30-jul-24 22:34 x86
Microsoft.sqlserver.configuration.resources.dll 14.0.3475.1 64,552 30-jul-24 22:34 x86
Microsoft.sqlserver.configuration.rsextension.resources.dll 14.0.3475.1 62,520 30-jul-24 22:33 x86
Microsoft.sqlserver.configuration.rulesengineextension.resources.dll 14.0.3475.1 32,296 30-jul-24 22:33 x86
Microsoft.sqlserver.configuration.saa_configextension.resources.dll 14.0.1000.169 22,200 31-jul-24 00:14 x86
Microsoft.sqlserver.configuration.sco.resources.dll 14.0.3475.1 1,000,896 30-jul-24 22:34 x86
Microsoft.sqlserver.configuration.scoextension.resources.dll 14.0.1000.169 60,088 31-jul-24 00:15 x86
Microsoft.sqlserver.configuration.setupextension.resources.dll 14.0.3475.1 323,128 30-jul-24 22:34 x86
Microsoft.sqlserver.configuration.sfc.resources.dll 14.0.17041.0 158,456 31-jul-24 00:12 x86
Microsoft.sqlserver.configuration.slpextension.resources.dll 14.0.3475.1 22,056 30-jul-24 22:34 x86
Microsoft.sqlserver.configuration.smartsetupextension.resources.dll 14.0.3475.1 34,240 30-jul-24 22:34 x86
Microsoft.sqlserver.configuration.smo.resources.dll 14.0.17041.0 867,064 31-jul-24 00:16 x86
Microsoft.sqlserver.configuration.smpy_configextension.resources.dll 14.0.3475.1 16,440 30-jul-24 22:33 x86
Microsoft.sqlserver.configuration.smr_configextension.resources.dll 14.0.3475.1 16,320 30-jul-24 22:35 x86
Microsoft.sqlserver.configuration.sniserverconfigext.resources.dll 2017.140.1000.169 36,536 31-jul-24 00:12 x86
Microsoft.sqlserver.configuration.sqlbrowserextension.resources.dll 14.0.3475.1 38,456 30-jul-24 22:34 x86
Microsoft.sqlserver.configuration.sqlconfigbase.resources.dll 14.0.3475.1 18,368 30-jul-24 22:33 x86
Microsoft.sqlserver.configuration.sqlenum.resources.dll 14.0.17041.0 867,064 31-jul-24 00:12 x86
Microsoft.sqlserver.configuration.sqlserver_configextension.resources.dll 2017.140.3475.1 153,024 30-jul-24 22:35 x86
Microsoft.sqlserver.configuration.ssisextension.resources.dll 14.0.3475.1 21,456 30-jul-24 22:33 x86
Microsoft.sqlserver.configuration.uiextension.resources.dll 14.0.3475.1 21,560 30-jul-24 22:34 x86
Microsoft.sqlserver.configuration.utilityextension.resources.dll 14.0.1000.169 22,200 31-jul-24 00:14 x86
Microsoft.sqlserver.configuration.wizardframework.resources.dll 14.0.3475.1 56,872 30-jul-24 22:34 x86
Microsoft.sqlserver.configuration.xtp.configextension.resources.dll 14.0.1000.169 22,200 31-jul-24 00:13 x86
Microsoft.sqlserver.deployment.resources.dll 14.0.1000.169 21,168 31-jul-24 00:12 x86
Microsoft.sqlserver.discovery.resources.dll 14.0.3475.1 83,912 30-jul-24 22:34 x86
Microsoft.sqlserver.management.controls.resources.dll 14.0.17041.0 85,752 31-jul-24 00:13 x86
Microsoft.sqlserver.setup.chainer.workflow.resources.dll 14.0.3475.1 27,584 30-jul-24 22:33 x86
Landingpage.resources.dll 14.0.3475.1 77,864 30-jul-24 22:33 x86
Microsoft.netenterpriseservers.exceptionmessagebox.resources.dll 14.0.1000.169 89,784 31-jul-24 00:01 x86
Microsoft.sql.chainer.package.resources.dll 14.0.3475.1 22,464 30-jul-24 22:36 x86
Microsoft.sql.chainer.product.resources.dll 14.0.3475.1 349,632 30-jul-24 22:35 x86
Microsoft.sqlserver.chainer.extensioncommon.resources.dll 14.0.3475.1 34,768 30-jul-24 22:35 x86
Microsoft.sqlserver.chainer.infrastructure.resources.dll 14.0.3475.1 41,016 30-jul-24 22:36 x86
Microsoft.sqlserver.chainer.setup.resources.dll 14.0.3475.1 17,872 30-jul-24 22:36 x86
Microsoft.sqlserver.configuration.agentextension.resources.dll 14.0.3475.1 30,264 30-jul-24 22:35 x86
Microsoft.sqlserver.configuration.asextension.resources.dll 14.0.3475.1 71,736 30-jul-24 22:36 x86
Microsoft.sqlserver.configuration.bootstrapextension.resources.dll 14.0.3475.1 27,176 30-jul-24 22:37 x86
Microsoft.sqlserver.configuration.cluster.resources.dll 14.0.3475.1 169,424 30-jul-24 22:36 x86
Microsoft.sqlserver.configuration.configextension.resources.dll 14.0.3475.1 18,384 30-jul-24 22:36 x86
Microsoft.sqlserver.configuration.connectioninfo.resources.dll 14.0.17041.0 25,848 31-jul-24 00:10 x86
Microsoft.sqlserver.configuration.distributedreplayextension.resources.dll 14.0.1000.169 27,320 31-jul-24 00:07 x86
Microsoft.sqlserver.configuration.dmf.common.resources.dll 14.0.17041.0 24,824 31-jul-24 00:09 x86
Microsoft.sqlserver.configuration.dmf.resources.dll 14.0.17041.0 39,160 31-jul-24 00:12 x86
Microsoft.sqlserver.configuration.extensibility_configextension.resources.dll 14.0.3475.1 21,440 30-jul-24 22:37 x86
Microsoft.sqlserver.configuration.fulltext_configextension.resources.dll 14.0.3475.1 21,032 30-jul-24 22:37 x86
Microsoft.sqlserver.configuration.impy_configextension.resources.dll 14.0.3475.1 16,320 30-jul-24 22:37 x86
Microsoft.sqlserver.configuration.imr_configextension.resources.dll 14.0.3475.1 16,320 30-jul-24 22:36 x86
Microsoft.sqlserver.configuration.installwizard.resources.dll 14.0.3475.1 1,090,088 30-jul-24 22:37 x86
Microsoft.sqlserver.configuration.installwizardframework.resources.dll 14.0.3475.1 17,344 30-jul-24 22:36 x86
Microsoft.sqlserver.configuration.ismasterextension.resources.dll 14.0.3475.1 21,544 30-jul-24 22:36 x86
Microsoft.sqlserver.configuration.isworkerextension.resources.dll 14.0.1000.169 25,784 31-jul-24 00:09 x86
Microsoft.sqlserver.configuration.managementtoolsextension.resources.dll 14.0.3475.1 20,944 30-jul-24 22:36 x86
Microsoft.sqlserver.configuration.msiextension.resources.dll 14.0.3475.1 74,176 30-jul-24 22:35 x86
Microsoft.sqlserver.configuration.polybaseconfigextension.resources.dll 14.0.3475.1 45,096 30-jul-24 22:37 x86
Microsoft.sqlserver.configuration.powershellextension.resources.dll 14.0.3475.1 21,032 30-jul-24 22:36 x86
Microsoft.sqlserver.configuration.repl_configextension.resources.dll 14.0.3475.1 17,344 30-jul-24 22:36 x86
Microsoft.sqlserver.configuration.resources.dll 14.0.3475.1 65,576 30-jul-24 22:36 x86
Microsoft.sqlserver.configuration.rsextension.resources.dll 14.0.3475.1 62,008 30-jul-24 22:36 x86
Microsoft.sqlserver.configuration.rulesengineextension.resources.dll 14.0.3475.1 32,296 30-jul-24 22:37 x86
Microsoft.sqlserver.configuration.saa_configextension.resources.dll 14.0.1000.169 22,192 31-jul-24 00:08 x86
Microsoft.sqlserver.configuration.sco.resources.dll 14.0.3475.1 984,000 30-jul-24 22:37 x86
Microsoft.sqlserver.configuration.scoextension.resources.dll 14.0.1000.169 59,056 31-jul-24 00:11 x86
Microsoft.sqlserver.configuration.setupextension.resources.dll 14.0.3475.1 323,624 30-jul-24 22:35 x86
Microsoft.sqlserver.configuration.sfc.resources.dll 14.0.17041.0 157,944 31-jul-24 00:10 x86
Microsoft.sqlserver.configuration.slpextension.resources.dll 14.0.3475.1 22,056 30-jul-24 22:37 x86
Microsoft.sqlserver.configuration.smartsetupextension.resources.dll 14.0.3475.1 35,368 30-jul-24 22:36 x86
Microsoft.sqlserver.configuration.smo.resources.dll 14.0.17041.0 872,696 31-jul-24 00:12 x86
Microsoft.sqlserver.configuration.smpy_configextension.resources.dll 14.0.3475.1 16,336 30-jul-24 22:36 x86
Microsoft.sqlserver.configuration.smr_configextension.resources.dll 14.0.3475.1 16,320 30-jul-24 22:35 x86
Microsoft.sqlserver.configuration.sniserverconfigext.resources.dll 2017.140.1000.169 36,536 31-jul-24 00:11 x86
Microsoft.sqlserver.configuration.sqlbrowserextension.resources.dll 14.0.3475.1 38,440 30-jul-24 22:36 x86
Microsoft.sqlserver.configuration.sqlconfigbase.resources.dll 14.0.3475.1 18,368 30-jul-24 22:36 x86
Microsoft.sqlserver.configuration.sqlenum.resources.dll 14.0.17041.0 866,552 31-jul-24 00:08 x86
Microsoft.sqlserver.configuration.sqlserver_configextension.resources.dll 2017.140.3475.1 153,656 30-jul-24 22:36 x86
Microsoft.sqlserver.configuration.ssisextension.resources.dll 14.0.3475.1 21,544 30-jul-24 22:35 x86
Microsoft.sqlserver.configuration.uiextension.resources.dll 14.0.3475.1 21,952 30-jul-24 22:36 x86
Microsoft.sqlserver.configuration.utilityextension.resources.dll 14.0.1000.169 22,200 31-jul-24 00:07 x86
Microsoft.sqlserver.configuration.wizardframework.resources.dll 14.0.3475.1 57,280 30-jul-24 22:35 x86
Microsoft.sqlserver.configuration.xtp.configextension.resources.dll 14.0.1000.169 22,200 31-jul-24 00:10 x86
Microsoft.sqlserver.deployment.resources.dll 14.0.1000.169 21,176 31-jul-24 00:07 x86
Microsoft.sqlserver.discovery.resources.dll 14.0.3475.1 83,496 30-jul-24 22:35 x86
Microsoft.sqlserver.management.controls.resources.dll 14.0.17041.0 85,752 31-jul-24 00:11 x86
Microsoft.sqlserver.setup.chainer.workflow.resources.dll 14.0.3475.1 27,072 30-jul-24 22:37 x86
Landingpage.resources.dll 14.0.3475.1 78,376 30-jul-24 22:38 x86
Microsoft.netenterpriseservers.exceptionmessagebox.resources.dll 14.0.1000.169 89,784 31-jul-24 00:15 x86
Microsoft.sql.chainer.package.resources.dll 14.0.3475.1 22,568 30-jul-24 22:38 x86
Microsoft.sql.chainer.product.resources.dll 14.0.3475.1 349,736 30-jul-24 22:38 x86
Microsoft.sqlserver.chainer.extensioncommon.resources.dll 14.0.3475.1 35,368 30-jul-24 22:37 x86
Microsoft.sqlserver.chainer.infrastructure.resources.dll 14.0.3475.1 42,040 30-jul-24 22:37 x86
Microsoft.sqlserver.chainer.setup.resources.dll 14.0.3475.1 18,488 30-jul-24 22:37 x86
Microsoft.sqlserver.configuration.agentextension.resources.dll 14.0.3475.1 30,672 30-jul-24 22:38 x86
Microsoft.sqlserver.configuration.asextension.resources.dll 14.0.3475.1 72,232 30-jul-24 22:37 x86
Microsoft.sqlserver.configuration.bootstrapextension.resources.dll 14.0.3475.1 27,688 30-jul-24 22:37 x86
Microsoft.sqlserver.configuration.cluster.resources.dll 14.0.3475.1 172,992 30-jul-24 22:38 x86
Microsoft.sqlserver.configuration.configextension.resources.dll 14.0.3475.1 18,880 30-jul-24 22:37 x86
Microsoft.sqlserver.configuration.connectioninfo.resources.dll 14.0.17041.0 26,360 31-jul-24 00:16 x86
Microsoft.sqlserver.configuration.distributedreplayextension.resources.dll 14.0.1000.169 27,320 31-jul-24 00:13 x86
Microsoft.sqlserver.configuration.dmf.common.resources.dll 14.0.17041.0 24,824 31-jul-24 00:14 x86
Microsoft.sqlserver.configuration.dmf.resources.dll 14.0.17041.0 40,184 31-jul-24 00:16 x86
Microsoft.sqlserver.configuration.extensibility_configextension.resources.dll 14.0.3475.1 21,952 30-jul-24 22:38 x86
Microsoft.sqlserver.configuration.fulltext_configextension.resources.dll 14.0.3475.1 21,544 30-jul-24 22:38 x86
Microsoft.sqlserver.configuration.impy_configextension.resources.dll 14.0.3475.1 16,320 30-jul-24 22:38 x86
Microsoft.sqlserver.configuration.imr_configextension.resources.dll 14.0.3475.1 16,424 30-jul-24 22:37 x86
Microsoft.sqlserver.configuration.installwizard.resources.dll 14.0.3475.1 1,090,600 30-jul-24 22:37 x86
Microsoft.sqlserver.configuration.installwizardframework.resources.dll 14.0.3475.1 17,344 30-jul-24 22:38 x86
Microsoft.sqlserver.configuration.ismasterextension.resources.dll 14.0.3475.1 21,032 30-jul-24 22:38 x86
Microsoft.sqlserver.configuration.isworkerextension.resources.dll 14.0.1000.169 25,784 31-jul-24 00:12 x86
Microsoft.sqlserver.configuration.managementtoolsextension.resources.dll 14.0.3475.1 21,032 30-jul-24 22:37 x86
Microsoft.sqlserver.configuration.msiextension.resources.dll 14.0.3475.1 75,304 30-jul-24 22:38 x86
Microsoft.sqlserver.configuration.polybaseconfigextension.resources.dll 14.0.3475.1 45,112 30-jul-24 22:38 x86
Microsoft.sqlserver.configuration.powershellextension.resources.dll 14.0.3475.1 21,032 30-jul-24 22:38 x86
Microsoft.sqlserver.configuration.repl_configextension.resources.dll 14.0.3475.1 17,448 30-jul-24 22:38 x86
Microsoft.sqlserver.configuration.resources.dll 14.0.3475.1 66,104 30-jul-24 22:37 x86
Microsoft.sqlserver.configuration.rsextension.resources.dll 14.0.3475.1 63,016 30-jul-24 22:38 x86
Microsoft.sqlserver.configuration.rulesengineextension.resources.dll 14.0.3475.1 32,808 30-jul-24 22:38 x86
Microsoft.sqlserver.configuration.saa_configextension.resources.dll 14.0.1000.169 22,200 31-jul-24 00:14 x86
Microsoft.sqlserver.configuration.sco.resources.dll 14.0.3475.1 907,304 30-jul-24 22:37 x86
Microsoft.sqlserver.configuration.scoextension.resources.dll 14.0.1000.169 61,112 31-jul-24 00:16 x86
Microsoft.sqlserver.configuration.setupextension.resources.dll 14.0.3475.1 327,616 30-jul-24 22:38 x86
Microsoft.sqlserver.configuration.sfc.resources.dll 14.0.17041.0 158,456 31-jul-24 00:13 x86
Microsoft.sqlserver.configuration.slpextension.resources.dll 14.0.3475.1 22,072 30-jul-24 22:38 x86
Microsoft.sqlserver.configuration.smartsetupextension.resources.dll 14.0.3475.1 35,880 30-jul-24 22:37 x86
Microsoft.sqlserver.configuration.smo.resources.dll 14.0.17041.0 878,840 31-jul-24 00:15 x86
Microsoft.sqlserver.configuration.smpy_configextension.resources.dll 14.0.3475.1 16,424 30-jul-24 22:38 x86
Microsoft.sqlserver.configuration.smr_configextension.resources.dll 14.0.3475.1 16,320 30-jul-24 22:38 x86
Microsoft.sqlserver.configuration.sniserverconfigext.resources.dll 2017.140.1000.169 36,536 31-jul-24 00:13 x86
Microsoft.sqlserver.configuration.sqlbrowserextension.resources.dll 14.0.3475.1 38,848 30-jul-24 22:38 x86
Microsoft.sqlserver.configuration.sqlconfigbase.resources.dll 14.0.3475.1 18,880 30-jul-24 22:38 x86
Microsoft.sqlserver.configuration.sqlenum.resources.dll 14.0.17041.0 867,064 31-jul-24 00:12 x86
Microsoft.sqlserver.configuration.sqlserver_configextension.resources.dll 2017.140.3475.1 155,072 30-jul-24 22:37 x86
Microsoft.sqlserver.configuration.ssisextension.resources.dll 14.0.3475.1 21,544 30-jul-24 22:37 x86
Microsoft.sqlserver.configuration.uiextension.resources.dll 14.0.3475.1 22,072 30-jul-24 22:39 x86
Microsoft.sqlserver.configuration.utilityextension.resources.dll 14.0.1000.169 22,192 31-jul-24 00:15 x86
Microsoft.sqlserver.configuration.wizardframework.resources.dll 14.0.3475.1 57,384 30-jul-24 22:39 x86
Microsoft.sqlserver.configuration.xtp.configextension.resources.dll 14.0.1000.169 22,200 31-jul-24 00:13 x86
Microsoft.sqlserver.deployment.resources.dll 14.0.1000.169 21,176 31-jul-24 00:16 x86
Microsoft.sqlserver.discovery.resources.dll 14.0.3475.1 83,904 30-jul-24 22:37 x86
Microsoft.sqlserver.management.controls.resources.dll 14.0.17041.0 85,752 31-jul-24 00:13 x86
Microsoft.sqlserver.setup.chainer.workflow.resources.dll 14.0.3475.1 27,584 30-jul-24 22:39 x86
Landingpage.resources.dll 14.0.3475.1 77,864 30-jul-24 22:47 x86
Microsoft.netenterpriseservers.exceptionmessagebox.resources.dll 14.0.1000.169 89,784 31-jul-24 00:15 x86
Microsoft.sql.chainer.package.resources.dll 14.0.3475.1 22,568 30-jul-24 22:47 x86
Microsoft.sql.chainer.product.resources.dll 14.0.3475.1 349,632 30-jul-24 22:47 x86
Microsoft.sqlserver.chainer.extensioncommon.resources.dll 14.0.3475.1 34,752 30-jul-24 22:47 x86
Microsoft.sqlserver.chainer.infrastructure.resources.dll 14.0.3475.1 41,016 30-jul-24 22:47 x86
Microsoft.sqlserver.chainer.setup.resources.dll 14.0.3475.1 17,960 30-jul-24 22:47 x86
Microsoft.sqlserver.configuration.agentextension.resources.dll 14.0.3475.1 29,736 30-jul-24 22:47 x86
Microsoft.sqlserver.configuration.asextension.resources.dll 14.0.3475.1 70,592 30-jul-24 22:47 x86
Microsoft.sqlserver.configuration.bootstrapextension.resources.dll 14.0.3475.1 27,176 30-jul-24 22:47 x86
Microsoft.sqlserver.configuration.cluster.resources.dll 14.0.3475.1 166,848 30-jul-24 22:47 x86
Microsoft.sqlserver.configuration.configextension.resources.dll 14.0.3475.1 18,488 30-jul-24 22:47 x86
Microsoft.sqlserver.configuration.connectioninfo.resources.dll 14.0.17041.0 26,360 31-jul-24 00:15 x86
Microsoft.sqlserver.configuration.distributedreplayextension.resources.dll 14.0.1000.169 27,320 31-jul-24 00:24 x86
Microsoft.sqlserver.configuration.dmf.common.resources.dll 14.0.17041.0 24,824 31-jul-24 00:25 x86
Microsoft.sqlserver.configuration.dmf.resources.dll 14.0.17041.0 39,672 31-jul-24 00:21 x86
Microsoft.sqlserver.configuration.extensibility_configextension.resources.dll 14.0.3475.1 21,440 30-jul-24 22:47 x86
Microsoft.sqlserver.configuration.fulltext_configextension.resources.dll 14.0.3475.1 20,928 30-jul-24 22:47 x86
Microsoft.sqlserver.configuration.impy_configextension.resources.dll 14.0.3475.1 16,320 30-jul-24 22:47 x86
Microsoft.sqlserver.configuration.imr_configextension.resources.dll 14.0.3475.1 16,440 30-jul-24 22:47 x86
Microsoft.sqlserver.configuration.installwizard.resources.dll 14.0.3475.1 1,085,992 30-jul-24 22:47 x86
Microsoft.sqlserver.configuration.installwizardframework.resources.dll 14.0.3475.1 17,448 30-jul-24 22:47 x86
Microsoft.sqlserver.configuration.ismasterextension.resources.dll 14.0.3475.1 21,544 30-jul-24 22:47 x86
Microsoft.sqlserver.configuration.isworkerextension.resources.dll 14.0.1000.169 25,784 31-jul-24 00:27 x86
Microsoft.sqlserver.configuration.managementtoolsextension.resources.dll 14.0.3475.1 20,928 30-jul-24 22:47 x86
Microsoft.sqlserver.configuration.msiextension.resources.dll 14.0.3475.1 74,192 30-jul-24 22:47 x86
Microsoft.sqlserver.configuration.polybaseconfigextension.resources.dll 14.0.3475.1 45,096 30-jul-24 22:47 x86
Microsoft.sqlserver.configuration.powershellextension.resources.dll 14.0.3475.1 21,032 30-jul-24 22:47 x86
Microsoft.sqlserver.configuration.repl_configextension.resources.dll 14.0.3475.1 17,448 30-jul-24 22:47 x86
Microsoft.sqlserver.configuration.resources.dll 14.0.3475.1 65,064 30-jul-24 22:47 x86
Microsoft.sqlserver.configuration.rsextension.resources.dll 14.0.3475.1 61,480 30-jul-24 22:47 x86
Microsoft.sqlserver.configuration.rulesengineextension.resources.dll 14.0.3475.1 32,312 30-jul-24 22:47 x86
Microsoft.sqlserver.configuration.saa_configextension.resources.dll 14.0.1000.169 22,192 31-jul-24 00:23 x86
Microsoft.sqlserver.configuration.sco.resources.dll 14.0.3475.1 995,368 30-jul-24 22:47 x86
Microsoft.sqlserver.configuration.scoextension.resources.dll 14.0.1000.169 60,088 31-jul-24 00:24 x86
Microsoft.sqlserver.configuration.setupextension.resources.dll 14.0.3475.1 321,472 30-jul-24 22:47 x86
Microsoft.sqlserver.configuration.sfc.resources.dll 14.0.17041.0 157,944 31-jul-24 00:22 x86
Microsoft.sqlserver.configuration.slpextension.resources.dll 14.0.3475.1 22,056 30-jul-24 22:48 x86
Microsoft.sqlserver.configuration.smartsetupextension.resources.dll 14.0.3475.1 35,264 30-jul-24 22:47 x86
Microsoft.sqlserver.configuration.smo.resources.dll 14.0.17041.0 840,952 31-jul-24 00:27 x86
Microsoft.sqlserver.configuration.smpy_configextension.resources.dll 14.0.3475.1 16,320 30-jul-24 22:47 x86
Microsoft.sqlserver.configuration.smr_configextension.resources.dll 14.0.3475.1 16,424 30-jul-24 22:47 x86
Microsoft.sqlserver.configuration.sniserverconfigext.resources.dll 2017.140.1000.169 36,536 31-jul-24 00:22 x86
Microsoft.sqlserver.configuration.sqlbrowserextension.resources.dll 14.0.3475.1 38,336 30-jul-24 22:47 x86
Microsoft.sqlserver.configuration.sqlconfigbase.resources.dll 14.0.3475.1 18,368 30-jul-24 22:47 x86
Microsoft.sqlserver.configuration.sqlenum.resources.dll 14.0.17041.0 866,552 31-jul-24 00:21 x86
Microsoft.sqlserver.configuration.sqlserver_configextension.resources.dll 2017.140.3475.1 152,000 30-jul-24 22:47 x86
Microsoft.sqlserver.configuration.ssisextension.resources.dll 14.0.3475.1 21,544 30-jul-24 22:48 x86
Microsoft.sqlserver.configuration.uiextension.resources.dll 14.0.3475.1 21,440 30-jul-24 22:47 x86
Microsoft.sqlserver.configuration.utilityextension.resources.dll 14.0.1000.169 22,192 31-jul-24 00:26 x86
Microsoft.sqlserver.configuration.wizardframework.resources.dll 14.0.3475.1 56,872 30-jul-24 22:47 x86
Microsoft.sqlserver.configuration.xtp.configextension.resources.dll 14.0.1000.169 22,200 31-jul-24 00:26 x86
Microsoft.sqlserver.deployment.resources.dll 14.0.1000.169 21,176 31-jul-24 00:28 x86
Microsoft.sqlserver.discovery.resources.dll 14.0.3475.1 83,392 30-jul-24 22:47 x86
Microsoft.sqlserver.management.controls.resources.dll 14.0.17041.0 85,752 31-jul-24 00:21 x86
Microsoft.sqlserver.setup.chainer.workflow.resources.dll 14.0.3475.1 27,072 30-jul-24 22:47 x86
Landingpage.resources.dll 14.0.3475.1 79,912 30-jul-24 22:37 x86
Microsoft.netenterpriseservers.exceptionmessagebox.resources.dll 14.0.1000.169 89,784 31-jul-24 00:05 x86
Microsoft.sql.chainer.package.resources.dll 14.0.3475.1 22,568 30-jul-24 22:36 x86
Microsoft.sql.chainer.product.resources.dll 14.0.3475.1 349,640 30-jul-24 22:35 x86
Microsoft.sqlserver.chainer.extensioncommon.resources.dll 14.0.3475.1 35,880 30-jul-24 22:36 x86
Microsoft.sqlserver.chainer.infrastructure.resources.dll 14.0.3475.1 43,048 30-jul-24 22:37 x86
Microsoft.sqlserver.chainer.setup.resources.dll 14.0.3475.1 18,376 30-jul-24 22:37 x86
Microsoft.sqlserver.configuration.agentextension.resources.dll 14.0.3475.1 32,704 30-jul-24 22:35 x86
Microsoft.sqlserver.configuration.asextension.resources.dll 14.0.3475.1 75,832 30-jul-24 22:35 x86
Microsoft.sqlserver.configuration.bootstrapextension.resources.dll 14.0.3475.1 29,224 30-jul-24 22:36 x86
Microsoft.sqlserver.configuration.cluster.resources.dll 14.0.3475.1 185,792 30-jul-24 22:36 x86
Microsoft.sqlserver.configuration.configextension.resources.dll 14.0.3475.1 18,896 30-jul-24 22:35 x86
Microsoft.sqlserver.configuration.connectioninfo.resources.dll 14.0.17041.0 36,600 31-jul-24 00:09 x86
Microsoft.sqlserver.configuration.distributedreplayextension.resources.dll 14.0.1000.169 27,832 31-jul-24 00:11 x86
Microsoft.sqlserver.configuration.dmf.common.resources.dll 14.0.17041.0 25,336 31-jul-24 00:10 x86
Microsoft.sqlserver.configuration.dmf.resources.dll 14.0.17041.0 41,720 31-jul-24 00:08 x86
Microsoft.sqlserver.configuration.extensibility_configextension.resources.dll 14.0.3475.1 21,952 30-jul-24 22:36 x86
Microsoft.sqlserver.configuration.fulltext_configextension.resources.dll 14.0.3475.1 20,944 30-jul-24 22:37 x86
Microsoft.sqlserver.configuration.impy_configextension.resources.dll 14.0.3475.1 16,336 30-jul-24 22:37 x86
Microsoft.sqlserver.configuration.imr_configextension.resources.dll 14.0.3475.1 16,424 30-jul-24 22:36 x86
Microsoft.sqlserver.configuration.installwizard.resources.dll 14.0.3475.1 1,098,792 30-jul-24 22:35 x86
Microsoft.sqlserver.configuration.installwizardframework.resources.dll 14.0.3475.1 17,360 30-jul-24 22:37 x86
Microsoft.sqlserver.configuration.ismasterextension.resources.dll 14.0.3475.1 21,544 30-jul-24 22:36 x86
Microsoft.sqlserver.configuration.isworkerextension.resources.dll 14.0.1000.169 26,296 31-jul-24 00:11 x86
Microsoft.sqlserver.configuration.managementtoolsextension.resources.dll 14.0.3475.1 21,032 30-jul-24 22:37 x86
Microsoft.sqlserver.configuration.msiextension.resources.dll 14.0.3475.1 78,288 30-jul-24 22:35 x86
Microsoft.sqlserver.configuration.polybaseconfigextension.resources.dll 14.0.3475.1 46,632 30-jul-24 22:37 x86
Microsoft.sqlserver.configuration.powershellextension.resources.dll 14.0.3475.1 21,544 30-jul-24 22:36 x86
Microsoft.sqlserver.configuration.repl_configextension.resources.dll 14.0.3475.1 17,448 30-jul-24 22:35 x86
Microsoft.sqlserver.configuration.resources.dll 14.0.3475.1 70,184 30-jul-24 22:35 x86
Microsoft.sqlserver.configuration.rsextension.resources.dll 14.0.3475.1 66,512 30-jul-24 22:36 x86
Microsoft.sqlserver.configuration.rulesengineextension.resources.dll 14.0.3475.1 32,808 30-jul-24 22:37 x86
Microsoft.sqlserver.configuration.saa_configextension.resources.dll 14.0.1000.169 22,200 31-jul-24 00:10 x86
Microsoft.sqlserver.configuration.sco.resources.dll 14.0.3475.1 959,544 30-jul-24 22:36 x86
Microsoft.sqlserver.configuration.scoextension.resources.dll 14.0.1000.169 62,648 31-jul-24 00:09 x86
Microsoft.sqlserver.configuration.setupextension.resources.dll 14.0.3475.1 341,544 30-jul-24 22:36 x86
Microsoft.sqlserver.configuration.sfc.resources.dll 14.0.17041.0 160,504 31-jul-24 00:07 x86
Microsoft.sqlserver.configuration.slpextension.resources.dll 14.0.3475.1 22,056 30-jul-24 22:35 x86
Microsoft.sqlserver.configuration.smartsetupextension.resources.dll 14.0.3475.1 38,440 30-jul-24 22:36 x86
Microsoft.sqlserver.configuration.smo.resources.dll 14.0.17041.0 909,048 31-jul-24 00:09 x86
Microsoft.sqlserver.configuration.smpy_configextension.resources.dll 14.0.3475.1 16,320 30-jul-24 22:35 x86
Microsoft.sqlserver.configuration.smr_configextension.resources.dll 14.0.3475.1 16,440 30-jul-24 22:35 x86
Microsoft.sqlserver.configuration.sniserverconfigext.resources.dll 2017.140.1000.169 27,824 31-jul-24 00:11 x86
Microsoft.sqlserver.configuration.sqlbrowserextension.resources.dll 14.0.3475.1 40,488 30-jul-24 22:35 x86
Microsoft.sqlserver.configuration.sqlconfigbase.resources.dll 14.0.3475.1 18,880 30-jul-24 22:36 x86
Microsoft.sqlserver.configuration.sqlenum.resources.dll 14.0.17041.0 868,088 31-jul-24 00:08 x86
Microsoft.sqlserver.configuration.sqlserver_configextension.resources.dll 2017.140.3475.1 160,720 30-jul-24 22:36 x86
Microsoft.sqlserver.configuration.ssisextension.resources.dll 14.0.3475.1 22,056 30-jul-24 22:36 x86
Microsoft.sqlserver.configuration.uiextension.resources.dll 14.0.3475.1 22,584 30-jul-24 22:35 x86
Microsoft.sqlserver.configuration.utilityextension.resources.dll 14.0.1000.169 22,712 31-jul-24 00:09 x86
Microsoft.sqlserver.configuration.wizardframework.resources.dll 14.0.3475.1 57,384 30-jul-24 22:36 x86
Microsoft.sqlserver.configuration.xtp.configextension.resources.dll 14.0.1000.169 21,688 31-jul-24 00:11 x86
Microsoft.sqlserver.deployment.resources.dll 14.0.1000.169 21,176 31-jul-24 00:07 x86
Microsoft.sqlserver.discovery.resources.dll 14.0.3475.1 84,008 30-jul-24 22:36 x86
Microsoft.sqlserver.management.controls.resources.dll 14.0.17041.0 85,752 31-jul-24 00:08 x86
Microsoft.sqlserver.setup.chainer.workflow.resources.dll 14.0.3475.1 28,112 30-jul-24 22:36 x86
Landingpage.resources.dll 14.0.3475.1 77,760 30-jul-24 22:33 x86
Microsoft.netenterpriseservers.exceptionmessagebox.resources.dll 14.0.1000.169 89,784 31-jul-24 00:16 x86
Microsoft.sql.chainer.package.resources.dll 14.0.3475.1 22,568 30-jul-24 22:34 x86
Microsoft.sql.chainer.product.resources.dll 14.0.3475.1 349,736 30-jul-24 22:33 x86
Microsoft.sqlserver.chainer.extensioncommon.resources.dll 14.0.3475.1 35,280 30-jul-24 22:33 x86
Microsoft.sqlserver.chainer.infrastructure.resources.dll 14.0.3475.1 41,512 30-jul-24 22:34 x86
Microsoft.sqlserver.chainer.setup.resources.dll 14.0.3475.1 17,872 30-jul-24 22:33 x86
Microsoft.sqlserver.configuration.agentextension.resources.dll 14.0.3475.1 30,776 30-jul-24 22:34 x86
Microsoft.sqlserver.configuration.asextension.resources.dll 14.0.3475.1 71,616 30-jul-24 22:33 x86
Microsoft.sqlserver.configuration.bootstrapextension.resources.dll 14.0.3475.1 27,176 30-jul-24 22:34 x86
Microsoft.sqlserver.configuration.cluster.resources.dll 14.0.3475.1 174,136 30-jul-24 22:33 x86
Microsoft.sqlserver.configuration.configextension.resources.dll 14.0.3475.1 18,984 30-jul-24 22:34 x86
Microsoft.sqlserver.configuration.connectioninfo.resources.dll 14.0.17041.0 26,360 31-jul-24 00:14 x86
Microsoft.sqlserver.configuration.distributedreplayextension.resources.dll 14.0.1000.169 27,320 31-jul-24 00:15 x86
Microsoft.sqlserver.configuration.dmf.common.resources.dll 14.0.17041.0 25,336 31-jul-24 00:15 x86
Microsoft.sqlserver.configuration.dmf.resources.dll 14.0.17041.0 39,672 31-jul-24 00:13 x86
Microsoft.sqlserver.configuration.extensibility_configextension.resources.dll 14.0.3475.1 21,456 30-jul-24 22:34 x86
Microsoft.sqlserver.configuration.fulltext_configextension.resources.dll 14.0.3475.1 20,416 30-jul-24 22:33 x86
Microsoft.sqlserver.configuration.impy_configextension.resources.dll 14.0.3475.1 16,424 30-jul-24 22:34 x86
Microsoft.sqlserver.configuration.imr_configextension.resources.dll 14.0.3475.1 16,320 30-jul-24 22:34 x86
Microsoft.sqlserver.configuration.installwizard.resources.dll 14.0.3475.1 1,086,008 30-jul-24 22:35 x86
Microsoft.sqlserver.configuration.installwizardframework.resources.dll 14.0.3475.1 17,344 30-jul-24 22:34 x86
Microsoft.sqlserver.configuration.ismasterextension.resources.dll 14.0.3475.1 20,928 30-jul-24 22:34 x86
Microsoft.sqlserver.configuration.isworkerextension.resources.dll 14.0.1000.169 25,784 31-jul-24 00:12 x86
Microsoft.sqlserver.configuration.managementtoolsextension.resources.dll 14.0.3475.1 21,032 30-jul-24 22:34 x86
Microsoft.sqlserver.configuration.msiextension.resources.dll 14.0.3475.1 73,768 30-jul-24 22:34 x86
Microsoft.sqlserver.configuration.polybaseconfigextension.resources.dll 14.0.3475.1 45,096 30-jul-24 22:34 x86
Microsoft.sqlserver.configuration.powershellextension.resources.dll 14.0.3475.1 21,032 30-jul-24 22:35 x86
Microsoft.sqlserver.configuration.repl_configextension.resources.dll 14.0.3475.1 17,352 30-jul-24 22:34 x86
Microsoft.sqlserver.configuration.resources.dll 14.0.3475.1 65,592 30-jul-24 22:34 x86
Microsoft.sqlserver.configuration.rsextension.resources.dll 14.0.3475.1 61,888 30-jul-24 22:34 x86
Microsoft.sqlserver.configuration.rulesengineextension.resources.dll 14.0.3475.1 32,312 30-jul-24 22:33 x86
Microsoft.sqlserver.configuration.saa_configextension.resources.dll 14.0.1000.169 22,200 31-jul-24 00:16 x86
Microsoft.sqlserver.configuration.sco.resources.dll 14.0.3475.1 862,672 30-jul-24 22:33 x86
Microsoft.sqlserver.configuration.scoextension.resources.dll 14.0.1000.169 60,600 31-jul-24 00:15 x86
Microsoft.sqlserver.configuration.setupextension.resources.dll 14.0.3475.1 320,960 30-jul-24 22:34 x86
Microsoft.sqlserver.configuration.sfc.resources.dll 14.0.17041.0 158,968 31-jul-24 00:14 x86
Microsoft.sqlserver.configuration.slpextension.resources.dll 14.0.3475.1 22,056 30-jul-24 22:34 x86
Microsoft.sqlserver.configuration.smartsetupextension.resources.dll 14.0.3475.1 35,264 30-jul-24 22:33 x86
Microsoft.sqlserver.configuration.smo.resources.dll 14.0.17041.0 866,040 31-jul-24 00:13 x86
Microsoft.sqlserver.configuration.smpy_configextension.resources.dll 14.0.3475.1 16,320 30-jul-24 22:33 x86
Microsoft.sqlserver.configuration.smr_configextension.resources.dll 14.0.3475.1 16,424 30-jul-24 22:34 x86
Microsoft.sqlserver.configuration.sniserverconfigext.resources.dll 2017.140.1000.169 27,320 31-jul-24 00:12 x86
Microsoft.sqlserver.configuration.sqlbrowserextension.resources.dll 14.0.3475.1 38,336 30-jul-24 22:34 x86
Microsoft.sqlserver.configuration.sqlconfigbase.resources.dll 14.0.3475.1 18,368 30-jul-24 22:34 x86
Microsoft.sqlserver.configuration.sqlenum.resources.dll 14.0.17041.0 867,064 31-jul-24 00:13 x86
Microsoft.sqlserver.configuration.sqlserver_configextension.resources.dll 2017.140.3475.1 154,048 30-jul-24 22:34 x86
Microsoft.sqlserver.configuration.ssisextension.resources.dll 14.0.3475.1 21,544 30-jul-24 22:34 x86
Microsoft.sqlserver.configuration.uiextension.resources.dll 14.0.3475.1 21,952 30-jul-24 22:33 x86
Microsoft.sqlserver.configuration.utilityextension.resources.dll 14.0.1000.169 22,200 31-jul-24 00:13 x86
Microsoft.sqlserver.configuration.wizardframework.resources.dll 14.0.3475.1 57,384 30-jul-24 22:33 x86
Microsoft.sqlserver.configuration.xtp.configextension.resources.dll 14.0.1000.169 21,688 31-jul-24 00:14 x86
Microsoft.sqlserver.deployment.resources.dll 14.0.1000.169 21,176 31-jul-24 00:15 x86
Microsoft.sqlserver.discovery.resources.dll 14.0.3475.1 83,904 30-jul-24 22:34 x86
Microsoft.sqlserver.management.controls.resources.dll 14.0.17041.0 85,752 31-jul-24 00:12 x86
Microsoft.sqlserver.setup.chainer.workflow.resources.dll 14.0.3475.1 27,176 30-jul-24 22:34 x86
Landingpage.resources.dll 14.0.3475.1 77,864 30-jul-24 22:36 x86
Microsoft.netenterpriseservers.exceptionmessagebox.resources.dll 14.0.1000.169 89,776 31-jul-24 00:17 x86
Microsoft.sql.chainer.package.resources.dll 14.0.3475.1 22,568 30-jul-24 22:35 x86
Microsoft.sql.chainer.product.resources.dll 14.0.3475.1 349,736 30-jul-24 22:37 x86
Microsoft.sqlserver.chainer.extensioncommon.resources.dll 14.0.3475.1 34,768 30-jul-24 22:36 x86
Microsoft.sqlserver.chainer.infrastructure.resources.dll 14.0.3475.1 41,000 30-jul-24 22:35 x86
Microsoft.sqlserver.chainer.setup.resources.dll 14.0.3475.1 17,960 30-jul-24 22:35 x86
Microsoft.sqlserver.configuration.agentextension.resources.dll 14.0.3475.1 29,752 30-jul-24 22:37 x86
Microsoft.sqlserver.configuration.asextension.resources.dll 14.0.3475.1 70,592 30-jul-24 22:37 x86
Microsoft.sqlserver.configuration.bootstrapextension.resources.dll 14.0.3475.1 27,192 30-jul-24 22:36 x86
Microsoft.sqlserver.configuration.cluster.resources.dll 14.0.3475.1 166,456 30-jul-24 22:36 x86
Microsoft.sqlserver.configuration.configextension.resources.dll 14.0.3475.1 19,000 30-jul-24 22:36 x86
Microsoft.sqlserver.configuration.connectioninfo.resources.dll 14.0.17041.0 25,848 31-jul-24 00:20 x86
Microsoft.sqlserver.configuration.distributedreplayextension.resources.dll 14.0.1000.169 27,320 31-jul-24 00:19 x86
Microsoft.sqlserver.configuration.dmf.common.resources.dll 14.0.17041.0 24,824 31-jul-24 00:19 x86
Microsoft.sqlserver.configuration.dmf.resources.dll 14.0.17041.0 38,648 31-jul-24 00:20 x86
Microsoft.sqlserver.configuration.extensibility_configextension.resources.dll 14.0.3475.1 21,440 30-jul-24 22:35 x86
Microsoft.sqlserver.configuration.fulltext_configextension.resources.dll 14.0.3475.1 20,944 30-jul-24 22:37 x86
Microsoft.sqlserver.configuration.impy_configextension.resources.dll 14.0.3475.1 16,424 30-jul-24 22:35 x86
Microsoft.sqlserver.configuration.imr_configextension.resources.dll 14.0.3475.1 16,440 30-jul-24 22:36 x86
Microsoft.sqlserver.configuration.installwizard.resources.dll 14.0.3475.1 1,085,992 30-jul-24 22:35 x86
Microsoft.sqlserver.configuration.installwizardframework.resources.dll 14.0.3475.1 17,344 30-jul-24 22:37 x86
Microsoft.sqlserver.configuration.ismasterextension.resources.dll 14.0.3475.1 21,048 30-jul-24 22:36 x86
Microsoft.sqlserver.configuration.isworkerextension.resources.dll 14.0.1000.169 25,784 31-jul-24 00:20 x86
Microsoft.sqlserver.configuration.managementtoolsextension.resources.dll 14.0.3475.1 20,928 30-jul-24 22:36 x86
Microsoft.sqlserver.configuration.msiextension.resources.dll 14.0.3475.1 73,168 30-jul-24 22:35 x86
Microsoft.sqlserver.configuration.polybaseconfigextension.resources.dll 14.0.3475.1 45,112 30-jul-24 22:36 x86
Microsoft.sqlserver.configuration.powershellextension.resources.dll 14.0.3475.1 21,032 30-jul-24 22:36 x86
Microsoft.sqlserver.configuration.repl_configextension.resources.dll 14.0.3475.1 17,464 30-jul-24 22:35 x86
Microsoft.sqlserver.configuration.resources.dll 14.0.3475.1 64,040 30-jul-24 22:36 x86
Microsoft.sqlserver.configuration.rsextension.resources.dll 14.0.3475.1 61,992 30-jul-24 22:36 x86
Microsoft.sqlserver.configuration.rulesengineextension.resources.dll 14.0.3475.1 32,312 30-jul-24 22:36 x86
Microsoft.sqlserver.configuration.saa_configextension.resources.dll 14.0.1000.169 22,192 31-jul-24 00:19 x86
Microsoft.sqlserver.configuration.sco.resources.dll 14.0.3475.1 929,728 30-jul-24 22:35 x86
Microsoft.sqlserver.configuration.scoextension.resources.dll 14.0.1000.169 58,032 31-jul-24 00:20 x86
Microsoft.sqlserver.configuration.setupextension.resources.dll 14.0.3475.1 318,400 30-jul-24 22:36 x86
Microsoft.sqlserver.configuration.sfc.resources.dll 14.0.17041.0 157,432 31-jul-24 00:17 x86
Microsoft.sqlserver.configuration.slpextension.resources.dll 14.0.3475.1 22,056 30-jul-24 22:35 x86
Microsoft.sqlserver.configuration.smartsetupextension.resources.dll 14.0.3475.1 34,344 30-jul-24 22:35 x86
Microsoft.sqlserver.configuration.smo.resources.dll 14.0.17041.0 853,240 31-jul-24 00:16 x86
Microsoft.sqlserver.configuration.smpy_configextension.resources.dll 14.0.3475.1 16,320 30-jul-24 22:37 x86
Microsoft.sqlserver.configuration.smr_configextension.resources.dll 14.0.3475.1 16,320 30-jul-24 22:37 x86
Microsoft.sqlserver.configuration.sniserverconfigext.resources.dll 2017.140.1000.169 36,536 31-jul-24 00:20 x86
Microsoft.sqlserver.configuration.sqlbrowserextension.resources.dll 14.0.3475.1 37,928 30-jul-24 22:37 x86
Microsoft.sqlserver.configuration.sqlconfigbase.resources.dll 14.0.3475.1 18,368 30-jul-24 22:35 x86
Microsoft.sqlserver.configuration.sqlenum.resources.dll 14.0.17041.0 866,552 31-jul-24 00:19 x86
Microsoft.sqlserver.configuration.sqlserver_configextension.resources.dll 2017.140.3475.1 152,000 30-jul-24 22:37 x86
Microsoft.sqlserver.configuration.ssisextension.resources.dll 14.0.3475.1 21,544 30-jul-24 22:36 x86
Microsoft.sqlserver.configuration.uiextension.resources.dll 14.0.3475.1 21,440 30-jul-24 22:36 x86
Microsoft.sqlserver.configuration.utilityextension.resources.dll 14.0.1000.169 22,200 31-jul-24 00:17 x86
Microsoft.sqlserver.configuration.wizardframework.resources.dll 14.0.3475.1 56,872 30-jul-24 22:35 x86
Microsoft.sqlserver.configuration.xtp.configextension.resources.dll 14.0.1000.169 22,200 31-jul-24 00:20 x86
Microsoft.sqlserver.deployment.resources.dll 14.0.1000.169 21,176 31-jul-24 00:20 x86
Microsoft.sqlserver.discovery.resources.dll 14.0.3475.1 83,392 30-jul-24 22:35 x86
Microsoft.sqlserver.management.controls.resources.dll 14.0.17041.0 85,752 31-jul-24 00:19 x86
Microsoft.sqlserver.setup.chainer.workflow.resources.dll 14.0.3475.1 27,072 30-jul-24 22:36 x86
Landingpage.resources.dll 14.0.3475.1 82,472 30-jul-24 22:33 x86
Microsoft.netenterpriseservers.exceptionmessagebox.resources.dll 14.0.1000.169 89,784 31-jul-24 00:14 x86
Microsoft.sql.chainer.package.resources.dll 14.0.3475.1 22,584 30-jul-24 22:32 x86
Microsoft.sql.chainer.product.resources.dll 14.0.3475.1 349,632 30-jul-24 22:32 x86
Microsoft.sqlserver.chainer.extensioncommon.resources.dll 14.0.3475.1 37,824 30-jul-24 22:33 x86
Microsoft.sqlserver.chainer.infrastructure.resources.dll 14.0.3475.1 47,656 30-jul-24 22:34 x86
Microsoft.sqlserver.chainer.setup.resources.dll 14.0.3475.1 19,496 30-jul-24 22:34 x86
Microsoft.sqlserver.configuration.agentextension.resources.dll 14.0.3475.1 34,344 30-jul-24 22:34 x86
Microsoft.sqlserver.configuration.asextension.resources.dll 14.0.3475.1 80,832 30-jul-24 22:34 x86
Microsoft.sqlserver.configuration.bootstrapextension.resources.dll 14.0.3475.1 32,296 30-jul-24 22:34 x86
Microsoft.sqlserver.configuration.cluster.resources.dll 14.0.3475.1 198,184 30-jul-24 22:35 x86
Microsoft.sqlserver.configuration.configextension.resources.dll 14.0.3475.1 20,416 30-jul-24 22:34 x86
Microsoft.sqlserver.configuration.connectioninfo.resources.dll 14.0.17041.0 28,408 31-jul-24 00:07 x86
Microsoft.sqlserver.configuration.distributedreplayextension.resources.dll 14.0.1000.169 28,856 31-jul-24 00:20 x86
Microsoft.sqlserver.configuration.dmf.common.resources.dll 14.0.17041.0 26,360 31-jul-24 00:03 x86
Microsoft.sqlserver.configuration.dmf.resources.dll 14.0.17041.0 45,304 31-jul-24 00:06 x86
Microsoft.sqlserver.configuration.extensibility_configextension.resources.dll 14.0.3475.1 23,608 30-jul-24 22:35 x86
Microsoft.sqlserver.configuration.fulltext_configextension.resources.dll 14.0.3475.1 22,464 30-jul-24 22:33 x86
Microsoft.sqlserver.configuration.impy_configextension.resources.dll 14.0.3475.1 16,424 30-jul-24 22:34 x86
Microsoft.sqlserver.configuration.imr_configextension.resources.dll 14.0.3475.1 16,832 30-jul-24 22:33 x86
Microsoft.sqlserver.configuration.installwizard.resources.dll 14.0.3475.1 1,118,760 30-jul-24 22:33 x86
Microsoft.sqlserver.configuration.installwizardframework.resources.dll 14.0.3475.1 17,344 30-jul-24 22:33 x86
Microsoft.sqlserver.configuration.ismasterextension.resources.dll 14.0.3475.1 22,056 30-jul-24 22:34 x86
Microsoft.sqlserver.configuration.isworkerextension.resources.dll 14.0.1000.169 26,808 31-jul-24 00:17 x86
Microsoft.sqlserver.configuration.managementtoolsextension.resources.dll 14.0.3475.1 20,944 30-jul-24 22:34 x86
Microsoft.sqlserver.configuration.msiextension.resources.dll 14.0.3475.1 85,048 30-jul-24 22:34 x86
Microsoft.sqlserver.configuration.polybaseconfigextension.resources.dll 14.0.3475.1 48,680 30-jul-24 22:33 x86
Microsoft.sqlserver.configuration.powershellextension.resources.dll 14.0.3475.1 21,456 30-jul-24 22:33 x86
Microsoft.sqlserver.configuration.repl_configextension.resources.dll 14.0.3475.1 17,464 30-jul-24 22:34 x86
Microsoft.sqlserver.configuration.resources.dll 14.0.3475.1 77,864 30-jul-24 22:34 x86
Microsoft.sqlserver.configuration.rsextension.resources.dll 14.0.3475.1 75,320 30-jul-24 22:34 x86
Microsoft.sqlserver.configuration.rulesengineextension.resources.dll 14.0.3475.1 34,344 30-jul-24 22:34 x86
Microsoft.sqlserver.configuration.saa_configextension.resources.dll 14.0.1000.169 22,200 31-jul-24 00:18 x86
Microsoft.sqlserver.configuration.sco.resources.dll 14.0.3475.1 1,259,064 30-jul-24 22:34 x86
Microsoft.sqlserver.configuration.scoextension.resources.dll 14.0.1000.169 66,232 31-jul-24 00:18 x86
Microsoft.sqlserver.configuration.setupextension.resources.dll 14.0.3475.1 370,112 30-jul-24 22:33 x86
Microsoft.sqlserver.configuration.sfc.resources.dll 14.0.17041.0 163,576 31-jul-24 00:06 x86
Microsoft.sqlserver.configuration.slpextension.resources.dll 14.0.3475.1 22,568 30-jul-24 22:34 x86
Microsoft.sqlserver.configuration.smartsetupextension.resources.dll 14.0.3475.1 42,552 30-jul-24 22:33 x86
Microsoft.sqlserver.configuration.smo.resources.dll 14.0.17041.0 1,092,344 31-jul-24 00:05 x86
Microsoft.sqlserver.configuration.smpy_configextension.resources.dll 14.0.3475.1 16,320 30-jul-24 22:33 x86
Microsoft.sqlserver.configuration.smr_configextension.resources.dll 14.0.3475.1 16,832 30-jul-24 22:33 x86
Microsoft.sqlserver.configuration.sniserverconfigext.resources.dll 2017.140.1000.169 28,848 31-jul-24 00:20 x86
Microsoft.sqlserver.configuration.sqlbrowserextension.resources.dll 14.0.3475.1 44,600 30-jul-24 22:33 x86
Microsoft.sqlserver.configuration.sqlconfigbase.resources.dll 14.0.3475.1 19,904 30-jul-24 22:34 x86
Microsoft.sqlserver.configuration.sqlenum.resources.dll 14.0.17041.0 869,624 31-jul-24 00:05 x86
Microsoft.sqlserver.configuration.sqlserver_configextension.resources.dll 2017.140.3475.1 170,944 30-jul-24 22:33 x86
Microsoft.sqlserver.configuration.ssisextension.resources.dll 14.0.3475.1 22,464 30-jul-24 22:34 x86
Microsoft.sqlserver.configuration.uiextension.resources.dll 14.0.3475.1 23,592 30-jul-24 22:34 x86
Microsoft.sqlserver.configuration.utilityextension.resources.dll 14.0.1000.169 22,712 31-jul-24 00:16 x86
Microsoft.sqlserver.configuration.wizardframework.resources.dll 14.0.3475.1 57,896 30-jul-24 22:34 x86
Microsoft.sqlserver.configuration.xtp.configextension.resources.dll 14.0.1000.169 22,200 31-jul-24 00:19 x86
Microsoft.sqlserver.deployment.resources.dll 14.0.1000.169 21,176 31-jul-24 00:19 x86
Microsoft.sqlserver.discovery.resources.dll 14.0.3475.1 84,024 30-jul-24 22:33 x86
Microsoft.sqlserver.management.controls.resources.dll 14.0.17041.0 85,752 31-jul-24 00:04 x86
Microsoft.sqlserver.setup.chainer.workflow.resources.dll 14.0.3475.1 29,648 30-jul-24 22:34 x86
Conn_info.msp Niet van toepassing 1,368,064 31-jul-24 02:53 Niet van toepassing
Masterdataservices.msi Niet van toepassing 26,923,008 31-jul-24 02:56 Niet van toepassing
Masterdataservicesexceladdin.msi Niet van toepassing 3,260,416 31-jul-24 02:56 Niet van toepassing
Msmpisetup.exe 10.1.12498.18 7,887,688 30-jul-24 22:42 x86
Rsfx.msi Niet van toepassing 2,342,912 31-jul-24 02:56 Niet van toepassing
Smo.msp Niet van toepassing 2,899,968 31-jul-24 02:53 Niet van toepassing
Smo_extensions.msp Niet van toepassing 1.798.144 31-jul-24 02:53 Niet van toepassing
Sql_as.msp Niet van toepassing 111,104,000 31-jul-24 02:28 Niet van toepassing
Sql_batchparser.msp Niet van toepassing 1,458,176 31-jul-24 02:53 Niet van toepassing
Sql_common_core.msp Niet van toepassing 6,275,072 31-jul-24 02:53 Niet van toepassing
Sql_dmf.msp Niet van toepassing 1,445,888 31-jul-24 02:53 Niet van toepassing
Sql_dqc.msp Niet van toepassing 1,863,680 31-jul-24 02:31 Niet van toepassing
Sql_dq_common.msp Niet van toepassing 2,809,856 31-jul-24 02:31 Niet van toepassing
Sql_dreplay_client.msp Niet van toepassing 1,777,664 31-jul-24 02:31 Niet van toepassing
Sql_dreplay_controller.msp Niet van toepassing 1,810,432 31-jul-24 02:31 Niet van toepassing
Sql_engine_core_inst.msp Niet van toepassing 81,522,688 31-jul-24 02:53 Niet van toepassing
Sql_engine_core_shared.msp Niet van toepassing 15,204,352 31-jul-24 02:53 Niet van toepassing
Sql_extensibility.msp Niet van toepassing 2,035,712 31-jul-24 02:30 Niet van toepassing
Sql_fulltext.msp Niet van toepassing 1,675,264 31-jul-24 02:30 Niet van toepassing
Sql_inst_mpy.msp Niet van toepassing 1,302,528 31-jul-24 02:30 Niet van toepassing
Sql_inst_mr.msp Niet van toepassing 1,302,528 31-jul-24 02:30 Niet van toepassing
Sql_is.msp Niet van toepassing 27,877,376 31-jul-24 02:31 Niet van toepassing
Sql_is_worker.msp Niet van toepassing 1,351,680 31-jul-24 02:30 Niet van toepassing
Sql_polybase_core_inst.msp Niet van toepassing 185,176,064 31-jul-24 02:30 Niet van toepassing
Sql_shared_mpy.msp Niet van toepassing 1,302,528 31-jul-24 02:53 Niet van toepassing
Sql_shared_mr.msp Niet van toepassing 1,302,528 31-jul-24 02:53 Niet van toepassing
Sql_tools_extensions.msp Niet van toepassing 14,585,856 31-jul-24 02:53 Niet van toepassing
Sql_xevent.msp Niet van toepassing 1,568,768 31-jul-24 02:53 Niet van toepassing
Microsoft.netenterpriseservers.exceptionmessagebox.resources.dll 14.0.1000.169 89,784 31-jul-24 00:05 x86
Microsoft.sqlserver.configuration.connectioninfo.resources.dll 14.0.17041.0 25,336 31-jul-24 00:03 x86
Microsoft.sqlserver.configuration.sfc.resources.dll 14.0.17041.0 155,896 31-jul-24 00:03 x86
Microsoft.sqlserver.configuration.smo.resources.dll 14.0.17041.0 756,984 31-jul-24 00:03 x86
Microsoft.sqlserver.configuration.sniserverconfigext.resources.dll 2017.140.1000.169 26,296 31-jul-24 00:05 x86
Microsoft.sqlserver.configuration.sqlenum.resources.dll 14.0.17041.0 865,528 31-jul-24 00:03 x86
Microsoft.sqlserver.management.controls.resources.dll 14.0.17041.0 85,752 31-jul-24 00:07 x86
Microsoft.netenterpriseservers.exceptionmessagebox.resources.dll 14.0.1000.169 89,784 30-jul-24 23:59 x86
Microsoft.sqlserver.configuration.connectioninfo.resources.dll 14.0.17041.0 25,336 30-jul-24 23:59 x86
Microsoft.sqlserver.configuration.sfc.resources.dll 14.0.17041.0 155,896 30-jul-24 23:59 x86
Microsoft.sqlserver.configuration.smo.resources.dll 14.0.17041.0 764,152 30-jul-24 23:57 x86
Microsoft.sqlserver.configuration.sniserverconfigext.resources.dll 2017.140.1000.169 26,288 30-jul-24 23:58 x86
Microsoft.sqlserver.configuration.sqlenum.resources.dll 14.0.17041.0 865,528 30-jul-24 23:59 x86
Microsoft.sqlserver.management.controls.resources.dll 14.0.17041.0 85,752 31-jul-24 00:02 x86
Landingpage.resources.dll 14.0.3475.1 75,816 30-jul-24 22:35 x86
Microsoft.sql.chainer.package.resources.dll 14.0.3475.1 22,568 30-jul-24 22:35 x86
Microsoft.sql.chainer.product.resources.dll 14.0.3475.1 349,752 30-jul-24 22:35 x86
Microsoft.sqlserver.chainer.extensioncommon.resources.dll 14.0.3475.1 33,232 30-jul-24 22:37 x86
Microsoft.sqlserver.chainer.infrastructure.resources.dll 14.0.3475.1 38,440 30-jul-24 22:36 x86
Microsoft.sqlserver.chainer.setup.resources.dll 14.0.3475.1 17,448 30-jul-24 22:35 x86
Microsoft.sqlserver.configuration.agentextension.resources.dll 14.0.3475.1 28,200 30-jul-24 22:36 x86
Microsoft.sqlserver.configuration.asextension.resources.dll 14.0.3475.1 66,616 30-jul-24 22:36 x86
Microsoft.sqlserver.configuration.bootstrapextension.resources.dll 14.0.3475.1 25,640 30-jul-24 22:35 x86
Microsoft.sqlserver.configuration.cluster.resources.dll 14.0.3475.1 156,200 30-jul-24 22:36 x86
Microsoft.sqlserver.configuration.configextension.resources.dll 14.0.3475.1 17,976 30-jul-24 22:37 x86
Microsoft.sqlserver.configuration.distributedreplayextension.resources.dll 14.0.1000.169 26,808 31-jul-24 00:04 x86
Microsoft.sqlserver.configuration.dmf.common.resources.dll 14.0.17041.0 24,312 31-jul-24 00:04 x86
Microsoft.sqlserver.configuration.dmf.resources.dll 14.0.17041.0 36,600 31-jul-24 00:05 x86
Microsoft.sqlserver.configuration.extensibility_configextension.resources.dll 14.0.3475.1 20,536 30-jul-24 22:36 x86
Microsoft.sqlserver.configuration.fulltext_configextension.resources.dll 14.0.3475.1 20,008 30-jul-24 22:35 x86
Microsoft.sqlserver.configuration.impy_configextension.resources.dll 14.0.3475.1 16,424 30-jul-24 22:36 x86
Microsoft.sqlserver.configuration.imr_configextension.resources.dll 14.0.3475.1 16,440 30-jul-24 22:35 x86
Microsoft.sqlserver.configuration.installwizard.resources.dll 14.0.3475.1 1,073,208 30-jul-24 22:35 x86
Microsoft.sqlserver.configuration.installwizardframework.resources.dll 14.0.3475.1 17,448 30-jul-24 22:35 x86
Microsoft.sqlserver.configuration.ismasterextension.resources.dll 14.0.3475.1 20,520 30-jul-24 22:35 x86
Microsoft.sqlserver.configuration.isworkerextension.resources.dll 14.0.1000.169 25,272 31-jul-24 00:07 x86
Microsoft.sqlserver.configuration.managementtoolsextension.resources.dll 14.0.3475.1 21,032 30-jul-24 22:35 x86
Microsoft.sqlserver.configuration.msiextension.resources.dll 14.0.3475.1 69,072 30-jul-24 22:36 x86
Microsoft.sqlserver.configuration.polybaseconfigextension.resources.dll 14.0.3475.1 43,576 30-jul-24 22:37 x86
Microsoft.sqlserver.configuration.powershellextension.resources.dll 14.0.3475.1 21,032 30-jul-24 22:36 x86
Microsoft.sqlserver.configuration.repl_configextension.resources.dll 14.0.3475.1 17,448 30-jul-24 22:36 x86
Microsoft.sqlserver.configuration.resources.dll 14.0.3475.1 58,816 30-jul-24 22:36 x86
Microsoft.sqlserver.configuration.rsextension.resources.dll 14.0.3475.1 55,744 30-jul-24 22:36 x86
Microsoft.sqlserver.configuration.rulesengineextension.resources.dll 14.0.3475.1 31,272 30-jul-24 22:37 x86
Microsoft.sqlserver.configuration.saa_configextension.resources.dll 14.0.1000.169 22,200 31-jul-24 00:06 x86
Microsoft.sqlserver.configuration.sco.resources.dll 14.0.3475.1 771,536 30-jul-24 22:35 x86
Microsoft.sqlserver.configuration.scoextension.resources.dll 14.0.1000.169 55,984 31-jul-24 00:03 x86
Microsoft.sqlserver.configuration.setupextension.resources.dll 14.0.3475.1 298,944 30-jul-24 22:35 x86
Microsoft.sqlserver.configuration.slpextension.resources.dll 14.0.3475.1 21,544 30-jul-24 22:35 x86
Microsoft.sqlserver.configuration.smartsetupextension.resources.dll 14.0.3475.1 31,680 30-jul-24 22:35 x86
Microsoft.sqlserver.configuration.smpy_configextension.resources.dll 14.0.3475.1 16,328 30-jul-24 22:37 x86
Microsoft.sqlserver.configuration.smr_configextension.resources.dll 14.0.3475.1 16,320 30-jul-24 22:37 x86
Microsoft.sqlserver.configuration.sqlbrowserextension.resources.dll 14.0.3475.1 35,776 30-jul-24 22:37 x86
Microsoft.sqlserver.configuration.sqlconfigbase.resources.dll 14.0.3475.1 17,856 30-jul-24 22:36 x86
Microsoft.sqlserver.configuration.sqlserver_configextension.resources.dll 2017.140.3475.1 143,928 30-jul-24 22:35 x86
Microsoft.sqlserver.configuration.ssisextension.resources.dll 14.0.3475.1 21,440 30-jul-24 22:35 x86
Microsoft.sqlserver.configuration.uiextension.resources.dll 14.0.3475.1 21,048 30-jul-24 22:37 x86
Microsoft.sqlserver.configuration.utilityextension.resources.dll 14.0.1000.169 22,200 31-jul-24 00:05 x86
Microsoft.sqlserver.configuration.wizardframework.resources.dll 14.0.3475.1 56,872 30-jul-24 22:36 x86
Microsoft.sqlserver.configuration.xtp.configextension.resources.dll 14.0.1000.169 21,688 31-jul-24 00:04 x86
Microsoft.sqlserver.deployment.resources.dll 14.0.1000.169 21,176 31-jul-24 00:05 x86
Microsoft.sqlserver.discovery.resources.dll 14.0.3475.1 83,384 30-jul-24 22:37 x86
Microsoft.sqlserver.setup.chainer.workflow.resources.dll 14.0.3475.1 26,560 30-jul-24 22:37 x86
Landingpage.resources.dll 14.0.3475.1 75,832 30-jul-24 22:37 x86
Microsoft.sql.chainer.package.resources.dll 14.0.3475.1 22,568 30-jul-24 22:38 x86
Microsoft.sql.chainer.product.resources.dll 14.0.3475.1 349,736 30-jul-24 22:37 x86
Microsoft.sqlserver.chainer.extensioncommon.resources.dll 14.0.3475.1 33,832 30-jul-24 22:37 x86
Microsoft.sqlserver.chainer.infrastructure.resources.dll 14.0.3475.1 37,944 30-jul-24 22:38 x86
Microsoft.sqlserver.chainer.setup.resources.dll 14.0.3475.1 17,448 30-jul-24 22:37 x86
Microsoft.sqlserver.configuration.agentextension.resources.dll 14.0.3475.1 28,200 30-jul-24 22:38 x86
Microsoft.sqlserver.configuration.asextension.resources.dll 14.0.3475.1 67,112 30-jul-24 22:37 x86
Microsoft.sqlserver.configuration.bootstrapextension.resources.dll 14.0.3475.1 25,656 30-jul-24 22:38 x86
Microsoft.sqlserver.configuration.cluster.resources.dll 14.0.3475.1 156,728 30-jul-24 22:38 x86
Microsoft.sqlserver.configuration.configextension.resources.dll 14.0.3475.1 17,856 30-jul-24 22:37 x86
Microsoft.sqlserver.configuration.distributedreplayextension.resources.dll 14.0.1000.169 26,808 30-jul-24 23:58 x86
Microsoft.sqlserver.configuration.dmf.common.resources.dll 14.0.17041.0 24,312 30-jul-24 23:58 x86
Microsoft.sqlserver.configuration.dmf.resources.dll 14.0.17041.0 36,600 30-jul-24 23:56 x86
Microsoft.sqlserver.configuration.extensibility_configextension.resources.dll 14.0.3475.1 20,536 30-jul-24 22:38 x86
Microsoft.sqlserver.configuration.fulltext_configextension.resources.dll 14.0.3475.1 19,904 30-jul-24 22:38 x86
Microsoft.sqlserver.configuration.impy_configextension.resources.dll 14.0.3475.1 16,320 30-jul-24 22:37 x86
Microsoft.sqlserver.configuration.imr_configextension.resources.dll 14.0.3475.1 16,320 30-jul-24 22:37 x86
Microsoft.sqlserver.configuration.installwizard.resources.dll 14.0.3475.1 1,074,112 30-jul-24 22:38 x86
Microsoft.sqlserver.configuration.installwizardframework.resources.dll 14.0.3475.1 17,448 30-jul-24 22:37 x86
Microsoft.sqlserver.configuration.ismasterextension.resources.dll 14.0.3475.1 20,520 30-jul-24 22:38 x86
Microsoft.sqlserver.configuration.isworkerextension.resources.dll 14.0.1000.169 25,272 30-jul-24 23:58 x86
Microsoft.sqlserver.configuration.managementtoolsextension.resources.dll 14.0.3475.1 20,944 30-jul-24 22:38 x86
Microsoft.sqlserver.configuration.msiextension.resources.dll 14.0.3475.1 69,568 30-jul-24 22:38 x86
Microsoft.sqlserver.configuration.polybaseconfigextension.resources.dll 14.0.3475.1 43,560 30-jul-24 22:39 x86
Microsoft.sqlserver.configuration.powershellextension.resources.dll 14.0.3475.1 21,048 30-jul-24 22:37 x86
Microsoft.sqlserver.configuration.repl_configextension.resources.dll 14.0.3475.1 17,448 30-jul-24 22:38 x86
Microsoft.sqlserver.configuration.resources.dll 14.0.3475.1 59,432 30-jul-24 22:37 x86
Microsoft.sqlserver.configuration.rsextension.resources.dll 14.0.3475.1 55,864 30-jul-24 22:38 x86
Microsoft.sqlserver.configuration.rulesengineextension.resources.dll 14.0.3475.1 31,288 30-jul-24 22:37 x86
Microsoft.sqlserver.configuration.saa_configextension.resources.dll 14.0.1000.169 22,200 30-jul-24 23:57 x86
Microsoft.sqlserver.configuration.sco.resources.dll 14.0.3475.1 763,840 30-jul-24 22:37 x86
Microsoft.sqlserver.configuration.scoextension.resources.dll 14.0.1000.169 55,480 30-jul-24 23:59 x86
Microsoft.sqlserver.configuration.setupextension.resources.dll 14.0.3475.1 300,088 30-jul-24 22:39 x86
Microsoft.sqlserver.configuration.slpextension.resources.dll 14.0.3475.1 21,544 30-jul-24 22:37 x86
Microsoft.sqlserver.configuration.smartsetupextension.resources.dll 14.0.3475.1 31,680 30-jul-24 22:38 x86
Microsoft.sqlserver.configuration.smpy_configextension.resources.dll 14.0.3475.1 16,336 30-jul-24 22:37 x86
Microsoft.sqlserver.configuration.smr_configextension.resources.dll 14.0.3475.1 16,320 30-jul-24 22:37 x86
Microsoft.sqlserver.configuration.sqlbrowserextension.resources.dll 14.0.3475.1 35,776 30-jul-24 22:38 x86
Microsoft.sqlserver.configuration.sqlconfigbase.resources.dll 14.0.3475.1 17,856 30-jul-24 22:38 x86
Microsoft.sqlserver.configuration.sqlserver_configextension.resources.dll 2017.140.3475.1 144,320 30-jul-24 22:39 x86
Microsoft.sqlserver.configuration.ssisextension.resources.dll 14.0.3475.1 21,544 30-jul-24 22:38 x86
Microsoft.sqlserver.configuration.uiextension.resources.dll 14.0.3475.1 20,944 30-jul-24 22:38 x86
Microsoft.sqlserver.configuration.utilityextension.resources.dll 14.0.1000.169 22,200 30-jul-24 23:58 x86
Microsoft.sqlserver.configuration.wizardframework.resources.dll 14.0.3475.1 56,768 30-jul-24 22:38 x86
Microsoft.sqlserver.configuration.xtp.configextension.resources.dll 14.0.1000.169 21,688 30-jul-24 23:57 x86
Microsoft.sqlserver.deployment.resources.dll 14.0.1000.169 21,168 30-jul-24 23:56 x86
Microsoft.sqlserver.discovery.resources.dll 14.0.3475.1 83,408 30-jul-24 22:38 x86
Microsoft.sqlserver.setup.chainer.workflow.resources.dll 14.0.3475.1 26,560 30-jul-24 22:38 x86

Informatie over beveiliging en beveiliging

Uzelf online beschermen: ondersteuning voor Windows-beveiliging

Meer informatie over hoe we ons beschermen tegen cyberbedreigingen: Microsoft-beveiliging