Oversigt
Denne sikkerhedsopdatering indeholder rettelser og løser sårbarheder. Du kan få mere at vide om sikkerhedsrisiciene i følgende sikkerhedsvejledninger:
-
CVE-2024-37338 – Microsoft SQL Server Machine Learning Services Remote Code Execution Vulnerability
-
CVE-2024-37335 – Microsoft SQL Server Machine Learning Services Remote Code Execution Vulnerability
-
CVE-2024-37340 - Microsoft SQL Server Machine Learning Services Remote Code Execution Vulnerability
-
CVE-2024-37339 – Microsoft SQL Server Machine Learning Services Remote Code Execution Vulnerability
-
CVE-2024-26186 – Microsoft SQL Server Machine Learning Services Remote Code Execution Vulnerability
-
CVE-2024-26191 – Microsoft SQL Server Machine Learning Services Remote Code Execution Vulnerability
-
CVE-2024-37341 – Microsoft SQL Server sårbarhed i forbindelse med udvidelse af rettigheder
-
CVE-2024-37965 – Microsoft SQL Server sårbarhed i forbindelse med udvidelse af rettigheder
-
CVE-2024-37980 – Microsoft SQL Server sårbarhed i forbindelse med udvidelse af rettigheder
Microsoft SQL Server-komponenterne opdateres til følgende builds i denne sikkerhedsopdatering.
-
SQL Server – Produktversion: 15.0.4390.2, filversion: 2019.150.4390.2
Kendte problemer i denne opdatering
Problem et: CDC-registreringsjobbet mislykkes muligvis, hvis der mangler kolonner i CDC-ændringstabeller
Når du har anvendt denne sikkerhedsopdatering, kan du opleve følgende symptomer i dine databaser, hvor CDC (Change Data Capture) er aktiveret:
-
Hvis dine CDC-aktiverede tabeller har kolonner, hvis navne indeholder kommaer, mangler disse kolonner muligvis i cdc-sporingstabellerne (cdc.<capture_instance>_CT). Denne betingelse kan medføre, at registreringsjobbet mislykkes. DMV (Dynamic Management View) sys.dm_cdc_errors returnerer derefter følgende fejlmeddelelser:
Fejl 22863: "Det lykkedes ikke at indsætte rækker i Ændring af dataregistreringsændringstabeller. Henvis til tidligere fejl i den aktuelle session for at identificere årsagen og rette eventuelle tilknyttede problemer."
Tidligere fejl kan omfatte 8144 (for mange argumenter) eller 257 (konverteringsfejl) eller 201 (forventet parameter ikke angivet) på grund af manglende kolonner.
Bemærk: Dette symptom opstår også, hvis du bruger indstillingen KEEP_CDC , når du gendanner en database, der har CDC aktiveret, og dine CDC-aktiverede tabeller har kolonner, hvis navne indeholder kommaer.
-
Det program, der bruger CDC-ændringstabeller, kan mislykkes og returnerer en ukendt kolonnefejl, hvis kolonnen mangler. Hvis kolonnenavnet f.eks. var <Kunde,id>, kan du få vist følgende fejlmeddelelse:
Msg 207, level 16, state 1, line <linenumber>
Kolonnenavnet 'Kunde,id' er ugyldigt. -
I SQL Server fejlloggen kan du få vist følgende fejl, selvom GDR-opgraderingen rapporteres som fuldført:
<DateTime> Det er ikke muligt at opgradere databasen 'DatabaseName'. Fejlen '22841' blev rejst: 'Metadataene kunne ikke opgraderes for databasen 'DatabaseName', der er aktiveret til Ændring af dataregistrering. Fejlen opstod under udførelse af handlingen '(null)'. Den returnerede fejl var 4924: 'line <LineNumber>, state 1, ALTER TABLE DROP COLUMN failed because column 'ColumnName' does not exist in table 'TableName'.'. Brug handlingen og fejlen til at fastslå årsagen til fejlen og sende anmodningen igen.'. Brug den rapporterede fejl til at bestemme årsagen til fejlen, og udfør derefter sys.sp_cdc_vupgrade i databasekonteksten for at køre opgraderingen igen.
<DateTime-> sp_vupgrade_replication udført korrekt. -
Hvis du bruger indstillingen KEEP_CDC , når du gendanner en database, der har CDC aktiveret, kan gendannelsesprocessen mislykkes og generere en fejl mod slutningen. Databasen gendannes korrekt og returnerer følgende fejlmeddelelse:
100 procent behandlet.
Behandlede 768 sider for databasen 'DatabaseName', filen 'Filnavn' på fil 1. Behandlede 2 sider for databasen ' DatabaseName ', file ' FileName' på fil 1. DBCC-udførelse fuldført. Hvis DBCC-udskrevne fejlmeddelelser er udskrevne, skal du kontakte systemadministratoren. Msg 22841, niveau 16, stat 1, procedure sys.sp_cdc_vupgrade, linje- <linjenummer> [batchstartlinje 0] Metadataene for databasen 'DatabaseName', der er aktiveret til Ændring af dataregistrering, kunne ikke opgraderes. Fejlen opstod under udførelse af handlingen '(null)'. Den returnerede fejl var 4924: 'line <LineNumber>, state 1, ALTER TABLE DROP COLUMN failed because column 'Column& Id'et findes ikke i tabellen 'dbo_CDCTableTest_CT'.'. Brug handlingen og fejlen til at fastslå årsagen til fejlen og sende anmodningen igen. GENDAN DATABASE behandlede 770 sider på 0,270 sekunder (22,265 MB/sekund).
Årsag
Dette problem opstår i en af følgende situationer:
-
Hvis der findes en kolonne, hvis navn indeholder et komma, i CDC-sporingstabellen (cdc.<capture_instance>_CT), kan kolonnen blive tabt på grund af funktionsfejl i CDC-opgraderingsprocessen.
-
Den lagrede Sp_vupgrade_replication -procedure aktiveres af en databasegendannelsesproces eller under en SQL Server opgraderingsproces. Denne handling kan mislykkes, hvis en CDC-sporingstabel (cdc.<capture_instance>_CT) indeholder kolonner, hvis navn indeholder et symbol, f.eks. &, <, >, eller tegn, hvis ASCII-decimalkode er mindre end 32 (undtagen 9-Tab og 10-LineFeed). Dette problem opstår på grund af brugen af FOR XML PATH i CDC-opgraderingsprocessen, og fordi de regler, der gælder for kolonnenavne, er ændret. Du kan få mere at vide under Ugyldige tegn og escape-regler.
Bemærk!: Kun de kolonner, der er beskrevet her, påvirkes af dette problem.
Løsning
Du kan løse dette problem med en af følgende metoder:
-
Hvis du vil forhindre, at kolonner slippes og forårsager fejlen i en CDC-gendannelse eller -opgradering, kan du bruge TF (Trace Flag) T15006, før du opgraderer GDR-buildet:
-
Åbn SQL Server Configuration Manager.
-
Vælg og højreklik på din SQL Server forekomst, og vælg derefter Egenskaber.
-
Gå til fanen Startparametre .
-
Tilføj TF T15006.
-
Vælg Tilføj > Anvend.
-
Genstart tjenesten SQL Server.
-
Udfør opgraderingen. Sporingsflaget er aktivt under opgraderingen.
-
-
Hvis du har anvendt GDR, og kolonner, hvis navne indeholder kommaer, er blevet fjernet fra CDC-sporingstabeller (cdc.<capture_instance>_CT), kan du afhjælpe dette problem på følgende måde:
-
Tilføj TF T15006, og genstart derefter SQL Server-tjenesten som beskrevet i den første løsning.
-
Hvis gendannelsesscenariet for databasen påvirkes, skal du udstede en anden databasegendannelsesproces.
-
Hvis GDR-opgraderingen medfører, at kolonnerne udelades, skal du deaktivere og genaktivere CDC i den berørte tabel ved hjælp af sp_cdc_disable_table og sp_cdc_enable_table.
Bemærk!: Deaktivering og genaktivering af CDC i den berørte tabel medfører, at ændringsdata går tabt.
-
Problem to: SQL Server VSS Writer kan muligvis ikke udføre en sikkerhedskopiering, fordi der ikke findes nogen database til frysning
Når sikkerhedskopieringsværktøjer som f.eks. Azure Recovery Vault udfører en sikkerhedskopiering på en virtuel maskine (VM), kan de muligvis ikke opnå programkonsistens. Der er muligvis ingen fejl. Programmet kører hurtigt, uden at der foretages sikkerhedskopier. VSS Writer (SQL Server Volume Shadow Copy Service) ender i en fejltilstand, der ikke kan prøves igen. Hvis du aktiverer SQL Server VSS Writer-sporing, får du muligvis vist følgende undtagelse, som angiver, at der ikke er nogen database at fryse, hvilket resulterer i et mislykket øjebliksbillede:
[0543739500,0x002948:011b4:0xb87fa68e] sqlwriter.yukon\sqllib\snapsql.cpp(1058): Snapshot::Prepare: Server PROD-SQL01 has no databases to freeze
Desuden kan nogle databaser blive registreret med 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
Hvis du bruger Azure Recovery Vault, får du muligvis vist en fejl som følgende på hændelseslisten:
App-consistent recovery point generation failed.
Problemet opstår som følge af en kodeændring i SQL Server 2019 CU28, der kontrollerer, om en database er online og klar til at blive frosset. Den aktuelle løsning er at rulle tilbage til SQL Server 2019 CU27 og udføre sikkerhedskopieringen af øjebliksbilledet. Du kan finde flere oplysninger om, hvordan du annullerer opdateringen af pakken til en tidligere version, under Fjerne en samlet opdatering fra SQL Server.
Microsoft arbejder på at finde en løsning på dette problem, og det vil være tilgængeligt i en fremtidig CU.
Forbedringer og rettelser, der er inkluderet i denne opdatering
Der findes en Excel-projektmappe, der kan downloades, og som indeholder en oversigtsliste over builds sammen med deres aktuelle supportlivscyklus. Excel-filen indeholder også detaljerede rettelseslister. Hent denne Excel-fil nu.
Bemærk!: Der kan refereres direkte til individuelle poster i følgende tabel via et bogmærke. Hvis du vælger et fejlreference-id i tabellen, føjes et bogmærkemærke til URL-adressen ved hjælp af formatet "#bkmk_NNNNNNN". Du kan derefter dele denne URL-adresse med andre, så de kan springe direkte til den ønskede løsning i tabellen.
Fejlreference |
Beskrivelse |
Ret område |
Komponent |
Perron |
---|---|---|---|---|
Tilføjer en validering af modelparameteren, når du kører PREDICT, for at undgå fejl på grund af input fra forkerte modeller. |
SQL Server-program |
Kørsel af forespørgsel |
Al |
|
Forbedrer sikkerheden for funktionen til ændring af dataregistrering (CDC) ved at tilføje låsning af metadatadefinitionsfunktionalitet for at blokere DDL-handlinger (Data Definition Language). |
SQL Server-program |
Replikation |
Al |
|
Løser et problem, hvor tabel- og kolonnenavne, der læses fra databasemetadata, i nogle tilfælde ikke er angivet korrekt, når du opbygger interne SQL Server batches i gemte procedurer, der administrerer tidstabeller. Når rettelsen er blevet anvendt, fuldføres citatet korrekt. |
SQL Server-program |
Tidsmæssige |
Al |
Sådan henter og installerer du opdateringen
Denne opdatering er tilgængelig via Windows Update. Når du slår automatisk opdatering til, downloades og installeres denne opdatering automatisk. Du kan få mere at vide om, hvordan du slår automatiske opdateringer til, under Windows Update: ofte stillede spørgsmål.
Du kan få den separate pakke til denne opdatering ved at gå til webstedet Microsoft Update-katalog .
Bemærk Registreringslogikken er blevet opdateret for denne og fremtidige sikkerhedsudgivelser, der udgives på webstedet Microsoft Update-katalog. Du kan få mere at vide under Opdateringer til Microsoft Update-registreringslogikken for SQL Server vedligeholdelse.
Følgende fil kan downloades fra Microsoft Download Center:
Du kan få flere oplysninger om, hvordan du downloader Microsoft-supportfiler, ved at klikke på nedenstående artikelnummer for at gå til artiklen i Microsoft Knowledge Base:
Sådan henter du Microsoft-supportfiler fra onlinetjenester
Microsoft har scannet denne fil for virus ved hjælp af den nyeste software til virusregistrering, der var tilgængelig på den dato, hvor filen blev publiceret. Filen er gemt på servere med forbedret sikkerhed, hvilket er med til at forhindre uautoriserede ændringer af den.
Vigtigt!: Hvis du installerer en sprogpakke, når du har installeret denne opdatering, skal du geninstallere denne opdatering. Vi anbefaler derfor, at du installerer de sprogpakker, du har brug for, før du installerer denne opdatering. Du kan få mere at vide under Føj sprogpakker til Windows.
Bemærk!: Denne opdatering gøres tilgængelig via Microsoft Update-kataloget for alle servere, der kører SQL Server, også selvom Reporting Services ikke er installeret. Installation af denne sikkerhedsopdatering er valgfrit for computere, der ikke er vært for Microsoft SQL Server Reporting Services.
Sådan henter eller downloader du den seneste kumulative opdateringspakke til Linux
Hvis du vil opdatere SQL Server 2019 på Linux til den nyeste CU, skal du først have lageret for samlet opdatering konfigureret. Opdater derefter dine SQL Server-pakker ved hjælp af den relevante platformsspecifikke opdateringskommando.
Du kan finde installationsvejledninger og direkte links til CU-pakkens downloads i produktbemærkningerne til SQL Server 2019.
Flere oplysninger
Hvis du vil anvende denne opdatering, skal du have SQL Server 2019 eller en SQL Server 2019 CU-version via denne SQL Server 2019 CU28 GDR installeret.
Du kan få oplysninger om installation af denne opdatering under Udrulninger – Vejledning til sikkerhedsopdateringer.
Filnavn |
SHA256-hash |
---|---|
SQLServer2019-KB5042749-x64.exe |
B36DF0B24275D4B6ACE036868EF7E1C445974B23594CF71EDB799A540375C2D4 |
Filoplysninger
Den engelske version af denne pakke har de filattributter (eller nyere filattributter), der er angivet i følgende tabel. Datoerne og klokkeslættene for disse filer er angivet i Coordinated Universal Time (UTC). Når du får vist filoplysningerne, konverteres de til lokal tid. Du kan finde forskellen mellem UTC og lokal tid ved at bruge fanen Tidszone i elementet Dato og klokkeslæt i Kontrolpanel.
Filnavn |
Filversion |
Filstørrelse |
Dato |
Tidspunkt |
Perron |
Mediainfo.xml |
Ikke relevant |
1,116 |
24. august |
06:53 |
Ikke relevant |
Packageid.dat |
Ikke relevant |
16 |
21. august 24 |
10:20 |
Ikke relevant |
Setup.exe |
2019.150.4390.2 |
133,160 |
24. august |
06:53 |
x64 |
Setup.exe.config |
Ikke relevant |
486 |
24. august |
06:53 |
Ikke relevant |
Sqlsetupbootstrapper.dll |
2019.150.4390.2 |
243,752 |
24. august |
06:53 |
x64 |
Pythonlicense.rtf |
Ikke relevant |
50,561 |
24. august |
05:07 |
Ikke relevant |
Ropenlicense.rtf |
Ikke relevant |
37,940 |
24. august |
05:07 |
Ikke relevant |
Update_license.rtf |
Ikke relevant |
123,593 |
24. august |
05:07 |
Ikke relevant |
Pythonlicense.rtf |
Ikke relevant |
44,184 |
24. august |
05:07 |
Ikke relevant |
Ropenlicense.rtf |
Ikke relevant |
33,216 |
24. august |
05:07 |
Ikke relevant |
Update_license.rtf |
Ikke relevant |
121,591 |
24. august |
05:07 |
Ikke relevant |
Mediainfo.xml |
Ikke relevant |
1,116 |
24. august |
06:53 |
Ikke relevant |
Pythonlicense.rtf |
Ikke relevant |
45,402 |
24. august |
05:07 |
Ikke relevant |
Ropenlicense.rtf |
Ikke relevant |
911 |
24. august |
05:07 |
Ikke relevant |
Update_license.rtf |
Ikke relevant |
59,670 |
24. august |
05:07 |
Ikke relevant |
Masterdataservicesloc.msi |
Ikke relevant |
8,941,568 |
24. august |
06:53 |
Ikke relevant |
Sqlbrowser.msp |
Ikke relevant |
4,091,904 |
24. august |
06:53 |
Ikke relevant |
Sqlsupport.msi |
Ikke relevant |
19,341,312 |
24. august |
06:53 |
Ikke relevant |
Msodbcsql.msi |
Ikke relevant |
4,677,632 |
24. august |
05:35 |
Ikke relevant |
Msoledbsql.msi |
Ikke relevant |
7,188,480 |
24. august |
06:53 |
Ikke relevant |
Sqllocaldb.msi |
Ikke relevant |
56,135,680 |
24. august |
06:53 |
Ikke relevant |
Sqlwriter.msp |
Ikke relevant |
679,936 |
24. august |
06:53 |
Ikke relevant |
Pythonlicense.rtf |
Ikke relevant |
43,682 |
24. august |
05:07 |
Ikke relevant |
Ropenlicense.rtf |
Ikke relevant |
33,582 |
24. august |
05:07 |
Ikke relevant |
Update_license.rtf |
Ikke relevant |
121,317 |
24. august |
05:07 |
Ikke relevant |
Pythonlicense.rtf |
Ikke relevant |
40,862 |
24. august |
05:07 |
Ikke relevant |
Ropenlicense.rtf |
Ikke relevant |
33,141 |
24. august |
05:07 |
Ikke relevant |
Update_license.rtf |
Ikke relevant |
121,266 |
24. august |
05:07 |
Ikke relevant |
Pythonlicense.rtf |
Ikke relevant |
52,334 |
24. august |
05:07 |
Ikke relevant |
Ropenlicense.rtf |
Ikke relevant |
37,434 |
24. august |
05:07 |
Ikke relevant |
Update_license.rtf |
Ikke relevant |
128,130 |
24. august |
05:07 |
Ikke relevant |
Pythonlicense.rtf |
Ikke relevant |
57,942 |
24. august |
05:07 |
Ikke relevant |
Ropenlicense.rtf |
Ikke relevant |
47,219 |
24. august |
05:07 |
Ikke relevant |
Update_license.rtf |
Ikke relevant |
149,466 |
24. august |
05:07 |
Ikke relevant |
Pythonlicense.rtf |
Ikke relevant |
43,688 |
24. august |
05:07 |
Ikke relevant |
Ropenlicense.rtf |
Ikke relevant |
33,584 |
24. august |
05:07 |
Ikke relevant |
Update_license.rtf |
Ikke relevant |
121,730 |
24. august |
05:07 |
Ikke relevant |
Pythonlicense.rtf |
Ikke relevant |
46,669 |
24. august |
05:07 |
Ikke relevant |
Ropenlicense.rtf |
Ikke relevant |
36,232 |
24. august |
05:07 |
Ikke relevant |
Update_license.rtf |
Ikke relevant |
125,145 |
24. august |
05:07 |
Ikke relevant |
Pythonlicense.rtf |
Ikke relevant |
48,793 |
24. august |
05:07 |
Ikke relevant |
Ropenlicense.rtf |
Ikke relevant |
37,540 |
24. august |
05:07 |
Ikke relevant |
Update_license.rtf |
Ikke relevant |
123,849 |
24. august |
05:07 |
Ikke relevant |
Pythonlicense.rtf |
Ikke relevant |
43,446 |
24. august |
05:07 |
Ikke relevant |
Ropenlicense.rtf |
Ikke relevant |
33,275 |
24. august |
05:07 |
Ikke relevant |
Update_license.rtf |
Ikke relevant |
121,914 |
24. august |
05:07 |
Ikke relevant |
Setup.rll |
2019.150.4390.2 |
26,664 |
24. august |
06:53 |
Ikke relevant |
Addnode.xml |
Ikke relevant |
12,028 |
24. august |
06:53 |
Ikke relevant |
Completeclusterwizard.xml |
Ikke relevant |
11,893 |
24. august |
06:53 |
Ikke relevant |
Completeimagewizard.xml |
Ikke relevant |
15,305 |
24. august |
06:53 |
Ikke relevant |
Componentupdate.xml |
Ikke relevant |
3,061 |
24. august |
06:53 |
Ikke relevant |
Configuration.uicfg |
Ikke relevant |
6,927 |
24. august |
06:53 |
Ikke relevant |
Editionupgradewizard.xml |
Ikke relevant |
5,673 |
24. august |
06:53 |
Ikke relevant |
Fixsqlregistrykey_x64.exe |
15.0.4390.2 |
51,136 |
24. august |
06:53 |
x64 |
Fixsqlregistrykey_x64.exe.config |
Ikke relevant |
486 |
24. august |
06:53 |
Ikke relevant |
Fixsqlregistrykey_x86.exe |
15.0.4390.2 |
55,232 |
24. august |
06:53 |
x86 |
Fixsqlregistrykey_x86.exe.config |
Ikke relevant |
486 |
24. august |
06:53 |
Ikke relevant |
Installclusterwizard.xml |
Ikke relevant |
19,950 |
24. august |
06:53 |
Ikke relevant |
Installwizard.xml |
Ikke relevant |
20,522 |
24. august |
06:53 |
Ikke relevant |
Instapi150.dll |
2019.150.4390.2 |
88,104 |
24. august |
05:05 |
x64 |
Landingpage.exe |
15.0.4390.2 |
432,064 |
24. august |
06:53 |
x64 |
Landingpage.exe.config |
Ikke relevant |
486 |
24. august |
06:53 |
Ikke relevant |
Microsoft.analysisservices.adomdclient.dll |
15.0.35.48 |
1,106,880 |
24. august |
05:34 |
x86 |
Microsoft.analysisservices.core.dll |
15.0.35.48 |
1,387,968 |
24. august |
05:34 |
x86 |
Microsoft.analysisservices.dll |
15.0.35.48 |
683,984 |
24. august |
05:34 |
x86 |
Microsoft.analysisservices.spclient.interfaces.dll |
15.0.35.48 |
26,672 |
24. august |
05:34 |
x86 |
Microsoft.analysisservices.tabular.dll |
15.0.35.48 |
1,096,136 |
24. august |
05:34 |
x86 |
Microsoft.analysisservices.tabular.json.dll |
15.0.35.48 |
566,320 |
24. august |
05:34 |
x86 |
Microsoft.diagnostics.tracing.eventsource.dll |
1.1.26.0 |
167,728 |
24. august |
05:03 |
x86 |
Microsoft.netenterpriseservers.exceptionmessagebox.dll |
15.0.4390.2 |
141,248 |
24. august |
05:05 |
x86 |
Microsoft.sql.chainer.package.dll |
15.0.4390.2 |
47,144 |
24. august |
05:05 |
x86 |
Microsoft.sql.chainer.package.xmlserializers.dll |
15.0.4390.2 |
65,592 |
24. august |
05:05 |
x86 |
Microsoft.sql.chainer.packagedata.dll |
15.0.4390.2 |
161,832 |
24. august |
06:53 |
x86 |
Microsoft.sql.chainer.product.dll |
15.0.4390.2 |
436,288 |
24. august |
05:05 |
x86 |
Microsoft.sql.chainer.product.xmlserializers.dll |
15.0.4390.2 |
65,088 |
24. august |
05:05 |
x86 |
Microsoft.sqlserver.chainer.extensioncommon.dll |
15.0.4390.2 |
116,776 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.chainer.extensioncommon.xmlserializers.dll |
15.0.4390.2 |
79,928 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.chainer.infrastructure.dll |
15.0.4390.2 |
403,496 |
24. august |
05:08 |
x86 |
Microsoft.sqlserver.chainer.infrastructure.xmlserializers.dll |
15.0.4390.2 |
199,208 |
24. august |
05:08 |
x86 |
Microsoft.sqlserver.chainer.workflowdata.dll |
15.0.4390.2 |
866,368 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.chainer.workflowdata.xmlserializers.dll |
15.0.4390.2 |
439,872 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.agentextension.dll |
15.0.4390.2 |
137,296 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.asextension.dll |
15.0.4390.2 |
387,008 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.astelemetryextension.dll |
15.0.4390.2 |
75,816 |
24. august |
06:53 |
x64 |
Microsoft.sqlserver.configuration.bootstrapextension.dll |
15.0.4390.2 |
79,928 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.bootstrapextension.xmlserializers.dll |
15.0.4390.2 |
26,560 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.cluster.dll |
15.0.4390.2 |
682,048 |
24. august |
05:30 |
x86 |
Microsoft.sqlserver.configuration.cluster.xmlserializers.dll |
15.0.4390.2 |
337,960 |
24. august |
05:30 |
x86 |
Microsoft.sqlserver.configuration.configextension.dll |
15.0.4390.2 |
92,112 |
24. august |
05:26 |
x86 |
Microsoft.sqlserver.configuration.configextension.xmlserializers.dll |
15.0.4390.2 |
37,928 |
24. august |
05:26 |
x86 |
Microsoft.sqlserver.configuration.distributedreplayextension.dll |
15.0.4390.2 |
83,904 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.dll |
15.0.4390.2 |
268,224 |
24. august |
05:26 |
x86 |
Microsoft.sqlserver.configuration.extensibility_configextension.dll |
15.0.4390.2 |
108,608 |
24. august |
06:53 |
x64 |
Microsoft.sqlserver.configuration.fulltext_configextension.dll |
15.0.4390.2 |
79,824 |
24. august |
05:32 |
x64 |
Microsoft.sqlserver.configuration.impy_configextension.dll |
15.0.4390.2 |
43,072 |
24. august |
06:53 |
x64 |
Microsoft.sqlserver.configuration.imr_configextension.dll |
15.0.4390.2 |
43,064 |
24. august |
06:53 |
x64 |
Microsoft.sqlserver.configuration.installwizard.dll |
15.0.4390.2 |
1,836,992 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.installwizardframework.dll |
15.0.4390.2 |
79,808 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.installwizardframework.xmlserializers.dll |
15.0.4390.2 |
60,864 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.ismasterextension.dll |
15.0.4390.2 |
84,032 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.istelemetryconfigextension.dll |
15.0.4390.2 |
47,144 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.isworkerextension.dll |
15.0.4390.2 |
79,808 |
24. august |
05:28 |
x86 |
Microsoft.sqlserver.configuration.managementtoolsextension.dll |
15.0.4390.2 |
51,240 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.msiextension.dll |
15.0.4390.2 |
432,208 |
24. august |
05:26 |
x86 |
Microsoft.sqlserver.configuration.msiextension.xmlserializers.dll |
15.0.4390.2 |
192,040 |
24. august |
05:26 |
x86 |
Microsoft.sqlserver.configuration.polybaseconfigextension.dll |
15.0.4390.2 |
178,256 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.polybasejavaconfigextension.dll |
15.0.4390.2 |
83,920 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.powershellextension.dll |
15.0.4390.2 |
55,336 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.repl_configextension.dll |
15.0.4390.2 |
55,232 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.rsextension.dll |
15.0.4390.2 |
366,632 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.rulesengineextension.dll |
15.0.4390.2 |
104,384 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.rulesengineextension.xmlserializers.dll |
15.0.4390.2 |
42,024 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.saa_configextension.dll |
15.0.4390.2 |
38,864 |
24. august |
06:53 |
x64 |
Microsoft.sqlserver.configuration.sco.dll |
15.0.4390.2 |
3,004,480 |
24. august |
05:10 |
x86 |
Microsoft.sqlserver.configuration.sco.xmlserializers.dll |
15.0.4390.2 |
125,480 |
24. august |
05:10 |
x86 |
Microsoft.sqlserver.configuration.scoextension.dll |
15.0.4390.2 |
235,560 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.setupextension.dll |
15.0.4390.2 |
1,148,864 |
24. august |
05:26 |
x86 |
Microsoft.sqlserver.configuration.setupextension.xmlserializers.dll |
15.0.4390.2 |
426,432 |
24. august |
05:26 |
x86 |
Microsoft.sqlserver.configuration.slpextension.dll |
15.0.4390.2 |
67,624 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.smartsetupextension.dll |
15.0.4390.2 |
231,464 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.smartsetupextension.xmlserializers.dll |
15.0.4390.2 |
71,720 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.smpy_configextension.dll |
15.0.4390.2 |
43,048 |
24. august |
06:53 |
x64 |
Microsoft.sqlserver.configuration.smr_configextension.dll |
15.0.4390.2 |
43,064 |
24. august |
06:53 |
x64 |
Microsoft.sqlserver.configuration.sniserverconfigext.dll |
2019.150.4390.2 |
317,480 |
24. august |
05:29 |
x64 |
Microsoft.sqlserver.configuration.sqlbrowserextension.dll |
15.0.4390.2 |
141,376 |
24. august |
05:31 |
x64 |
Microsoft.sqlserver.configuration.sqlconfigbase.dll |
15.0.4390.2 |
75,816 |
24. august |
05:26 |
x86 |
Microsoft.sqlserver.configuration.sqlconfigbase.xmlserializers.dll |
15.0.4390.2 |
29,224 |
24. august |
05:26 |
x86 |
Microsoft.sqlserver.configuration.sqlserver_configextension.dll |
2019.150.4390.2 |
763,944 |
24. august |
05:30 |
x64 |
Microsoft.sqlserver.configuration.ssisextension.dll |
15.0.4390.2 |
83,920 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.telemetryconfigextension.dll |
15.0.4390.2 |
71,720 |
24. august |
06:53 |
x64 |
Microsoft.sqlserver.configuration.telemetryconfigextension.resources.dll |
15.0.4390.2 |
17,960 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.uiextension.dll |
15.0.4390.2 |
112,680 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.uiextension.xmlserializers.dll |
15.0.4390.2 |
52,688 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.utilityextension.dll |
15.0.4390.2 |
38,864 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.wizardframework.dll |
15.0.4390.2 |
186,304 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.wizardframework.xmlserializers.dll |
15.0.4390.2 |
59,840 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.wmiinterop.dll |
15.0.4390.2 |
329,808 |
24. august |
05:05 |
x86 |
Microsoft.sqlserver.configuration.xmlserializers.dll |
15.0.4390.2 |
161,320 |
24. august |
05:26 |
x86 |
Microsoft.sqlserver.configuration.xtp.configextension.dll |
15.0.4390.2 |
38,992 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.connectioninfo.dll |
15.0.18185.0 |
156,632 |
24. august |
05:05 |
x86 |
Microsoft.sqlserver.customcontrols.dll |
15.0.4390.2 |
51,256 |
24. august |
05:07 |
x86 |
Microsoft.sqlserver.datawarehouse.workloaddeployment.dll |
15.0.1970.0 |
714,184 |
24. august |
05:23 |
x86 |
Microsoft.sqlserver.deployment.dll |
15.0.4390.2 |
260,136 |
24. august |
05:05 |
x86 |
Microsoft.sqlserver.deployment.xmlserializers.dll |
15.0.4390.2 |
27,712 |
24. august |
05:05 |
x86 |
Microsoft.sqlserver.diagnostics.strace.dll |
15.0.4390.2 |
129,064 |
24. august |
05:05 |
x86 |
Microsoft.sqlserver.discovery.dll |
15.0.4390.2 |
231,376 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.discovery.xmlserializers.dll |
15.0.4390.2 |
215,488 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.dmf.common.dll |
15.0.18185.0 |
66,008 |
24. august |
05:05 |
x86 |
Microsoft.sqlserver.dmf.dll |
15.0.18185.0 |
315,824 |
24. august |
05:05 |
x86 |
Microsoft.sqlserver.instapi.dll |
15.0.4390.2 |
51,264 |
24. august |
05:04 |
x86 |
Microsoft.sqlserver.interop.firewallapi.dll |
15.0.0.0 |
32,696 |
24. august |
05:04 |
x86 |
Microsoft.sqlserver.interop.taskschd.dll |
15.0.0.0 |
47,184 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.interop.wuapilib.dll |
15.0.0.0 |
87,592 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.management.controls.dll |
15.0.16146.0 |
399,584 |
24. august |
05:07 |
x86 |
Microsoft.sqlserver.management.sdk.sfc.dll |
15.0.18185.0 |
523,224 |
24. august |
05:05 |
x86 |
Microsoft.sqlserver.setup.chainer.workflow.dll |
15.0.4390.2 |
104,488 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.setup.chainer.workflow.xmlserializers.dll |
15.0.4390.2 |
68,648 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.smo.dll |
15.0.18185.0 |
4,265,920 |
24. august |
05:05 |
x86 |
Microsoft.sqlserver.sqlclrprovider.dll |
15.0.18185.0 |
23,512 |
24. august |
05:05 |
x86 |
Microsoft.sqlserver.sqlenum.dll |
15.0.18185.0 |
1,500,120 |
24. august |
05:05 |
x86 |
Microsoft.sqlserver.sstring.dll |
15.0.4390.2 |
38,976 |
24. august |
05:04 |
x86 |
Microsoft.sqlserver.usagetracking.dll |
2019.150.4390.2 |
75,816 |
24. august |
06:53 |
x64 |
Msvcp140.dll |
14.16.27033.0 |
627,992 |
24. august |
05:07 |
x64 |
Msvcp140_1.dll |
14.16.27033.0 |
31,512 |
24. august |
05:07 |
x64 |
Newtonsoft.json.dll |
6.0.8.18111 |
513,424 |
24. august |
05:34 |
x86 |
Package.xsd |
Ikke relevant |
8,832 |
24. august |
05:05 |
Ikke relevant |
Patchwizard.xml |
Ikke relevant |
6,057 |
24. august |
06:53 |
Ikke relevant |
Pidgenx.dll |
15.0.169.500 |
1,475,160 |
24. august |
05:07 |
x64 |
Pidprivateconfigobjectmaps.xml |
Ikke relevant |
92,538 |
24. august |
05:07 |
Ikke relevant |
Prepareclusterwizard.xml |
Ikke relevant |
13,679 |
24. august |
06:53 |
Ikke relevant |
Prepareimagewizard.xml |
Ikke relevant |
8,698 |
24. august |
06:53 |
Ikke relevant |
Removenode.xml |
Ikke relevant |
4,946 |
24. august |
06:53 |
Ikke relevant |
Removepatchwizard.xml |
Ikke relevant |
5,680 |
24. august |
06:53 |
Ikke relevant |
Repairwizard.xml |
Ikke relevant |
6,999 |
24. august |
06:53 |
Ikke relevant |
Rsetup.exe |
15.0.4390.2 |
247,872 |
24. august |
06:53 |
x86 |
Runrulesui.xml |
Ikke relevant |
1,403 |
24. august |
06:53 |
Ikke relevant |
Scenarioengine.exe |
15.0.4390.2 |
67,536 |
24. august |
06:53 |
x64 |
Scenarioengine.exe.config |
Ikke relevant |
486 |
24. august |
06:53 |
Ikke relevant |
Shellobjects.dll |
1.0.0.0 |
129,600 |
24. august |
06:53 |
x86 |
Sqlboot.dll |
2019.150.4390.2 |
215,080 |
24. august |
05:35 |
x64 |
Sqlcab.dll |
2019.150.4390.2 |
169,920 |
24. august |
06:53 |
x64 |
Sqlconf.dll |
2019.150.4390.2 |
63,440 |
24. august |
06:53 |
x64 |
Sqlmu.dll |
2019.150.4390.2 |
116,776 |
24. august |
06:53 |
x64 |
Sqlprocesssub.dll |
2019.150.4390.2 |
124,992 |
24. august |
06:53 |
x64 |
Sqlsccn.dll |
2019.150.4390.2 |
112,576 |
24. august |
06:53 |
x64 |
Uninstallwizard.xml |
Ikke relevant |
4,648 |
24. august |
06:53 |
Ikke relevant |
Upgradewizard.xml |
Ikke relevant |
14,573 |
24. august |
06:53 |
Ikke relevant |
Vccorlib140.dll |
14.16.27033.0 |
366,872 |
24. august |
05:07 |
x64 |
Vcruntime140.dll |
14.16.27033.0 |
85,784 |
24. august |
05:07 |
x64 |
Landingpage.resources.dll |
15.0.4390.2 |
72,144 |
24. august |
06:53 |
x86 |
Microsoft.netenterpriseservers.exceptionmessagebox.resources.dll |
15.0.4390.2 |
71,744 |
24. august |
05:05 |
x86 |
Microsoft.sql.chainer.package.resources.dll |
15.0.4390.2 |
22,592 |
24. august |
05:05 |
x86 |
Microsoft.sql.chainer.product.resources.dll |
15.0.4390.2 |
405,560 |
24. august |
05:05 |
x86 |
Microsoft.sqlserver.chainer.extensioncommon.resources.dll |
15.0.4390.2 |
35,368 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.chainer.infrastructure.resources.dll |
15.0.4390.2 |
41,512 |
24. august |
05:08 |
x86 |
Microsoft.sqlserver.chainer.setup.resources.dll |
15.0.4390.2 |
17,352 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.agentextension.resources.dll |
15.0.4390.2 |
30,144 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.asextension.resources.dll |
15.0.4390.2 |
68,136 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.bootstrapextension.resources.dll |
15.0.4390.2 |
25,536 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.cluster.resources.dll |
15.0.4390.2 |
163,384 |
24. august |
05:30 |
x86 |
Microsoft.sqlserver.configuration.configextension.resources.dll |
15.0.4390.2 |
18,984 |
24. august |
05:26 |
x86 |
Microsoft.sqlserver.configuration.distributedreplayextension.resources.dll |
15.0.4390.2 |
21,544 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.extensibility_configextension.resources.dll |
15.0.4390.2 |
21,056 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.fulltext_configextension.resources.dll |
15.0.4390.2 |
20,520 |
24. august |
05:32 |
x86 |
Microsoft.sqlserver.configuration.impy_configextension.resources.dll |
15.0.4390.2 |
16,440 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.imr_configextension.resources.dll |
15.0.4390.2 |
16,440 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.installwizard.resources.dll |
15.0.4390.2 |
1,125,312 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.installwizardframework.resources.dll |
15.0.4390.2 |
17,448 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.ismasterextension.resources.dll |
15.0.4390.2 |
20,928 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.isworkerextension.resources.dll |
15.0.4390.2 |
19,920 |
24. august |
05:28 |
x86 |
Microsoft.sqlserver.configuration.managementtoolsextension.resources.dll |
15.0.4390.2 |
21,056 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.msiextension.resources.dll |
15.0.4390.2 |
74,296 |
24. august |
05:26 |
x86 |
Microsoft.sqlserver.configuration.polybaseconfigextension.resources.dll |
15.0.4390.2 |
42,536 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.polybasejavaconfigextension.resources.dll |
15.0.4390.2 |
24,104 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.powershellextension.resources.dll |
15.0.4390.2 |
21,032 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.repl_configextension.resources.dll |
15.0.4390.2 |
17,344 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.resources.dll |
15.0.4390.2 |
63,016 |
24. august |
05:26 |
x86 |
Microsoft.sqlserver.configuration.rsextension.resources.dll |
15.0.4390.2 |
62,520 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.rulesengineextension.resources.dll |
15.0.4390.2 |
32,320 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.saa_configextension.resources.dll |
15.0.4390.2 |
16,336 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.sco.resources.dll |
15.0.4390.2 |
1,698,368 |
24. august |
05:10 |
x86 |
Microsoft.sqlserver.configuration.scoextension.resources.dll |
15.0.4390.2 |
54,312 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.setupextension.resources.dll |
15.0.4390.2 |
317,376 |
24. august |
05:26 |
x86 |
Microsoft.sqlserver.configuration.slpextension.resources.dll |
15.0.4390.2 |
22,056 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.smartsetupextension.resources.dll |
15.0.4390.2 |
34,360 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.smpy_configextension.resources.dll |
15.0.4390.2 |
16,440 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.smr_configextension.resources.dll |
15.0.4390.2 |
16,320 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.sniserverconfigext.resources.dll |
2019.150.4390.2 |
20,928 |
24. august |
05:29 |
x86 |
Microsoft.sqlserver.configuration.sqlbrowserextension.resources.dll |
15.0.4390.2 |
38,352 |
24. august |
05:31 |
x86 |
Microsoft.sqlserver.configuration.sqlconfigbase.resources.dll |
15.0.4390.2 |
18,368 |
24. august |
05:26 |
x86 |
Microsoft.sqlserver.configuration.sqlserver_configextension.resources.dll |
2019.150.4390.2 |
157,760 |
24. august |
05:30 |
x86 |
Microsoft.sqlserver.configuration.ssisextension.resources.dll |
15.0.4390.2 |
21,440 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.uiextension.resources.dll |
15.0.4390.2 |
21,568 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.utilityextension.resources.dll |
15.0.4390.2 |
16,424 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.wizardframework.resources.dll |
15.0.4390.2 |
56,872 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.xtp.configextension.resources.dll |
15.0.4390.2 |
15,808 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.connectioninfo.resources.dll |
15.0.18185.0 |
21,440 |
24. august |
05:56 |
x86 |
Microsoft.sqlserver.deployment.resources.dll |
15.0.4390.2 |
15,416 |
24. august |
05:05 |
x86 |
Microsoft.sqlserver.discovery.resources.dll |
15.0.4390.2 |
94,656 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.dmf.common.resources.dll |
15.0.18185.0 |
18,904 |
24. august |
05:56 |
x86 |
Microsoft.sqlserver.dmf.resources.dll |
15.0.18185.0 |
33,752 |
24. august |
05:56 |
x86 |
Microsoft.sqlserver.management.controls.resources.dll |
15.0.16146.0 |
85,728 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.management.sdk.sfc.resources.dll |
15.0.18185.0 |
154,544 |
24. august |
05:56 |
x86 |
Microsoft.sqlserver.setup.chainer.workflow.resources.dll |
15.0.4390.2 |
27,704 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.smo.resources.dll |
15.0.18185.0 |
871,344 |
24. august |
05:56 |
x86 |
Microsoft.sqlserver.sqlenum.resources.dll |
15.0.18185.0 |
910,784 |
24. august |
05:56 |
x86 |
Landingpage.resources.dll |
15.0.4390.2 |
72,256 |
24. august |
06:53 |
x86 |
Microsoft.netenterpriseservers.exceptionmessagebox.resources.dll |
15.0.4390.2 |
71,616 |
24. august |
05:05 |
x86 |
Microsoft.sql.chainer.package.resources.dll |
15.0.4390.2 |
22,584 |
24. august |
05:05 |
x86 |
Microsoft.sql.chainer.product.resources.dll |
15.0.4390.2 |
405,440 |
24. august |
05:05 |
x86 |
Microsoft.sqlserver.chainer.extensioncommon.resources.dll |
15.0.4390.2 |
34,856 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.chainer.infrastructure.resources.dll |
15.0.4390.2 |
41,000 |
24. august |
05:08 |
x86 |
Microsoft.sqlserver.chainer.setup.resources.dll |
15.0.4390.2 |
17,344 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.agentextension.resources.dll |
15.0.4390.2 |
30,248 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.asextension.resources.dll |
15.0.4390.2 |
68,648 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.bootstrapextension.resources.dll |
15.0.4390.2 |
25,656 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.cluster.resources.dll |
15.0.4390.2 |
162,856 |
24. august |
05:30 |
x86 |
Microsoft.sqlserver.configuration.configextension.resources.dll |
15.0.4390.2 |
18,472 |
24. august |
05:26 |
x86 |
Microsoft.sqlserver.configuration.distributedreplayextension.resources.dll |
15.0.4390.2 |
21,456 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.extensibility_configextension.resources.dll |
15.0.4390.2 |
21,032 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.fulltext_configextension.resources.dll |
15.0.4390.2 |
20,928 |
24. august |
05:32 |
x86 |
Microsoft.sqlserver.configuration.impy_configextension.resources.dll |
15.0.4390.2 |
16,320 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.imr_configextension.resources.dll |
15.0.4390.2 |
16,424 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.installwizard.resources.dll |
15.0.4390.2 |
1,128,504 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.installwizardframework.resources.dll |
15.0.4390.2 |
17,344 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.ismasterextension.resources.dll |
15.0.4390.2 |
21,584 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.isworkerextension.resources.dll |
15.0.4390.2 |
20,544 |
24. august |
05:28 |
x86 |
Microsoft.sqlserver.configuration.managementtoolsextension.resources.dll |
15.0.4390.2 |
21,032 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.msiextension.resources.dll |
15.0.4390.2 |
74,176 |
24. august |
05:26 |
x86 |
Microsoft.sqlserver.configuration.polybaseconfigextension.resources.dll |
15.0.4390.2 |
43,048 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.polybasejavaconfigextension.resources.dll |
15.0.4390.2 |
24,016 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.powershellextension.resources.dll |
15.0.4390.2 |
20,944 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.repl_configextension.resources.dll |
15.0.4390.2 |
17,360 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.resources.dll |
15.0.4390.2 |
64,568 |
24. august |
05:26 |
x86 |
Microsoft.sqlserver.configuration.rsextension.resources.dll |
15.0.4390.2 |
62,016 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.rulesengineextension.resources.dll |
15.0.4390.2 |
32,320 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.saa_configextension.resources.dll |
15.0.4390.2 |
16,448 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.sco.resources.dll |
15.0.4390.2 |
1,678,376 |
24. august |
05:10 |
x86 |
Microsoft.sqlserver.configuration.scoextension.resources.dll |
15.0.4390.2 |
53,288 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.setupextension.resources.dll |
15.0.4390.2 |
317,888 |
24. august |
05:26 |
x86 |
Microsoft.sqlserver.configuration.slpextension.resources.dll |
15.0.4390.2 |
22,056 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.smartsetupextension.resources.dll |
15.0.4390.2 |
35,384 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.smpy_configextension.resources.dll |
15.0.4390.2 |
16,424 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.smr_configextension.resources.dll |
15.0.4390.2 |
16,320 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.sniserverconfigext.resources.dll |
2019.150.4390.2 |
20,944 |
24. august |
05:29 |
x86 |
Microsoft.sqlserver.configuration.sqlbrowserextension.resources.dll |
15.0.4390.2 |
38,336 |
24. august |
05:31 |
x86 |
Microsoft.sqlserver.configuration.sqlconfigbase.resources.dll |
15.0.4390.2 |
18,384 |
24. august |
05:26 |
x86 |
Microsoft.sqlserver.configuration.sqlserver_configextension.resources.dll |
2019.150.4390.2 |
158,248 |
24. august |
05:30 |
x86 |
Microsoft.sqlserver.configuration.ssisextension.resources.dll |
15.0.4390.2 |
21,440 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.uiextension.resources.dll |
15.0.4390.2 |
21,952 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.utilityextension.resources.dll |
15.0.4390.2 |
16,424 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.wizardframework.resources.dll |
15.0.4390.2 |
57,408 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.xtp.configextension.resources.dll |
15.0.4390.2 |
16,424 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.connectioninfo.resources.dll |
15.0.18185.0 |
20,952 |
24. august |
05:56 |
x86 |
Microsoft.sqlserver.deployment.resources.dll |
15.0.4390.2 |
15,440 |
24. august |
05:05 |
x86 |
Microsoft.sqlserver.discovery.resources.dll |
15.0.4390.2 |
94,800 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.dmf.common.resources.dll |
15.0.18185.0 |
18,904 |
24. august |
05:56 |
x86 |
Microsoft.sqlserver.dmf.resources.dll |
15.0.18185.0 |
32,176 |
24. august |
05:56 |
x86 |
Microsoft.sqlserver.management.controls.resources.dll |
15.0.16146.0 |
85,728 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.management.sdk.sfc.resources.dll |
15.0.18185.0 |
154,584 |
24. august |
05:56 |
x86 |
Microsoft.sqlserver.setup.chainer.workflow.resources.dll |
15.0.4390.2 |
27,200 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.smo.resources.dll |
15.0.18185.0 |
873,920 |
24. august |
05:56 |
x86 |
Microsoft.sqlserver.sqlenum.resources.dll |
15.0.18185.0 |
910,808 |
24. august |
05:56 |
x86 |
Landingpage.resources.dll |
15.0.4390.2 |
72,232 |
24. august |
06:53 |
x86 |
Microsoft.netenterpriseservers.exceptionmessagebox.resources.dll |
15.0.4390.2 |
71,616 |
24. august |
05:05 |
x86 |
Microsoft.sql.chainer.package.resources.dll |
15.0.4390.2 |
22,568 |
24. august |
05:05 |
x86 |
Microsoft.sql.chainer.product.resources.dll |
15.0.4390.2 |
405,440 |
24. august |
05:05 |
x86 |
Microsoft.sqlserver.chainer.extensioncommon.resources.dll |
15.0.4390.2 |
35,384 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.chainer.infrastructure.resources.dll |
15.0.4390.2 |
42,024 |
24. august |
05:08 |
x86 |
Microsoft.sqlserver.chainer.setup.resources.dll |
15.0.4390.2 |
17,960 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.agentextension.resources.dll |
15.0.4390.2 |
30,800 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.asextension.resources.dll |
15.0.4390.2 |
69,056 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.bootstrapextension.resources.dll |
15.0.4390.2 |
26,064 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.cluster.resources.dll |
15.0.4390.2 |
166,464 |
24. august |
05:30 |
x86 |
Microsoft.sqlserver.configuration.configextension.resources.dll |
15.0.4390.2 |
18,984 |
24. august |
05:26 |
x86 |
Microsoft.sqlserver.configuration.distributedreplayextension.resources.dll |
15.0.4390.2 |
21,440 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.extensibility_configextension.resources.dll |
15.0.4390.2 |
21,544 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.fulltext_configextension.resources.dll |
15.0.4390.2 |
21,440 |
24. august |
05:32 |
x86 |
Microsoft.sqlserver.configuration.impy_configextension.resources.dll |
15.0.4390.2 |
16,440 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.imr_configextension.resources.dll |
15.0.4390.2 |
16,448 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.installwizard.resources.dll |
15.0.4390.2 |
1,129,024 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.installwizardframework.resources.dll |
15.0.4390.2 |
17,344 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.ismasterextension.resources.dll |
15.0.4390.2 |
21,032 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.isworkerextension.resources.dll |
15.0.4390.2 |
20,032 |
24. august |
05:28 |
x86 |
Microsoft.sqlserver.configuration.managementtoolsextension.resources.dll |
15.0.4390.2 |
21,032 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.msiextension.resources.dll |
15.0.4390.2 |
75,320 |
24. august |
05:26 |
x86 |
Microsoft.sqlserver.configuration.polybaseconfigextension.resources.dll |
15.0.4390.2 |
43,088 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.polybasejavaconfigextension.resources.dll |
15.0.4390.2 |
24,008 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.powershellextension.resources.dll |
15.0.4390.2 |
21,032 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.repl_configextension.resources.dll |
15.0.4390.2 |
17,448 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.resources.dll |
15.0.4390.2 |
65,064 |
24. august |
05:26 |
x86 |
Microsoft.sqlserver.configuration.rsextension.resources.dll |
15.0.4390.2 |
62,912 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.rulesengineextension.resources.dll |
15.0.4390.2 |
32,192 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.saa_configextension.resources.dll |
15.0.4390.2 |
16,424 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.sco.resources.dll |
15.0.4390.2 |
1,556,024 |
24. august |
05:10 |
x86 |
Microsoft.sqlserver.configuration.scoextension.resources.dll |
15.0.4390.2 |
55,336 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.setupextension.resources.dll |
15.0.4390.2 |
321,984 |
24. august |
05:26 |
x86 |
Microsoft.sqlserver.configuration.slpextension.resources.dll |
15.0.4390.2 |
21,968 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.smartsetupextension.resources.dll |
15.0.4390.2 |
35,776 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.smpy_configextension.resources.dll |
15.0.4390.2 |
16,440 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.smr_configextension.resources.dll |
15.0.4390.2 |
16,320 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.sniserverconfigext.resources.dll |
2019.150.4390.2 |
21,072 |
24. august |
05:29 |
x86 |
Microsoft.sqlserver.configuration.sqlbrowserextension.resources.dll |
15.0.4390.2 |
38,848 |
24. august |
05:31 |
x86 |
Microsoft.sqlserver.configuration.sqlconfigbase.resources.dll |
15.0.4390.2 |
18,880 |
24. august |
05:26 |
x86 |
Microsoft.sqlserver.configuration.sqlserver_configextension.resources.dll |
2019.150.4390.2 |
159,680 |
24. august |
05:30 |
x86 |
Microsoft.sqlserver.configuration.ssisextension.resources.dll |
15.0.4390.2 |
22,056 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.uiextension.resources.dll |
15.0.4390.2 |
22,056 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.utilityextension.resources.dll |
15.0.4390.2 |
16,448 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.wizardframework.resources.dll |
15.0.4390.2 |
57,280 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.xtp.configextension.resources.dll |
15.0.4390.2 |
15,936 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.connectioninfo.resources.dll |
15.0.18185.0 |
21,464 |
24. august |
05:56 |
x86 |
Microsoft.sqlserver.deployment.resources.dll |
15.0.4390.2 |
15,400 |
24. august |
05:05 |
x86 |
Microsoft.sqlserver.discovery.resources.dll |
15.0.4390.2 |
94,784 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.dmf.common.resources.dll |
15.0.18185.0 |
18,880 |
24. august |
05:56 |
x86 |
Microsoft.sqlserver.dmf.resources.dll |
15.0.18185.0 |
33,200 |
24. august |
05:56 |
x86 |
Microsoft.sqlserver.management.controls.resources.dll |
15.0.16146.0 |
85,728 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.management.sdk.sfc.resources.dll |
15.0.18185.0 |
155,608 |
24. august |
05:56 |
x86 |
Microsoft.sqlserver.setup.chainer.workflow.resources.dll |
15.0.4390.2 |
27,584 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.smo.resources.dll |
15.0.18185.0 |
879,040 |
24. august |
05:56 |
x86 |
Microsoft.sqlserver.sqlenum.resources.dll |
15.0.18185.0 |
910,808 |
24. august |
05:56 |
x86 |
Landingpage.resources.dll |
15.0.4390.2 |
71,720 |
24. august |
06:53 |
x86 |
Microsoft.netenterpriseservers.exceptionmessagebox.resources.dll |
15.0.4390.2 |
71,616 |
24. august |
05:05 |
x86 |
Microsoft.sql.chainer.package.resources.dll |
15.0.4390.2 |
22,480 |
24. august |
05:05 |
x86 |
Microsoft.sql.chainer.product.resources.dll |
15.0.4390.2 |
405,440 |
24. august |
05:05 |
x86 |
Microsoft.sqlserver.chainer.extensioncommon.resources.dll |
15.0.4390.2 |
34,872 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.chainer.infrastructure.resources.dll |
15.0.4390.2 |
41,000 |
24. august |
05:08 |
x86 |
Microsoft.sqlserver.chainer.setup.resources.dll |
15.0.4390.2 |
17,448 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.agentextension.resources.dll |
15.0.4390.2 |
29,632 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.asextension.resources.dll |
15.0.4390.2 |
67,624 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.bootstrapextension.resources.dll |
15.0.4390.2 |
25,552 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.cluster.resources.dll |
15.0.4390.2 |
160,296 |
24. august |
05:30 |
x86 |
Microsoft.sqlserver.configuration.configextension.resources.dll |
15.0.4390.2 |
18,472 |
24. august |
05:26 |
x86 |
Microsoft.sqlserver.configuration.distributedreplayextension.resources.dll |
15.0.4390.2 |
21,456 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.extensibility_configextension.resources.dll |
15.0.4390.2 |
21,032 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.fulltext_configextension.resources.dll |
15.0.4390.2 |
20,416 |
24. august |
05:32 |
x86 |
Microsoft.sqlserver.configuration.impy_configextension.resources.dll |
15.0.4390.2 |
16,464 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.imr_configextension.resources.dll |
15.0.4390.2 |
16,424 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.installwizard.resources.dll |
15.0.4390.2 |
1,124,392 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.installwizardframework.resources.dll |
15.0.4390.2 |
17,448 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.ismasterextension.resources.dll |
15.0.4390.2 |
21,456 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.isworkerextension.resources.dll |
15.0.4390.2 |
20,048 |
24. august |
05:28 |
x86 |
Microsoft.sqlserver.configuration.managementtoolsextension.resources.dll |
15.0.4390.2 |
21,048 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.msiextension.resources.dll |
15.0.4390.2 |
74,304 |
24. august |
05:26 |
x86 |
Microsoft.sqlserver.configuration.polybaseconfigextension.resources.dll |
15.0.4390.2 |
42,448 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.powershellextension.resources.dll |
15.0.4390.2 |
20,928 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.repl_configextension.resources.dll |
15.0.4390.2 |
17,488 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.resources.dll |
15.0.4390.2 |
63,528 |
24. august |
05:26 |
x86 |
Microsoft.sqlserver.configuration.rsextension.resources.dll |
15.0.4390.2 |
61,480 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.rulesengineextension.resources.dll |
15.0.4390.2 |
32,312 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.saa_configextension.resources.dll |
15.0.4390.2 |
16,424 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.sco.resources.dll |
15.0.4390.2 |
1,690,152 |
24. august |
05:10 |
x86 |
Microsoft.sqlserver.configuration.scoextension.resources.dll |
15.0.4390.2 |
54,312 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.setupextension.resources.dll |
15.0.4390.2 |
315,456 |
24. august |
05:26 |
x86 |
Microsoft.sqlserver.configuration.slpextension.resources.dll |
15.0.4390.2 |
22,056 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.smartsetupextension.resources.dll |
15.0.4390.2 |
35,384 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.smpy_configextension.resources.dll |
15.0.4390.2 |
16,320 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.smr_configextension.resources.dll |
15.0.4390.2 |
16,440 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.sniserverconfigext.resources.dll |
2019.150.4390.2 |
21,032 |
24. august |
05:29 |
x86 |
Microsoft.sqlserver.configuration.sqlbrowserextension.resources.dll |
15.0.4390.2 |
38,464 |
24. august |
05:31 |
x86 |
Microsoft.sqlserver.configuration.sqlconfigbase.resources.dll |
15.0.4390.2 |
18,384 |
24. august |
05:26 |
x86 |
Microsoft.sqlserver.configuration.sqlserver_configextension.resources.dll |
2019.150.4390.2 |
156,112 |
24. august |
05:30 |
x86 |
Microsoft.sqlserver.configuration.ssisextension.resources.dll |
15.0.4390.2 |
21,544 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.uiextension.resources.dll |
15.0.4390.2 |
21,432 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.utilityextension.resources.dll |
15.0.4390.2 |
16,336 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.wizardframework.resources.dll |
15.0.4390.2 |
56,896 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.xtp.configextension.resources.dll |
15.0.4390.2 |
16,448 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.connectioninfo.resources.dll |
15.0.18185.0 |
21,464 |
24. august |
05:56 |
x86 |
Microsoft.sqlserver.deployment.resources.dll |
15.0.4390.2 |
15,416 |
24. august |
05:05 |
x86 |
Microsoft.sqlserver.discovery.resources.dll |
15.0.4390.2 |
94,656 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.dmf.common.resources.dll |
15.0.18185.0 |
17,840 |
24. august |
05:56 |
x86 |
Microsoft.sqlserver.dmf.resources.dll |
15.0.18185.0 |
33,752 |
24. august |
05:56 |
x86 |
Microsoft.sqlserver.management.controls.resources.dll |
15.0.16146.0 |
85,720 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.management.sdk.sfc.resources.dll |
15.0.18185.0 |
154,584 |
24. august |
05:56 |
x86 |
Microsoft.sqlserver.setup.chainer.workflow.resources.dll |
15.0.4390.2 |
27,176 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.smo.resources.dll |
15.0.18185.0 |
850,904 |
24. august |
05:56 |
x86 |
Microsoft.sqlserver.sqlenum.resources.dll |
15.0.18185.0 |
910,784 |
24. august |
05:56 |
x86 |
Landingpage.resources.dll |
15.0.4390.2 |
73,664 |
24. august |
06:53 |
x86 |
Microsoft.netenterpriseservers.exceptionmessagebox.resources.dll |
15.0.4390.2 |
72,128 |
24. august |
05:05 |
x86 |
Microsoft.sql.chainer.package.resources.dll |
15.0.4390.2 |
22,464 |
24. august |
05:05 |
x86 |
Microsoft.sql.chainer.product.resources.dll |
15.0.4390.2 |
405,560 |
24. august |
05:05 |
x86 |
Microsoft.sqlserver.chainer.extensioncommon.resources.dll |
15.0.4390.2 |
35,880 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.chainer.infrastructure.resources.dll |
15.0.4390.2 |
43,064 |
24. august |
05:08 |
x86 |
Microsoft.sqlserver.chainer.setup.resources.dll |
15.0.4390.2 |
17,976 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.agentextension.resources.dll |
15.0.4390.2 |
32,704 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.asextension.resources.dll |
15.0.4390.2 |
72,256 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.bootstrapextension.resources.dll |
15.0.4390.2 |
27,072 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.cluster.resources.dll |
15.0.4390.2 |
179,264 |
24. august |
05:30 |
x86 |
Microsoft.sqlserver.configuration.configextension.resources.dll |
15.0.4390.2 |
18,984 |
24. august |
05:26 |
x86 |
Microsoft.sqlserver.configuration.distributedreplayextension.resources.dll |
15.0.4390.2 |
22,080 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.extensibility_configextension.resources.dll |
15.0.4390.2 |
22,056 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.fulltext_configextension.resources.dll |
15.0.4390.2 |
20,928 |
24. august |
05:32 |
x86 |
Microsoft.sqlserver.configuration.impy_configextension.resources.dll |
15.0.4390.2 |
16,320 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.imr_configextension.resources.dll |
15.0.4390.2 |
16,320 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.installwizard.resources.dll |
15.0.4390.2 |
1,137,720 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.installwizardframework.resources.dll |
15.0.4390.2 |
17,344 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.ismasterextension.resources.dll |
15.0.4390.2 |
21,544 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.isworkerextension.resources.dll |
15.0.4390.2 |
20,544 |
24. august |
05:28 |
x86 |
Microsoft.sqlserver.configuration.managementtoolsextension.resources.dll |
15.0.4390.2 |
21,072 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.msiextension.resources.dll |
15.0.4390.2 |
78,272 |
24. august |
05:26 |
x86 |
Microsoft.sqlserver.configuration.polybaseconfigextension.resources.dll |
15.0.4390.2 |
43,968 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.polybasejavaconfigextension.resources.dll |
15.0.4390.2 |
24,000 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.powershellextension.resources.dll |
15.0.4390.2 |
21,440 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.repl_configextension.resources.dll |
15.0.4390.2 |
17,344 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.resources.dll |
15.0.4390.2 |
68,648 |
24. august |
05:26 |
x86 |
Microsoft.sqlserver.configuration.rsextension.resources.dll |
15.0.4390.2 |
66,640 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.rulesengineextension.resources.dll |
15.0.4390.2 |
32,848 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.saa_configextension.resources.dll |
15.0.4390.2 |
16,424 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.sco.resources.dll |
15.0.4390.2 |
1,622,464 |
24. august |
05:10 |
x86 |
Microsoft.sqlserver.configuration.scoextension.resources.dll |
15.0.4390.2 |
56,888 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.setupextension.resources.dll |
15.0.4390.2 |
336,464 |
24. august |
05:26 |
x86 |
Microsoft.sqlserver.configuration.slpextension.resources.dll |
15.0.4390.2 |
21,952 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.smartsetupextension.resources.dll |
15.0.4390.2 |
38,440 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.smpy_configextension.resources.dll |
15.0.4390.2 |
16,448 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.smr_configextension.resources.dll |
15.0.4390.2 |
16,424 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.sniserverconfigext.resources.dll |
2019.150.4390.2 |
22,056 |
24. august |
05:29 |
x86 |
Microsoft.sqlserver.configuration.sqlbrowserextension.resources.dll |
15.0.4390.2 |
40,384 |
24. august |
05:31 |
x86 |
Microsoft.sqlserver.configuration.sqlconfigbase.resources.dll |
15.0.4390.2 |
18,880 |
24. august |
05:26 |
x86 |
Microsoft.sqlserver.configuration.sqlserver_configextension.resources.dll |
2019.150.4390.2 |
165,440 |
24. august |
05:30 |
x86 |
Microsoft.sqlserver.configuration.ssisextension.resources.dll |
15.0.4390.2 |
21,952 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.uiextension.resources.dll |
15.0.4390.2 |
22,568 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.utilityextension.resources.dll |
15.0.4390.2 |
16,936 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.wizardframework.resources.dll |
15.0.4390.2 |
57,384 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.xtp.configextension.resources.dll |
15.0.4390.2 |
15,912 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.connectioninfo.resources.dll |
15.0.18185.0 |
21,976 |
24. august |
05:56 |
x86 |
Microsoft.sqlserver.deployment.resources.dll |
15.0.4390.2 |
15,424 |
24. august |
05:05 |
x86 |
Microsoft.sqlserver.discovery.resources.dll |
15.0.4390.2 |
94,760 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.dmf.common.resources.dll |
15.0.18185.0 |
19,416 |
24. august |
05:56 |
x86 |
Microsoft.sqlserver.dmf.resources.dll |
15.0.18185.0 |
35,776 |
24. august |
05:56 |
x86 |
Microsoft.sqlserver.management.controls.resources.dll |
15.0.16146.0 |
85,728 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.management.sdk.sfc.resources.dll |
15.0.18185.0 |
157,120 |
24. august |
05:56 |
x86 |
Microsoft.sqlserver.setup.chainer.workflow.resources.dll |
15.0.4390.2 |
28,200 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.smo.resources.dll |
15.0.18185.0 |
916,952 |
24. august |
05:56 |
x86 |
Microsoft.sqlserver.sqlenum.resources.dll |
15.0.18185.0 |
911,280 |
24. august |
05:56 |
x86 |
Landingpage.resources.dll |
15.0.4390.2 |
71,632 |
24. august |
06:53 |
x86 |
Microsoft.netenterpriseservers.exceptionmessagebox.resources.dll |
15.0.4390.2 |
71,616 |
24. august |
05:05 |
x86 |
Microsoft.sql.chainer.package.resources.dll |
15.0.4390.2 |
22,568 |
24. august |
05:05 |
x86 |
Microsoft.sql.chainer.product.resources.dll |
15.0.4390.2 |
405,440 |
24. august |
05:05 |
x86 |
Microsoft.sqlserver.chainer.extensioncommon.resources.dll |
15.0.4390.2 |
35,368 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.chainer.infrastructure.resources.dll |
15.0.4390.2 |
41,512 |
24. august |
05:08 |
x86 |
Microsoft.sqlserver.chainer.setup.resources.dll |
15.0.4390.2 |
17,472 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.agentextension.resources.dll |
15.0.4390.2 |
30,656 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.asextension.resources.dll |
15.0.4390.2 |
68,664 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.bootstrapextension.resources.dll |
15.0.4390.2 |
25,536 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.cluster.resources.dll |
15.0.4390.2 |
167,464 |
24. august |
05:30 |
x86 |
Microsoft.sqlserver.configuration.configextension.resources.dll |
15.0.4390.2 |
18,984 |
24. august |
05:26 |
x86 |
Microsoft.sqlserver.configuration.distributedreplayextension.resources.dll |
15.0.4390.2 |
21,568 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.extensibility_configextension.resources.dll |
15.0.4390.2 |
21,544 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.fulltext_configextension.resources.dll |
15.0.4390.2 |
20,536 |
24. august |
05:32 |
x86 |
Microsoft.sqlserver.configuration.impy_configextension.resources.dll |
15.0.4390.2 |
16,440 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.imr_configextension.resources.dll |
15.0.4390.2 |
16,312 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.installwizard.resources.dll |
15.0.4390.2 |
1,124,800 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.installwizardframework.resources.dll |
15.0.4390.2 |
17,360 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.ismasterextension.resources.dll |
15.0.4390.2 |
21,544 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.isworkerextension.resources.dll |
15.0.4390.2 |
19,904 |
24. august |
05:28 |
x86 |
Microsoft.sqlserver.configuration.managementtoolsextension.resources.dll |
15.0.4390.2 |
21,048 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.msiextension.resources.dll |
15.0.4390.2 |
73,784 |
24. august |
05:26 |
x86 |
Microsoft.sqlserver.configuration.polybaseconfigextension.resources.dll |
15.0.4390.2 |
43,048 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.polybasejavaconfigextension.resources.dll |
15.0.4390.2 |
24,104 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.powershellextension.resources.dll |
15.0.4390.2 |
20,944 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.repl_configextension.resources.dll |
15.0.4390.2 |
17,360 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.resources.dll |
15.0.4390.2 |
64,552 |
24. august |
05:26 |
x86 |
Microsoft.sqlserver.configuration.rsextension.resources.dll |
15.0.4390.2 |
61,904 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.rulesengineextension.resources.dll |
15.0.4390.2 |
32,312 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.saa_configextension.resources.dll |
15.0.4390.2 |
16,424 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.sco.resources.dll |
15.0.4390.2 |
1,472,568 |
24. august |
05:10 |
x86 |
Microsoft.sqlserver.configuration.scoextension.resources.dll |
15.0.4390.2 |
54,824 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.setupextension.resources.dll |
15.0.4390.2 |
315,456 |
24. august |
05:26 |
x86 |
Microsoft.sqlserver.configuration.slpextension.resources.dll |
15.0.4390.2 |
21,968 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.smartsetupextension.resources.dll |
15.0.4390.2 |
35,264 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.smpy_configextension.resources.dll |
15.0.4390.2 |
16,320 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.smr_configextension.resources.dll |
15.0.4390.2 |
16,424 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.sniserverconfigext.resources.dll |
2019.150.4390.2 |
21,456 |
24. august |
05:29 |
x86 |
Microsoft.sqlserver.configuration.sqlbrowserextension.resources.dll |
15.0.4390.2 |
38,336 |
24. august |
05:31 |
x86 |
Microsoft.sqlserver.configuration.sqlconfigbase.resources.dll |
15.0.4390.2 |
18,496 |
24. august |
05:26 |
x86 |
Microsoft.sqlserver.configuration.sqlserver_configextension.resources.dll |
2019.150.4390.2 |
158,144 |
24. august |
05:30 |
x86 |
Microsoft.sqlserver.configuration.ssisextension.resources.dll |
15.0.4390.2 |
22,056 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.uiextension.resources.dll |
15.0.4390.2 |
22,072 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.utilityextension.resources.dll |
15.0.4390.2 |
16,424 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.wizardframework.resources.dll |
15.0.4390.2 |
57,296 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.xtp.configextension.resources.dll |
15.0.4390.2 |
15,824 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.connectioninfo.resources.dll |
15.0.18185.0 |
21,464 |
24. august |
05:56 |
x86 |
Microsoft.sqlserver.deployment.resources.dll |
15.0.4390.2 |
15,312 |
24. august |
05:05 |
x86 |
Microsoft.sqlserver.discovery.resources.dll |
15.0.4390.2 |
94,784 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.dmf.common.resources.dll |
15.0.18185.0 |
19,392 |
24. august |
05:56 |
x86 |
Microsoft.sqlserver.dmf.resources.dll |
15.0.18185.0 |
33,752 |
24. august |
05:56 |
x86 |
Microsoft.sqlserver.management.controls.resources.dll |
15.0.16146.0 |
85,728 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.management.sdk.sfc.resources.dll |
15.0.18185.0 |
155,608 |
24. august |
05:56 |
x86 |
Microsoft.sqlserver.setup.chainer.workflow.resources.dll |
15.0.4390.2 |
27,176 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.smo.resources.dll |
15.0.18185.0 |
871,384 |
24. august |
05:56 |
x86 |
Microsoft.sqlserver.sqlenum.resources.dll |
15.0.18185.0 |
910,784 |
24. august |
05:56 |
x86 |
Landingpage.resources.dll |
15.0.4390.2 |
71,720 |
24. august |
06:53 |
x86 |
Microsoft.netenterpriseservers.exceptionmessagebox.resources.dll |
15.0.4390.2 |
71,736 |
24. august |
05:05 |
x86 |
Microsoft.sql.chainer.package.resources.dll |
15.0.4390.2 |
22,592 |
24. august |
05:05 |
x86 |
Microsoft.sql.chainer.product.resources.dll |
15.0.4390.2 |
405,440 |
24. august |
05:05 |
x86 |
Microsoft.sqlserver.chainer.extensioncommon.resources.dll |
15.0.4390.2 |
34,872 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.chainer.infrastructure.resources.dll |
15.0.4390.2 |
41,016 |
24. august |
05:08 |
x86 |
Microsoft.sqlserver.chainer.setup.resources.dll |
15.0.4390.2 |
17,360 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.agentextension.resources.dll |
15.0.4390.2 |
29,736 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.asextension.resources.dll |
15.0.4390.2 |
67,624 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.bootstrapextension.resources.dll |
15.0.4390.2 |
25,040 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.cluster.resources.dll |
15.0.4390.2 |
160,296 |
24. august |
05:30 |
x86 |
Microsoft.sqlserver.configuration.configextension.resources.dll |
15.0.4390.2 |
18,984 |
24. august |
05:26 |
x86 |
Microsoft.sqlserver.configuration.distributedreplayextension.resources.dll |
15.0.4390.2 |
21,544 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.extensibility_configextension.resources.dll |
15.0.4390.2 |
21,048 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.fulltext_configextension.resources.dll |
15.0.4390.2 |
20,536 |
24. august |
05:32 |
x86 |
Microsoft.sqlserver.configuration.impy_configextension.resources.dll |
15.0.4390.2 |
16,440 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.imr_configextension.resources.dll |
15.0.4390.2 |
16,448 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.installwizard.resources.dll |
15.0.4390.2 |
1,124,800 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.installwizardframework.resources.dll |
15.0.4390.2 |
17,360 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.ismasterextension.resources.dll |
15.0.4390.2 |
20,944 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.isworkerextension.resources.dll |
15.0.4390.2 |
19,904 |
24. august |
05:28 |
x86 |
Microsoft.sqlserver.configuration.managementtoolsextension.resources.dll |
15.0.4390.2 |
21,048 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.msiextension.resources.dll |
15.0.4390.2 |
73,168 |
24. august |
05:26 |
x86 |
Microsoft.sqlserver.configuration.polybaseconfigextension.resources.dll |
15.0.4390.2 |
42,536 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.polybasejavaconfigextension.resources.dll |
15.0.4390.2 |
24,144 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.powershellextension.resources.dll |
15.0.4390.2 |
20,944 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.repl_configextension.resources.dll |
15.0.4390.2 |
17,448 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.resources.dll |
15.0.4390.2 |
63,032 |
24. august |
05:26 |
x86 |
Microsoft.sqlserver.configuration.rsextension.resources.dll |
15.0.4390.2 |
62,016 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.rulesengineextension.resources.dll |
15.0.4390.2 |
32,320 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.saa_configextension.resources.dll |
15.0.4390.2 |
16,336 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.sco.resources.dll |
15.0.4390.2 |
1,589,184 |
24. august |
05:10 |
x86 |
Microsoft.sqlserver.configuration.scoextension.resources.dll |
15.0.4390.2 |
52,264 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.setupextension.resources.dll |
15.0.4390.2 |
313,408 |
24. august |
05:26 |
x86 |
Microsoft.sqlserver.configuration.slpextension.resources.dll |
15.0.4390.2 |
21,544 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.smartsetupextension.resources.dll |
15.0.4390.2 |
34,360 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.smpy_configextension.resources.dll |
15.0.4390.2 |
16,336 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.smr_configextension.resources.dll |
15.0.4390.2 |
16,440 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.sniserverconfigext.resources.dll |
2019.150.4390.2 |
21,032 |
24. august |
05:29 |
x86 |
Microsoft.sqlserver.configuration.sqlbrowserextension.resources.dll |
15.0.4390.2 |
37,824 |
24. august |
05:31 |
x86 |
Microsoft.sqlserver.configuration.sqlconfigbase.resources.dll |
15.0.4390.2 |
18,472 |
24. august |
05:26 |
x86 |
Microsoft.sqlserver.configuration.sqlserver_configextension.resources.dll |
2019.150.4390.2 |
156,624 |
24. august |
05:30 |
x86 |
Microsoft.sqlserver.configuration.ssisextension.resources.dll |
15.0.4390.2 |
21,544 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.uiextension.resources.dll |
15.0.4390.2 |
21,544 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.utilityextension.resources.dll |
15.0.4390.2 |
16,424 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.wizardframework.resources.dll |
15.0.4390.2 |
56,784 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.xtp.configextension.resources.dll |
15.0.4390.2 |
15,808 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.connectioninfo.resources.dll |
15.0.18185.0 |
20,952 |
24. august |
05:56 |
x86 |
Microsoft.sqlserver.deployment.resources.dll |
15.0.4390.2 |
15,416 |
24. august |
05:05 |
x86 |
Microsoft.sqlserver.discovery.resources.dll |
15.0.4390.2 |
94,760 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.dmf.common.resources.dll |
15.0.18185.0 |
18,904 |
24. august |
05:56 |
x86 |
Microsoft.sqlserver.dmf.resources.dll |
15.0.18185.0 |
32,176 |
24. august |
05:56 |
x86 |
Microsoft.sqlserver.management.controls.resources.dll |
15.0.16146.0 |
85,728 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.management.sdk.sfc.resources.dll |
15.0.18185.0 |
154,560 |
24. august |
05:56 |
x86 |
Microsoft.sqlserver.setup.chainer.workflow.resources.dll |
15.0.4390.2 |
27,176 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.smo.resources.dll |
15.0.18185.0 |
857,536 |
24. august |
05:56 |
x86 |
Microsoft.sqlserver.sqlenum.resources.dll |
15.0.18185.0 |
910,784 |
24. august |
05:56 |
x86 |
Landingpage.resources.dll |
15.0.4390.2 |
76,344 |
24. august |
06:53 |
x86 |
Microsoft.netenterpriseservers.exceptionmessagebox.resources.dll |
15.0.4390.2 |
73,280 |
24. august |
05:05 |
x86 |
Microsoft.sql.chainer.package.resources.dll |
15.0.4390.2 |
22,592 |
24. august |
05:05 |
x86 |
Microsoft.sql.chainer.product.resources.dll |
15.0.4390.2 |
405,568 |
24. august |
05:05 |
x86 |
Microsoft.sqlserver.chainer.extensioncommon.resources.dll |
15.0.4390.2 |
37,928 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.chainer.infrastructure.resources.dll |
15.0.4390.2 |
47,672 |
24. august |
05:08 |
x86 |
Microsoft.sqlserver.chainer.setup.resources.dll |
15.0.4390.2 |
18,880 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.agentextension.resources.dll |
15.0.4390.2 |
34,256 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.asextension.resources.dll |
15.0.4390.2 |
77,352 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.bootstrapextension.resources.dll |
15.0.4390.2 |
29,632 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.cluster.resources.dll |
15.0.4390.2 |
191,440 |
24. august |
05:30 |
x86 |
Microsoft.sqlserver.configuration.configextension.resources.dll |
15.0.4390.2 |
20,432 |
24. august |
05:26 |
x86 |
Microsoft.sqlserver.configuration.distributedreplayextension.resources.dll |
15.0.4390.2 |
23,080 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.extensibility_configextension.resources.dll |
15.0.4390.2 |
23,592 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.fulltext_configextension.resources.dll |
15.0.4390.2 |
22,072 |
24. august |
05:32 |
x86 |
Microsoft.sqlserver.configuration.impy_configextension.resources.dll |
15.0.4390.2 |
16,440 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.imr_configextension.resources.dll |
15.0.4390.2 |
16,424 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.installwizard.resources.dll |
15.0.4390.2 |
1,159,208 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.installwizardframework.resources.dll |
15.0.4390.2 |
17,448 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.ismasterextension.resources.dll |
15.0.4390.2 |
22,096 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.isworkerextension.resources.dll |
15.0.4390.2 |
20,944 |
24. august |
05:28 |
x86 |
Microsoft.sqlserver.configuration.managementtoolsextension.resources.dll |
15.0.4390.2 |
21,032 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.msiextension.resources.dll |
15.0.4390.2 |
84,536 |
24. august |
05:26 |
x86 |
Microsoft.sqlserver.configuration.polybaseconfigextension.resources.dll |
15.0.4390.2 |
45,504 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.polybasejavaconfigextension.resources.dll |
15.0.4390.2 |
25,128 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.powershellextension.resources.dll |
15.0.4390.2 |
21,440 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.repl_configextension.resources.dll |
15.0.4390.2 |
17,448 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.resources.dll |
15.0.4390.2 |
76,328 |
24. august |
05:26 |
x86 |
Microsoft.sqlserver.configuration.rsextension.resources.dll |
15.0.4390.2 |
75,304 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.rulesengineextension.resources.dll |
15.0.4390.2 |
34,240 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.saa_configextension.resources.dll |
15.0.4390.2 |
16,320 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.sco.resources.dll |
15.0.4390.2 |
2,129,344 |
24. august |
05:10 |
x86 |
Microsoft.sqlserver.configuration.scoextension.resources.dll |
15.0.4390.2 |
60,456 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.setupextension.resources.dll |
15.0.4390.2 |
363,456 |
24. august |
05:26 |
x86 |
Microsoft.sqlserver.configuration.slpextension.resources.dll |
15.0.4390.2 |
22,568 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.smartsetupextension.resources.dll |
15.0.4390.2 |
42,432 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.smpy_configextension.resources.dll |
15.0.4390.2 |
16,424 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.smr_configextension.resources.dll |
15.0.4390.2 |
16,424 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.sniserverconfigext.resources.dll |
2019.150.4390.2 |
23,080 |
24. august |
05:29 |
x86 |
Microsoft.sqlserver.configuration.sqlbrowserextension.resources.dll |
15.0.4390.2 |
44,600 |
24. august |
05:31 |
x86 |
Microsoft.sqlserver.configuration.sqlconfigbase.resources.dll |
15.0.4390.2 |
19,904 |
24. august |
05:26 |
x86 |
Microsoft.sqlserver.configuration.sqlserver_configextension.resources.dll |
2019.150.4390.2 |
175,680 |
24. august |
05:30 |
x86 |
Microsoft.sqlserver.configuration.ssisextension.resources.dll |
15.0.4390.2 |
22,592 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.uiextension.resources.dll |
15.0.4390.2 |
23,632 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.utilityextension.resources.dll |
15.0.4390.2 |
16,936 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.wizardframework.resources.dll |
15.0.4390.2 |
57,792 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.xtp.configextension.resources.dll |
15.0.4390.2 |
16,312 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.connectioninfo.resources.dll |
15.0.18185.0 |
23,512 |
24. august |
05:56 |
x86 |
Microsoft.sqlserver.deployment.resources.dll |
15.0.4390.2 |
15,440 |
24. august |
05:05 |
x86 |
Microsoft.sqlserver.discovery.resources.dll |
15.0.4390.2 |
94,760 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.dmf.common.resources.dll |
15.0.18185.0 |
20,440 |
24. august |
05:56 |
x86 |
Microsoft.sqlserver.dmf.resources.dll |
15.0.18185.0 |
39,384 |
24. august |
05:56 |
x86 |
Microsoft.sqlserver.management.controls.resources.dll |
15.0.16146.0 |
85,728 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.management.sdk.sfc.resources.dll |
15.0.18185.0 |
160,728 |
24. august |
05:56 |
x86 |
Microsoft.sqlserver.setup.chainer.workflow.resources.dll |
15.0.4390.2 |
29,736 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.smo.resources.dll |
15.0.18185.0 |
1,111,512 |
24. august |
05:56 |
x86 |
Microsoft.sqlserver.sqlenum.resources.dll |
15.0.18185.0 |
914,392 |
24. august |
05:56 |
x86 |
Conn_info.msp |
Ikke relevant |
118,784 |
24. august |
06:53 |
Ikke relevant |
Masterdataservices.msi |
Ikke relevant |
26,427,392 |
24. august |
06:53 |
Ikke relevant |
Msmpisetup.exe |
10.1.12498.17 |
7,879,080 |
24. august |
05:07 |
x86 |
Rsfx.msi |
Ikke relevant |
2,617,344 |
24. august |
06:53 |
Ikke relevant |
Smo.msp |
Ikke relevant |
1,658,880 |
24. august |
06:53 |
Ikke relevant |
Smo_extensions.msp |
Ikke relevant |
585,728 |
24. august |
06:53 |
Ikke relevant |
Sql_as.msp |
Ikke relevant |
127,700,992 |
24. august |
06:53 |
Ikke relevant |
Sql_azul_java.msp |
Ikke relevant |
169,697,280 |
24. august |
06:53 |
Ikke relevant |
Sql_batchparser.msp |
Ikke relevant |
200,704 |
24. august |
06:53 |
Ikke relevant |
Sql_common_core.msp |
Ikke relevant |
2,666,496 |
24. august |
06:53 |
Ikke relevant |
Sql_dmf.msp |
Ikke relevant |
176,128 |
24. august |
06:53 |
Ikke relevant |
Sql_dq_common.msp |
Ikke relevant |
1,073,152 |
24. august |
06:53 |
Ikke relevant |
Sql_dreplay_client.msp |
Ikke relevant |
507,904 |
24. august |
06:53 |
Ikke relevant |
Sql_dreplay_controller.msp |
Ikke relevant |
466,944 |
24. august |
06:53 |
Ikke relevant |
Sql_engine_core_inst.msp |
Ikke relevant |
93,360,128 |
24. august |
06:53 |
Ikke relevant |
Sql_engine_core_shared.msp |
Ikke relevant |
16,347,136 |
24. august |
06:53 |
Ikke relevant |
Sql_extensibility.msp |
Ikke relevant |
1,368,064 |
24. august |
06:53 |
Ikke relevant |
Sql_fulltext.msp |
Ikke relevant |
409,600 |
24. august |
06:53 |
Ikke relevant |
Sql_inst_mpy.msp |
Ikke relevant |
49,152 |
24. august |
06:53 |
Ikke relevant |
Sql_inst_mr.msp |
Ikke relevant |
49,152 |
24. august |
06:53 |
Ikke relevant |
Sql_is.msp |
Ikke relevant |
25,010,176 |
24. august |
06:53 |
Ikke relevant |
Sql_is_worker.msp |
Ikke relevant |
98,304 |
24. august |
06:53 |
Ikke relevant |
Sql_polybase_core_inst.msp |
Ikke relevant |
115,556,352 |
24. august |
06:25 |
Ikke relevant |
Sql_polybase_java_inst.msp |
Ikke relevant |
213,835,776 |
24. august |
06:36 |
Ikke relevant |
Sql_shared_aa.msp |
Ikke relevant |
49,152 |
24. august |
06:53 |
Ikke relevant |
Sql_shared_mpy.msp |
Ikke relevant |
49,152 |
24. august |
06:53 |
Ikke relevant |
Sql_shared_mr.msp |
Ikke relevant |
49,152 |
24. august |
06:53 |
Ikke relevant |
Sql_tools_extensions.msp |
Ikke relevant |
13,393,920 |
24. august |
06:53 |
Ikke relevant |
Sql_xevent.msp |
Ikke relevant |
262,144 |
24. august |
06:53 |
Ikke relevant |
Microsoft.sqlserver.management.controls.resources.dll |
15.0.16146.0 |
85,728 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.management.controls.resources.dll |
15.0.16146.0 |
85,728 |
24. august |
06:53 |
x86 |
Landingpage.resources.dll |
15.0.4390.2 |
69,176 |
24. august |
06:53 |
x86 |
Microsoft.netenterpriseservers.exceptionmessagebox.resources.dll |
15.0.4390.2 |
71,736 |
24. august |
05:05 |
x86 |
Microsoft.sql.chainer.package.resources.dll |
15.0.4390.2 |
22,464 |
24. august |
05:05 |
x86 |
Microsoft.sql.chainer.product.resources.dll |
15.0.4390.2 |
405,544 |
24. august |
05:05 |
x86 |
Microsoft.sqlserver.chainer.extensioncommon.resources.dll |
15.0.4390.2 |
33,336 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.chainer.infrastructure.resources.dll |
15.0.4390.2 |
38,440 |
24. august |
05:08 |
x86 |
Microsoft.sqlserver.chainer.setup.resources.dll |
15.0.4390.2 |
16,832 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.agentextension.resources.dll |
15.0.4390.2 |
28,096 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.asextension.resources.dll |
15.0.4390.2 |
63,424 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.bootstrapextension.resources.dll |
15.0.4390.2 |
24,000 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.cluster.resources.dll |
15.0.4390.2 |
149,544 |
24. august |
05:30 |
x86 |
Microsoft.sqlserver.configuration.configextension.resources.dll |
15.0.4390.2 |
18,000 |
24. august |
05:26 |
x86 |
Microsoft.sqlserver.configuration.distributedreplayextension.resources.dll |
15.0.4390.2 |
20,944 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.extensibility_configextension.resources.dll |
15.0.4390.2 |
20,520 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.fulltext_configextension.resources.dll |
15.0.4390.2 |
20,024 |
24. august |
05:32 |
x86 |
Microsoft.sqlserver.configuration.impy_configextension.resources.dll |
15.0.4390.2 |
16,320 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.imr_configextension.resources.dll |
15.0.4390.2 |
16,440 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.installwizard.resources.dll |
15.0.4390.2 |
1,110,976 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.installwizardframework.resources.dll |
15.0.4390.2 |
17,464 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.ismasterextension.resources.dll |
15.0.4390.2 |
20,544 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.isworkerextension.resources.dll |
15.0.4390.2 |
19,392 |
24. august |
05:28 |
x86 |
Microsoft.sqlserver.configuration.managementtoolsextension.resources.dll |
15.0.4390.2 |
21,032 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.msiextension.resources.dll |
15.0.4390.2 |
69,056 |
24. august |
05:26 |
x86 |
Microsoft.sqlserver.configuration.polybaseconfigextension.resources.dll |
15.0.4390.2 |
41,512 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.polybasejavaconfigextension.resources.dll |
15.0.4390.2 |
23,592 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.powershellextension.resources.dll |
15.0.4390.2 |
20,944 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.repl_configextension.resources.dll |
15.0.4390.2 |
17,464 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.resources.dll |
15.0.4390.2 |
57,912 |
24. august |
05:26 |
x86 |
Microsoft.sqlserver.configuration.rsextension.resources.dll |
15.0.4390.2 |
55,864 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.rulesengineextension.resources.dll |
15.0.4390.2 |
31,184 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.saa_configextension.resources.dll |
15.0.4390.2 |
16,336 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.sco.resources.dll |
15.0.4390.2 |
1,342,504 |
24. august |
05:10 |
x86 |
Microsoft.sqlserver.configuration.scoextension.resources.dll |
15.0.4390.2 |
50,216 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.setupextension.resources.dll |
15.0.4390.2 |
294,352 |
24. august |
05:26 |
x86 |
Microsoft.sqlserver.configuration.slpextension.resources.dll |
15.0.4390.2 |
21,584 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.smartsetupextension.resources.dll |
15.0.4390.2 |
31,784 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.smpy_configextension.resources.dll |
15.0.4390.2 |
16,424 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.smr_configextension.resources.dll |
15.0.4390.2 |
16,424 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.sniserverconfigext.resources.dll |
2019.150.4390.2 |
20,520 |
24. august |
05:29 |
x86 |
Microsoft.sqlserver.configuration.sqlbrowserextension.resources.dll |
15.0.4390.2 |
35,880 |
24. august |
05:31 |
x86 |
Microsoft.sqlserver.configuration.sqlconfigbase.resources.dll |
15.0.4390.2 |
17,984 |
24. august |
05:26 |
x86 |
Microsoft.sqlserver.configuration.sqlserver_configextension.resources.dll |
2019.150.4390.2 |
147,904 |
24. august |
05:30 |
x86 |
Microsoft.sqlserver.configuration.ssisextension.resources.dll |
15.0.4390.2 |
21,440 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.uiextension.resources.dll |
15.0.4390.2 |
21,056 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.utilityextension.resources.dll |
15.0.4390.2 |
16,448 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.wizardframework.resources.dll |
15.0.4390.2 |
56,912 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.xtp.configextension.resources.dll |
15.0.4390.2 |
15,912 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.connectioninfo.resources.dll |
15.0.18185.0 |
19,376 |
24. august |
05:56 |
x86 |
Microsoft.sqlserver.deployment.resources.dll |
15.0.4390.2 |
15,296 |
24. august |
05:05 |
x86 |
Microsoft.sqlserver.discovery.resources.dll |
15.0.4390.2 |
94,656 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.dmf.common.resources.dll |
15.0.18185.0 |
18,392 |
24. august |
05:56 |
x86 |
Microsoft.sqlserver.dmf.resources.dll |
15.0.18185.0 |
30,680 |
24. august |
05:56 |
x86 |
Microsoft.sqlserver.management.sdk.sfc.resources.dll |
15.0.18185.0 |
152,536 |
24. august |
05:56 |
x86 |
Microsoft.sqlserver.setup.chainer.workflow.resources.dll |
15.0.4390.2 |
26,664 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.smo.resources.dll |
15.0.18185.0 |
759,256 |
24. august |
05:56 |
x86 |
Microsoft.sqlserver.sqlenum.resources.dll |
15.0.18185.0 |
908,208 |
24. august |
05:56 |
x86 |
Landingpage.resources.dll |
15.0.4390.2 |
70,184 |
24. august |
06:53 |
x86 |
Microsoft.netenterpriseservers.exceptionmessagebox.resources.dll |
15.0.4390.2 |
71,736 |
24. august |
05:05 |
x86 |
Microsoft.sql.chainer.package.resources.dll |
15.0.4390.2 |
22,584 |
24. august |
05:05 |
x86 |
Microsoft.sql.chainer.product.resources.dll |
15.0.4390.2 |
405,584 |
24. august |
05:05 |
x86 |
Microsoft.sqlserver.chainer.extensioncommon.resources.dll |
15.0.4390.2 |
33,848 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.chainer.infrastructure.resources.dll |
15.0.4390.2 |
37,928 |
24. august |
05:08 |
x86 |
Microsoft.sqlserver.chainer.setup.resources.dll |
15.0.4390.2 |
16,832 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.agentextension.resources.dll |
15.0.4390.2 |
28,200 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.asextension.resources.dll |
15.0.4390.2 |
63,936 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.bootstrapextension.resources.dll |
15.0.4390.2 |
24,120 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.cluster.resources.dll |
15.0.4390.2 |
149,952 |
24. august |
05:30 |
x86 |
Microsoft.sqlserver.configuration.configextension.resources.dll |
15.0.4390.2 |
17,960 |
24. august |
05:26 |
x86 |
Microsoft.sqlserver.configuration.distributedreplayextension.resources.dll |
15.0.4390.2 |
20,944 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.extensibility_configextension.resources.dll |
15.0.4390.2 |
20,536 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.fulltext_configextension.resources.dll |
15.0.4390.2 |
20,032 |
24. august |
05:32 |
x86 |
Microsoft.sqlserver.configuration.impy_configextension.resources.dll |
15.0.4390.2 |
16,440 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.imr_configextension.resources.dll |
15.0.4390.2 |
16,424 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.installwizard.resources.dll |
15.0.4390.2 |
1,112,656 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.installwizardframework.resources.dll |
15.0.4390.2 |
17,344 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.ismasterextension.resources.dll |
15.0.4390.2 |
20,416 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.isworkerextension.resources.dll |
15.0.4390.2 |
19,408 |
24. august |
05:28 |
x86 |
Microsoft.sqlserver.configuration.managementtoolsextension.resources.dll |
15.0.4390.2 |
21,032 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.msiextension.resources.dll |
15.0.4390.2 |
69,688 |
24. august |
05:26 |
x86 |
Microsoft.sqlserver.configuration.polybaseconfigextension.resources.dll |
15.0.4390.2 |
41,512 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.polybasejavaconfigextension.resources.dll |
15.0.4390.2 |
23,632 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.powershellextension.resources.dll |
15.0.4390.2 |
20,944 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.repl_configextension.resources.dll |
15.0.4390.2 |
17,448 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.resources.dll |
15.0.4390.2 |
57,896 |
24. august |
05:26 |
x86 |
Microsoft.sqlserver.configuration.rsextension.resources.dll |
15.0.4390.2 |
55,848 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.rulesengineextension.resources.dll |
15.0.4390.2 |
31,288 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.saa_configextension.resources.dll |
15.0.4390.2 |
16,448 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.sco.resources.dll |
15.0.4390.2 |
1,331,768 |
24. august |
05:10 |
x86 |
Microsoft.sqlserver.configuration.scoextension.resources.dll |
15.0.4390.2 |
49,704 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.setupextension.resources.dll |
15.0.4390.2 |
295,480 |
24. august |
05:26 |
x86 |
Microsoft.sqlserver.configuration.slpextension.resources.dll |
15.0.4390.2 |
21,440 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.smartsetupextension.resources.dll |
15.0.4390.2 |
31,784 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.smpy_configextension.resources.dll |
15.0.4390.2 |
16,424 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.smr_configextension.resources.dll |
15.0.4390.2 |
16,440 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.sniserverconfigext.resources.dll |
2019.150.4390.2 |
20,432 |
24. august |
05:29 |
x86 |
Microsoft.sqlserver.configuration.sqlbrowserextension.resources.dll |
15.0.4390.2 |
35,896 |
24. august |
05:31 |
x86 |
Microsoft.sqlserver.configuration.sqlconfigbase.resources.dll |
15.0.4390.2 |
17,960 |
24. august |
05:26 |
x86 |
Microsoft.sqlserver.configuration.sqlserver_configextension.resources.dll |
2019.150.4390.2 |
148,416 |
24. august |
05:30 |
x86 |
Microsoft.sqlserver.configuration.ssisextension.resources.dll |
15.0.4390.2 |
21,568 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.uiextension.resources.dll |
15.0.4390.2 |
21,032 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.utilityextension.resources.dll |
15.0.4390.2 |
16,440 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.wizardframework.resources.dll |
15.0.4390.2 |
56,872 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.configuration.xtp.configextension.resources.dll |
15.0.4390.2 |
15,912 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.connectioninfo.resources.dll |
15.0.18185.0 |
20,440 |
24. august |
05:56 |
x86 |
Microsoft.sqlserver.deployment.resources.dll |
15.0.4390.2 |
15,296 |
24. august |
05:05 |
x86 |
Microsoft.sqlserver.discovery.resources.dll |
15.0.4390.2 |
94,288 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.dmf.common.resources.dll |
15.0.18185.0 |
18,392 |
24. august |
05:56 |
x86 |
Microsoft.sqlserver.dmf.resources.dll |
15.0.18185.0 |
30,680 |
24. august |
05:56 |
x86 |
Microsoft.sqlserver.management.sdk.sfc.resources.dll |
15.0.18185.0 |
152,512 |
24. august |
05:56 |
x86 |
Microsoft.sqlserver.setup.chainer.workflow.resources.dll |
15.0.4390.2 |
26,560 |
24. august |
06:53 |
x86 |
Microsoft.sqlserver.smo.resources.dll |
15.0.18185.0 |
766,912 |
24. august |
05:56 |
x86 |
Microsoft.sqlserver.sqlenum.resources.dll |
15.0.18185.0 |
909,760 |
24. august |
05:56 |
x86 |
Oplysninger om beskyttelse og sikkerhed
Beskyt dig selv online: Windows Sikkerhed support
Få mere at vide om, hvordan vi beskytter mod cybertrusler: Microsoft Security