- Sammanfattning
- Kända fel i den här uppdateringen
- Förbättringar och korrigeringar inkluderade i denna uppdatering
- Hur man hämtar och installerar uppdateringen
- Mer information
- Filinformation
- Information om skydd och säkerhet
Sammanfattning
Den här säkerhetsuppdateringen innehåller korrigeringar och löser sårbarheter. Mer information om sårbarheterna finns i följande säkerhetsrekommendationer:
- CVE-2024-37966 – Sårbarhet vid avslöjande av information för Microsoft SQL Server strojové učenie Services
- CVE-2024-37338 – Sårbarhet vid fjärrkörning av kod i Microsoft SQL Server strojové učenie Services
- CVE-2024-37335 – Sårbarhet vid fjärrkörning av kod i Microsoft SQL Server strojové učenie Services
- CVE-2024-37340 – Sårbarhet vid fjärrkörning av kod i Microsoft SQL Server strojové učenie Services
- CVE-2024-37339 – Sårbarhet vid fjärrkörning av kod i Microsoft SQL Server strojové učenie Services
- CVE-2024-37337 – Microsoft SQL Server strojové učenie Services säkerhetsrisk med avslöjande av information
- CVE-2024-37342 – Sårbarhet vid avslöjande av information för Microsoft SQL Server strojové učenie Services
- CVE-2024-26186 – Sårbarhet vid fjärrkörning av kod i Microsoft SQL Server strojové učenie Services
- CVE-2024-26191 – Sårbarhet vid fjärrkörning av kod på Microsoft SQL Server strojové učenie Services
- CVE-2024-37965 – Microsoft SQL Server säkerhetsrisk med rättighetsökning
- CVE-2024-37980 – Microsoft SQL Server säkerhetsrisk med rättighetsökning
- CVE-2024-43474 – Sårbarhet vid avslöjande av information i SQL Server
Microsoft SQL Server-komponenterna uppdateras till följande versioner i denna säkerhetsuppdatering.
- SQL Server – produktversion: 15.0.2120.1, filversion: 2019.150.2120.1
Kända fel i den här uppdateringen
CDC-avbildningsjobbet kan misslyckas om kolumner saknas i CDC-ändringstabeller
När du har installerat den här säkerhetsuppdateringen kan följande symptom uppstå i databaser som har CDC (Change Data Capture) aktiverat:
Om dina CDC-aktiverade tabeller har kolumner vars namn innehåller kommatecken, kanske dessa kolumner saknas i dina CDC-spårningstabeller (CDC.<capture_instance>_CT). Det här tillståndet kan göra att avbildningsjobbet misslyckas. Dynamic Management View (DMV)
sys.dm_cdc_errorsreturnerar sedan följande felmeddelanden:Obs
- Fel 22863: "Det gick inte att infoga rader i ändringstabeller för datainsamling av ändringar. Gå till tidigare fel i den aktuella sessionen för att identifiera orsaken och korrigera eventuella associerade problem."
- Tidigare fel kan vara 8144 (för många argument) eller 257 (konverteringsfel) eller 201 (förväntad parameter anges inte) på grund av saknade kolumner.
Notera: Det här problemet uppstår 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.
Ditt program som använder CDC-ändringstabeller kan misslyckas och returnera ett okänt kolumnfel om kolumnen saknas. Om kolumnnamnet till exempel var <Kund,id> kan du få följande felmeddelande:
Obs
Msg 207, nivå 16, status 1, radradnummer <>
Ogiltigt kolumnnamn 'Customer,id'.I SQL Server-felloggen kan du se följande felmeddelande även om GDR-uppgraderingen rapporteras som lyckad:
Obs
<DateTime:> Det går inte att uppgradera databasen 'DatabaseName'. Felet 22841 utlöstes: Det gick inte att uppgradera metadata för databasen DatabaseName som är aktiverad för insamling av ändringsdata. Felet uppstod när åtgärden (null) kördes. Felet som returnerades var 4924: 'line <LineNumber>, state 1, ALTER TABLE DROP COLUMN misslyckades eftersom kolumnen 'ColumnName' inte finns i tabellen 'TableName'.'. Använd åtgärden och felet för att fastställa orsaken till felet och skicka begäran igen." 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.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 följande felmeddelande returneras:
Obs
100 procent bearbetad.
Bearbetade 768 sidor för databasen 'DatabaseName', filen 'FileName' på fil 1.
Bearbetade 2 sidor för databasen ' DatabaseName ', fil ' FileName' på fil 1.
DBCC-körning slutförd. Om DBCC har skrivit ut felmeddelanden kontaktar du din systemadministratör.
Msg 22841, nivå 16, status 1, procedur sys.sp_cdc_vupgrade, radradnummer <> [batchstartrad 0]
Det gick inte att uppgradera metadata för databasen "DatabaseName" som är aktiverad för insamling av ändringsdata. Felet uppstod när åtgärden (null) kördes. Felet som returnerades var 4924: 'line <LineNumber>, state 1, ALTER TABLE DROP COLUMN misslyckades eftersom kolumnen 'Column&ID' inte finns i tabellen 'dbo_CDCTableTest_CT'.'. Använd åtgärden och felet för att fastställa orsaken till felet och skicka begäran igen.
ÅTERSTÄLL DATABAS bearbetade 770 sidor på 0,270 sekunder (22,265 MB/sek).
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 tas bort på grund av funktionsfel i CDC-uppgraderingen.
- Den
Sp_vupgrade_replicationlagrade 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) har kolumner vars namn innehåller någon symbol, till exempel&,>,<eller tecken vars ASCII-decimalkod är mindre än 32 (förutom 9-Tab och 10-LineFeed). Det här problemet uppstår på grund av användningen avFOR XML PATHi CDC-uppgraderingsprocessen och eftersom reglerna som gäller för kolumnnamn har ändrats. Mer information finns i Ogiltiga tecken och undantagsregler.
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 kringgå problemet:
För att förhindra att kolumner tas bort och orsakar fel vid en CDC-återställning eller -uppgradering kan du använda spårningsflagga (TF) T15006 innan du uppgraderar GDR-versionen:
- Öppna SQL Server Configuration Manager.
- Markera och högerklicka på SQL Server-instansen och välj sedan Egenskaper.
- Gå till fliken Startparametrar .
- Lägg till TF T15006.
- Välj Lägg till>Använd.
- Starta om SQL Server-tjänsten.
- Utför uppgraderingen. Spårningsflaggan kommer att vara aktiv under uppgraderingen.
Om du har tillämpat GDR och kolumner vars namn innehåller kommatecken har tagits bort från CDC-spårningstabeller (CDC.<capture_instance>_CT) kan du åtgärda 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 lösningen.
Om databasåterställningsscenariot påverkas utfärdar du en annan databasåterställningsprocess.
Om GDR-uppgraderingen gör att kolumnerna tas bort inaktiverar och återaktiverar du CDC i den berörda tabellen med hjälp
sp_cdc_disable_tableav ochsp_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 URL:en med hjälp av formatet "#bkmk_NNNNNNN". Du kan sedan dela den här URL-adressen med andra så att de kan hoppa direkt till önskad korrigering i tabellen.
| Buggreferens | Beskrivning | Åtgärda område | Komponent | Plattform |
|---|---|---|---|---|
| 3066347 | Lägger till en validering för parametern MODEL 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 | Körning av fråga | Allt |
| 3183879 | Förbättrar säkerheten för CDC-funktionen (Change Data Capture) genom att lägga till en låsningsfunktion för metadatadefinitioner för att blockera DDL-åtgärder (Data Definition Language). | SQL Server-motor | Replikering | Allt |
| 3156263 | Åtgärdar ett problem där tabell- och kolumnnamn som läses från databasmetadata i vissa fall inte citeras korrekt när du skapar interna SQL Server-batchar i lagrade procedurer som hanterar temporala tabeller. När korrigeringen har tillämpats slutförs offerten korrekt. | SQL Server-motor | Temporal | Allt |
Hur man hämtar och installerar uppdateringen
Metod 1: Windows Update
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. Mer information om hur du aktiverar automatisk uppdatering finns i Windows Update: Vanliga frågor och svar.
Metod 2: Microsoft Update Catalog
Om du vill hämta det fristående paketet för uppdateringen går du till webbplatsen Microsoft Update Catalog.
Anteckning 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-underhåll.
Metod 3: Microsoft Download Center
Följande fil kan hämtas från Microsoft Download Center:
Om du vill veta mer om hur du hämtar Microsoft-supportfiler klickar du på artikelnumret nedan och läser artikeln i Microsoft Knowledge Base:
Så här hämtar du 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 den här uppdateringen. Därför rekommenderar vi att du installerar alla språkpaket som du behöver innan du installerar den här 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.
Mer information
Krav
För att tillämpa denna uppdatering måste du ha SQL Server 2019 eller någon annan SQL Server 2019 GDR-utgåva via denna installerade SQL Server 2019 GDR.
Information om distribution av säkerhetsuppdatering
Information om distribution av den här uppdateringen finns i Distributioner – Guide för säkerhetsuppdateringar.
Filhashinformation
| Filnamn | SHA256-hash |
|---|---|
| SQLServer2019-KB5042214-x64.exe | 5963F1D56BB4F080E977C117236520ED4D72097F1896F9167C037BC37D2988FA |
Filinformation
Den engelska versionen av detta paket har filattributen (eller senare filattribut) som är listade i följande tabell. Datumen och tiderna för dessa filer anges 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.
För alla x64-baserade versioner som stöds
| Filnamn | Filversion | Filstorlek | Datum | Tid | Plattform |
|---|---|---|---|---|---|
| Mediainfo.xml | Ej tillämpligt | 1,108 | 31-Jul-24 | 18:00 | Ej tillämpligt |
| Packageid.dat | Ej tillämpligt | 16 | 21-aug-24 | 10:19 | Ej tillämpligt |
| Setup.exe | 2019.150.2120.1 | 133,056 | 31-Jul-24 | 17:43 | x64 |
| Setup.exe.config | Ej tillämpligt | 486 | 31-Jul-24 | 17:42 | Ej tillämpligt |
| Sqlsetupbootstrapper.dll | 2019.150.2120.1 | 243,752 | 31-Jul-24 | 17:43 | x64 |
| Pythonlicense.rtf | Ej tillämpligt | 50,561 | 31-Jul-24 | 16:25 | Ej tillämpligt |
| Ropenlicense.rtf | Ej tillämpligt | 37,940 | 31-Jul-24 | 16:25 | Ej tillämpligt |
| Update_license.rtf | Ej tillämpligt | 124,079 | 31-Jul-24 | 16:25 | Ej tillämpligt |
| Pythonlicense.rtf | Ej tillämpligt | 44,184 | 31-Jul-24 | 16:25 | Ej tillämpligt |
| Ropenlicense.rtf | Ej tillämpligt | 33,216 | 31-Jul-24 | 16:25 | Ej tillämpligt |
| Update_license.rtf | Ej tillämpligt | 123,285 | 31-Jul-24 | 16:25 | Ej tillämpligt |
| Mediainfo.xml | Ej tillämpligt | 1,108 | 31-Jul-24 | 18:00 | Ej tillämpligt |
| Pythonlicense.rtf | Ej tillämpligt | 45,402 | 31-Jul-24 | 16:25 | Ej tillämpligt |
| Ropenlicense.rtf | Ej tillämpligt | 911 | 31-Jul-24 | 16:25 | Ej tillämpligt |
| Update_license.rtf | Ej tillämpligt | 57,940 | 31-Jul-24 | 16:25 | Ej tillämpligt |
| Masterdataservicesloc.msi | Ej tillämpligt | 8,912,896 | 31-Jul-24 | 17:59 | Ej tillämpligt |
| Sqlbrowser.msp | Ej tillämpligt | 4,022,272 | 31-Jul-24 | 17:59 | Ej tillämpligt |
| Sqlsupport.msi | Ej tillämpligt | 19,226,624 | 31-Jul-24 | 17:42 | Ej tillämpligt |
| Msodbcsql.msi | Ej tillämpligt | 4,677,632 | 31-Jul-24 | 16:05 | Ej tillämpligt |
| Msoledbsql.msi | Ej tillämpligt | 7,188,480 | 31-Jul-24 | 17:59 | Ej tillämpligt |
| Sqllocaldb.msi | Ej tillämpligt | 55,611,392 | 31-Jul-24 | 18:00 | Ej tillämpligt |
| Sqlwriter.msp | Ej tillämpligt | 135,168 | 31-Jul-24 | 17:59 | Ej tillämpligt |
| Pythonlicense.rtf | Ej tillämpligt | 43,682 | 31-Jul-24 | 16:25 | Ej tillämpligt |
| Ropenlicense.rtf | Ej tillämpligt | 33,582 | 31-Jul-24 | 16:25 | Ej tillämpligt |
| Update_license.rtf | Ej tillämpligt | 122,946 | 31-Jul-24 | 16:25 | Ej tillämpligt |
| Pythonlicense.rtf | Ej tillämpligt | 40,862 | 31-Jul-24 | 16:25 | Ej tillämpligt |
| Ropenlicense.rtf | Ej tillämpligt | 33,141 | 31-Jul-24 | 16:25 | Ej tillämpligt |
| Update_license.rtf | Ej tillämpligt | 123,000 | 31-Jul-24 | 16:25 | Ej tillämpligt |
| Pythonlicense.rtf | Ej tillämpligt | 52,334 | 31-Jul-24 | 16:25 | Ej tillämpligt |
| Ropenlicense.rtf | Ej tillämpligt | 37,434 | 31-Jul-24 | 16:25 | Ej tillämpligt |
| Update_license.rtf | Ej tillämpligt | 128,021 | 31-Jul-24 | 16:25 | Ej tillämpligt |
| Pythonlicense.rtf | Ej tillämpligt | 57,942 | 31-Jul-24 | 16:25 | Ej tillämpligt |
| Ropenlicense.rtf | Ej tillämpligt | 47,219 | 31-Jul-24 | 16:25 | Ej tillämpligt |
| Update_license.rtf | Ej tillämpligt | 145,205 | 31-Jul-24 | 16:25 | Ej tillämpligt |
| Pythonlicense.rtf | Ej tillämpligt | 43,688 | 31-Jul-24 | 16:25 | Ej tillämpligt |
| Ropenlicense.rtf | Ej tillämpligt | 33,584 | 31-Jul-24 | 16:25 | Ej tillämpligt |
| Update_license.rtf | Ej tillämpligt | 123,462 | 31-Jul-24 | 16:25 | Ej tillämpligt |
| Pythonlicense.rtf | Ej tillämpligt | 46,669 | 31-Jul-24 | 16:25 | Ej tillämpligt |
| Ropenlicense.rtf | Ej tillämpligt | 36,232 | 31-Jul-24 | 16:25 | Ej tillämpligt |
| Update_license.rtf | Ej tillämpligt | 125,657 | 31-Jul-24 | 16:25 | Ej tillämpligt |
| Pythonlicense.rtf | Ej tillämpligt | 48,793 | 31-Jul-24 | 16:25 | Ej tillämpligt |
| Ropenlicense.rtf | Ej tillämpligt | 37,540 | 31-Jul-24 | 16:25 | Ej tillämpligt |
| Update_license.rtf | Ej tillämpligt | 124,303 | 31-Jul-24 | 16:25 | Ej tillämpligt |
| Pythonlicense.rtf | Ej tillämpligt | 43,446 | 31-Jul-24 | 16:25 | Ej tillämpligt |
| Ropenlicense.rtf | Ej tillämpligt | 33,275 | 31-Jul-24 | 16:25 | Ej tillämpligt |
| Update_license.rtf | Ej tillämpligt | 123,775 | 31-Jul-24 | 16:25 | Ej tillämpligt |
| Setup.rll (Inställningar.rll) | 2019.150.2120.1 | 26,664 | 31-Jul-24 | 17:43 | Ej tillämpligt |
| Addnode.xml | Ej tillämpligt | 12,028 | 31-Jul-24 | 17:42 | Ej tillämpligt |
| Completeclusterwizard.xml | Ej tillämpligt | 11,893 | 31-Jul-24 | 17:42 | Ej tillämpligt |
| Completeimagewizard.xml | Ej tillämpligt | 15,305 | 31-Jul-24 | 17:42 | Ej tillämpligt |
| Componentupdate.xml | Ej tillämpligt | 3,061 | 31-Jul-24 | 17:42 | Ej tillämpligt |
| Configuration.uicfg | Ej tillämpligt | 6,927 | 31-Jul-24 | 17:42 | Ej tillämpligt |
| Editionupgradewizard.xml | Ej tillämpligt | 5,673 | 31-Jul-24 | 17:42 | Ej tillämpligt |
| Fixsqlregistrykey_x64.exe | 15.0.2120.1 | 51,240 | 31-Jul-24 | 17:42 | x64 |
| Fixsqlregistrykey_x64.exe.config | Ej tillämpligt | 486 | 31-Jul-24 | 17:42 | Ej tillämpligt |
| Fixsqlregistrykey_x86.exe | 15.0.2120.1 | 55,232 | 31-Jul-24 | 17:42 | x86 |
| Fixsqlregistrykey_x86.exe.config | Ej tillämpligt | 486 | 31-Jul-24 | 17:42 | Ej tillämpligt |
| Installclusterwizard.xml | Ej tillämpligt | 19,950 | 31-Jul-24 | 17:42 | Ej tillämpligt |
| Installwizard.xml | Ej tillämpligt | 20,522 | 31-Jul-24 | 17:42 | Ej tillämpligt |
| Instapi150.dll | 2019.150.2120.1 | 83,904 | 31-Jul-24 | 15:54 | x64 |
| Landingpage.exe | 15.0.2120.1 | 432,168 | 31-Jul-24 | 17:42 | x64 |
| Landingpage.exe.config | Ej tillämpligt | 486 | 31-Jul-24 | 17:42 | Ej tillämpligt |
| Microsoft.analysisservices.adomdclient.dll | 15.0.32.62 | 1,106,848 | 31-Jul-24 | 16:25 | x86 |
| Microsoft.analysisservices.core.dll | 15.0.32.62 | 1,387,424 | 31-Jul-24 | 16:25 | x86 |
| Microsoft.analysisservices.dll | 15.0.32.62 | 683,984 | 31-Jul-24 | 16:25 | x86 |
| Microsoft.analysisservices.spclient.interfaces.dll | 15.0.32.62 | 26,544 | 31-Jul-24 | 16:25 | x86 |
| Microsoft.analysisservices.tabular.dll | 15.0.32.62 | 1,096,144 | 31-Jul-24 | 16:25 | x86 |
| Microsoft.analysisservices.tabular.json.dll | 15.0.32.62 | 479,664 | 31-Jul-24 | 16:25 | x86 |
| Microsoft.diagnostics.tracing.eventsource.dll | 1.1.26.0 | 167,728 | 31-Jul-24 | 15:58 | x86 |
| Microsoft.netenterpriseservers.exceptionmessagebox.dll | 15.0.2120.1 | 141,264 | 31-Jul-24 | 17:43 | x86 |
| Microsoft.sql.chainer.package.dll | 15.0.2120.1 | 47,040 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sql.chainer.package.xmlserializers.dll | 15.0.2120.1 | 65,080 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sql.chainer.packagedata.dll | 15.0.2120.1 | 161,728 | 31-Jul-24 | 17:59 | x86 |
| Microsoft.sql.chainer.product.dll | 15.0.2120.1 | 436,160 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sql.chainer.product.xmlserializers.dll | 15.0.2120.1 | 64,448 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.chainer.extensioncommon.dll | 15.0.2120.1 | 116,776 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.chainer.extensioncommon.xmlserializers.dll | 15.0.2120.1 | 79,808 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.chainer.infrastructure.dll | 15.0.2120.1 | 403,392 | 31-Jul-24 | 15:56 | x86 |
| Microsoft.sqlserver.chainer.infrastructure.xmlserializers.dll | 15.0.2120.1 | 199,104 | 31-Jul-24 | 15:56 | x86 |
| Microsoft.sqlserver.chainer.workflowdata.dll | 15.0.2120.1 | 841,768 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.chainer.workflowdata.xmlserializers.dll | 15.0.2120.1 | 405,952 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.agentextension.dll | 15.0.2120.1 | 133,072 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.asextension.dll | 15.0.2120.1 | 387,016 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.astelemetryextension.dll | 15.0.2120.1 | 71,720 | 31-Jul-24 | 17:42 | x64 |
| Microsoft.sqlserver.configuration.bootstrapextension.dll | 15.0.2120.1 | 79,912 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.bootstrapextension.xmlserializers.dll | 15.0.2120.1 | 26,048 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.cluster.dll | 15.0.2120.1 | 661,456 | 31-Jul-24 | 16:11 | x86 |
| Microsoft.sqlserver.configuration.cluster.xmlserializers.dll | 15.0.2120.1 | 337,872 | 31-Jul-24 | 16:11 | x86 |
| Microsoft.sqlserver.configuration.configextension.dll | 15.0.2120.1 | 92,200 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.configextension.xmlserializers.dll | 15.0.2120.1 | 37,928 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.distributedreplayextension.dll | 15.0.2120.1 | 83,920 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.dll | 15.0.2120.1 | 268,224 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.extensibility_configextension.dll | 15.0.2120.1 | 108,480 | 31-Jul-24 | 17:42 | x64 |
| Microsoft.sqlserver.configuration.fulltext_configextension.dll | 15.0.2120.1 | 79,808 | 31-Jul-24 | 17:42 | x64 |
| Microsoft.sqlserver.configuration.impy_configextension.dll | 15.0.2120.1 | 42,952 | 31-Jul-24 | 17:42 | x64 |
| Microsoft.sqlserver.configuration.imr_configextension.dll | 15.0.2120.1 | 42,944 | 31-Jul-24 | 17:42 | x64 |
| Microsoft.sqlserver.configuration.installwizard.dll | 15.0.2120.1 | 1,833,016 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.installwizardframework.dll | 15.0.2120.1 | 79,912 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.installwizardframework.xmlserializers.dll | 15.0.2120.1 | 60,968 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.ismasterextension.dll | 15.0.2120.1 | 83,904 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.istelemetryconfigextension.dll | 15.0.2120.1 | 47,040 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.isworkerextension.dll | 15.0.2120.1 | 79,824 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.managementtoolsextension.dll | 15.0.2120.1 | 51,240 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.msiextension.dll | 15.0.2120.1 | 432,080 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.msiextension.xmlserializers.dll | 15.0.2120.1 | 191,936 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.polybaseconfigextension.dll | 15.0.2120.1 | 178,128 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.polybasejavaconfigextension.dll | 15.0.2120.1 | 79,824 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.powershellextension.dll | 15.0.2120.1 | 55,232 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.repl_configextension.dll | 15.0.2120.1 | 55,232 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.rsextension.dll | 15.0.2120.1 | 366,528 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.rulesengineextension.dll | 15.0.2120.1 | 104,504 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.rulesengineextension.xmlserializers.dll | 15.0.2120.1 | 42,040 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.saa_configextension.dll | 15.0.2120.1 | 38,968 | 31-Jul-24 | 17:43 | x64 |
| Microsoft.sqlserver.configuration.sco.dll | 15.0.2120.1 | 3,000,256 | 31-Jul-24 | 15:59 | x86 |
| Microsoft.sqlserver.configuration.sco.xmlserializers.dll | 15.0.2120.1 | 124,864 | 31-Jul-24 | 15:59 | x86 |
| Microsoft.sqlserver.configuration.scoextension.dll | 15.0.2120.1 | 235,576 | 31-Jul-24 | 17:43 | x86 |
| Microsoft.sqlserver.configuration.setupextension.dll | 15.0.2120.1 | 1,136,592 | 31-Jul-24 | 16:30 | x86 |
| Microsoft.sqlserver.configuration.setupextension.xmlserializers.dll | 15.0.2120.1 | 416,704 | 31-Jul-24 | 16:30 | x86 |
| Microsoft.sqlserver.configuration.slpextension.dll | 15.0.2120.1 | 67,536 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.smartsetupextension.dll | 15.0.2120.1 | 227,264 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.smartsetupextension.xmlserializers.dll | 15.0.2120.1 | 71,720 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.smpy_configextension.dll | 15.0.2120.1 | 43,048 | 31-Jul-24 | 17:42 | x64 |
| Microsoft.sqlserver.configuration.smr_configextension.dll | 15.0.2120.1 | 43,064 | 31-Jul-24 | 17:42 | x64 |
| Microsoft.sqlserver.configuration.sniserverconfigext.dll | 2019.150.2120.1 | 317,480 | 31-Jul-24 | 17:43 | x64 |
| Microsoft.sqlserver.configuration.sqlbrowserextension.dll | 15.0.2120.1 | 141,352 | 31-Jul-24 | 17:43 | x64 |
| Microsoft.sqlserver.configuration.sqlconfigbase.dll | 15.0.2120.1 | 75,832 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.sqlconfigbase.xmlserializers.dll | 15.0.2120.1 | 28,712 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.sqlserver_configextension.dll | 2019.150.2120.1 | 763,840 | 31-Jul-24 | 17:42 | x64 |
| Microsoft.sqlserver.configuration.ssisextension.dll | 15.0.2120.1 | 83,904 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.telemetryconfigextension.dll | 15.0.2120.1 | 71,632 | 31-Jul-24 | 17:42 | x64 |
| Microsoft.sqlserver.configuration.telemetryconfigextension.resources.dll | 15.0.2120.1 | 17,856 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.uiextension.dll | 15.0.2120.1 | 112,696 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.uiextension.xmlserializers.dll | 15.0.2120.1 | 52,160 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.utilityextension.dll | 15.0.2120.1 | 38,856 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.wizardframework.dll | 15.0.2120.1 | 186,304 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.wizardframework.xmlserializers.dll | 15.0.2120.1 | 59,944 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.wmiinterop.dll | 15.0.2120.1 | 325,568 | 31-Jul-24 | 15:53 | x86 |
| Microsoft.sqlserver.configuration.xmlserializers.dll | 15.0.2120.1 | 160,704 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.xtp.configextension.dll | 15.0.2120.1 | 38,848 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.connectioninfo.dll | 15.0.18073.0 | 162,632 | 31-Jul-24 | 17:43 | x86 |
| Microsoft.sqlserver.customcontrols.dll | 15.0.2120.1 | 51,256 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.datawarehouse.workloaddeployment.dll | 15.0.1807.0 | 721,536 | 31-Jul-24 | 16:05 | x86 |
| Microsoft.sqlserver.deployment.dll | 15.0.2120.1 | 260,032 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.deployment.xmlserializers.dll | 15.0.2120.1 | 27,688 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.diagnostics.strace.dll | 15.0.2120.1 | 129,080 | 31-Jul-24 | 17:43 | x86 |
| Microsoft.sqlserver.discovery.dll | 15.0.2120.1 | 231,480 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.discovery.xmlserializers.dll | 15.0.2120.1 | 214,976 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.dmf.common.dll | 15.0.18073.0 | 72,008 | 31-Jul-24 | 17:43 | x86 |
| Microsoft.sqlserver.dmf.dll | 15.0.18073.0 | 322,888 | 31-Jul-24 | 17:43 | x86 |
| Microsoft.sqlserver.instapi.dll | 15.0.2120.1 | 51,240 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.interop.firewallapi.dll | 15.0.0.0 | 32,704 | 31-Jul-24 | 17:59 | x86 |
| Microsoft.sqlserver.interop.taskschd.dll | 15.0.0.0 | 47,056 | 31-Jul-24 | 17:59 | x86 |
| Microsoft.sqlserver.interop.wuapilib.dll | 15.0.0.0 | 87,488 | 31-Jul-24 | 17:59 | x86 |
| Microsoft.sqlserver.management.controls.dll | 15.0.16146.0 | 399,584 | 31-Jul-24 | 17:59 | x86 |
| Microsoft.sqlserver.management.sdk.sfc.dll | 15.0.18073.0 | 527,688 | 31-Jul-24 | 17:43 | x86 |
| Microsoft.sqlserver.setup.chainer.workflow.dll | 15.0.2120.1 | 104,384 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.setup.chainer.workflow.xmlserializers.dll | 15.0.2120.1 | 68,048 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.smo.dll | 15.0.18073.0 | 4,241,736 | 31-Jul-24 | 17:43 | x86 |
| Microsoft.sqlserver.sqlclrprovider.dll | 15.0.18073.0 | 29,512 | 31-Jul-24 | 17:43 | x86 |
| Microsoft.sqlserver.sqlenum.dll | 15.0.18073.0 | 1,483,592 | 31-Jul-24 | 17:43 | x86 |
| Microsoft.sqlserver.sstring.dll | 15.0.2120.1 | 38,848 | 31-Jul-24 | 15:54 | x86 |
| Microsoft.sqlserver.usagetracking.dll | 2019.150.2120.1 | 75,712 | 31-Jul-24 | 17:43 | x64 |
| Msvcp140.dll | 14.16.27033.0 | 627,992 | 31-Jul-24 | 15:56 | x64 |
| Msvcp140_1.dll | 14.16.27033.0 | 31,512 | 31-Jul-24 | 15:56 | x64 |
| Newtonsoft.json.dll | 6.0.8.18111 | 513,424 | 31-Jul-24 | 16:25 | x86 |
| Package.xsd | Ej tillämpligt | 8,832 | 31-Jul-24 | 17:42 | Ej tillämpligt |
| Patchwizard.xml | Ej tillämpligt | 6,057 | 31-Jul-24 | 17:42 | Ej tillämpligt |
| Pidgenx.dll | 15.0.169.500 | 1,475,160 | 31-Jul-24 | 16:25 | x64 |
| Pidprivateconfigobjectmaps.xml | Ej tillämpligt | 92,538 | 31-Jul-24 | 16:25 | Ej tillämpligt |
| Prepareclusterwizard.xml | Ej tillämpligt | 13,679 | 31-Jul-24 | 17:42 | Ej tillämpligt |
| Prepareimagewizard.xml | Ej tillämpligt | 8,698 | 31-Jul-24 | 17:42 | Ej tillämpligt |
| Removenode.xml | Ej tillämpligt | 4,946 | 31-Jul-24 | 17:42 | Ej tillämpligt |
| Removepatchwizard.xml | Ej tillämpligt | 5,680 | 31-Jul-24 | 17:42 | Ej tillämpligt |
| Repairwizard.xml | Ej tillämpligt | 6,999 | 31-Jul-24 | 17:42 | Ej tillämpligt |
| Rsetup.exe | 9.4.7.3 | 202,624 | 31-Jul-24 | 16:25 | x86 |
| Runrulesui.xml | Ej tillämpligt | 1,403 | 31-Jul-24 | 17:42 | Ej tillämpligt |
| Scenarioengine.exe | 15.0.2120.1 | 67,624 | 31-Jul-24 | 17:42 | x64 |
| Scenarioengine.exe.config | Ej tillämpligt | 486 | 31-Jul-24 | 17:42 | Ej tillämpligt |
| Shellobjects.dll | 1.0.0.0 | 129,576 | 31-Jul-24 | 17:59 | x86 |
| Sqlboot.dll | 2019.150.2120.1 | 214,976 | 31-Jul-24 | 17:34 | x64 |
| Sqlcab.dll | 2019.150.2120.1 | 169,920 | 31-Jul-24 | 17:43 | x64 |
| Sqlconf.dll | 2019.150.2120.1 | 63,440 | 31-Jul-24 | 17:43 | x64 |
| Sqlmu.dll | 2019.150.2120.1 | 116,672 | 31-Jul-24 | 15:53 | x64 |
| Sqlprocesssub.dll | 2019.150.2120.1 | 124,984 | 31-Jul-24 | 17:43 | x64 |
| Sqlsccn.dll | 2019.150.2120.1 | 112,696 | 31-Jul-24 | 17:43 | x64 |
| Uninstallwizard.xml | Ej tillämpligt | 4,648 | 31-Jul-24 | 17:42 | Ej tillämpligt |
| Upgradewizard.xml | Ej tillämpligt | 14,573 | 31-Jul-24 | 17:42 | Ej tillämpligt |
| Vccorlib140.dll | 14.16.27033.0 | 366,872 | 31-Jul-24 | 15:56 | x64 |
| Vcruntime140.dll | 14.16.27033.0 | 85,784 | 31-Jul-24 | 15:56 | x64 |
| Landingpage.resources.dll | 15.0.2120.1 | 72,232 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.netenterpriseservers.exceptionmessagebox.resources.dll | 15.0.2120.1 | 71,720 | 31-Jul-24 | 17:43 | x86 |
| Microsoft.sql.chainer.package.resources.dll | 15.0.2120.1 | 22,464 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sql.chainer.product.resources.dll | 15.0.2120.1 | 402,368 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.chainer.extensioncommon.resources.dll | 15.0.2120.1 | 35,368 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.chainer.infrastructure.resources.dll | 15.0.2120.1 | 41,408 | 31-Jul-24 | 15:56 | x86 |
| Microsoft.sqlserver.chainer.setup.resources.dll | 15.0.2120.1 | 17,464 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.agentextension.resources.dll | 15.0.2120.1 | 30,144 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.asextension.resources.dll | 15.0.2120.1 | 68,032 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.bootstrapextension.resources.dll | 15.0.2120.1 | 25,536 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.cluster.resources.dll | 15.0.2120.1 | 163,264 | 31-Jul-24 | 16:11 | x86 |
| Microsoft.sqlserver.configuration.configextension.resources.dll | 15.0.2120.1 | 18,984 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.distributedreplayextension.resources.dll | 15.0.2120.1 | 21,544 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.extensibility_configextension.resources.dll | 15.0.2120.1 | 21,440 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.fulltext_configextension.resources.dll | 15.0.2120.1 | 20,416 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.impy_configextension.resources.dll | 15.0.2120.1 | 16,336 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.imr_configextension.resources.dll | 15.0.2120.1 | 16,320 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.installwizard.resources.dll | 15.0.2120.1 | 1,124,392 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.installwizardframework.resources.dll | 15.0.2120.1 | 17,464 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.ismasterextension.resources.dll | 15.0.2120.1 | 20,928 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.isworkerextension.resources.dll | 15.0.2120.1 | 19,904 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.managementtoolsextension.resources.dll | 15.0.2120.1 | 21,048 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.msiextension.resources.dll | 15.0.2120.1 | 74,192 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.polybaseconfigextension.resources.dll | 15.0.2120.1 | 42,424 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.polybasejavaconfigextension.resources.dll | 15.0.2120.1 | 24,000 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.powershellextension.resources.dll | 15.0.2120.1 | 20,944 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.repl_configextension.resources.dll | 15.0.2120.1 | 17,344 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.resources.dll | 15.0.2120.1 | 62,912 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.rsextension.resources.dll | 15.0.2120.1 | 62,416 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.rulesengineextension.resources.dll | 15.0.2120.1 | 32,192 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.saa_configextension.resources.dll | 15.0.2120.1 | 16,320 | 31-Jul-24 | 17:43 | x86 |
| Microsoft.sqlserver.configuration.sco.resources.dll | 15.0.2120.1 | 1,698,344 | 31-Jul-24 | 15:59 | x86 |
| Microsoft.sqlserver.configuration.scoextension.resources.dll | 15.0.2120.1 | 54,208 | 31-Jul-24 | 17:43 | x86 |
| Microsoft.sqlserver.configuration.setupextension.resources.dll | 15.0.2120.1 | 310,208 | 31-Jul-24 | 16:30 | x86 |
| Microsoft.sqlserver.configuration.slpextension.resources.dll | 15.0.2120.1 | 21,952 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.smartsetupextension.resources.dll | 15.0.2120.1 | 34,344 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.smpy_configextension.resources.dll | 15.0.2120.1 | 16,320 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.smr_configextension.resources.dll | 15.0.2120.1 | 16,320 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.sniserverconfigext.resources.dll | 2019.150.2120.1 | 21,032 | 31-Jul-24 | 17:43 | x86 |
| Microsoft.sqlserver.configuration.sqlbrowserextension.resources.dll | 15.0.2120.1 | 38,456 | 31-Jul-24 | 17:43 | x86 |
| Microsoft.sqlserver.configuration.sqlconfigbase.resources.dll | 15.0.2120.1 | 18,472 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.sqlserver_configextension.resources.dll | 2019.150.2120.1 | 157,632 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.ssisextension.resources.dll | 15.0.2120.1 | 21,456 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.uiextension.resources.dll | 15.0.2120.1 | 21,440 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.utilityextension.resources.dll | 15.0.2120.1 | 16,336 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.wizardframework.resources.dll | 15.0.2120.1 | 56,784 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.xtp.configextension.resources.dll | 15.0.2120.1 | 15,824 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.connectioninfo.resources.dll | 15.0.18073.0 | 27,480 | 31-Jul-24 | 18:00 | x86 |
| Microsoft.sqlserver.deployment.resources.dll | 15.0.2120.1 | 15,400 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.discovery.resources.dll | 15.0.2120.1 | 94,760 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.dmf.common.resources.dll | 15.0.18073.0 | 24,920 | 31-Jul-24 | 18:00 | x86 |
| Microsoft.sqlserver.dmf.resources.dll | 15.0.18073.0 | 39,792 | 31-Jul-24 | 18:00 | x86 |
| Microsoft.sqlserver.management.controls.resources.dll | 15.0.16146.0 | 85,728 | 31-Jul-24 | 18:00 | x86 |
| Microsoft.sqlserver.management.sdk.sfc.resources.dll | 15.0.18073.0 | 159,576 | 31-Jul-24 | 18:00 | x86 |
| Microsoft.sqlserver.setup.chainer.workflow.resources.dll | 15.0.2120.1 | 27,704 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.smo.resources.dll | 15.0.18073.0 | 875,864 | 31-Jul-24 | 18:00 | x86 |
| Microsoft.sqlserver.sqlenum.resources.dll | 15.0.18073.0 | 896,368 | 31-Jul-24 | 18:00 | x86 |
| Landingpage.resources.dll | 15.0.2120.1 | 72,144 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.netenterpriseservers.exceptionmessagebox.resources.dll | 15.0.2120.1 | 71,616 | 31-Jul-24 | 17:43 | x86 |
| Microsoft.sql.chainer.package.resources.dll | 15.0.2120.1 | 22,464 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sql.chainer.product.resources.dll | 15.0.2120.1 | 402,368 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.chainer.extensioncommon.resources.dll | 15.0.2120.1 | 34,856 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.chainer.infrastructure.resources.dll | 15.0.2120.1 | 41,016 | 31-Jul-24 | 15:56 | x86 |
| Microsoft.sqlserver.chainer.setup.resources.dll | 15.0.2120.1 | 17,448 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.agentextension.resources.dll | 15.0.2120.1 | 30,144 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.asextension.resources.dll | 15.0.2120.1 | 68,664 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.bootstrapextension.resources.dll | 15.0.2120.1 | 25,640 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.cluster.resources.dll | 15.0.2120.1 | 162,752 | 31-Jul-24 | 16:11 | x86 |
| Microsoft.sqlserver.configuration.configextension.resources.dll | 15.0.2120.1 | 18,472 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.distributedreplayextension.resources.dll | 15.0.2120.1 | 21,456 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.extensibility_configextension.resources.dll | 15.0.2120.1 | 20,928 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.fulltext_configextension.resources.dll | 15.0.2120.1 | 20,928 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.impy_configextension.resources.dll | 15.0.2120.1 | 16,336 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.imr_configextension.resources.dll | 15.0.2120.1 | 16,320 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.installwizard.resources.dll | 15.0.2120.1 | 1,127,888 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.installwizardframework.resources.dll | 15.0.2120.1 | 17,448 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.ismasterextension.resources.dll | 15.0.2120.1 | 21,544 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.isworkerextension.resources.dll | 15.0.2120.1 | 19,904 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.managementtoolsextension.resources.dll | 15.0.2120.1 | 20,928 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.msiextension.resources.dll | 15.0.2120.1 | 74,280 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.polybaseconfigextension.resources.dll | 15.0.2120.1 | 42,944 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.polybasejavaconfigextension.resources.dll | 15.0.2120.1 | 24,000 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.powershellextension.resources.dll | 15.0.2120.1 | 21,048 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.repl_configextension.resources.dll | 15.0.2120.1 | 17,344 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.resources.dll | 15.0.2120.1 | 64,448 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.rsextension.resources.dll | 15.0.2120.1 | 61,904 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.rulesengineextension.resources.dll | 15.0.2120.1 | 32,296 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.saa_configextension.resources.dll | 15.0.2120.1 | 16,320 | 31-Jul-24 | 17:43 | x86 |
| Microsoft.sqlserver.configuration.sco.resources.dll | 15.0.2120.1 | 1,678,272 | 31-Jul-24 | 15:59 | x86 |
| Microsoft.sqlserver.configuration.scoextension.resources.dll | 15.0.2120.1 | 53,288 | 31-Jul-24 | 17:43 | x86 |
| Microsoft.sqlserver.configuration.setupextension.resources.dll | 15.0.2120.1 | 310,720 | 31-Jul-24 | 16:30 | x86 |
| Microsoft.sqlserver.configuration.slpextension.resources.dll | 15.0.2120.1 | 21,952 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.smartsetupextension.resources.dll | 15.0.2120.1 | 35,264 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.smpy_configextension.resources.dll | 15.0.2120.1 | 16,320 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.smr_configextension.resources.dll | 15.0.2120.1 | 16,320 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.sniserverconfigext.resources.dll | 2019.150.2120.1 | 21,032 | 31-Jul-24 | 17:43 | x86 |
| Microsoft.sqlserver.configuration.sqlbrowserextension.resources.dll | 15.0.2120.1 | 38,336 | 31-Jul-24 | 17:43 | x86 |
| Microsoft.sqlserver.configuration.sqlconfigbase.resources.dll | 15.0.2120.1 | 18,472 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.sqlserver_configextension.resources.dll | 2019.150.2120.1 | 158,144 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.ssisextension.resources.dll | 15.0.2120.1 | 21,560 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.uiextension.resources.dll | 15.0.2120.1 | 21,952 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.utilityextension.resources.dll | 15.0.2120.1 | 16,336 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.wizardframework.resources.dll | 15.0.2120.1 | 57,280 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.xtp.configextension.resources.dll | 15.0.2120.1 | 16,320 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.connectioninfo.resources.dll | 15.0.18073.0 | 26,992 | 31-Jul-24 | 18:00 | x86 |
| Microsoft.sqlserver.deployment.resources.dll | 15.0.2120.1 | 15,296 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.discovery.resources.dll | 15.0.2120.1 | 94,656 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.dmf.common.resources.dll | 15.0.18073.0 | 24,920 | 31-Jul-24 | 18:00 | x86 |
| Microsoft.sqlserver.dmf.resources.dll | 15.0.18073.0 | 39,256 | 31-Jul-24 | 18:00 | x86 |
| Microsoft.sqlserver.management.controls.resources.dll | 15.0.16146.0 | 85,728 | 31-Jul-24 | 18:00 | x86 |
| Microsoft.sqlserver.management.sdk.sfc.resources.dll | 15.0.18073.0 | 158,552 | 31-Jul-24 | 18:00 | x86 |
| Microsoft.sqlserver.setup.chainer.workflow.resources.dll | 15.0.2120.1 | 27,072 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.smo.resources.dll | 15.0.18073.0 | 877,400 | 31-Jul-24 | 18:00 | x86 |
| Microsoft.sqlserver.sqlenum.resources.dll | 15.0.18073.0 | 895,832 | 31-Jul-24 | 18:00 | x86 |
| Landingpage.resources.dll | 15.0.2120.1 | 72,232 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.netenterpriseservers.exceptionmessagebox.resources.dll | 15.0.2120.1 | 71,616 | 31-Jul-24 | 17:43 | x86 |
| Microsoft.sql.chainer.package.resources.dll | 15.0.2120.1 | 22,568 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sql.chainer.product.resources.dll | 15.0.2120.1 | 402,368 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.chainer.extensioncommon.resources.dll | 15.0.2120.1 | 35,368 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.chainer.infrastructure.resources.dll | 15.0.2120.1 | 42,024 | 31-Jul-24 | 15:56 | x86 |
| Microsoft.sqlserver.chainer.setup.resources.dll | 15.0.2120.1 | 17,960 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.agentextension.resources.dll | 15.0.2120.1 | 30,656 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.asextension.resources.dll | 15.0.2120.1 | 69,056 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.bootstrapextension.resources.dll | 15.0.2120.1 | 26,168 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.cluster.resources.dll | 15.0.2120.1 | 166,336 | 31-Jul-24 | 16:11 | x86 |
| Microsoft.sqlserver.configuration.configextension.resources.dll | 15.0.2120.1 | 18,984 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.distributedreplayextension.resources.dll | 15.0.2120.1 | 21,544 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.extensibility_configextension.resources.dll | 15.0.2120.1 | 21,440 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.fulltext_configextension.resources.dll | 15.0.2120.1 | 21,456 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.impy_configextension.resources.dll | 15.0.2120.1 | 16,336 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.imr_configextension.resources.dll | 15.0.2120.1 | 16,320 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.installwizard.resources.dll | 15.0.2120.1 | 1,128,488 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.installwizardframework.resources.dll | 15.0.2120.1 | 17,464 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.ismasterextension.resources.dll | 15.0.2120.1 | 21,032 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.isworkerextension.resources.dll | 15.0.2120.1 | 19,904 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.managementtoolsextension.resources.dll | 15.0.2120.1 | 20,928 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.msiextension.resources.dll | 15.0.2120.1 | 75,304 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.polybaseconfigextension.resources.dll | 15.0.2120.1 | 42,944 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.polybasejavaconfigextension.resources.dll | 15.0.2120.1 | 24,104 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.powershellextension.resources.dll | 15.0.2120.1 | 21,032 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.repl_configextension.resources.dll | 15.0.2120.1 | 17,448 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.resources.dll | 15.0.2120.1 | 64,960 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.rsextension.resources.dll | 15.0.2120.1 | 63,016 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.rulesengineextension.resources.dll | 15.0.2120.1 | 32,192 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.saa_configextension.resources.dll | 15.0.2120.1 | 16,424 | 31-Jul-24 | 17:43 | x86 |
| Microsoft.sqlserver.configuration.sco.resources.dll | 15.0.2120.1 | 1,555,904 | 31-Jul-24 | 15:59 | x86 |
| Microsoft.sqlserver.configuration.scoextension.resources.dll | 15.0.2120.1 | 55,352 | 31-Jul-24 | 17:43 | x86 |
| Microsoft.sqlserver.configuration.setupextension.resources.dll | 15.0.2120.1 | 314,816 | 31-Jul-24 | 16:30 | x86 |
| Microsoft.sqlserver.configuration.slpextension.resources.dll | 15.0.2120.1 | 21,952 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.smartsetupextension.resources.dll | 15.0.2120.1 | 35,896 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.smpy_configextension.resources.dll | 15.0.2120.1 | 16,320 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.smr_configextension.resources.dll | 15.0.2120.1 | 16,320 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.sniserverconfigext.resources.dll | 2019.150.2120.1 | 21,032 | 31-Jul-24 | 17:43 | x86 |
| Microsoft.sqlserver.configuration.sqlbrowserextension.resources.dll | 15.0.2120.1 | 38,952 | 31-Jul-24 | 17:43 | x86 |
| Microsoft.sqlserver.configuration.sqlconfigbase.resources.dll | 15.0.2120.1 | 18,984 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.sqlserver_configextension.resources.dll | 2019.150.2120.1 | 159,288 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.ssisextension.resources.dll | 15.0.2120.1 | 21,544 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.uiextension.resources.dll | 15.0.2120.1 | 21,952 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.utilityextension.resources.dll | 15.0.2120.1 | 16,336 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.wizardframework.resources.dll | 15.0.2120.1 | 57,280 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.xtp.configextension.resources.dll | 15.0.2120.1 | 15,824 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.connectioninfo.resources.dll | 15.0.18073.0 | 27,480 | 31-Jul-24 | 18:00 | x86 |
| Microsoft.sqlserver.deployment.resources.dll | 15.0.2120.1 | 15,400 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.discovery.resources.dll | 15.0.2120.1 | 94,760 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.dmf.common.resources.dll | 15.0.18073.0 | 24,920 | 31-Jul-24 | 18:00 | x86 |
| Microsoft.sqlserver.dmf.resources.dll | 15.0.18073.0 | 40,304 | 31-Jul-24 | 18:00 | x86 |
| Microsoft.sqlserver.management.controls.resources.dll | 15.0.16146.0 | 85,728 | 31-Jul-24 | 18:00 | x86 |
| Microsoft.sqlserver.management.sdk.sfc.resources.dll | 15.0.18073.0 | 159,576 | 31-Jul-24 | 18:00 | x86 |
| Microsoft.sqlserver.setup.chainer.workflow.resources.dll | 15.0.2120.1 | 27,584 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.smo.resources.dll | 15.0.18073.0 | 882,520 | 31-Jul-24 | 18:00 | x86 |
| Microsoft.sqlserver.sqlenum.resources.dll | 15.0.18073.0 | 896,368 | 31-Jul-24 | 18:00 | x86 |
| Landingpage.resources.dll | 15.0.2120.1 | 71,720 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.netenterpriseservers.exceptionmessagebox.resources.dll | 15.0.2120.1 | 71,616 | 31-Jul-24 | 17:43 | x86 |
| Microsoft.sql.chainer.package.resources.dll | 15.0.2120.1 | 22,480 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sql.chainer.product.resources.dll | 15.0.2120.1 | 402,472 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.chainer.extensioncommon.resources.dll | 15.0.2120.1 | 34,752 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.chainer.infrastructure.resources.dll | 15.0.2120.1 | 40,896 | 31-Jul-24 | 15:56 | x86 |
| Microsoft.sqlserver.chainer.setup.resources.dll | 15.0.2120.1 | 17,464 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.agentextension.resources.dll | 15.0.2120.1 | 29,648 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.asextension.resources.dll | 15.0.2120.1 | 67,520 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.bootstrapextension.resources.dll | 15.0.2120.1 | 25,640 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.cluster.resources.dll | 15.0.2120.1 | 160,312 | 31-Jul-24 | 16:11 | x86 |
| Microsoft.sqlserver.configuration.configextension.resources.dll | 15.0.2120.1 | 18,472 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.distributedreplayextension.resources.dll | 15.0.2120.1 | 21,544 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.extensibility_configextension.resources.dll | 15.0.2120.1 | 20,944 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.fulltext_configextension.resources.dll | 15.0.2120.1 | 20,432 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.impy_configextension.resources.dll | 15.0.2120.1 | 16,336 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.imr_configextension.resources.dll | 15.0.2120.1 | 16,336 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.installwizard.resources.dll | 15.0.2120.1 | 1,123,896 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.installwizardframework.resources.dll | 15.0.2120.1 | 17,464 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.ismasterextension.resources.dll | 15.0.2120.1 | 21,544 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.isworkerextension.resources.dll | 15.0.2120.1 | 19,904 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.managementtoolsextension.resources.dll | 15.0.2120.1 | 20,928 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.msiextension.resources.dll | 15.0.2120.1 | 74,176 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.polybaseconfigextension.resources.dll | 15.0.2120.1 | 42,432 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.powershellextension.resources.dll | 15.0.2120.1 | 21,032 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.repl_configextension.resources.dll | 15.0.2120.1 | 17,344 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.resources.dll | 15.0.2120.1 | 63,424 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.rsextension.resources.dll | 15.0.2120.1 | 61,480 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.rulesengineextension.resources.dll | 15.0.2120.1 | 32,192 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.saa_configextension.resources.dll | 15.0.2120.1 | 16,320 | 31-Jul-24 | 17:43 | x86 |
| Microsoft.sqlserver.configuration.sco.resources.dll | 15.0.2120.1 | 1,690,048 | 31-Jul-24 | 15:59 | x86 |
| Microsoft.sqlserver.configuration.scoextension.resources.dll | 15.0.2120.1 | 54,328 | 31-Jul-24 | 17:43 | x86 |
| Microsoft.sqlserver.configuration.setupextension.resources.dll | 15.0.2120.1 | 308,672 | 31-Jul-24 | 16:30 | x86 |
| Microsoft.sqlserver.configuration.slpextension.resources.dll | 15.0.2120.1 | 21,952 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.smartsetupextension.resources.dll | 15.0.2120.1 | 35,368 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.smpy_configextension.resources.dll | 15.0.2120.1 | 16,440 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.smr_configextension.resources.dll | 15.0.2120.1 | 16,320 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.sniserverconfigext.resources.dll | 2019.150.2120.1 | 20,944 | 31-Jul-24 | 17:43 | x86 |
| Microsoft.sqlserver.configuration.sqlbrowserextension.resources.dll | 15.0.2120.1 | 38,336 | 31-Jul-24 | 17:43 | x86 |
| Microsoft.sqlserver.configuration.sqlconfigbase.resources.dll | 15.0.2120.1 | 18,368 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.sqlserver_configextension.resources.dll | 2019.150.2120.1 | 156,096 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.ssisextension.resources.dll | 15.0.2120.1 | 21,440 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.uiextension.resources.dll | 15.0.2120.1 | 21,440 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.utilityextension.resources.dll | 15.0.2120.1 | 16,424 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.wizardframework.resources.dll | 15.0.2120.1 | 56,768 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.xtp.configextension.resources.dll | 15.0.2120.1 | 16,320 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.connectioninfo.resources.dll | 15.0.18073.0 | 27,480 | 31-Jul-24 | 18:00 | x86 |
| Microsoft.sqlserver.deployment.resources.dll | 15.0.2120.1 | 15,296 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.discovery.resources.dll | 15.0.2120.1 | 94,664 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.dmf.common.resources.dll | 15.0.18073.0 | 24,920 | 31-Jul-24 | 18:00 | x86 |
| Microsoft.sqlserver.dmf.resources.dll | 15.0.18073.0 | 39,768 | 31-Jul-24 | 18:00 | x86 |
| Microsoft.sqlserver.management.controls.resources.dll | 15.0.16146.0 | 85,720 | 31-Jul-24 | 18:00 | x86 |
| Microsoft.sqlserver.management.sdk.sfc.resources.dll | 15.0.18073.0 | 158,552 | 31-Jul-24 | 18:00 | x86 |
| Microsoft.sqlserver.setup.chainer.workflow.resources.dll | 15.0.2120.1 | 27,088 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.smo.resources.dll | 15.0.18073.0 | 854,360 | 31-Jul-24 | 18:00 | x86 |
| Microsoft.sqlserver.sqlenum.resources.dll | 15.0.18073.0 | 895,832 | 31-Jul-24 | 18:00 | x86 |
| Landingpage.resources.dll | 15.0.2120.1 | 73,784 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.netenterpriseservers.exceptionmessagebox.resources.dll | 15.0.2120.1 | 72,128 | 31-Jul-24 | 17:43 | x86 |
| Microsoft.sql.chainer.package.resources.dll | 15.0.2120.1 | 22,464 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sql.chainer.product.resources.dll | 15.0.2120.1 | 402,384 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.chainer.extensioncommon.resources.dll | 15.0.2120.1 | 35,776 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.chainer.infrastructure.resources.dll | 15.0.2120.1 | 42,944 | 31-Jul-24 | 15:56 | x86 |
| Microsoft.sqlserver.chainer.setup.resources.dll | 15.0.2120.1 | 17,856 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.agentextension.resources.dll | 15.0.2120.1 | 32,704 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.asextension.resources.dll | 15.0.2120.1 | 72,136 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.bootstrapextension.resources.dll | 15.0.2120.1 | 27,176 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.cluster.resources.dll | 15.0.2120.1 | 179,256 | 31-Jul-24 | 16:11 | x86 |
| Microsoft.sqlserver.configuration.configextension.resources.dll | 15.0.2120.1 | 18,984 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.distributedreplayextension.resources.dll | 15.0.2120.1 | 21,952 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.extensibility_configextension.resources.dll | 15.0.2120.1 | 21,968 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.fulltext_configextension.resources.dll | 15.0.2120.1 | 21,032 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.impy_configextension.resources.dll | 15.0.2120.1 | 16,336 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.imr_configextension.resources.dll | 15.0.2120.1 | 16,320 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.installwizard.resources.dll | 15.0.2120.1 | 1,136,696 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.installwizardframework.resources.dll | 15.0.2120.1 | 17,464 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.ismasterextension.resources.dll | 15.0.2120.1 | 21,440 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.isworkerextension.resources.dll | 15.0.2120.1 | 20,416 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.managementtoolsextension.resources.dll | 15.0.2120.1 | 21,032 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.msiextension.resources.dll | 15.0.2120.1 | 78,376 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.polybaseconfigextension.resources.dll | 15.0.2120.1 | 43,968 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.polybasejavaconfigextension.resources.dll | 15.0.2120.1 | 24,104 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.powershellextension.resources.dll | 15.0.2120.1 | 21,544 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.repl_configextension.resources.dll | 15.0.2120.1 | 17,360 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.resources.dll | 15.0.2120.1 | 68,560 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.rsextension.resources.dll | 15.0.2120.1 | 66,496 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.rulesengineextension.resources.dll | 15.0.2120.1 | 32,824 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.saa_configextension.resources.dll | 15.0.2120.1 | 16,320 | 31-Jul-24 | 17:43 | x86 |
| Microsoft.sqlserver.configuration.sco.resources.dll | 15.0.2120.1 | 1,622,464 | 31-Jul-24 | 15:59 | x86 |
| Microsoft.sqlserver.configuration.scoextension.resources.dll | 15.0.2120.1 | 56,888 | 31-Jul-24 | 17:43 | x86 |
| Microsoft.sqlserver.configuration.setupextension.resources.dll | 15.0.2120.1 | 328,128 | 31-Jul-24 | 16:30 | x86 |
| Microsoft.sqlserver.configuration.slpextension.resources.dll | 15.0.2120.1 | 21,952 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.smartsetupextension.resources.dll | 15.0.2120.1 | 38,336 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.smpy_configextension.resources.dll | 15.0.2120.1 | 16,440 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.smr_configextension.resources.dll | 15.0.2120.1 | 16,320 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.sniserverconfigext.resources.dll | 2019.150.2120.1 | 22,056 | 31-Jul-24 | 17:43 | x86 |
| Microsoft.sqlserver.configuration.sqlbrowserextension.resources.dll | 15.0.2120.1 | 40,504 | 31-Jul-24 | 17:43 | x86 |
| Microsoft.sqlserver.configuration.sqlconfigbase.resources.dll | 15.0.2120.1 | 18,880 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.sqlserver_configextension.resources.dll | 2019.150.2120.1 | 164,816 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.ssisextension.resources.dll | 15.0.2120.1 | 21,952 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.uiextension.resources.dll | 15.0.2120.1 | 22,584 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.utilityextension.resources.dll | 15.0.2120.1 | 16,936 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.wizardframework.resources.dll | 15.0.2120.1 | 57,296 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.xtp.configextension.resources.dll | 15.0.2120.1 | 15,808 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.connectioninfo.resources.dll | 15.0.18073.0 | 27,992 | 31-Jul-24 | 18:00 | x86 |
| Microsoft.sqlserver.deployment.resources.dll | 15.0.2120.1 | 15,296 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.discovery.resources.dll | 15.0.2120.1 | 94,656 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.dmf.common.resources.dll | 15.0.18073.0 | 25,432 | 31-Jul-24 | 18:00 | x86 |
| Microsoft.sqlserver.dmf.resources.dll | 15.0.18073.0 | 41,816 | 31-Jul-24 | 18:00 | x86 |
| Microsoft.sqlserver.management.controls.resources.dll | 15.0.16146.0 | 85,728 | 31-Jul-24 | 18:00 | x86 |
| Microsoft.sqlserver.management.sdk.sfc.resources.dll | 15.0.18073.0 | 161,112 | 31-Jul-24 | 18:00 | x86 |
| Microsoft.sqlserver.setup.chainer.workflow.resources.dll | 15.0.2120.1 | 28,096 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.smo.resources.dll | 15.0.18073.0 | 919,896 | 31-Jul-24 | 18:00 | x86 |
| Microsoft.sqlserver.sqlenum.resources.dll | 15.0.18073.0 | 897,368 | 31-Jul-24 | 18:00 | x86 |
| Landingpage.resources.dll | 15.0.2120.1 | 71,720 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.netenterpriseservers.exceptionmessagebox.resources.dll | 15.0.2120.1 | 71,632 | 31-Jul-24 | 17:43 | x86 |
| Microsoft.sql.chainer.package.resources.dll | 15.0.2120.1 | 22,464 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sql.chainer.product.resources.dll | 15.0.2120.1 | 402,488 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.chainer.extensioncommon.resources.dll | 15.0.2120.1 | 35,384 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.chainer.infrastructure.resources.dll | 15.0.2120.1 | 41,512 | 31-Jul-24 | 15:56 | x86 |
| Microsoft.sqlserver.chainer.setup.resources.dll | 15.0.2120.1 | 17,448 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.agentextension.resources.dll | 15.0.2120.1 | 30,672 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.asextension.resources.dll | 15.0.2120.1 | 68,648 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.bootstrapextension.resources.dll | 15.0.2120.1 | 25,640 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.cluster.resources.dll | 15.0.2120.1 | 167,360 | 31-Jul-24 | 16:11 | x86 |
| Microsoft.sqlserver.configuration.configextension.resources.dll | 15.0.2120.1 | 18,984 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.distributedreplayextension.resources.dll | 15.0.2120.1 | 21,440 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.extensibility_configextension.resources.dll | 15.0.2120.1 | 21,440 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.fulltext_configextension.resources.dll | 15.0.2120.1 | 20,536 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.impy_configextension.resources.dll | 15.0.2120.1 | 16,336 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.imr_configextension.resources.dll | 15.0.2120.1 | 16,320 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.installwizard.resources.dll | 15.0.2120.1 | 1,123,880 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.installwizardframework.resources.dll | 15.0.2120.1 | 17,448 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.ismasterextension.resources.dll | 15.0.2120.1 | 20,928 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.isworkerextension.resources.dll | 15.0.2120.1 | 19,904 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.managementtoolsextension.resources.dll | 15.0.2120.1 | 21,048 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.msiextension.resources.dll | 15.0.2120.1 | 73,768 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.polybaseconfigextension.resources.dll | 15.0.2120.1 | 42,952 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.polybasejavaconfigextension.resources.dll | 15.0.2120.1 | 24,104 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.powershellextension.resources.dll | 15.0.2120.1 | 20,944 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.repl_configextension.resources.dll | 15.0.2120.1 | 17,360 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.resources.dll | 15.0.2120.1 | 64,464 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.rsextension.resources.dll | 15.0.2120.1 | 61,992 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.rulesengineextension.resources.dll | 15.0.2120.1 | 32,296 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.saa_configextension.resources.dll | 15.0.2120.1 | 16,424 | 31-Jul-24 | 17:43 | x86 |
| Microsoft.sqlserver.configuration.sco.resources.dll | 15.0.2120.1 | 1,472,568 | 31-Jul-24 | 15:59 | x86 |
| Microsoft.sqlserver.configuration.scoextension.resources.dll | 15.0.2120.1 | 54,824 | 31-Jul-24 | 17:43 | x86 |
| Microsoft.sqlserver.configuration.setupextension.resources.dll | 15.0.2120.1 | 308,160 | 31-Jul-24 | 16:30 | x86 |
| Microsoft.sqlserver.configuration.slpextension.resources.dll | 15.0.2120.1 | 21,968 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.smartsetupextension.resources.dll | 15.0.2120.1 | 35,384 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.smpy_configextension.resources.dll | 15.0.2120.1 | 16,320 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.smr_configextension.resources.dll | 15.0.2120.1 | 16,320 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.sniserverconfigext.resources.dll | 2019.150.2120.1 | 21,440 | 31-Jul-24 | 17:43 | x86 |
| Microsoft.sqlserver.configuration.sqlbrowserextension.resources.dll | 15.0.2120.1 | 38,440 | 31-Jul-24 | 17:43 | x86 |
| Microsoft.sqlserver.configuration.sqlconfigbase.resources.dll | 15.0.2120.1 | 18,472 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.sqlserver_configextension.resources.dll | 2019.150.2120.1 | 158,264 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.ssisextension.resources.dll | 15.0.2120.1 | 21,560 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.uiextension.resources.dll | 15.0.2120.1 | 21,952 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.utilityextension.resources.dll | 15.0.2120.1 | 16,424 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.wizardframework.resources.dll | 15.0.2120.1 | 57,280 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.xtp.configextension.resources.dll | 15.0.2120.1 | 15,912 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.connectioninfo.resources.dll | 15.0.18073.0 | 27,480 | 31-Jul-24 | 18:00 | x86 |
| Microsoft.sqlserver.deployment.resources.dll | 15.0.2120.1 | 15,296 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.discovery.resources.dll | 15.0.2120.1 | 94,656 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.dmf.common.resources.dll | 15.0.18073.0 | 25,432 | 31-Jul-24 | 18:00 | x86 |
| Microsoft.sqlserver.dmf.resources.dll | 15.0.18073.0 | 39,768 | 31-Jul-24 | 18:00 | x86 |
| Microsoft.sqlserver.management.controls.resources.dll | 15.0.16146.0 | 85,728 | 31-Jul-24 | 18:00 | x86 |
| Microsoft.sqlserver.management.sdk.sfc.resources.dll | 15.0.18073.0 | 159,576 | 31-Jul-24 | 18:00 | x86 |
| Microsoft.sqlserver.setup.chainer.workflow.resources.dll | 15.0.2120.1 | 27,088 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.smo.resources.dll | 15.0.18073.0 | 874,864 | 31-Jul-24 | 18:00 | x86 |
| Microsoft.sqlserver.sqlenum.resources.dll | 15.0.18073.0 | 895,832 | 31-Jul-24 | 18:00 | x86 |
| Landingpage.resources.dll | 15.0.2120.1 | 71,616 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.netenterpriseservers.exceptionmessagebox.resources.dll | 15.0.2120.1 | 71,616 | 31-Jul-24 | 17:43 | x86 |
| Microsoft.sql.chainer.package.resources.dll | 15.0.2120.1 | 22,464 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sql.chainer.product.resources.dll | 15.0.2120.1 | 402,472 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.chainer.extensioncommon.resources.dll | 15.0.2120.1 | 34,752 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.chainer.infrastructure.resources.dll | 15.0.2120.1 | 40,912 | 31-Jul-24 | 15:56 | x86 |
| Microsoft.sqlserver.chainer.setup.resources.dll | 15.0.2120.1 | 17,344 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.agentextension.resources.dll | 15.0.2120.1 | 29,632 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.asextension.resources.dll | 15.0.2120.1 | 67,520 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.bootstrapextension.resources.dll | 15.0.2120.1 | 25,144 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.cluster.resources.dll | 15.0.2120.1 | 160,192 | 31-Jul-24 | 16:11 | x86 |
| Microsoft.sqlserver.configuration.configextension.resources.dll | 15.0.2120.1 | 18,984 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.distributedreplayextension.resources.dll | 15.0.2120.1 | 21,456 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.extensibility_configextension.resources.dll | 15.0.2120.1 | 20,928 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.fulltext_configextension.resources.dll | 15.0.2120.1 | 20,416 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.impy_configextension.resources.dll | 15.0.2120.1 | 16,320 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.imr_configextension.resources.dll | 15.0.2120.1 | 16,320 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.installwizard.resources.dll | 15.0.2120.1 | 1,123,896 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.installwizardframework.resources.dll | 15.0.2120.1 | 17,448 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.ismasterextension.resources.dll | 15.0.2120.1 | 20,928 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.isworkerextension.resources.dll | 15.0.2120.1 | 19,904 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.managementtoolsextension.resources.dll | 15.0.2120.1 | 20,928 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.msiextension.resources.dll | 15.0.2120.1 | 73,152 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.polybaseconfigextension.resources.dll | 15.0.2120.1 | 42,432 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.polybasejavaconfigextension.resources.dll | 15.0.2120.1 | 24,104 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.powershellextension.resources.dll | 15.0.2120.1 | 20,928 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.repl_configextension.resources.dll | 15.0.2120.1 | 17,344 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.resources.dll | 15.0.2120.1 | 62,928 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.rsextension.resources.dll | 15.0.2120.1 | 62,008 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.rulesengineextension.resources.dll | 15.0.2120.1 | 32,296 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.saa_configextension.resources.dll | 15.0.2120.1 | 16,440 | 31-Jul-24 | 17:43 | x86 |
| Microsoft.sqlserver.configuration.sco.resources.dll | 15.0.2120.1 | 1,589,184 | 31-Jul-24 | 15:59 | x86 |
| Microsoft.sqlserver.configuration.scoextension.resources.dll | 15.0.2120.1 | 52,264 | 31-Jul-24 | 17:43 | x86 |
| Microsoft.sqlserver.configuration.setupextension.resources.dll | 15.0.2120.1 | 306,128 | 31-Jul-24 | 16:30 | x86 |
| Microsoft.sqlserver.configuration.slpextension.resources.dll | 15.0.2120.1 | 21,560 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.smartsetupextension.resources.dll | 15.0.2120.1 | 34,240 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.smpy_configextension.resources.dll | 15.0.2120.1 | 16,320 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.smr_configextension.resources.dll | 15.0.2120.1 | 16,424 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.sniserverconfigext.resources.dll | 2019.150.2120.1 | 20,944 | 31-Jul-24 | 17:43 | x86 |
| Microsoft.sqlserver.configuration.sqlbrowserextension.resources.dll | 15.0.2120.1 | 37,928 | 31-Jul-24 | 17:43 | x86 |
| Microsoft.sqlserver.configuration.sqlconfigbase.resources.dll | 15.0.2120.1 | 18,472 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.sqlserver_configextension.resources.dll | 2019.150.2120.1 | 156,728 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.ssisextension.resources.dll | 15.0.2120.1 | 21,560 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.uiextension.resources.dll | 15.0.2120.1 | 21,440 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.utilityextension.resources.dll | 15.0.2120.1 | 16,424 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.wizardframework.resources.dll | 15.0.2120.1 | 56,784 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.xtp.configextension.resources.dll | 15.0.2120.1 | 15,824 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.connectioninfo.resources.dll | 15.0.18073.0 | 26,968 | 31-Jul-24 | 18:00 | x86 |
| Microsoft.sqlserver.deployment.resources.dll | 15.0.2120.1 | 15,400 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.discovery.resources.dll | 15.0.2120.1 | 94,672 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.dmf.common.resources.dll | 15.0.18073.0 | 24,920 | 31-Jul-24 | 18:00 | x86 |
| Microsoft.sqlserver.dmf.resources.dll | 15.0.18073.0 | 39,256 | 31-Jul-24 | 18:00 | x86 |
| Microsoft.sqlserver.management.controls.resources.dll | 15.0.16146.0 | 85,728 | 31-Jul-24 | 18:00 | x86 |
| Microsoft.sqlserver.management.sdk.sfc.resources.dll | 15.0.18073.0 | 158,552 | 31-Jul-24 | 18:00 | x86 |
| Microsoft.sqlserver.setup.chainer.workflow.resources.dll | 15.0.2120.1 | 27,072 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.smo.resources.dll | 15.0.18073.0 | 861,016 | 31-Jul-24 | 18:00 | x86 |
| Microsoft.sqlserver.sqlenum.resources.dll | 15.0.18073.0 | 895,832 | 31-Jul-24 | 18:00 | x86 |
| Landingpage.resources.dll | 15.0.2120.1 | 76,328 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.netenterpriseservers.exceptionmessagebox.resources.dll | 15.0.2120.1 | 73,256 | 31-Jul-24 | 17:43 | x86 |
| Microsoft.sql.chainer.package.resources.dll | 15.0.2120.1 | 22,464 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sql.chainer.product.resources.dll | 15.0.2120.1 | 402,384 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.chainer.extensioncommon.resources.dll | 15.0.2120.1 | 37,928 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.chainer.infrastructure.resources.dll | 15.0.2120.1 | 47,568 | 31-Jul-24 | 15:56 | x86 |
| Microsoft.sqlserver.chainer.setup.resources.dll | 15.0.2120.1 | 18,880 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.agentextension.resources.dll | 15.0.2120.1 | 34,344 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.asextension.resources.dll | 15.0.2120.1 | 77,368 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.bootstrapextension.resources.dll | 15.0.2120.1 | 29,648 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.cluster.resources.dll | 15.0.2120.1 | 191,424 | 31-Jul-24 | 16:11 | x86 |
| Microsoft.sqlserver.configuration.configextension.resources.dll | 15.0.2120.1 | 20,520 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.distributedreplayextension.resources.dll | 15.0.2120.1 | 23,080 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.extensibility_configextension.resources.dll | 15.0.2120.1 | 22,976 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.fulltext_configextension.resources.dll | 15.0.2120.1 | 21,968 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.impy_configextension.resources.dll | 15.0.2120.1 | 16,424 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.imr_configextension.resources.dll | 15.0.2120.1 | 16,336 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.installwizard.resources.dll | 15.0.2120.1 | 1,158,200 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.installwizardframework.resources.dll | 15.0.2120.1 | 17,448 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.ismasterextension.resources.dll | 15.0.2120.1 | 21,968 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.isworkerextension.resources.dll | 15.0.2120.1 | 20,944 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.managementtoolsextension.resources.dll | 15.0.2120.1 | 20,944 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.msiextension.resources.dll | 15.0.2120.1 | 84,520 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.polybaseconfigextension.resources.dll | 15.0.2120.1 | 45,624 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.polybasejavaconfigextension.resources.dll | 15.0.2120.1 | 25,024 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.powershellextension.resources.dll | 15.0.2120.1 | 21,560 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.repl_configextension.resources.dll | 15.0.2120.1 | 17,344 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.resources.dll | 15.0.2120.1 | 76,224 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.rsextension.resources.dll | 15.0.2120.1 | 75,200 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.rulesengineextension.resources.dll | 15.0.2120.1 | 34,344 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.saa_configextension.resources.dll | 15.0.2120.1 | 16,320 | 31-Jul-24 | 17:43 | x86 |
| Microsoft.sqlserver.configuration.sco.resources.dll | 15.0.2120.1 | 2,129,360 | 31-Jul-24 | 15:59 | x86 |
| Microsoft.sqlserver.configuration.scoextension.resources.dll | 15.0.2120.1 | 60,352 | 31-Jul-24 | 17:43 | x86 |
| Microsoft.sqlserver.configuration.setupextension.resources.dll | 15.0.2120.1 | 355,880 | 31-Jul-24 | 16:30 | x86 |
| Microsoft.sqlserver.configuration.slpextension.resources.dll | 15.0.2120.1 | 22,568 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.smartsetupextension.resources.dll | 15.0.2120.1 | 42,432 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.smpy_configextension.resources.dll | 15.0.2120.1 | 16,320 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.smr_configextension.resources.dll | 15.0.2120.1 | 16,440 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.sniserverconfigext.resources.dll | 2019.150.2120.1 | 22,976 | 31-Jul-24 | 17:43 | x86 |
| Microsoft.sqlserver.configuration.sqlbrowserextension.resources.dll | 15.0.2120.1 | 44,584 | 31-Jul-24 | 17:43 | x86 |
| Microsoft.sqlserver.configuration.sqlconfigbase.resources.dll | 15.0.2120.1 | 19,920 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.sqlserver_configextension.resources.dll | 2019.150.2120.1 | 176,064 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.ssisextension.resources.dll | 15.0.2120.1 | 22,584 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.uiextension.resources.dll | 15.0.2120.1 | 23,592 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.utilityextension.resources.dll | 15.0.2120.1 | 16,848 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.wizardframework.resources.dll | 15.0.2120.1 | 57,808 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.xtp.configextension.resources.dll | 15.0.2120.1 | 16,320 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.connectioninfo.resources.dll | 15.0.18073.0 | 29,528 | 31-Jul-24 | 18:00 | x86 |
| Microsoft.sqlserver.deployment.resources.dll | 15.0.2120.1 | 15,312 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.discovery.resources.dll | 15.0.2120.1 | 94,760 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.dmf.common.resources.dll | 15.0.18073.0 | 26,480 | 31-Jul-24 | 18:00 | x86 |
| Microsoft.sqlserver.dmf.resources.dll | 15.0.18073.0 | 45,400 | 31-Jul-24 | 18:00 | x86 |
| Microsoft.sqlserver.management.controls.resources.dll | 15.0.16146.0 | 85,728 | 31-Jul-24 | 18:00 | x86 |
| Microsoft.sqlserver.management.sdk.sfc.resources.dll | 15.0.18073.0 | 164,696 | 31-Jul-24 | 18:00 | x86 |
| Microsoft.sqlserver.setup.chainer.workflow.resources.dll | 15.0.2120.1 | 29,648 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.smo.resources.dll | 15.0.18073.0 | 1,113,432 | 31-Jul-24 | 18:00 | x86 |
| Microsoft.sqlserver.sqlenum.resources.dll | 15.0.18073.0 | 899,416 | 31-Jul-24 | 18:00 | x86 |
| Masterdataservices.msi | Ej tillämpligt | 26,406,912 | 31-Jul-24 | 17:59 | Ej tillämpligt |
| Sql_as.msp | Ej tillämpligt | 126,746,624 | 31-Jul-24 | 18:00 | Ej tillämpligt |
| Sql_common_core.msp | Ej tillämpligt | 245,760 | 31-Jul-24 | 16:30 | Ej tillämpligt |
| Sql_dq_common.msp | Ej tillämpligt | 1,376,256 | 31-Jul-24 | 17:59 | Ej tillämpligt |
| Sql_dreplay_client.msp | Ej tillämpligt | 315,392 | 31-Jul-24 | 18:00 | Ej tillämpligt |
| Sql_dreplay_controller.msp | Ej tillämpligt | 315,392 | 31-Jul-24 | 17:59 | Ej tillämpligt |
| Sql_engine_core_inst.msp | Ej tillämpligt | 87,220,224 | 31-Jul-24 | 17:59 | Ej tillämpligt |
| Sql_engine_core_shared.msp | Ej tillämpligt | 3,416,064 | 31-Jul-24 | 18:00 | Ej tillämpligt |
| Sql_extensibility.msp | Ej tillämpligt | 1,101,824 | 31-Jul-24 | 17:59 | Ej tillämpligt |
| Sql_inst_mpy.msp | Ej tillämpligt | 49,152 | 31-Jul-24 | 17:59 | Ej tillämpligt |
| Sql_inst_mr.msp | Ej tillämpligt | 49,152 | 31-Jul-24 | 17:59 | Ej tillämpligt |
| Sql_is.msp | Ej tillämpligt | 5,607,424 | 31-Jul-24 | 17:59 | Ej tillämpligt |
| Sql_polybase_core_inst.msp | Ej tillämpligt | 25,591,808 | 31-Jul-24 | 18:00 | Ej tillämpligt |
| Sql_polybase_java_inst.msp | Ej tillämpligt | 127,156,224 | 31-Jul-24 | 18:00 | Ej tillämpligt |
| Sql_shared_mpy.msp | Ej tillämpligt | 49,152 | 31-Jul-24 | 17:59 | Ej tillämpligt |
| Sql_shared_mr.msp | Ej tillämpligt | 49,152 | 31-Jul-24 | 17:59 | Ej tillämpligt |
| Sql_tools_extensions.msp | Ej tillämpligt | 5,607,424 | 31-Jul-24 | 18:00 | Ej tillämpligt |
| Microsoft.sqlserver.management.controls.resources.dll | 15.0.16146.0 | 85,728 | 31-Jul-24 | 18:00 | x86 |
| Microsoft.sqlserver.management.controls.resources.dll | 15.0.16146.0 | 85,728 | 31-Jul-24 | 18:00 | x86 |
| Landingpage.resources.dll | 15.0.2120.1 | 69,072 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.netenterpriseservers.exceptionmessagebox.resources.dll | 15.0.2120.1 | 71,736 | 31-Jul-24 | 17:43 | x86 |
| Microsoft.sql.chainer.package.resources.dll | 15.0.2120.1 | 22,464 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sql.chainer.product.resources.dll | 15.0.2120.1 | 402,880 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.chainer.extensioncommon.resources.dll | 15.0.2120.1 | 33,216 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.chainer.infrastructure.resources.dll | 15.0.2120.1 | 38,456 | 31-Jul-24 | 15:56 | x86 |
| Microsoft.sqlserver.chainer.setup.resources.dll | 15.0.2120.1 | 16,832 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.agentextension.resources.dll | 15.0.2120.1 | 28,112 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.asextension.resources.dll | 15.0.2120.1 | 63,528 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.bootstrapextension.resources.dll | 15.0.2120.1 | 24,104 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.cluster.resources.dll | 15.0.2120.1 | 149,440 | 31-Jul-24 | 16:11 | x86 |
| Microsoft.sqlserver.configuration.configextension.resources.dll | 15.0.2120.1 | 17,872 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.distributedreplayextension.resources.dll | 15.0.2120.1 | 20,928 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.extensibility_configextension.resources.dll | 15.0.2120.1 | 20,416 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.fulltext_configextension.resources.dll | 15.0.2120.1 | 19,904 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.impy_configextension.resources.dll | 15.0.2120.1 | 16,320 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.imr_configextension.resources.dll | 15.0.2120.1 | 16,336 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.installwizard.resources.dll | 15.0.2120.1 | 1,110,568 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.installwizardframework.resources.dll | 15.0.2120.1 | 17,448 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.ismasterextension.resources.dll | 15.0.2120.1 | 20,416 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.isworkerextension.resources.dll | 15.0.2120.1 | 19,408 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.managementtoolsextension.resources.dll | 15.0.2120.1 | 21,032 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.msiextension.resources.dll | 15.0.2120.1 | 69,056 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.polybaseconfigextension.resources.dll | 15.0.2120.1 | 41,528 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.polybasejavaconfigextension.resources.dll | 15.0.2120.1 | 23,592 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.powershellextension.resources.dll | 15.0.2120.1 | 21,032 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.repl_configextension.resources.dll | 15.0.2120.1 | 17,344 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.resources.dll | 15.0.2120.1 | 57,792 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.rsextension.resources.dll | 15.0.2120.1 | 55,736 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.rulesengineextension.resources.dll | 15.0.2120.1 | 31,288 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.saa_configextension.resources.dll | 15.0.2120.1 | 16,320 | 31-Jul-24 | 17:43 | x86 |
| Microsoft.sqlserver.configuration.sco.resources.dll | 15.0.2120.1 | 1,342,416 | 31-Jul-24 | 15:59 | x86 |
| Microsoft.sqlserver.configuration.scoextension.resources.dll | 15.0.2120.1 | 50,232 | 31-Jul-24 | 17:43 | x86 |
| Microsoft.sqlserver.configuration.setupextension.resources.dll | 15.0.2120.1 | 286,656 | 31-Jul-24 | 16:30 | x86 |
| Microsoft.sqlserver.configuration.slpextension.resources.dll | 15.0.2120.1 | 21,440 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.smartsetupextension.resources.dll | 15.0.2120.1 | 31,680 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.smpy_configextension.resources.dll | 15.0.2120.1 | 16,440 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.smr_configextension.resources.dll | 15.0.2120.1 | 16,320 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.sniserverconfigext.resources.dll | 2019.150.2120.1 | 20,432 | 31-Jul-24 | 17:43 | x86 |
| Microsoft.sqlserver.configuration.sqlbrowserextension.resources.dll | 15.0.2120.1 | 35,880 | 31-Jul-24 | 17:43 | x86 |
| Microsoft.sqlserver.configuration.sqlconfigbase.resources.dll | 15.0.2120.1 | 17,856 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.sqlserver_configextension.resources.dll | 2019.150.2120.1 | 148,008 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.ssisextension.resources.dll | 15.0.2120.1 | 21,456 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.uiextension.resources.dll | 15.0.2120.1 | 21,048 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.utilityextension.resources.dll | 15.0.2120.1 | 16,424 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.wizardframework.resources.dll | 15.0.2120.1 | 56,768 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.xtp.configextension.resources.dll | 15.0.2120.1 | 15,912 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.connectioninfo.resources.dll | 15.0.18073.0 | 26,456 | 31-Jul-24 | 18:00 | x86 |
| Microsoft.sqlserver.deployment.resources.dll | 15.0.2120.1 | 15,312 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.discovery.resources.dll | 15.0.2120.1 | 94,760 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.dmf.common.resources.dll | 15.0.18073.0 | 24,408 | 31-Jul-24 | 18:00 | x86 |
| Microsoft.sqlserver.dmf.resources.dll | 15.0.18073.0 | 36,720 | 31-Jul-24 | 18:00 | x86 |
| Microsoft.sqlserver.management.sdk.sfc.resources.dll | 15.0.18073.0 | 156,504 | 31-Jul-24 | 18:00 | x86 |
| Microsoft.sqlserver.setup.chainer.workflow.resources.dll | 15.0.2120.1 | 26,560 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.smo.resources.dll | 15.0.18073.0 | 763,248 | 31-Jul-24 | 18:00 | x86 |
| Microsoft.sqlserver.sqlenum.resources.dll | 15.0.18073.0 | 894,808 | 31-Jul-24 | 18:00 | x86 |
| Landingpage.resources.dll | 15.0.2120.1 | 70,080 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.netenterpriseservers.exceptionmessagebox.resources.dll | 15.0.2120.1 | 71,736 | 31-Jul-24 | 17:43 | x86 |
| Microsoft.sql.chainer.package.resources.dll | 15.0.2120.1 | 22,464 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sql.chainer.product.resources.dll | 15.0.2120.1 | 402,984 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.chainer.extensioncommon.resources.dll | 15.0.2120.1 | 33,728 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.chainer.infrastructure.resources.dll | 15.0.2120.1 | 37,840 | 31-Jul-24 | 15:56 | x86 |
| Microsoft.sqlserver.chainer.setup.resources.dll | 15.0.2120.1 | 16,832 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.agentextension.resources.dll | 15.0.2120.1 | 28,112 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.asextension.resources.dll | 15.0.2120.1 | 63,936 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.bootstrapextension.resources.dll | 15.0.2120.1 | 24,104 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.cluster.resources.dll | 15.0.2120.1 | 149,952 | 31-Jul-24 | 16:11 | x86 |
| Microsoft.sqlserver.configuration.configextension.resources.dll | 15.0.2120.1 | 17,872 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.distributedreplayextension.resources.dll | 15.0.2120.1 | 20,928 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.extensibility_configextension.resources.dll | 15.0.2120.1 | 20,520 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.fulltext_configextension.resources.dll | 15.0.2120.1 | 19,904 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.impy_configextension.resources.dll | 15.0.2120.1 | 16,336 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.imr_configextension.resources.dll | 15.0.2120.1 | 16,336 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.installwizard.resources.dll | 15.0.2120.1 | 1,111,592 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.installwizardframework.resources.dll | 15.0.2120.1 | 17,448 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.ismasterextension.resources.dll | 15.0.2120.1 | 20,432 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.isworkerextension.resources.dll | 15.0.2120.1 | 19,496 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.managementtoolsextension.resources.dll | 15.0.2120.1 | 20,944 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.msiextension.resources.dll | 15.0.2120.1 | 69,584 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.polybaseconfigextension.resources.dll | 15.0.2120.1 | 41,424 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.polybasejavaconfigextension.resources.dll | 15.0.2120.1 | 23,488 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.powershellextension.resources.dll | 15.0.2120.1 | 21,032 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.repl_configextension.resources.dll | 15.0.2120.1 | 17,448 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.resources.dll | 15.0.2120.1 | 57,792 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.rsextension.resources.dll | 15.0.2120.1 | 55,848 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.rulesengineextension.resources.dll | 15.0.2120.1 | 31,288 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.saa_configextension.resources.dll | 15.0.2120.1 | 16,424 | 31-Jul-24 | 17:43 | x86 |
| Microsoft.sqlserver.configuration.sco.resources.dll | 15.0.2120.1 | 1,331,648 | 31-Jul-24 | 15:59 | x86 |
| Microsoft.sqlserver.configuration.scoextension.resources.dll | 15.0.2120.1 | 49,720 | 31-Jul-24 | 17:43 | x86 |
| Microsoft.sqlserver.configuration.setupextension.resources.dll | 15.0.2120.1 | 288,192 | 31-Jul-24 | 16:30 | x86 |
| Microsoft.sqlserver.configuration.slpextension.resources.dll | 15.0.2120.1 | 21,456 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.smartsetupextension.resources.dll | 15.0.2120.1 | 31,800 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.smpy_configextension.resources.dll | 15.0.2120.1 | 16,320 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.smr_configextension.resources.dll | 15.0.2120.1 | 16,424 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.sniserverconfigext.resources.dll | 2019.150.2120.1 | 20,520 | 31-Jul-24 | 17:43 | x86 |
| Microsoft.sqlserver.configuration.sqlbrowserextension.resources.dll | 15.0.2120.1 | 35,896 | 31-Jul-24 | 17:43 | x86 |
| Microsoft.sqlserver.configuration.sqlconfigbase.resources.dll | 15.0.2120.1 | 17,872 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.sqlserver_configextension.resources.dll | 2019.150.2120.1 | 148,416 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.ssisextension.resources.dll | 15.0.2120.1 | 21,544 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.uiextension.resources.dll | 15.0.2120.1 | 20,928 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.utilityextension.resources.dll | 15.0.2120.1 | 16,424 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.wizardframework.resources.dll | 15.0.2120.1 | 56,768 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.configuration.xtp.configextension.resources.dll | 15.0.2120.1 | 15,808 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.connectioninfo.resources.dll | 15.0.18073.0 | 26,456 | 31-Jul-24 | 18:00 | x86 |
| Microsoft.sqlserver.deployment.resources.dll | 15.0.2120.1 | 15,296 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.discovery.resources.dll | 15.0.2120.1 | 94,248 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.dmf.common.resources.dll | 15.0.18073.0 | 24,408 | 31-Jul-24 | 18:00 | x86 |
| Microsoft.sqlserver.dmf.resources.dll | 15.0.18073.0 | 36,696 | 31-Jul-24 | 18:00 | x86 |
| Microsoft.sqlserver.management.sdk.sfc.resources.dll | 15.0.18073.0 | 157,016 | 31-Jul-24 | 18:00 | x86 |
| Microsoft.sqlserver.setup.chainer.workflow.resources.dll | 15.0.2120.1 | 26,560 | 31-Jul-24 | 17:42 | x86 |
| Microsoft.sqlserver.smo.resources.dll | 15.0.18073.0 | 770,904 | 31-Jul-24 | 18:00 | x86 |
| Microsoft.sqlserver.sqlenum.resources.dll | 15.0.18073.0 | 894,832 | 31-Jul-24 | 18:00 | x86 |
Information om skydd och säkerhet
Skydda dig själv online: Support för Windows-säkerhet
Läs om hur vi skyddar oss mot cyberhot: Microsoft-säkerhet