Sammanfattning
Den här säkerhetsuppdateringen innehåller korrigeringar och åtgärdar sårbarheter. Mer information om sårbarheterna finns i följande säkerhetsrekommendationer:
-
CVE-2024-37966 – Informationsläckage för Microsoft SQL Server Machine Learning Services
-
CVE-2024-37337 – Informationsläckage för Microsoft SQL Server Machine Learning Services
-
CVE-2024-37342 – Informationsläckage för Microsoft SQL Server Machine Learning Services
-
CVE-2024-37341 – Microsoft SQL Server säkerhetsrisk med rättighetsökning
-
CVE-2024-37965 – Microsoft SQL Server säkerhetsrisk med rättighetsökning
-
CVE-2024-37980 – Microsoft SQL Server säkerhetsrisk med rättighetsökning
Microsoft SQL Server-komponenterna uppdateras till följande versioner i denna säkerhetsuppdatering.
-
SQL Server – Produktversion: 16.0.4140.3, filversion: 2022.160.4140.3
Kända problem i den här uppdateringen
CDC-inspelningsjobbet kan misslyckas om kolumner saknas i CDC:s ändringstabeller
När du har installerat den här säkerhetsuppdateringen kan du få följande symptom i databaser som har CDC (Change Data Capture) aktiverat:
-
Om de CDC-aktiverade tabellerna innehåller kolumner vars namn innehåller kommatecken kan dessa kolumner saknas i CDC-spårningstabellerna (cdc.<capture_instance>_CT). Det här villkoret kan göra att inspelningsjobbet misslyckas. Dynamisk hanteringsvy (DMV) sys.dm_cdc_errors returnerar sedan följande felmeddelanden:
Fel 22863: "Det gick inte att infoga rader i Ändra datainsamlingstabeller. Referera till tidigare fel i den aktuella sessionen för att identifiera orsaken och korrigera eventuella associerade problem."
Tidigare fel kan omfatta 8144 (för många argument) eller 257 (konverteringsfel) eller 201 (förväntad parameter anges inte) på grund av kolumner som saknas.
Obs! Det här symptomet inträffar också om du använder alternativet KEEP_CDC när du återställer en databas som har CDC aktiverat och dina CDC-aktiverade tabeller har kolumner vars namn innehåller kommatecken.
-
Programmet som använder CDC-ändringstabeller kan misslyckas och returnera ett okänt kolumnfel om kolumnen saknas. Om kolumnnamnet till exempel <Kund,id> kan du få följande felmeddelande:
Msg 207, Nivå 16, Delstat 1, Linje <LineNumber>
Ogiltigt kolumnnamn "Kund,id". -
I felloggen för SQL Server kan följande fel visas även om GDR-uppgraderingen rapporteras som lyckad:
<DateTime> Det går inte att uppgradera databasens Databasnamn. Felet '22841' uppstod: Det gick inte att uppgradera metadata för databasen 'DatabaseName' som är aktiverad för Change Data Capture. Felet uppstod när åtgärden "(null)" skulle utföras. Felet som returnerades var 4924: "rad <LineNumber>, tillstånd 1, ALTER TABLE DROP COLUMN failed because column 'ColumnName' does not exist in table 'TableName'.'. Använd åtgärden och felet för att fastställa orsaken till felet och skicka begäran på nytt.'. Använd det rapporterade felet för att fastställa orsaken till felet och kör sedan sys.sp_cdc_vupgrade i databaskontexten för att köra uppgraderingen igen.
<DateTime-> sp_vupgrade_replication har körts korrekt. -
Om du använder alternativet KEEP_CDC när du återställer en databas som har CDC aktiverat kan återställningsprocessen misslyckas och generera ett fel mot slutet. Databasen återställs och returnerar följande felmeddelande:
100 procent bearbetas.
Bearbetas 768 sidor för databasen 'DatabaseName', filen 'FileName' på fil 1. Bearbetas 2 sidor för databasens DatabaseName ', fil ' FileName' på fil 1. DBCC-körningen har slutförts. Om DBCC skrev ut felmeddelanden kontaktar du systemadministratören. Msg 22841, Nivå 16, Delstat 1, Procedure sys.sp_cdc_vupgrade, Linje <LineNumber> [Batchstartrad 0] Det gick inte att uppgradera metadata för databasens DatabaseName som är aktiverad för Ändra datainsamling. Felet uppstod när åtgärden "(null)" skulle utföras. Felet som returnerades var 4924: "rad <LineNumber>, tillstånd 1, ALTER TABLE DROP COLUMN failed because column 'Column& ID finns inte i tabellen "dbo_CDCTableTest_CT". Använd åtgärden och felet för att fastställa orsaken till felet och skicka begäran på nytt. RESTORE DATABASE har bearbetat 770 sidor på 0,270 sekunder (22,265 MB/s).
Orsak
Det här problemet uppstår i någon av följande situationer:
-
Om det finns en kolumn vars namn innehåller ett kommatecken i CDC-spårningstabellen (cdc.<capture_instance>_CT) kan kolumnen släppas på grund av funktionsfel i CDC-uppgraderingsprocessen.
-
Den Sp_vupgrade_replication lagrade proceduren anropas av en databasåterställningsprocess eller under en SQL Server uppgraderingsprocess. Den här åtgärden kan misslyckas om en CDC-spårningstabell (cdc.<capture_instance>_CT) innehåller kolumner vars namn innehåller en symbol, till exempel &, <, >, eller tecken vars ASCII-decimalkod är mindre än 32 (utom 9-tabb- och 10-radsfeed). Det här problemet uppstår på grund av användningen av FOR XML PATH i CDC-uppgraderingsprocessen och eftersom reglerna som gäller för kolumnnamn har ändrats. Mer information finns i Ogiltiga tecken och utrymningsregler.
Obs!: Endast de kolumner som beskrivs här påverkas av det här problemet.
Lösning
Använd någon av följande metoder för att lösa problemet:
-
Om du vill förhindra att kolumner släpps och orsakar felet med en ÅTERSTÄLLNING eller uppgradering av CDC kan du använda spårningsflagga (TF) T15006 innan du uppgraderar GDR-versionen:
-
Öppna Konfigurationshanteraren för SQL Server.
-
Markera och högerklicka på din SQL Server instans och välj sedan Egenskaper.
-
Gå till fliken Startparametrar .
-
Lägg till TF T15006.
-
Välj Lägg till > Använd.
-
Starta om tjänsten SQL Server.
-
Utför uppgraderingen. Spårningsflaggan kommer att vara aktiv under uppgraderingen.
-
-
Om du har använt GDR och kolumner vars namn innehåller kommatecken har tagits bort från CDC-spårningstabeller (cdc.<capture_instance>_CT) kan du minimera problemet på följande sätt:
-
Lägg till TF T15006 och starta sedan om SQL Server tjänsten enligt beskrivningen i den första upplösningen.
-
Om återställningsscenariot för databasen påverkas kan du göra en annan återställningsprocess för databasen.
-
Om GDR-uppgraderingen gör att kolumnerna tas bort inaktiverar du och återaktiverbara CDC i den berörda tabellen med hjälp av sp_cdc_disable_table och sp_cdc_enable_table.
Obs!: Om du inaktiverar och återaktiverar CDC i den berörda tabellen går ändringsdata förlorade.
-
Förbättringar och korrigeringar inkluderade i denna uppdatering
En nedladdningsbar Microsoft Excel-arbetsbok som innehåller en sammanfattningslista över versioner, tillsammans med deras aktuella supportlivscykel, finns tillgänglig. Excel-filen innehåller också detaljerade korrigeringslistor. Hämta den här Excel-filen nu.
Obs!: Enskilda poster i följande tabell kan refereras direkt genom ett bokmärke. Om du väljer ett felreferens-ID i tabellen läggs en bokmärkestagg till i webbadressen med hjälp av formatet "#bkmk_NNNNNNN". Du kan sedan dela den här webbadressen med andra så att de kan hoppa direkt till önskad korrigering i tabellen.
Buggreferens |
Beskrivning |
Korrigeringsområde |
Komponent |
Plattform |
---|---|---|---|---|
Lägger till en verifiering för modellparametern när du kör PREDICT för att undvika fel som uppstår på grund av indata från fel modeller. |
SQL Server-motor |
Frågekörning |
Alla |
|
Förbättrar säkerheten för CDC-funktionen (Change Data Capture) genom att lägga till funktioner för låsning av metadatadefinitioner för att blockera DDL-åtgärder (Data Definition Language). |
SQL Server-motor |
Replikering |
Alla |
|
Åtgärdar ett problem där tabell- och kolumnnamn som läses från databasmetadata inte citeras korrekt i vissa fall när interna SQL Server batchar skapas i lagrade procedurer som hanterar tidstabeller. När korrigeringen har tillämpats slutförs citatet korrekt. |
SQL Server-motor |
Temporär |
Alla |
Hur man hämtar och installerar uppdateringen
Den här uppdateringen är tillgänglig via Windows Update. När du aktiverar automatisk uppdatering hämtas och installeras den här uppdateringen automatiskt. För mer information om hur du aktiverar automatisk uppdatering kan du se Windows Update: Vanliga frågor och svar.
Om du vill hämta det fristående paketet för den här uppdateringen går du till webbplatsen Microsoft Update Catalog .
Obs!: Detekteringslogiken har uppdaterats för denna och framtida säkerhetsutgåvor som publiceras på webbplatsen Microsoft Update Catalog. Mer information finns i Uppdateringar av Microsoft Update-detekteringslogiken för SQL Server-service.
Följande fil kan hämtas från Microsoft Download Center:
Mer information om hur du laddar ned Microsoft-supportfiler finns i följande Knowledge Base-artikel:
Hämta Microsoft-supportfiler från onlinetjänster
Microsoft skannade den här filen efter virus med hjälp av den senaste programvaran för virusdetektering som var tillgänglig det datum då filen publicerades. Filen lagras på säkerhetsförbättrade servrar som hjälper till att förhindra obehöriga ändringar på den.
Viktigt!: Om du installerar ett språkpaket efter att du har installerat den här uppdateringen måste du installera om uppdateringen. Därför rekommenderar vi att du installerar alla språkpaket som du behöver innan du installerar uppdateringen. Mer information finns i Lägg till språkpaket i Windows.
Obs!: Denna uppdatering görs tillgänglig via Microsoft Update Catalog för alla servrar som kör SQL Server, även om Reporting Services inte är installerat. Installering av denna säkerhetsuppdatering är valfri för datorer som inte är värd för Microsoft SQL Server Reporting Services.
Hämta eller ladda ned det senaste kumulativa uppdateringspaketet för Linux
Om du vill uppdatera SQL Server 2022 på Linux till den senaste cu-versionen måste du först konfigurera lagringsplatsen för kumulativ uppdatering. Uppdatera sedan dina SQL Server-paket med lämpligt plattformsspecifikt uppdateringskommando.
Installationsanvisningar och direktlänkar till nedladdningar av CU-paket finns i viktig information om SQL Server 2022.
Mer information
Om du vill installera den här uppdateringen måste du ha SQL Server 2022 eller någon SQL Server 2022 CU-version via den här SQL Server 2022 CU14 GDR installerad.
Information om distribution av den här uppdateringen finns i Distributioner – guide för säkerhetsuppdateringar.
Filnamn |
SHA256 hash |
---|---|
SQLServer2022-KB5042578-x64.exe |
0CC56D4EC7C624A1C5540E7F90C7BAD508C9F3B6B8F30D192E0BCCB37093294E |
Filinformation
Den engelska versionen av detta paket har filattributen (eller senare filattribut) som är listade i följande tabell. Datum och tider för dessa filer listas i Coordinated Universal Time (UTC). När du visar filinformationen konverteras den till lokal tid. Om du vill hitta skillnaden mellan UTC-tid och lokal tid använder du fliken Tidszon i objektet Datum och tid på Kontrollpanelen.
Filnamn |
Filversion |
Filstorlek |
Datum |
Tidpunkt |
Plattform |
Mediainfo.xml |
Inte tillämpligt |
638 |
13-aug-24 |
07:55 |
Inte tillämpligt |
Packageid.dat |
Inte tillämpligt |
16 |
21-aug-24 |
10:19 |
Inte tillämpligt |
Setup.exe |
2022.160.4140.3 |
157,736 |
13-aug-24 |
06:29 |
x64 |
Setup.exe.config |
Inte tillämpligt |
578 |
13-aug-24 |
06:29 |
Inte tillämpligt |
Sqlsetupbootstrapper.dll |
2022.160.4140.3 |
280,512 |
13-aug-24 |
06:29 |
x64 |
Update_license.rtf |
Inte tillämpligt |
121,527 |
13-aug-24 |
06:23 |
Inte tillämpligt |
Update_license.rtf |
Inte tillämpligt |
120,920 |
13-aug-24 |
06:23 |
Inte tillämpligt |
Mediainfo.xml |
Inte tillämpligt |
638 |
13-aug-24 |
07:55 |
Inte tillämpligt |
Update_license.rtf |
Inte tillämpligt |
58,747 |
13-aug-24 |
06:23 |
Inte tillämpligt |
Masterdataservicesloc.msi |
Inte tillämpligt |
8,953,856 |
13-aug-24 |
07:53 |
Inte tillämpligt |
Sqlbrowser.msp |
Inte tillämpligt |
4,235,264 |
13-aug-24 |
07:53 |
Inte tillämpligt |
Sqlsupport.msi |
Inte tillämpligt |
17,391,616 |
13-aug-24 |
07:53 |
Inte tillämpligt |
Msodbcsql.msi |
Inte tillämpligt |
4,677,632 |
31-jan-24 |
09:09 |
Inte tillämpligt |
Msoledbsql.msi |
Inte tillämpligt |
7,188,480 |
03-maj-24 |
04:49 |
Inte tillämpligt |
Sqllocaldb.msi |
Inte tillämpligt |
65,753,088 |
13-aug-24 |
07:53 |
Inte tillämpligt |
Sqlwriter.msp |
Inte tillämpligt |
528,384 |
13-aug-24 |
07:53 |
Inte tillämpligt |
Update_license.rtf |
Inte tillämpligt |
119,805 |
13-aug-24 |
06:23 |
Inte tillämpligt |
Update_license.rtf |
Inte tillämpligt |
119,772 |
13-aug-24 |
06:23 |
Inte tillämpligt |
Update_license.rtf |
Inte tillämpligt |
124,766 |
13-aug-24 |
06:23 |
Inte tillämpligt |
Update_license.rtf |
Inte tillämpligt |
143,295 |
13-aug-24 |
06:23 |
Inte tillämpligt |
Update_license.rtf |
Inte tillämpligt |
121,065 |
13-aug-24 |
06:23 |
Inte tillämpligt |
Update_license.rtf |
Inte tillämpligt |
123,151 |
13-aug-24 |
06:23 |
Inte tillämpligt |
Update_license.rtf |
Inte tillämpligt |
122,089 |
13-aug-24 |
06:23 |
Inte tillämpligt |
Update_license.rtf |
Inte tillämpligt |
121,032 |
13-aug-24 |
06:23 |
Inte tillämpligt |
Setup.rll |
2022.160.4140.3 |
26,664 |
13-aug-24 |
06:29 |
Inte tillämpligt |
Addnode.xml |
Inte tillämpligt |
10,652 |
13-aug-24 |
06:29 |
Inte tillämpligt |
Completeclusterwizard.xml |
Inte tillämpligt |
11,893 |
13-aug-24 |
06:29 |
Inte tillämpligt |
Completeimagewizard.xml |
Inte tillämpligt |
13,639 |
13-aug-24 |
06:29 |
Inte tillämpligt |
Componentupdate.xml |
Inte tillämpligt |
3,061 |
13-aug-24 |
06:29 |
Inte tillämpligt |
Configuration.uicfg |
Inte tillämpligt |
6,927 |
13-aug-24 |
06:29 |
Inte tillämpligt |
Editionupgradewizard.xml |
Inte tillämpligt |
5,673 |
13-aug-24 |
06:29 |
Inte tillämpligt |
Fixsqlregistrykey_x64.exe |
16.0.4140.3 |
51,240 |
13-aug-24 |
06:29 |
x64 |
Fixsqlregistrykey_x64.exe.config |
Inte tillämpligt |
578 |
13-aug-24 |
06:29 |
Inte tillämpligt |
Fixsqlregistrykey_x86.exe |
16.0.4140.3 |
55,232 |
13-aug-24 |
06:29 |
x86 |
Fixsqlregistrykey_x86.exe.config |
Inte tillämpligt |
578 |
13-aug-24 |
06:29 |
Inte tillämpligt |
Installclusterwizard.xml |
Inte tillämpligt |
17,706 |
13-aug-24 |
06:29 |
Inte tillämpligt |
Installwizard.xml |
Inte tillämpligt |
16,990 |
13-aug-24 |
06:29 |
Inte tillämpligt |
Instapi160.dll |
2022.160.4140.3 |
104,384 |
13-aug-24 |
05:51 |
x64 |
Landingpage.exe |
16.0.4140.3 |
428,072 |
13-aug-24 |
05:49 |
x64 |
Landingpage.exe.config |
Inte tillämpligt |
440 |
13-aug-24 |
05:49 |
Inte tillämpligt |
Microsoft.analysisservices.adomdclient.dll |
16.0.43.233 |
2,633,776 |
08-Apr-24 |
20:11 |
x86 |
Microsoft.analysisservices.core.dll |
16.0.43.233 |
2,933,288 |
08-Apr-24 |
20:11 |
x86 |
Microsoft.analysisservices.dll |
16.0.43.233 |
694,720 |
08-Apr-24 |
20:17 |
x86 |
Microsoft.analysisservices.spclient.interfaces.dll |
16.0.43.233 |
31,168 |
08-Apr-24 |
20:09 |
x86 |
Microsoft.analysisservices.tabular.dll |
16.0.43.233 |
1,284,160 |
08-Apr-24 |
20:13 |
x86 |
Microsoft.analysisservices.tabular.json.dll |
16.0.43.233 |
569,296 |
08-Apr-24 |
20:09 |
x86 |
Microsoft.diagnostics.tracing.eventsource.dll |
1.1.26.0 |
167,728 |
05-okt-15 |
19:58 |
x86 |
Microsoft.identity.client.dll |
4.36.1.0 |
1,503,672 |
07-sep-21 |
10:02 |
x86 |
Microsoft.identitymodel.clients.activedirectory.dll |
4.4.0.0 |
434,704 |
07-nov-18 |
11:15 |
x86 |
Microsoft.netenterpriseservers.exceptionmessagebox.dll |
16.0.19111.0 |
130,472 |
03-aug-22 |
04:54 |
x86 |
Microsoft.sql.chainer.package.dll |
16.0.4140.3 |
47,040 |
13-aug-24 |
05:41 |
x86 |
Microsoft.sql.chainer.package.xmlserializers.dll |
16.0.4140.3 |
64,960 |
13-aug-24 |
05:41 |
x86 |
Microsoft.sql.chainer.packagedata.dll |
16.0.4140.3 |
153,664 |
13-aug-24 |
07:53 |
x86 |
Microsoft.sql.chainer.product.dll |
16.0.4140.3 |
399,296 |
13-aug-24 |
05:41 |
x86 |
Microsoft.sql.chainer.product.xmlserializers.dll |
16.0.4140.3 |
64,552 |
13-aug-24 |
05:41 |
x86 |
Microsoft.sqlserver.chainer.extensioncommon.dll |
16.0.4140.3 |
116,776 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.chainer.extensioncommon.xmlserializers.dll |
16.0.4140.3 |
79,936 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.chainer.infrastructure.dll |
16.0.4140.3 |
399,296 |
13-aug-24 |
05:44 |
x86 |
Microsoft.sqlserver.chainer.infrastructure.xmlserializers.dll |
16.0.4140.3 |
199,104 |
13-aug-24 |
05:44 |
x86 |
Microsoft.sqlserver.chainer.workflowdata.dll |
16.0.4140.3 |
776,128 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.chainer.workflowdata.xmlserializers.dll |
16.0.4140.3 |
414,144 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.agentextension.dll |
16.0.4140.3 |
133,160 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.arconboard.dll |
16.0.4140.3 |
84,040 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.asextension.dll |
16.0.4140.3 |
362,536 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.astelemetryextension.dll |
16.0.4140.3 |
71,720 |
13-aug-24 |
06:29 |
x64 |
Microsoft.sqlserver.configuration.bootstrapextension.dll |
16.0.4140.3 |
79,912 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.bootstrapextension.xmlserializers.dll |
16.0.4140.3 |
26,152 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.cluster.dll |
16.0.4140.3 |
657,472 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.cluster.xmlserializers.dll |
16.0.4140.3 |
337,856 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.configextension.dll |
16.0.4140.3 |
92,200 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.configextension.xmlserializers.dll |
16.0.4140.3 |
37,416 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.dll |
16.0.4140.3 |
292,928 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.extensibility_configextension.dll |
16.0.4140.3 |
108,480 |
13-aug-24 |
06:29 |
x64 |
Microsoft.sqlserver.configuration.fulltext_configextension.dll |
16.0.4140.3 |
79,912 |
13-aug-24 |
06:29 |
x64 |
Microsoft.sqlserver.configuration.impy_configextension.dll |
16.0.4140.3 |
30,760 |
13-aug-24 |
06:29 |
x64 |
Microsoft.sqlserver.configuration.imr_configextension.dll |
16.0.4140.3 |
30,760 |
13-aug-24 |
06:29 |
x64 |
Microsoft.sqlserver.configuration.installwizard.dll |
16.0.4140.3 |
1,771,560 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.installwizardframework.dll |
16.0.4140.3 |
75,816 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.installwizardframework.xmlserializers.dll |
16.0.4140.3 |
54,720 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.ismasterextension.dll |
16.0.4140.3 |
84,008 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.istelemetryconfigextension.dll |
16.0.4140.3 |
47,144 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.isworkerextension.dll |
16.0.4140.3 |
79,912 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.managementtoolsextension.dll |
16.0.4140.3 |
51,240 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.msiextension.dll |
16.0.4140.3 |
432,064 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.msiextension.xmlserializers.dll |
16.0.4140.3 |
191,424 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.polybaseconfigextension.dll |
16.0.4140.3 |
178,112 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.powershellextension.dll |
16.0.4140.3 |
55,232 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.repl_configextension.dll |
16.0.4140.3 |
55,368 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.rsextension.dll |
16.0.4140.3 |
145,448 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.rulesengineextension.dll |
16.0.4140.3 |
104,488 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.rulesengineextension.xmlserializers.dll |
16.0.4140.3 |
41,512 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.sco.dll |
16.0.4140.3 |
3,000,360 |
13-aug-24 |
05:47 |
x86 |
Microsoft.sqlserver.configuration.sco.xmlserializers.dll |
16.0.4140.3 |
124,968 |
13-aug-24 |
05:47 |
x86 |
Microsoft.sqlserver.configuration.scoextension.dll |
16.0.4140.3 |
235,560 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.setupextension.dll |
16.0.4140.3 |
1,153,064 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.setupextension.xmlserializers.dll |
16.0.4140.3 |
420,904 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.slpextension.dll |
16.0.4140.3 |
67,656 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.smartsetupextension.dll |
16.0.4140.3 |
227,368 |
13-aug-24 |
05:49 |
x86 |
Microsoft.sqlserver.configuration.smartsetupextension.xmlserializers.dll |
16.0.4140.3 |
71,208 |
13-aug-24 |
05:49 |
x86 |
Microsoft.sqlserver.configuration.sniserverconfigext.dll |
2022.160.4140.3 |
333,864 |
13-aug-24 |
06:29 |
x64 |
Microsoft.sqlserver.configuration.sqlbrowserextension.dll |
16.0.4140.3 |
141,352 |
13-aug-24 |
06:29 |
x64 |
Microsoft.sqlserver.configuration.sqlconfigbase.dll |
16.0.4140.3 |
75,816 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.sqlconfigbase.xmlserializers.dll |
16.0.4140.3 |
28,712 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.sqlserver_configextension.dll |
2022.160.4140.3 |
694,312 |
13-aug-24 |
06:29 |
x64 |
Microsoft.sqlserver.configuration.ssisextension.dll |
16.0.4140.3 |
84,008 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.telemetryconfigextension.dll |
16.0.4140.3 |
71,752 |
13-aug-24 |
06:29 |
x64 |
Microsoft.sqlserver.configuration.telemetryconfigextension.resources.dll |
16.0.4140.3 |
17,960 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.uiextension.dll |
16.0.4140.3 |
112,680 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.uiextension.xmlserializers.dll |
16.0.4140.3 |
52,160 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.utilityextension.dll |
16.0.4140.3 |
38,848 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.wizardframework.dll |
16.0.4140.3 |
186,408 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.wizardframework.xmlserializers.dll |
16.0.4140.3 |
59,432 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.wmiinterop.dll |
16.0.4140.3 |
325,704 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.xmlserializers.dll |
16.0.4140.3 |
138,176 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.xtp.configextension.dll |
16.0.4140.3 |
38,848 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.connectioninfo.dll |
16.100.47027.0 |
124,328 |
25-jul-22 |
01:46 |
x86 |
Microsoft.sqlserver.customcontrols.dll |
16.0.19111.0 |
35,752 |
03-aug-22 |
04:54 |
x86 |
Microsoft.sqlserver.datawarehouse.workloaddeployment.dll |
16.0.1035.0 |
714,296 |
12-feb-24 |
20:30 |
x86 |
Microsoft.sqlserver.deployment.dll |
16.0.4140.3 |
256,040 |
13-aug-24 |
05:40 |
x86 |
Microsoft.sqlserver.deployment.xmlserializers.dll |
16.0.4140.3 |
27,688 |
13-aug-24 |
05:40 |
x86 |
Microsoft.sqlserver.diagnostics.strace.dll |
16.0.4140.3 |
133,184 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.discovery.dll |
16.0.4140.3 |
239,680 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.discovery.xmlserializers.dll |
16.0.4140.3 |
214,976 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.dmf.common.dll |
16.100.47027.0 |
63,400 |
25-jul-22 |
01:46 |
x86 |
Microsoft.sqlserver.dmf.dll |
16.100.47027.0 |
305,064 |
25-jul-22 |
01:46 |
x86 |
Microsoft.sqlserver.instapi.dll |
16.0.4140.3 |
51,136 |
13-aug-24 |
05:40 |
x86 |
Microsoft.sqlserver.interop.firewallapi.dll |
15.0.0.0 |
32,808 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.interop.taskschd.dll |
15.0.0.0 |
47,168 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.interop.wuapilib.dll |
15.0.0.0 |
87,488 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.management.controls.dll |
16.200.19111.0 |
385,952 |
03-aug-22 |
05:01 |
x86 |
Microsoft.sqlserver.management.sdk.sfc.dll |
16.100.47027.0 |
512,912 |
25-jul-22 |
01:48 |
x86 |
Microsoft.sqlserver.setup.chainer.workflow.dll |
16.0.4140.3 |
104,488 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.setup.chainer.workflow.xmlserializers.dll |
16.0.4140.3 |
68,136 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.smo.dll |
16.100.47027.0 |
4,439,456 |
25-jul-22 |
01:47 |
x86 |
Microsoft.sqlserver.sqlclrprovider.dll |
16.100.47027.0 |
21,392 |
25-jul-22 |
01:47 |
x86 |
Microsoft.sqlserver.sqlenum.dll |
16.100.47027.0 |
1,508,240 |
25-jul-22 |
01:48 |
x86 |
Microsoft.sqlserver.sstring.dll |
16.0.4140.3 |
38,952 |
13-aug-24 |
05:41 |
x86 |
Microsoft.sqlserver.usagetracking.dll |
2022.160.4140.3 |
75,816 |
13-aug-24 |
06:29 |
x64 |
Msvcp140.dll |
14.32.31326.0 |
571,808 |
28-Apr-22 |
07:49 |
x64 |
Msvcp140_1.dll |
14.32.31326.0 |
25,488 |
28-Apr-22 |
07:49 |
x64 |
Msvcp140_2.dll |
14.32.31326.0 |
187,296 |
28-Apr-22 |
07:49 |
x64 |
Msvcp140_atomic_wait.dll |
14.32.31326.0 |
57,232 |
28-Apr-22 |
07:49 |
x64 |
Msvcp140_codecvt_ids.dll |
14.32.31326.0 |
21,392 |
28-Apr-22 |
07:49 |
x64 |
Newtonsoft.json.dll |
13.0.1.25517 |
704,408 |
01-22 oktober |
02:40 |
x86 |
Package.xsd |
Inte tillämpligt |
8,832 |
13-aug-24 |
05:41 |
Inte tillämpligt |
Patchwizard.xml |
Inte tillämpligt |
4,481 |
13-aug-24 |
06:29 |
Inte tillämpligt |
Pidgenx.dll |
10.0.19041.1 |
1,087,800 |
30-sep-22 |
22:49 |
x64 |
Pidprivateconfigobjectmaps.xml |
Inte tillämpligt |
96,442 |
13-aug-24 |
06:23 |
Inte tillämpligt |
Prepareclusterwizard.xml |
Inte tillämpligt |
12,299 |
13-aug-24 |
06:29 |
Inte tillämpligt |
Prepareimagewizard.xml |
Inte tillämpligt |
8,246 |
13-aug-24 |
06:29 |
Inte tillämpligt |
Removenode.xml |
Inte tillämpligt |
4,946 |
13-aug-24 |
06:29 |
Inte tillämpligt |
Removepatchwizard.xml |
Inte tillämpligt |
4,104 |
13-aug-24 |
06:29 |
Inte tillämpligt |
Repairwizard.xml |
Inte tillämpligt |
5,423 |
13-aug-24 |
06:29 |
Inte tillämpligt |
Rsetup.exe |
9.4.7.515 |
216,456 |
26-jul-20 |
00:12 |
x86 |
Runrulesui.xml |
Inte tillämpligt |
1,403 |
13-aug-24 |
06:29 |
Inte tillämpligt |
Scenarioengine.exe |
16.0.4140.3 |
67,624 |
13-aug-24 |
06:29 |
x64 |
Scenarioengine.exe.config |
Inte tillämpligt |
578 |
13-aug-24 |
06:29 |
Inte tillämpligt |
Shellobjects.dll |
1.0.0.0 |
129,608 |
13-aug-24 |
06:29 |
x86 |
Sqlboot.dll |
2022.160.4140.3 |
288,808 |
13-aug-24 |
06:19 |
x64 |
Sqlcab.dll |
2022.160.4140.3 |
190,400 |
13-aug-24 |
06:29 |
x64 |
Sqlconf.dll |
2022.160.4140.3 |
71,616 |
13-aug-24 |
06:29 |
x64 |
Sqlmu.dll |
2022.160.4140.3 |
141,248 |
13-aug-24 |
06:29 |
x64 |
Sqlprocesssub.dll |
2022.160.4140.3 |
153,664 |
13-aug-24 |
05:41 |
x64 |
Sqlsccn.dll |
2022.160.4140.3 |
141,352 |
13-aug-24 |
06:29 |
x64 |
System.net.http.dll |
4.6.25405.1 |
198,488 |
04-jun-17 |
19:58 |
x86 |
Uninstallwizard.xml |
Inte tillämpligt |
4,648 |
13-aug-24 |
06:29 |
Inte tillämpligt |
Upgradewizard.xml |
Inte tillämpligt |
12,953 |
13-aug-24 |
06:29 |
Inte tillämpligt |
Vccorlib140.dll |
14.32.31326.0 |
336,288 |
28-Apr-22 |
07:49 |
x64 |
Vcruntime140.dll |
14.32.31326.0 |
98,720 |
28-Apr-22 |
07:49 |
x64 |
Vcruntime140_1.dll |
14.32.31326.0 |
38,304 |
28-Apr-22 |
07:49 |
x64 |
Landingpage.resources.dll |
16.0.4140.3 |
72,232 |
13-aug-24 |
05:49 |
x86 |
Microsoft.netenterpriseservers.exceptionmessagebox.resources.dll |
16.0.19111.0 |
71,584 |
03-aug-22 |
04:55 |
x86 |
Microsoft.sql.chainer.package.resources.dll |
16.0.4140.3 |
22,568 |
13-aug-24 |
05:41 |
x86 |
Microsoft.sql.chainer.product.resources.dll |
16.0.4140.3 |
367,040 |
13-aug-24 |
05:41 |
x86 |
Microsoft.sqlserver.chainer.extensioncommon.resources.dll |
16.0.4140.3 |
35,368 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.chainer.infrastructure.resources.dll |
16.0.4140.3 |
41,512 |
13-aug-24 |
05:44 |
x86 |
Microsoft.sqlserver.chainer.setup.resources.dll |
16.0.4140.3 |
17,448 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.agentextension.resources.dll |
16.0.4140.3 |
30,272 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.arconboard.resources.dll |
16.0.4140.3 |
18,984 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.asextension.resources.dll |
16.0.4140.3 |
57,280 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.bootstrapextension.resources.dll |
16.0.4140.3 |
25,640 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.cluster.resources.dll |
16.0.4140.3 |
163,264 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.configextension.resources.dll |
16.0.4140.3 |
18,984 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.extensibility_configextension.resources.dll |
16.0.4140.3 |
20,928 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.fulltext_configextension.resources.dll |
16.0.4140.3 |
20,416 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.impy_configextension.resources.dll |
16.0.4140.3 |
15,400 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.imr_configextension.resources.dll |
16.0.4140.3 |
15,424 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.installwizard.resources.dll |
16.0.4140.3 |
1,023,016 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.installwizardframework.resources.dll |
16.0.4140.3 |
17,448 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.ismasterextension.resources.dll |
16.0.4140.3 |
20,928 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.isworkerextension.resources.dll |
16.0.4140.3 |
20,008 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.managementtoolsextension.resources.dll |
16.0.4140.3 |
20,928 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.msiextension.resources.dll |
16.0.4140.3 |
74,688 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.polybaseconfigextension.resources.dll |
16.0.4140.3 |
45,504 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.powershellextension.resources.dll |
16.0.4140.3 |
21,032 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.repl_configextension.resources.dll |
16.0.4140.3 |
17,472 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.resources.dll |
16.0.4140.3 |
76,360 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.rsextension.resources.dll |
16.0.4140.3 |
38,976 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.rulesengineextension.resources.dll |
16.0.4140.3 |
31,784 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.sco.resources.dll |
16.0.4140.3 |
1,699,264 |
13-aug-24 |
05:47 |
x86 |
Microsoft.sqlserver.configuration.scoextension.resources.dll |
16.0.4140.3 |
54,312 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.setupextension.resources.dll |
16.0.4140.3 |
316,968 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.slpextension.resources.dll |
16.0.4140.3 |
22,056 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.smartsetupextension.resources.dll |
16.0.4140.3 |
34,344 |
13-aug-24 |
05:49 |
x86 |
Microsoft.sqlserver.configuration.sniserverconfigext.resources.dll |
2022.160.4140.3 |
21,032 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.sqlbrowserextension.resources.dll |
16.0.4140.3 |
38,440 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.sqlconfigbase.resources.dll |
16.0.4140.3 |
18,472 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.sqlserver_configextension.resources.dll |
2022.160.4140.3 |
137,152 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.ssisextension.resources.dll |
16.0.4140.3 |
21,544 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.uiextension.resources.dll |
16.0.4140.3 |
21,544 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.utilityextension.resources.dll |
16.0.4140.3 |
16,320 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.wizardframework.resources.dll |
16.0.4140.3 |
57,408 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.xtp.configextension.resources.dll |
16.0.4140.3 |
15,944 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.connectioninfo.resources.dll |
16.100.47027.0 |
22,416 |
25-jul-22 |
01:46 |
x86 |
Microsoft.sqlserver.deployment.resources.dll |
16.0.4140.3 |
15,296 |
13-aug-24 |
05:40 |
x86 |
Microsoft.sqlserver.discovery.resources.dll |
16.0.4140.3 |
100,424 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.dmf.common.resources.dll |
16.100.47027.0 |
19,344 |
25-jul-22 |
01:46 |
x86 |
Microsoft.sqlserver.dmf.resources.dll |
16.100.47027.0 |
34,216 |
25-jul-22 |
01:46 |
x86 |
Microsoft.sqlserver.management.controls.resources.dll |
16.200.19111.0 |
187,296 |
03-aug-22 |
05:01 |
x86 |
Microsoft.sqlserver.management.sdk.sfc.resources.dll |
16.100.47027.0 |
31,656 |
25-jul-22 |
01:46 |
x86 |
Microsoft.sqlserver.setup.chainer.workflow.resources.dll |
16.0.4140.3 |
27,720 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.smo.resources.dll |
16.100.47027.0 |
548,264 |
25-jul-22 |
01:46 |
x86 |
Microsoft.sqlserver.sqlenum.resources.dll |
16.100.47027.0 |
30,096 |
25-jul-22 |
01:46 |
x86 |
Landingpage.resources.dll |
16.0.4140.3 |
72,232 |
13-aug-24 |
05:49 |
x86 |
Microsoft.netenterpriseservers.exceptionmessagebox.resources.dll |
16.0.19111.0 |
71,592 |
03-aug-22 |
04:55 |
x86 |
Microsoft.sql.chainer.package.resources.dll |
16.0.4140.3 |
22,464 |
13-aug-24 |
05:41 |
x86 |
Microsoft.sql.chainer.product.resources.dll |
16.0.4140.3 |
367,176 |
13-aug-24 |
05:41 |
x86 |
Microsoft.sqlserver.chainer.extensioncommon.resources.dll |
16.0.4140.3 |
34,856 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.chainer.infrastructure.resources.dll |
16.0.4140.3 |
41,024 |
13-aug-24 |
05:44 |
x86 |
Microsoft.sqlserver.chainer.setup.resources.dll |
16.0.4140.3 |
17,448 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.agentextension.resources.dll |
16.0.4140.3 |
30,280 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.arconboard.resources.dll |
16.0.4140.3 |
18,984 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.asextension.resources.dll |
16.0.4140.3 |
57,384 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.bootstrapextension.resources.dll |
16.0.4140.3 |
25,640 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.cluster.resources.dll |
16.0.4140.3 |
162,880 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.configextension.resources.dll |
16.0.4140.3 |
18,984 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.extensibility_configextension.resources.dll |
16.0.4140.3 |
20,928 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.fulltext_configextension.resources.dll |
16.0.4140.3 |
21,056 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.impy_configextension.resources.dll |
16.0.4140.3 |
15,400 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.imr_configextension.resources.dll |
16.0.4140.3 |
15,432 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.installwizard.resources.dll |
16.0.4140.3 |
1,025,984 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.installwizardframework.resources.dll |
16.0.4140.3 |
17,448 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.ismasterextension.resources.dll |
16.0.4140.3 |
21,544 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.isworkerextension.resources.dll |
16.0.4140.3 |
20,520 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.managementtoolsextension.resources.dll |
16.0.4140.3 |
21,032 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.msiextension.resources.dll |
16.0.4140.3 |
74,176 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.polybaseconfigextension.resources.dll |
16.0.4140.3 |
46,016 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.powershellextension.resources.dll |
16.0.4140.3 |
21,032 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.repl_configextension.resources.dll |
16.0.4140.3 |
17,344 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.resources.dll |
16.0.4140.3 |
77,248 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.rsextension.resources.dll |
16.0.4140.3 |
38,472 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.rulesengineextension.resources.dll |
16.0.4140.3 |
31,784 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.sco.resources.dll |
16.0.4140.3 |
1,678,888 |
13-aug-24 |
05:47 |
x86 |
Microsoft.sqlserver.configuration.scoextension.resources.dll |
16.0.4140.3 |
53,184 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.setupextension.resources.dll |
16.0.4140.3 |
316,968 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.slpextension.resources.dll |
16.0.4140.3 |
21,952 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.smartsetupextension.resources.dll |
16.0.4140.3 |
35,264 |
13-aug-24 |
05:49 |
x86 |
Microsoft.sqlserver.configuration.sniserverconfigext.resources.dll |
2022.160.4140.3 |
21,032 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.sqlbrowserextension.resources.dll |
16.0.4140.3 |
38,336 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.sqlconfigbase.resources.dll |
16.0.4140.3 |
18,472 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.sqlserver_configextension.resources.dll |
2022.160.4140.3 |
137,768 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.ssisextension.resources.dll |
16.0.4140.3 |
21,440 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.uiextension.resources.dll |
16.0.4140.3 |
22,088 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.utilityextension.resources.dll |
16.0.4140.3 |
16,448 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.wizardframework.resources.dll |
16.0.4140.3 |
57,384 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.xtp.configextension.resources.dll |
16.0.4140.3 |
15,808 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.connectioninfo.resources.dll |
16.100.47027.0 |
21,904 |
25-jul-22 |
01:47 |
x86 |
Microsoft.sqlserver.deployment.resources.dll |
16.0.4140.3 |
15,400 |
13-aug-24 |
05:40 |
x86 |
Microsoft.sqlserver.discovery.resources.dll |
16.0.4140.3 |
100,392 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.dmf.common.resources.dll |
16.100.47027.0 |
19,368 |
25-jul-22 |
01:46 |
x86 |
Microsoft.sqlserver.dmf.resources.dll |
16.100.47027.0 |
33,704 |
25-jul-22 |
01:45 |
x86 |
Microsoft.sqlserver.management.controls.resources.dll |
16.200.19111.0 |
187,296 |
03-aug-22 |
05:02 |
x86 |
Microsoft.sqlserver.management.sdk.sfc.resources.dll |
16.100.47027.0 |
31,120 |
25-jul-22 |
01:46 |
x86 |
Microsoft.sqlserver.setup.chainer.workflow.resources.dll |
16.0.4140.3 |
27,176 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.smo.resources.dll |
16.100.47027.0 |
547,752 |
25-jul-22 |
01:46 |
x86 |
Microsoft.sqlserver.sqlenum.resources.dll |
16.100.47027.0 |
29,608 |
25-jul-22 |
01:46 |
x86 |
Landingpage.resources.dll |
16.0.4140.3 |
72,232 |
13-aug-24 |
05:49 |
x86 |
Microsoft.netenterpriseservers.exceptionmessagebox.resources.dll |
16.0.19111.0 |
71,592 |
03-aug-22 |
04:55 |
x86 |
Microsoft.sql.chainer.package.resources.dll |
16.0.4140.3 |
22,568 |
13-aug-24 |
05:41 |
x86 |
Microsoft.sql.chainer.product.resources.dll |
16.0.4140.3 |
367,144 |
13-aug-24 |
05:41 |
x86 |
Microsoft.sqlserver.chainer.extensioncommon.resources.dll |
16.0.4140.3 |
35,264 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.chainer.infrastructure.resources.dll |
16.0.4140.3 |
42,048 |
13-aug-24 |
05:44 |
x86 |
Microsoft.sqlserver.chainer.setup.resources.dll |
16.0.4140.3 |
17,960 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.agentextension.resources.dll |
16.0.4140.3 |
30,656 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.arconboard.resources.dll |
16.0.4140.3 |
18,880 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.asextension.resources.dll |
16.0.4140.3 |
57,896 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.bootstrapextension.resources.dll |
16.0.4140.3 |
25,640 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.cluster.resources.dll |
16.0.4140.3 |
166,336 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.configextension.resources.dll |
16.0.4140.3 |
18,880 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.extensibility_configextension.resources.dll |
16.0.4140.3 |
21,568 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.fulltext_configextension.resources.dll |
16.0.4140.3 |
21,440 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.impy_configextension.resources.dll |
16.0.4140.3 |
15,296 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.imr_configextension.resources.dll |
16.0.4140.3 |
15,296 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.installwizard.resources.dll |
16.0.4140.3 |
1,026,496 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.installwizardframework.resources.dll |
16.0.4140.3 |
17,344 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.ismasterextension.resources.dll |
16.0.4140.3 |
21,032 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.isworkerextension.resources.dll |
16.0.4140.3 |
20,008 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.managementtoolsextension.resources.dll |
16.0.4140.3 |
20,928 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.msiextension.resources.dll |
16.0.4140.3 |
75,200 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.polybaseconfigextension.resources.dll |
16.0.4140.3 |
46,016 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.powershellextension.resources.dll |
16.0.4140.3 |
21,032 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.repl_configextension.resources.dll |
16.0.4140.3 |
17,448 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.resources.dll |
16.0.4140.3 |
78,408 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.rsextension.resources.dll |
16.0.4140.3 |
38,952 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.rulesengineextension.resources.dll |
16.0.4140.3 |
32,296 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.sco.resources.dll |
16.0.4140.3 |
1,557,440 |
13-aug-24 |
05:47 |
x86 |
Microsoft.sqlserver.configuration.scoextension.resources.dll |
16.0.4140.3 |
55,232 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.setupextension.resources.dll |
16.0.4140.3 |
321,576 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.slpextension.resources.dll |
16.0.4140.3 |
21,952 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.smartsetupextension.resources.dll |
16.0.4140.3 |
35,776 |
13-aug-24 |
05:49 |
x86 |
Microsoft.sqlserver.configuration.sniserverconfigext.resources.dll |
2022.160.4140.3 |
21,032 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.sqlbrowserextension.resources.dll |
16.0.4140.3 |
38,952 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.sqlconfigbase.resources.dll |
16.0.4140.3 |
18,880 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.sqlserver_configextension.resources.dll |
2022.160.4140.3 |
139,304 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.ssisextension.resources.dll |
16.0.4140.3 |
22,056 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.uiextension.resources.dll |
16.0.4140.3 |
22,056 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.utilityextension.resources.dll |
16.0.4140.3 |
16,424 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.wizardframework.resources.dll |
16.0.4140.3 |
57,384 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.xtp.configextension.resources.dll |
16.0.4140.3 |
15,808 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.connectioninfo.resources.dll |
16.100.47027.0 |
22,440 |
25-jul-22 |
01:46 |
x86 |
Microsoft.sqlserver.deployment.resources.dll |
16.0.4140.3 |
15,296 |
13-aug-24 |
05:40 |
x86 |
Microsoft.sqlserver.discovery.resources.dll |
16.0.4140.3 |
100,392 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.dmf.common.resources.dll |
16.100.47027.0 |
19,368 |
25-jul-22 |
01:46 |
x86 |
Microsoft.sqlserver.dmf.resources.dll |
16.100.47027.0 |
34,216 |
25-jul-22 |
01:45 |
x86 |
Microsoft.sqlserver.management.controls.resources.dll |
16.200.19111.0 |
187,280 |
03-aug-22 |
05:00 |
x86 |
Microsoft.sqlserver.management.sdk.sfc.resources.dll |
16.100.47027.0 |
31,656 |
25-jul-22 |
01:46 |
x86 |
Microsoft.sqlserver.setup.chainer.workflow.resources.dll |
16.0.4140.3 |
27,688 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.smo.resources.dll |
16.100.47027.0 |
552,848 |
25-jul-22 |
01:46 |
x86 |
Microsoft.sqlserver.sqlenum.resources.dll |
16.100.47027.0 |
30,120 |
25-jul-22 |
01:45 |
x86 |
Landingpage.resources.dll |
16.0.4140.3 |
71,616 |
13-aug-24 |
05:49 |
x86 |
Microsoft.netenterpriseservers.exceptionmessagebox.resources.dll |
16.0.19111.0 |
71,592 |
03-aug-22 |
04:55 |
x86 |
Microsoft.sql.chainer.package.resources.dll |
16.0.4140.3 |
22,464 |
13-aug-24 |
05:41 |
x86 |
Microsoft.sql.chainer.product.resources.dll |
16.0.4140.3 |
367,144 |
13-aug-24 |
05:41 |
x86 |
Microsoft.sqlserver.chainer.extensioncommon.resources.dll |
16.0.4140.3 |
34,856 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.chainer.infrastructure.resources.dll |
16.0.4140.3 |
40,896 |
13-aug-24 |
05:44 |
x86 |
Microsoft.sqlserver.chainer.setup.resources.dll |
16.0.4140.3 |
17,448 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.agentextension.resources.dll |
16.0.4140.3 |
29,736 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.arconboard.resources.dll |
16.0.4140.3 |
18,880 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.asextension.resources.dll |
16.0.4140.3 |
56,768 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.bootstrapextension.resources.dll |
16.0.4140.3 |
25,640 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.cluster.resources.dll |
16.0.4140.3 |
160,328 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.configextension.resources.dll |
16.0.4140.3 |
18,472 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.extensibility_configextension.resources.dll |
16.0.4140.3 |
21,032 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.fulltext_configextension.resources.dll |
16.0.4140.3 |
20,520 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.impy_configextension.resources.dll |
16.0.4140.3 |
15,296 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.imr_configextension.resources.dll |
16.0.4140.3 |
15,400 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.installwizard.resources.dll |
16.0.4140.3 |
1,021,888 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.installwizardframework.resources.dll |
16.0.4140.3 |
17,448 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.ismasterextension.resources.dll |
16.0.4140.3 |
21,544 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.isworkerextension.resources.dll |
16.0.4140.3 |
20,008 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.managementtoolsextension.resources.dll |
16.0.4140.3 |
21,032 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.msiextension.resources.dll |
16.0.4140.3 |
74,176 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.polybaseconfigextension.resources.dll |
16.0.4140.3 |
45,504 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.powershellextension.resources.dll |
16.0.4140.3 |
21,032 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.repl_configextension.resources.dll |
16.0.4140.3 |
17,344 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.resources.dll |
16.0.4140.3 |
77,248 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.rsextension.resources.dll |
16.0.4140.3 |
37,952 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.rulesengineextension.resources.dll |
16.0.4140.3 |
31,784 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.sco.resources.dll |
16.0.4140.3 |
1,690,688 |
13-aug-24 |
05:47 |
x86 |
Microsoft.sqlserver.configuration.scoextension.resources.dll |
16.0.4140.3 |
54,312 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.setupextension.resources.dll |
16.0.4140.3 |
315,432 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.slpextension.resources.dll |
16.0.4140.3 |
22,056 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.smartsetupextension.resources.dll |
16.0.4140.3 |
35,368 |
13-aug-24 |
05:49 |
x86 |
Microsoft.sqlserver.configuration.sniserverconfigext.resources.dll |
2022.160.4140.3 |
21,032 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.sqlbrowserextension.resources.dll |
16.0.4140.3 |
38,472 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.sqlconfigbase.resources.dll |
16.0.4140.3 |
18,472 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.sqlserver_configextension.resources.dll |
2022.160.4140.3 |
135,720 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.ssisextension.resources.dll |
16.0.4140.3 |
21,544 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.uiextension.resources.dll |
16.0.4140.3 |
21,544 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.utilityextension.resources.dll |
16.0.4140.3 |
16,448 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.wizardframework.resources.dll |
16.0.4140.3 |
57,384 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.xtp.configextension.resources.dll |
16.0.4140.3 |
16,320 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.connectioninfo.resources.dll |
16.100.47027.0 |
21,928 |
25-jul-22 |
01:46 |
x86 |
Microsoft.sqlserver.deployment.resources.dll |
16.0.4140.3 |
15,400 |
13-aug-24 |
05:40 |
x86 |
Microsoft.sqlserver.discovery.resources.dll |
16.0.4140.3 |
100,392 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.dmf.common.resources.dll |
16.100.47027.0 |
19,368 |
25-jul-22 |
01:46 |
x86 |
Microsoft.sqlserver.dmf.resources.dll |
16.100.47027.0 |
33,704 |
25-jul-22 |
01:46 |
x86 |
Microsoft.sqlserver.management.controls.resources.dll |
16.200.19111.0 |
187,280 |
03-aug-22 |
05:02 |
x86 |
Microsoft.sqlserver.management.sdk.sfc.resources.dll |
16.100.47027.0 |
31,144 |
25-jul-22 |
01:46 |
x86 |
Microsoft.sqlserver.setup.chainer.workflow.resources.dll |
16.0.4140.3 |
27,208 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.smo.resources.dll |
16.100.47027.0 |
534,928 |
25-jul-22 |
01:46 |
x86 |
Microsoft.sqlserver.sqlenum.resources.dll |
16.100.47027.0 |
29,608 |
25-jul-22 |
01:46 |
x86 |
Landingpage.resources.dll |
16.0.4140.3 |
73,768 |
13-aug-24 |
05:49 |
x86 |
Microsoft.netenterpriseservers.exceptionmessagebox.resources.dll |
16.0.19111.0 |
72,104 |
03-aug-22 |
04:55 |
x86 |
Microsoft.sql.chainer.package.resources.dll |
16.0.4140.3 |
22,568 |
13-aug-24 |
05:41 |
x86 |
Microsoft.sql.chainer.product.resources.dll |
16.0.4140.3 |
367,040 |
13-aug-24 |
05:41 |
x86 |
Microsoft.sqlserver.chainer.extensioncommon.resources.dll |
16.0.4140.3 |
35,904 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.chainer.infrastructure.resources.dll |
16.0.4140.3 |
43,048 |
13-aug-24 |
05:44 |
x86 |
Microsoft.sqlserver.chainer.setup.resources.dll |
16.0.4140.3 |
17,984 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.agentextension.resources.dll |
16.0.4140.3 |
32,704 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.arconboard.resources.dll |
16.0.4140.3 |
19,520 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.asextension.resources.dll |
16.0.4140.3 |
59,840 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.bootstrapextension.resources.dll |
16.0.4140.3 |
27,176 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.cluster.resources.dll |
16.0.4140.3 |
179,136 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.configextension.resources.dll |
16.0.4140.3 |
18,984 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.extensibility_configextension.resources.dll |
16.0.4140.3 |
22,056 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.fulltext_configextension.resources.dll |
16.0.4140.3 |
20,928 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.impy_configextension.resources.dll |
16.0.4140.3 |
15,296 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.imr_configextension.resources.dll |
16.0.4140.3 |
15,400 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.installwizard.resources.dll |
16.0.4140.3 |
1,034,688 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.installwizardframework.resources.dll |
16.0.4140.3 |
17,448 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.ismasterextension.resources.dll |
16.0.4140.3 |
21,440 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.isworkerextension.resources.dll |
16.0.4140.3 |
20,520 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.managementtoolsextension.resources.dll |
16.0.4140.3 |
21,032 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.msiextension.resources.dll |
16.0.4140.3 |
78,272 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.polybaseconfigextension.resources.dll |
16.0.4140.3 |
47,552 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.powershellextension.resources.dll |
16.0.4140.3 |
21,440 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.repl_configextension.resources.dll |
16.0.4140.3 |
17,448 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.resources.dll |
16.0.4140.3 |
83,904 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.rsextension.resources.dll |
16.0.4140.3 |
40,488 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.rulesengineextension.resources.dll |
16.0.4140.3 |
32,296 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.sco.resources.dll |
16.0.4140.3 |
1,624,104 |
13-aug-24 |
05:47 |
x86 |
Microsoft.sqlserver.configuration.scoextension.resources.dll |
16.0.4140.3 |
56,768 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.setupextension.resources.dll |
16.0.4140.3 |
336,424 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.slpextension.resources.dll |
16.0.4140.3 |
21,952 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.smartsetupextension.resources.dll |
16.0.4140.3 |
38,440 |
13-aug-24 |
05:49 |
x86 |
Microsoft.sqlserver.configuration.sniserverconfigext.resources.dll |
2022.160.4140.3 |
22,056 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.sqlbrowserextension.resources.dll |
16.0.4140.3 |
40,384 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.sqlconfigbase.resources.dll |
16.0.4140.3 |
18,880 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.sqlserver_configextension.resources.dll |
2022.160.4140.3 |
143,808 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.ssisextension.resources.dll |
16.0.4140.3 |
21,952 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.uiextension.resources.dll |
16.0.4140.3 |
22,568 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.utilityextension.resources.dll |
16.0.4140.3 |
16,936 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.wizardframework.resources.dll |
16.0.4140.3 |
57,280 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.xtp.configextension.resources.dll |
16.0.4140.3 |
15,936 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.connectioninfo.resources.dll |
16.100.47027.0 |
22,440 |
25-jul-22 |
01:46 |
x86 |
Microsoft.sqlserver.deployment.resources.dll |
16.0.4140.3 |
15,296 |
13-aug-24 |
05:40 |
x86 |
Microsoft.sqlserver.discovery.resources.dll |
16.0.4140.3 |
100,392 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.dmf.common.resources.dll |
16.100.47027.0 |
19,344 |
25-jul-22 |
01:46 |
x86 |
Microsoft.sqlserver.dmf.resources.dll |
16.100.47027.0 |
35,752 |
25-jul-22 |
01:46 |
x86 |
Microsoft.sqlserver.management.controls.resources.dll |
16.200.19111.0 |
187,280 |
03-aug-22 |
05:01 |
x86 |
Microsoft.sqlserver.management.sdk.sfc.resources.dll |
16.100.47027.0 |
33,192 |
25-jul-22 |
01:47 |
x86 |
Microsoft.sqlserver.setup.chainer.workflow.resources.dll |
16.0.4140.3 |
28,224 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.smo.resources.dll |
16.100.47027.0 |
579,984 |
25-jul-22 |
01:47 |
x86 |
Microsoft.sqlserver.sqlenum.resources.dll |
16.100.47027.0 |
30,608 |
25-jul-22 |
01:47 |
x86 |
Landingpage.resources.dll |
16.0.4140.3 |
71,720 |
13-aug-24 |
05:49 |
x86 |
Microsoft.netenterpriseservers.exceptionmessagebox.resources.dll |
16.0.19111.0 |
71,584 |
03-aug-22 |
04:54 |
x86 |
Microsoft.sql.chainer.package.resources.dll |
16.0.4140.3 |
22,568 |
13-aug-24 |
05:41 |
x86 |
Microsoft.sql.chainer.product.resources.dll |
16.0.4140.3 |
367,032 |
13-aug-24 |
05:41 |
x86 |
Microsoft.sqlserver.chainer.extensioncommon.resources.dll |
16.0.4140.3 |
35,392 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.chainer.infrastructure.resources.dll |
16.0.4140.3 |
41,408 |
13-aug-24 |
05:44 |
x86 |
Microsoft.sqlserver.chainer.setup.resources.dll |
16.0.4140.3 |
17,448 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.agentextension.resources.dll |
16.0.4140.3 |
30,760 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.arconboard.resources.dll |
16.0.4140.3 |
19,016 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.asextension.resources.dll |
16.0.4140.3 |
57,280 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.bootstrapextension.resources.dll |
16.0.4140.3 |
25,640 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.cluster.resources.dll |
16.0.4140.3 |
167,360 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.configextension.resources.dll |
16.0.4140.3 |
18,984 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.extensibility_configextension.resources.dll |
16.0.4140.3 |
21,544 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.fulltext_configextension.resources.dll |
16.0.4140.3 |
20,416 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.impy_configextension.resources.dll |
16.0.4140.3 |
15,400 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.imr_configextension.resources.dll |
16.0.4140.3 |
15,400 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.installwizard.resources.dll |
16.0.4140.3 |
1,022,504 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.installwizardframework.resources.dll |
16.0.4140.3 |
17,448 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.ismasterextension.resources.dll |
16.0.4140.3 |
21,544 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.isworkerextension.resources.dll |
16.0.4140.3 |
20,008 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.managementtoolsextension.resources.dll |
16.0.4140.3 |
21,032 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.msiextension.resources.dll |
16.0.4140.3 |
74,280 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.polybaseconfigextension.resources.dll |
16.0.4140.3 |
46,016 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.powershellextension.resources.dll |
16.0.4140.3 |
20,928 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.repl_configextension.resources.dll |
16.0.4140.3 |
17,480 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.resources.dll |
16.0.4140.3 |
78,272 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.rsextension.resources.dll |
16.0.4140.3 |
38,440 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.rulesengineextension.resources.dll |
16.0.4140.3 |
31,784 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.sco.resources.dll |
16.0.4140.3 |
1,473,064 |
13-aug-24 |
05:47 |
x86 |
Microsoft.sqlserver.configuration.scoextension.resources.dll |
16.0.4140.3 |
54,848 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.setupextension.resources.dll |
16.0.4140.3 |
314,408 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.slpextension.resources.dll |
16.0.4140.3 |
22,056 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.smartsetupextension.resources.dll |
16.0.4140.3 |
35,368 |
13-aug-24 |
05:49 |
x86 |
Microsoft.sqlserver.configuration.sniserverconfigext.resources.dll |
2022.160.4140.3 |
21,544 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.sqlbrowserextension.resources.dll |
16.0.4140.3 |
38,440 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.sqlconfigbase.resources.dll |
16.0.4140.3 |
18,368 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.sqlserver_configextension.resources.dll |
2022.160.4140.3 |
137,664 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.ssisextension.resources.dll |
16.0.4140.3 |
21,952 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.uiextension.resources.dll |
16.0.4140.3 |
22,056 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.utilityextension.resources.dll |
16.0.4140.3 |
16,424 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.wizardframework.resources.dll |
16.0.4140.3 |
57,384 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.xtp.configextension.resources.dll |
16.0.4140.3 |
15,912 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.connectioninfo.resources.dll |
16.100.47027.0 |
21,904 |
25-jul-22 |
01:46 |
x86 |
Microsoft.sqlserver.deployment.resources.dll |
16.0.4140.3 |
15,400 |
13-aug-24 |
05:40 |
x86 |
Microsoft.sqlserver.discovery.resources.dll |
16.0.4140.3 |
100,392 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.dmf.common.resources.dll |
16.100.47027.0 |
19,368 |
25-jul-22 |
01:47 |
x86 |
Microsoft.sqlserver.dmf.resources.dll |
16.100.47027.0 |
33,704 |
25-jul-22 |
01:45 |
x86 |
Microsoft.sqlserver.management.controls.resources.dll |
16.200.19111.0 |
187,280 |
03-aug-22 |
05:00 |
x86 |
Microsoft.sqlserver.management.sdk.sfc.resources.dll |
16.100.47027.0 |
31,632 |
25-jul-22 |
01:46 |
x86 |
Microsoft.sqlserver.setup.chainer.workflow.resources.dll |
16.0.4140.3 |
27,176 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.smo.resources.dll |
16.100.47027.0 |
547,216 |
25-jul-22 |
01:47 |
x86 |
Microsoft.sqlserver.sqlenum.resources.dll |
16.100.47027.0 |
29,072 |
25-jul-22 |
01:47 |
x86 |
Landingpage.resources.dll |
16.0.4140.3 |
71,720 |
13-aug-24 |
05:49 |
x86 |
Microsoft.netenterpriseservers.exceptionmessagebox.resources.dll |
16.0.19111.0 |
71,592 |
03-aug-22 |
04:54 |
x86 |
Microsoft.sql.chainer.package.resources.dll |
16.0.4140.3 |
22,600 |
13-aug-24 |
05:41 |
x86 |
Microsoft.sql.chainer.product.resources.dll |
16.0.4140.3 |
367,040 |
13-aug-24 |
05:41 |
x86 |
Microsoft.sqlserver.chainer.extensioncommon.resources.dll |
16.0.4140.3 |
34,752 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.chainer.infrastructure.resources.dll |
16.0.4140.3 |
40,896 |
13-aug-24 |
05:44 |
x86 |
Microsoft.sqlserver.chainer.setup.resources.dll |
16.0.4140.3 |
17,448 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.agentextension.resources.dll |
16.0.4140.3 |
29,632 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.arconboard.resources.dll |
16.0.4140.3 |
18,984 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.asextension.resources.dll |
16.0.4140.3 |
56,872 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.bootstrapextension.resources.dll |
16.0.4140.3 |
25,128 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.cluster.resources.dll |
16.0.4140.3 |
159,680 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.configextension.resources.dll |
16.0.4140.3 |
18,984 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.extensibility_configextension.resources.dll |
16.0.4140.3 |
21,056 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.fulltext_configextension.resources.dll |
16.0.4140.3 |
20,520 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.impy_configextension.resources.dll |
16.0.4140.3 |
15,400 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.imr_configextension.resources.dll |
16.0.4140.3 |
15,296 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.installwizard.resources.dll |
16.0.4140.3 |
1,021,992 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.installwizardframework.resources.dll |
16.0.4140.3 |
17,344 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.ismasterextension.resources.dll |
16.0.4140.3 |
20,928 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.isworkerextension.resources.dll |
16.0.4140.3 |
20,008 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.managementtoolsextension.resources.dll |
16.0.4140.3 |
21,032 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.msiextension.resources.dll |
16.0.4140.3 |
73,256 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.polybaseconfigextension.resources.dll |
16.0.4140.3 |
45,640 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.powershellextension.resources.dll |
16.0.4140.3 |
21,064 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.repl_configextension.resources.dll |
16.0.4140.3 |
17,344 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.resources.dll |
16.0.4140.3 |
75,712 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.rsextension.resources.dll |
16.0.4140.3 |
38,440 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.rulesengineextension.resources.dll |
16.0.4140.3 |
31,784 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.sco.resources.dll |
16.0.4140.3 |
1,589,824 |
13-aug-24 |
05:47 |
x86 |
Microsoft.sqlserver.configuration.scoextension.resources.dll |
16.0.4140.3 |
52,160 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.setupextension.resources.dll |
16.0.4140.3 |
311,336 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.slpextension.resources.dll |
16.0.4140.3 |
21,440 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.smartsetupextension.resources.dll |
16.0.4140.3 |
34,240 |
13-aug-24 |
05:49 |
x86 |
Microsoft.sqlserver.configuration.sniserverconfigext.resources.dll |
2022.160.4140.3 |
21,032 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.sqlbrowserextension.resources.dll |
16.0.4140.3 |
37,824 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.sqlconfigbase.resources.dll |
16.0.4140.3 |
18,472 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.sqlserver_configextension.resources.dll |
2022.160.4140.3 |
136,128 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.ssisextension.resources.dll |
16.0.4140.3 |
21,544 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.uiextension.resources.dll |
16.0.4140.3 |
21,440 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.utilityextension.resources.dll |
16.0.4140.3 |
16,320 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.wizardframework.resources.dll |
16.0.4140.3 |
57,280 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.xtp.configextension.resources.dll |
16.0.4140.3 |
15,912 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.connectioninfo.resources.dll |
16.100.47027.0 |
21,928 |
25-jul-22 |
01:47 |
x86 |
Microsoft.sqlserver.deployment.resources.dll |
16.0.4140.3 |
15,296 |
13-aug-24 |
05:40 |
x86 |
Microsoft.sqlserver.discovery.resources.dll |
16.0.4140.3 |
100,392 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.dmf.common.resources.dll |
16.100.47027.0 |
19,368 |
25-jul-22 |
01:46 |
x86 |
Microsoft.sqlserver.dmf.resources.dll |
16.100.47027.0 |
33,704 |
25-jul-22 |
01:46 |
x86 |
Microsoft.sqlserver.management.controls.resources.dll |
16.200.19111.0 |
187,280 |
03-aug-22 |
05:02 |
x86 |
Microsoft.sqlserver.management.sdk.sfc.resources.dll |
16.100.47027.0 |
31,144 |
25-jul-22 |
01:47 |
x86 |
Microsoft.sqlserver.setup.chainer.workflow.resources.dll |
16.0.4140.3 |
27,072 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.smo.resources.dll |
16.100.47027.0 |
538,008 |
25-jul-22 |
01:47 |
x86 |
Microsoft.sqlserver.sqlenum.resources.dll |
16.100.47027.0 |
29,608 |
25-jul-22 |
01:47 |
x86 |
Landingpage.resources.dll |
16.0.4140.3 |
76,224 |
13-aug-24 |
05:49 |
x86 |
Microsoft.netenterpriseservers.exceptionmessagebox.resources.dll |
16.0.19111.0 |
73,128 |
03-aug-22 |
04:55 |
x86 |
Microsoft.sql.chainer.package.resources.dll |
16.0.4140.3 |
22,600 |
13-aug-24 |
05:41 |
x86 |
Microsoft.sql.chainer.product.resources.dll |
16.0.4140.3 |
367,176 |
13-aug-24 |
05:41 |
x86 |
Microsoft.sqlserver.chainer.extensioncommon.resources.dll |
16.0.4140.3 |
37,824 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.chainer.infrastructure.resources.dll |
16.0.4140.3 |
47,552 |
13-aug-24 |
05:44 |
x86 |
Microsoft.sqlserver.chainer.setup.resources.dll |
16.0.4140.3 |
18,880 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.agentextension.resources.dll |
16.0.4140.3 |
34,344 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.arconboard.resources.dll |
16.0.4140.3 |
20,008 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.asextension.resources.dll |
16.0.4140.3 |
64,040 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.bootstrapextension.resources.dll |
16.0.4140.3 |
29,224 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.cluster.resources.dll |
16.0.4140.3 |
191,424 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.configextension.resources.dll |
16.0.4140.3 |
20,520 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.extensibility_configextension.resources.dll |
16.0.4140.3 |
23,488 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.fulltext_configextension.resources.dll |
16.0.4140.3 |
22,056 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.impy_configextension.resources.dll |
16.0.4140.3 |
15,296 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.imr_configextension.resources.dll |
16.0.4140.3 |
15,296 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.installwizard.resources.dll |
16.0.4140.3 |
1,055,680 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.installwizardframework.resources.dll |
16.0.4140.3 |
17,344 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.ismasterextension.resources.dll |
16.0.4140.3 |
22,088 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.isworkerextension.resources.dll |
16.0.4140.3 |
20,928 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.managementtoolsextension.resources.dll |
16.0.4140.3 |
21,032 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.msiextension.resources.dll |
16.0.4140.3 |
84,928 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.polybaseconfigextension.resources.dll |
16.0.4140.3 |
49,224 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.powershellextension.resources.dll |
16.0.4140.3 |
21,544 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.repl_configextension.resources.dll |
16.0.4140.3 |
17,448 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.resources.dll |
16.0.4140.3 |
91,584 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.rsextension.resources.dll |
16.0.4140.3 |
44,584 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.rulesengineextension.resources.dll |
16.0.4140.3 |
33,832 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.sco.resources.dll |
16.0.4140.3 |
2,130,472 |
13-aug-24 |
05:47 |
x86 |
Microsoft.sqlserver.configuration.scoextension.resources.dll |
16.0.4140.3 |
60,480 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.setupextension.resources.dll |
16.0.4140.3 |
364,072 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.slpextension.resources.dll |
16.0.4140.3 |
22,568 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.smartsetupextension.resources.dll |
16.0.4140.3 |
42,536 |
13-aug-24 |
05:49 |
x86 |
Microsoft.sqlserver.configuration.sniserverconfigext.resources.dll |
2022.160.4140.3 |
23,080 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.sqlbrowserextension.resources.dll |
16.0.4140.3 |
44,480 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.sqlconfigbase.resources.dll |
16.0.4140.3 |
20,008 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.sqlserver_configextension.resources.dll |
2022.160.4140.3 |
152,616 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.ssisextension.resources.dll |
16.0.4140.3 |
22,464 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.uiextension.resources.dll |
16.0.4140.3 |
23,592 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.utilityextension.resources.dll |
16.0.4140.3 |
16,832 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.wizardframework.resources.dll |
16.0.4140.3 |
57,920 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.xtp.configextension.resources.dll |
16.0.4140.3 |
16,320 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.connectioninfo.resources.dll |
16.100.47027.0 |
24,488 |
25-jul-22 |
01:45 |
x86 |
Microsoft.sqlserver.deployment.resources.dll |
16.0.4140.3 |
15,296 |
13-aug-24 |
05:40 |
x86 |
Microsoft.sqlserver.discovery.resources.dll |
16.0.4140.3 |
100,392 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.dmf.common.resources.dll |
16.100.47027.0 |
20,904 |
25-jul-22 |
01:47 |
x86 |
Microsoft.sqlserver.dmf.resources.dll |
16.100.47027.0 |
39,848 |
25-jul-22 |
01:47 |
x86 |
Microsoft.sqlserver.management.controls.resources.dll |
16.200.19111.0 |
187,808 |
03-aug-22 |
05:02 |
x86 |
Microsoft.sqlserver.management.sdk.sfc.resources.dll |
16.100.47027.0 |
37,264 |
25-jul-22 |
01:47 |
x86 |
Microsoft.sqlserver.setup.chainer.workflow.resources.dll |
16.0.4140.3 |
29,736 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.smo.resources.dll |
16.100.47027.0 |
698,792 |
25-jul-22 |
01:48 |
x86 |
Microsoft.sqlserver.sqlenum.resources.dll |
16.100.47027.0 |
33,184 |
25-jul-22 |
01:48 |
x86 |
Masterdataservices.msi |
Inte tillämpligt |
27,033,600 |
13-aug-24 |
07:53 |
Inte tillämpligt |
Sql_as.msp |
Inte tillämpligt |
149,303,296 |
13-aug-24 |
07:53 |
Inte tillämpligt |
Sql_common_core.msp |
Inte tillämpligt |
5,619,712 |
13-aug-24 |
07:53 |
Inte tillämpligt |
Sql_dqc.msp |
Inte tillämpligt |
1,150,976 |
13-aug-24 |
07:53 |
Inte tillämpligt |
Sql_dq_common.msp |
Inte tillämpligt |
1,376,256 |
13-aug-24 |
07:53 |
Inte tillämpligt |
Sql_engine_core_inst.msp |
Inte tillämpligt |
101,961,728 |
13-aug-24 |
07:31 |
Inte tillämpligt |
Sql_engine_core_shared.msp |
Inte tillämpligt |
19,668,992 |
13-aug-24 |
07:53 |
Inte tillämpligt |
Sql_extensibility.msp |
Inte tillämpligt |
1,216,512 |
13-aug-24 |
06:28 |
Inte tillämpligt |
Sql_fulltext.msp |
Inte tillämpligt |
454,656 |
13-aug-24 |
07:53 |
Inte tillämpligt |
Sql_is.msp |
Inte tillämpligt |
26,333,184 |
13-aug-24 |
07:53 |
Inte tillämpligt |
Sql_polybase_core_inst.msp |
Inte tillämpligt |
26,951,680 |
13-aug-24 |
07:53 |
Inte tillämpligt |
Sql_xevent.msp |
Inte tillämpligt |
331,776 |
13-aug-24 |
07:53 |
Inte tillämpligt |
Microsoft.sqlserver.management.controls.resources.dll |
16.200.19111.0 |
186,768 |
03-aug-22 |
05:02 |
x86 |
Microsoft.sqlserver.management.controls.resources.dll |
16.200.19111.0 |
186,784 |
03-aug-22 |
05:02 |
x86 |
Landingpage.resources.dll |
16.0.4140.3 |
69,160 |
13-aug-24 |
05:49 |
x86 |
Microsoft.netenterpriseservers.exceptionmessagebox.resources.dll |
16.0.19111.0 |
71,584 |
03-aug-22 |
04:54 |
x86 |
Microsoft.sql.chainer.package.resources.dll |
16.0.4140.3 |
22,568 |
13-aug-24 |
05:41 |
x86 |
Microsoft.sql.chainer.product.resources.dll |
16.0.4140.3 |
367,176 |
13-aug-24 |
05:41 |
x86 |
Microsoft.sqlserver.chainer.extensioncommon.resources.dll |
16.0.4140.3 |
33,320 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.chainer.infrastructure.resources.dll |
16.0.4140.3 |
38,336 |
13-aug-24 |
05:44 |
x86 |
Microsoft.sqlserver.chainer.setup.resources.dll |
16.0.4140.3 |
16,936 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.agentextension.resources.dll |
16.0.4140.3 |
28,232 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.arconboard.resources.dll |
16.0.4140.3 |
18,472 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.asextension.resources.dll |
16.0.4140.3 |
53,800 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.bootstrapextension.resources.dll |
16.0.4140.3 |
24,104 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.cluster.resources.dll |
16.0.4140.3 |
149,576 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.configextension.resources.dll |
16.0.4140.3 |
17,992 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.extensibility_configextension.resources.dll |
16.0.4140.3 |
20,520 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.fulltext_configextension.resources.dll |
16.0.4140.3 |
19,904 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.impy_configextension.resources.dll |
16.0.4140.3 |
15,400 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.imr_configextension.resources.dll |
16.0.4140.3 |
15,400 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.installwizard.resources.dll |
16.0.4140.3 |
1,009,224 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.installwizardframework.resources.dll |
16.0.4140.3 |
17,448 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.ismasterextension.resources.dll |
16.0.4140.3 |
20,520 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.isworkerextension.resources.dll |
16.0.4140.3 |
19,496 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.managementtoolsextension.resources.dll |
16.0.4140.3 |
21,032 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.msiextension.resources.dll |
16.0.4140.3 |
69,568 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.polybaseconfigextension.resources.dll |
16.0.4140.3 |
44,480 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.powershellextension.resources.dll |
16.0.4140.3 |
20,928 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.repl_configextension.resources.dll |
16.0.4140.3 |
17,344 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.resources.dll |
16.0.4140.3 |
69,696 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.rsextension.resources.dll |
16.0.4140.3 |
35,368 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.rulesengineextension.resources.dll |
16.0.4140.3 |
30,760 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.sco.resources.dll |
16.0.4140.3 |
1,342,504 |
13-aug-24 |
05:47 |
x86 |
Microsoft.sqlserver.configuration.scoextension.resources.dll |
16.0.4140.3 |
50,112 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.setupextension.resources.dll |
16.0.4140.3 |
292,392 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.slpextension.resources.dll |
16.0.4140.3 |
21,440 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.smartsetupextension.resources.dll |
16.0.4140.3 |
31,784 |
13-aug-24 |
05:49 |
x86 |
Microsoft.sqlserver.configuration.sniserverconfigext.resources.dll |
2022.160.4140.3 |
20,520 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.sqlbrowserextension.resources.dll |
16.0.4140.3 |
35,912 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.sqlconfigbase.resources.dll |
16.0.4140.3 |
17,856 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.sqlserver_configextension.resources.dll |
2022.160.4140.3 |
128,960 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.ssisextension.resources.dll |
16.0.4140.3 |
21,440 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.uiextension.resources.dll |
16.0.4140.3 |
20,928 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.utilityextension.resources.dll |
16.0.4140.3 |
16,320 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.wizardframework.resources.dll |
16.0.4140.3 |
56,768 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.xtp.configextension.resources.dll |
16.0.4140.3 |
15,912 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.connectioninfo.resources.dll |
16.100.47027.0 |
20,368 |
25-jul-22 |
01:47 |
x86 |
Microsoft.sqlserver.deployment.resources.dll |
16.0.4140.3 |
15,424 |
13-aug-24 |
05:40 |
x86 |
Microsoft.sqlserver.discovery.resources.dll |
16.0.4140.3 |
100,392 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.dmf.common.resources.dll |
16.100.47027.0 |
18,344 |
25-jul-22 |
01:45 |
x86 |
Microsoft.sqlserver.dmf.resources.dll |
16.100.47027.0 |
30,632 |
25-jul-22 |
01:47 |
x86 |
Microsoft.sqlserver.management.sdk.sfc.resources.dll |
16.100.47027.0 |
28,560 |
25-jul-22 |
01:46 |
x86 |
Microsoft.sqlserver.setup.chainer.workflow.resources.dll |
16.0.4140.3 |
26,664 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.smo.resources.dll |
16.100.47027.0 |
475,048 |
25-jul-22 |
01:46 |
x86 |
Microsoft.sqlserver.sqlenum.resources.dll |
16.100.47027.0 |
27,560 |
25-jul-22 |
01:46 |
x86 |
Landingpage.resources.dll |
16.0.4140.3 |
70,216 |
13-aug-24 |
05:49 |
x86 |
Microsoft.netenterpriseservers.exceptionmessagebox.resources.dll |
16.0.19111.0 |
71,592 |
03-aug-22 |
04:54 |
x86 |
Microsoft.sql.chainer.package.resources.dll |
16.0.4140.3 |
22,600 |
13-aug-24 |
05:41 |
x86 |
Microsoft.sql.chainer.product.resources.dll |
16.0.4140.3 |
367,040 |
13-aug-24 |
05:41 |
x86 |
Microsoft.sqlserver.chainer.extensioncommon.resources.dll |
16.0.4140.3 |
33,832 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.chainer.infrastructure.resources.dll |
16.0.4140.3 |
37,928 |
13-aug-24 |
05:44 |
x86 |
Microsoft.sqlserver.chainer.setup.resources.dll |
16.0.4140.3 |
16,936 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.agentextension.resources.dll |
16.0.4140.3 |
28,200 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.arconboard.resources.dll |
16.0.4140.3 |
18,472 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.asextension.resources.dll |
16.0.4140.3 |
53,696 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.bootstrapextension.resources.dll |
16.0.4140.3 |
24,104 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.cluster.resources.dll |
16.0.4140.3 |
149,952 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.configextension.resources.dll |
16.0.4140.3 |
17,960 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.extensibility_configextension.resources.dll |
16.0.4140.3 |
20,416 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.fulltext_configextension.resources.dll |
16.0.4140.3 |
20,008 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.impy_configextension.resources.dll |
16.0.4140.3 |
15,400 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.imr_configextension.resources.dll |
16.0.4140.3 |
15,296 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.installwizard.resources.dll |
16.0.4140.3 |
1,010,240 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.installwizardframework.resources.dll |
16.0.4140.3 |
17,472 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.ismasterextension.resources.dll |
16.0.4140.3 |
20,520 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.isworkerextension.resources.dll |
16.0.4140.3 |
19,520 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.managementtoolsextension.resources.dll |
16.0.4140.3 |
21,032 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.msiextension.resources.dll |
16.0.4140.3 |
69,568 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.polybaseconfigextension.resources.dll |
16.0.4140.3 |
44,584 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.powershellextension.resources.dll |
16.0.4140.3 |
21,032 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.repl_configextension.resources.dll |
16.0.4140.3 |
17,344 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.resources.dll |
16.0.4140.3 |
70,080 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.rsextension.resources.dll |
16.0.4140.3 |
35,368 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.rulesengineextension.resources.dll |
16.0.4140.3 |
30,760 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.sco.resources.dll |
16.0.4140.3 |
1,332,800 |
13-aug-24 |
05:47 |
x86 |
Microsoft.sqlserver.configuration.scoextension.resources.dll |
16.0.4140.3 |
49,600 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.setupextension.resources.dll |
16.0.4140.3 |
293,312 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.slpextension.resources.dll |
16.0.4140.3 |
21,544 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.smartsetupextension.resources.dll |
16.0.4140.3 |
31,784 |
13-aug-24 |
05:49 |
x86 |
Microsoft.sqlserver.configuration.sniserverconfigext.resources.dll |
2022.160.4140.3 |
20,520 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.sqlbrowserextension.resources.dll |
16.0.4140.3 |
35,880 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.sqlconfigbase.resources.dll |
16.0.4140.3 |
17,960 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.sqlserver_configextension.resources.dll |
2022.160.4140.3 |
129,576 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.ssisextension.resources.dll |
16.0.4140.3 |
21,568 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.uiextension.resources.dll |
16.0.4140.3 |
21,032 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.utilityextension.resources.dll |
16.0.4140.3 |
16,456 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.wizardframework.resources.dll |
16.0.4140.3 |
56,768 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.configuration.xtp.configextension.resources.dll |
16.0.4140.3 |
15,808 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.connectioninfo.resources.dll |
16.100.47027.0 |
20,368 |
25-jul-22 |
01:46 |
x86 |
Microsoft.sqlserver.deployment.resources.dll |
16.0.4140.3 |
15,400 |
13-aug-24 |
05:40 |
x86 |
Microsoft.sqlserver.discovery.resources.dll |
16.0.4140.3 |
100,288 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.dmf.common.resources.dll |
16.100.47027.0 |
18,344 |
25-jul-22 |
01:46 |
x86 |
Microsoft.sqlserver.dmf.resources.dll |
16.100.47027.0 |
30,632 |
25-jul-22 |
01:46 |
x86 |
Microsoft.sqlserver.management.sdk.sfc.resources.dll |
16.100.47027.0 |
28,560 |
25-jul-22 |
01:45 |
x86 |
Microsoft.sqlserver.setup.chainer.workflow.resources.dll |
16.0.4140.3 |
26,664 |
13-aug-24 |
06:29 |
x86 |
Microsoft.sqlserver.smo.resources.dll |
16.100.47027.0 |
480,680 |
25-jul-22 |
01:46 |
x86 |
Microsoft.sqlserver.sqlenum.resources.dll |
16.100.47027.0 |
28,072 |
25-jul-22 |
01:46 |
x86 |
Information om skydd och säkerhet
Skydda dig själv online: Windows-säkerhetssupport
Läs om hur vi skyddar oss mot cyberhot: Microsoft-säkerhet