Povzetek
Ta varnostna posodobitev vsebuje popravke in odpravlja ranljivosti. Če želite izvedeti več o ranljivostih, glejte te varnostne svetovalce:
-
CVE-2024-37966 – ranljivost SQL Server razkritje informacij o storitvah strojnega učenja
-
CVE-2024-37335 – ranljivost oddaljene kode SQL Server storitve za strojno učenje
-
CVE-2024-37340 – ranljivost oddaljene kode SQL Server storitve za strojno učenje
-
CVE-2024-37342 – ranljivost SQL Server razkritje informacij o storitvah strojnega učenja
-
CVE-2024-26191 – ranljivost oddaljene kode SQL Server storitve za strojno učenje
-
CVE-2024-37341 – ranljivost SQL Server Prisvojitev pravic v Microsoftu
Microsoftove komponente SQL Server posodobijo na naslednje graditve v tej varnostni posodobitvi.
-
SQL Server – Različica izdelka: 14.0.3475.1, različica datoteke: 2017.140.3475.1
Znane težave v tej posodobitvi
Posel zajemanja CDC-ja morda ne bo uspel, če v tabelah s spreminjanju CDC-jev manjkajo stolpci
Ko uporabite to varnostno posodobitev, se lahko v zbirkah podatkov pojavijo naslednji simptomi, zaradi katerih je omogočen zajem podatkov (CDC):
-
Če so v tabelah, ki podpirajo CDC, stolpci z vejicami, ti stolpci morda manjkajo v tabelah za sledenje CDC (cdc.<capture_instance>_CT). Ta pogoj lahko povzroči, da posel zajemanja ne uspe. Pogled dinamičnega upravljanja (DMV) sys.dm_cdc_errors vrnil ta sporočila o napakah:
Napaka 22863: »Ni mogoče vstaviti vrstic v spreminjanje tabel za zajemanje podatkov. Če želite določiti vzrok in odpraviti morebitne povezane težave, si oglejte prejšnje napake v trenutni seji.«
Prejšnje napake lahko zaradi manjkajočih stolpcev vključujejo 8144 (preveč argumentov) ali 257 (napake pri pretvorbi) ali 201 (pričakovani parameter ni naveden).
Opomba: Do te težave pride tudi, če uporabite možnost KEEP_CDC , ko obnovite zbirko podatkov, v kateri je cdC omogočen, tabele z omogočeno povezavo CDC pa imajo stolpce, katerih imena vsebujejo vejice.
-
Aplikacija, ki uporablja tabele za spreminjanje CDC, morda ne bo uspela in bo vrnila neznano napako v stolpcu, če stolpec manjka. Če je bilo ime stolpca na primer <Customer,id>, se lahko prikaže to sporočilo o napaki:
Msg 207, Level 16, State 1, Line <LineNumber>
Neveljavno ime stolpca »Stranka, ID«. -
V SQL Server dnevniku napak se lahko prikaže ta napaka, čeprav je bila nadgradnja GDR prijavljena kot uspešna:
<DateTime> zbirke podatkov »DatabaseName« ni mogoče nadgraditi. Pojavila se je napaka »22841«: »Metapodatkov zbirke podatkov »Ime_zbirke podatkov«, ki je omogočena za spreminjanje zajema podatkov, ni bilo mogoče nadgraditi. Pri izvajanju dejanja '(null)' je prišlo do napake. Vrnjena napaka je bila 4924: »line <LineNumber>, state 1, ALTER TABLE DROP COLUMN failed because column 'ColumnName' does not exist in table 'TableName'. Z dejanjem in napako določite vzrok okvare in znova pošljite zahtevo.' S prijavljeno napako ugotovite vzrok okvare in nato izvedete sys.sp_cdc_vupgrade v kontekstu zbirke podatkov za vnovični zagon nadgradnje.
<»DateTime> sp_vupgrade_replication uspešno izvedeno. -
Če pri obnovitvi zbirke podatkov KEEP_CDC ki ima omogočen CDC, uporabite to možnost, postopek obnovinja morda ne bo uspel in na koncu ustvaril napako. Zbirka podatkov se uspešno obnovi in vrne to sporočilo o napaki:
100-odstotna obdelana.
Obdelano 768 strani za zbirko podatkov »Ime_zbirke podatkov«, datoteka »Ime_datoteke« v datoteki 1. Obdelana 2 strani za zbirko podatkov ' DatabaseName ', file ' FileName' v datoteki 1. Izvajanje DBCC je dokončano. Če je DBCC natisnil sporočila o napakah, se obrnite na skrbnika sistema. Msg 22841, Level 16, State 1, Procedure sys.sp_cdc_vupgrade, Line <LineNumber> [Batch Start Line 0] Metapodatkov za zbirko podatkov »Ime_zbirke podatkov«, ki je omogočena za spreminjanje zajema podatkov, ni bilo mogoče nadgraditi. Pri izvajanju dejanja '(null)' je prišlo do napake. Vrnjena napaka je bila 4924: 'line <LineNumber>, state 1, ALTER TABLE DROP COLUMN failed because column 'Column& »ID« ne obstaja v tabeli »dbo_CDCTableTest_CT«. Z dejanjem in napako določite vzrok okvare in znova pošljite zahtevo. FUNKCIJA RESTORE DATABASE je uspešno obdelala 770 strani v 0,270 sekundah (22,265 MB/s).
Razlog
Do te težave pride v eni od teh situacij:
-
Če stolpec, katerega ime vsebuje vejico, obstaja v tabeli za sledenje CDC (cdc.<capture_instance>_CT), bo stolpec morda izpuščen zaradi funkcionalnih napak v postopku nadgradnje CDC.
-
Shranjeno Sp_vupgrade_replication se sklicuje proces obnovitvi zbirke podatkov ali med postopkom SQL Server nadgradnje. To dejanje morda ne uspe, če ima tabela cdc.<capture_instance>_CT) stolpce, katerih ime vsebuje kateri koli simbol, na primer &, <, >, ali znake, katerih decimalna koda ASCII je manjša od 32 (razen 9-Tab in 10-LineFeed). Do te težave pride zaradi uporabe funkcije FOR XML PATH v postopku nadgradnje CDC in ker so se spremenila pravila, ki veljajo za imena stolpcev. Če želite več informacij, glejte Neveljavni znaki in ubežni pravila.
Opomba: Ta težava vpliva le na stolpce, ki so opisani tukaj.
Rešitev
Tej težavi se lahko izognete na enega od teh načinov:
-
Če želite preprečiti izpustiti stolpce in povzročiti napako obnovitve ali nadgradnje CDC, lahko uporabite zastavico sledenja T15006, preden nadgradite graditev GDR:
-
Odprite Upravitelj konfiguracije strežnika SQL.
-
Izberite in z desno tipko miške SQL Server primerek, nato pa izberite Lastnosti.
-
Pojdite na zavihek Parametri zagona .
-
Dodajte TF T15006.
-
Izberite Dodaj > uporabi.
-
Znova zaženite SQL Server računalnika.
-
Izvedite nadgradnjo. Zastavica sledenja bo aktivna med nadgradnjo.
-
-
Če ste uporabili gdr, in stolpce, katerih imena vsebujejo vejice, so bili izpuščeni iz tabel za sledenje CDC (cdc.<capture_instance>_CT), lahko to težavo zmanjšate tako:
-
Dodajte TF T15006 in nato znova zaženite SQL Server, kot je opisano v prvi ločljivosti.
-
Če to vpliva na scenarij obnovitve zbirke podatkov, težavo odpravite z drugim postopkom obnovitve zbirke podatkov.
-
Če nadgradnja GDR povzroči, da so stolpci izpuščeni, onemogočite in znova omogočite CDC v prizadeti tabeli tako, da uporabite sp_cdc_disable_table in sp_cdc_enable_table.
Opomba: Če onemogočite in znova omogočite CDC v prizadeti tabeli, boste izgubili podatke.
-
Izboljšave in popravki, vključeni v to posodobitev
Na voljo je Excelov delovni zvezek, ki ga je mogoče prenesti in ki vsebuje seznam graditev s povzetkom, skupaj s trenutnim življenjskim ciklom podpore. Excelova datoteka vsebuje tudi podrobne sezname popravkov. Prenesite to Excelovo datoteko zdaj.
Opomba: Na posamezne vnose v tej tabeli se lahko sklicujete neposredno z zaznamkom. Če izberete kateri koli ID sklica na napako v tabeli, je v URL dodana oznaka zaznamka z obliko zapisa »#bkmk_NNNNNNN«. Ta URL lahko nato daste v skupno rabo z drugimi, tako da se lahko takoj pomaknejo do želenega popravka v tabeli.
Sklic na napako |
Opis |
Fix area |
Komponenta |
Peron |
---|---|---|---|---|
Doda preverjanje veljavnosti za parameter MODEL med izvajanjem funkcije PREDICT, da se izogne napakam, do katerih pride zaradi vnosa napačnih modelov. |
SQL Server Engine |
Izvajanje poizvedbe |
Ves |
|
Izboljša varnost za funkcijo zajemanja podatkov (CDC) z dodajanjem zmožnosti zaklepa definicij metapodatkov, da blokira postopke jezika definicije podatkov (DDL). |
SQL Server Engine |
Replikacije |
Ves |
|
Odpravi težavo, pri kateri imena tabel in stolpcev, prebrana iz metapodatkov zbirke podatkov, v nekaterih primerih niso pravilno citirane pri ustvarjanju notranjih SQL Server paketov v shranjenih procedovih, ki upravljajo časovne tabele. Ko je popravek uporabljen, je citiranje pravilno dokončano. |
SQL Server Engine |
Časovno |
Ves |
Kako pridobiti in namestiti posodobitev
Ta posodobitev je na voljo prek Windows Update. Ko vklopite samodejno posodabljanje, se ta posodobitev prenese in namesti samodejno. Če želite več informacij o tem, kako vklopite samodejno posodabljanje, glejte Windows Update: pogosta vprašanja.
Če želite pridobiti samostojni paket za to posodobitev, obiščite spletno mesto Katalog Microsoft Update .
Opomba Logika zaznavanja je bila posodobljena za to in prihodnje varnostne izdaje, objavljene na spletnem mestu Katalog Microsoft Update. Če želite več informacij, glejte Posodobitve logiko zaznavanja storitve Microsoft Update za SQL Server servisiranje.
V Microsoftovem centru za prenose lahko prenesete to datoteko:
Če želite več informacij o tem, kako prenesete Datoteke Microsoftove podpore, kliknite to številko članka, da odprete članek v Microsoftovi zbirki znanja:
Pridobivanje Datotek Microsoftove podpore iz spletne storitve
Microsoft je v tej datoteki z najnovejšo programsko opremo za zaznavanje virusov, ki je bila na voljo na datum lokacije datoteke, pregledal to datoteko. Datoteka je shranjena v strežnikih z izboljšano varnostjo, ki preprečujejo nepooblaščene spremembe.
Pomembno: Če namestite jezikovni paket po namestitvi te posodobitve, morate znova namestiti to posodobitev. Zato priporočamo, da namestite vse jezikovne pakete, ki jih potrebujete, preden namestite to posodobitev. Če želite več informacij, glejte Dodajanje jezikovnih paketov v sistem Windows.
Opomba: Ta posodobitev je na voljo prek Kataloga Microsoft Update za vse strežnike, v katerih se izvaja SQL Server, tudi če Reporting Services ni nameščen. Namestitev te varnostne posodobitve je izbirna za računalnike, ki ne gostijo Microsoft SQL Server Reporting Services.
Kako pridobiti ali prenesti najnovejši zbirni paket posodobitev za Linux
Če želite SQL Server 2017 v sistemu Linux na najnovejšo cu, morate najprej imeti konfigurirano skladišče zbirnih posodobitev. Nato posodobite svoje pakete SQL Server z ustreznim ukazom za posodobitev za določeno platformo.
Če želite navodila za namestitev in neposredne povezave do prenosov paketov cu, glejte SQL Server opombe ob izdaji 2017.
Več informacij
Če želite to posodobitev uveljaviti, morate imeti SQL Server 2017 ali katero koli SQL Server 2017 Cu release through this SQL Server 2017 CU31 GDR installed.
Če želite informacije o uvajanju te posodobitve, glejte Uvedbe – Vodnik po varnostnih posodobitvah.
Ime datoteke |
Zgoščena zgoščena zgoščena |
---|---|
SQLServer2017-KB5042215-x64.exe |
7BEBB2653A07B5D5F68AF978FC6F3354E1C81957D78B78E0E1A5FA3A86656D41 |
Informacije o datoteki
Angleška različica tega paketa ima atribute datoteke (ali novejše atribute datoteke), ki so navedeni v tej tabeli. Datumi in ure za te datoteke so navedeni v usklajenem univerzalnem času (UTC). Ko si ogledate informacije o datoteki, so pretvorjene v lokalni čas. Če želite poiskati razliko med časom UTC in lokalnim časom, uporabite zavihek Časovni pas v elementu Datum in čas v nadzorna plošča.
Ime datoteke |
Različica datoteke |
Velikost datoteke |
Datelj |
Čas |
Peron |
Mediainfo.xml |
Ne velja |
1,118 |
31. julij 24 |
02:06 |
Ne velja |
Setup.exe |
2017.140.3475.1 |
114,232 |
30. julij 24 |
22:51 |
x64 |
Setup.exe.config |
Ne velja |
344 |
31. julij 24 |
00:24 |
Ne velja |
Sqlsetupbootstrapper.dll |
2017.140.3475.1 |
268,344 |
30. julij 24 |
22:52 |
x64 |
Finish.rtf |
Ne velja |
40,427 |
31. julij 24 |
00:23 |
Ne velja |
Pythonlicense.rtf |
Ne velja |
50,561 |
30. julij 24 |
22:54 |
Ne velja |
Ropenlicense.rtf |
Ne velja |
37,940 |
30. julij 24 |
22:54 |
Ne velja |
Update_license.rtf |
Ne velja |
124,685 |
30. julij 24 |
22:54 |
Ne velja |
Finish.rtf |
Ne velja |
40,425 |
31. julij 24 |
00:25 |
Ne velja |
Pythonlicense.rtf |
Ne velja |
44,183 |
30. julij 24 |
22:39 |
Ne velja |
Ropenlicense.rtf |
Ne velja |
33,216 |
30. julij 24 |
22:40 |
Ne velja |
Update_license.rtf |
Ne velja |
123,965 |
30. julij 24 |
22:39 |
Ne velja |
Mediainfo.xml |
Ne velja |
1,118 |
31. julij 24 |
02:06 |
Ne velja |
Finish.rtf |
Ne velja |
38,372 |
31. julij 24 |
00:06 |
Ne velja |
Pythonlicense.rtf |
Ne velja |
45,402 |
30. julij 24 |
22:37 |
Ne velja |
Ropenlicense.rtf |
Ne velja |
911 |
30. julij 24 |
22:37 |
Ne velja |
Update_license.rtf |
Ne velja |
64,233 |
30. julij 24 |
22:38 |
Ne velja |
Masterdataservicesloc.msi |
Ne velja |
9,007,104 |
31. julij 24 |
02:56 |
Ne velja |
Sqlbrowser.msp |
Ne velja |
5,103,616 |
31. julij 24 |
02:53 |
Ne velja |
Sqlsupport.msi |
Ne velja |
19,755,008 |
31. julij 24 |
02:56 |
Ne velja |
Msodbcsql.msi |
Ne velja |
4,272,128 |
31. julij 24 |
02:56 |
Ne velja |
Sqllocaldb.msi |
Ne velja |
48,570,368 |
31. julij 24 |
02:56 |
Ne velja |
Sqlwriter.msp |
Ne velja |
2,203,648 |
31. julij 24 |
02:53 |
Ne velja |
Tsqllanguageservice.msi |
Ne velja |
3,346,432 |
31. julij 24 |
02:56 |
Ne velja |
Finish.rtf |
Ne velja |
40,429 |
31. julij 24 |
00:18 |
Ne velja |
Pythonlicense.rtf |
Ne velja |
43,682 |
30. julij 24 |
22:39 |
Ne velja |
Ropenlicense.rtf |
Ne velja |
33,582 |
30. julij 24 |
22:39 |
Ne velja |
Update_license.rtf |
Ne velja |
123,629 |
30. julij 24 |
22:38 |
Ne velja |
Finish.rtf |
Ne velja |
40,427 |
31. julij 24 |
00:20 |
Ne velja |
Pythonlicense.rtf |
Ne velja |
40,862 |
30. julij 24 |
22:37 |
Ne velja |
Ropenlicense.rtf |
Ne velja |
33,141 |
30. julij 24 |
22:37 |
Ne velja |
Update_license.rtf |
Ne velja |
123,682 |
30. julij 24 |
22:38 |
Ne velja |
Finish.rtf |
Ne velja |
40,425 |
31. julij 24 |
00:20 |
Ne velja |
Pythonlicense.rtf |
Ne velja |
52,334 |
30. julij 24 |
22:36 |
Ne velja |
Ropenlicense.rtf |
Ne velja |
37,434 |
30. julij 24 |
22:36 |
Ne velja |
Update_license.rtf |
Ne velja |
128,775 |
30. julij 24 |
22:35 |
Ne velja |
Finish.rtf |
Ne velja |
40,425 |
31. julij 24 |
00:03 |
Ne velja |
Pythonlicense.rtf |
Ne velja |
57,942 |
30. julij 24 |
22:49 |
Ne velja |
Ropenlicense.rtf |
Ne velja |
47,219 |
30. julij 24 |
22:49 |
Ne velja |
Update_license.rtf |
Ne velja |
146,899 |
30. julij 24 |
22:49 |
Ne velja |
Finish.rtf |
Ne velja |
40,423 |
31. julij 24 |
00:17 |
Ne velja |
Pythonlicense.rtf |
Ne velja |
43,688 |
30. julij 24 |
22:34 |
Ne velja |
Ropenlicense.rtf |
Ne velja |
33,584 |
30. julij 24 |
22:34 |
Ne velja |
Update_license.rtf |
Ne velja |
124,124 |
30. julij 24 |
22:35 |
Ne velja |
Finish.rtf |
Ne velja |
40,423 |
31. julij 24 |
00:16 |
Ne velja |
Pythonlicense.rtf |
Ne velja |
46,669 |
30. julij 24 |
22:37 |
Ne velja |
Ropenlicense.rtf |
Ne velja |
36,232 |
30. julij 24 |
22:37 |
Ne velja |
Update_license.rtf |
Ne velja |
126,361 |
30. julij 24 |
22:37 |
Ne velja |
Finish.rtf |
Ne velja |
40,427 |
31. julij 24 |
00:13 |
Ne velja |
Pythonlicense.rtf |
Ne velja |
48,793 |
30. julij 24 |
22:37 |
Ne velja |
Ropenlicense.rtf |
Ne velja |
37,540 |
30. julij 24 |
22:39 |
Ne velja |
Update_license.rtf |
Ne velja |
124,998 |
30. julij 24 |
22:37 |
Ne velja |
Finish.rtf |
Ne velja |
40,427 |
31. julij 24 |
00:26 |
Ne velja |
Pythonlicense.rtf |
Ne velja |
43,446 |
30. julij 24 |
22:52 |
Ne velja |
Ropenlicense.rtf |
Ne velja |
33,275 |
30. julij 24 |
22:52 |
Ne velja |
Update_license.rtf |
Ne velja |
124,584 |
30. julij 24 |
22:52 |
Ne velja |
Setup.rll |
2017.140.3475.1 |
19,496 |
30. julij 24 |
22:54 |
Ne velja |
Addnode.xml |
Ne velja |
10,653 |
31. julij 24 |
00:23 |
Ne velja |
Completeclusterwizard.xml |
Ne velja |
11,319 |
31. julij 24 |
00:22 |
Ne velja |
Completeimagewizard.xml |
Ne velja |
14,731 |
31. julij 24 |
00:27 |
Ne velja |
Componentupdate.xml |
Ne velja |
3,061 |
31. julij 24 |
00:23 |
Ne velja |
Configuration.uicfg |
Ne velja |
6,927 |
31. julij 24 |
00:24 |
Ne velja |
Editionupgradewizard.xml |
Ne velja |
5,673 |
31. julij 24 |
00:25 |
Ne velja |
Fixsqlregistrykey_x64.exe |
14.0.1000.169 |
48,312 |
31. julij 24 |
00:27 |
x64 |
Fixsqlregistrykey_x64.exe.config |
Ne velja |
344 |
31. julij 24 |
00:24 |
Ne velja |
Fixsqlregistrykey_x86.exe |
14.0.1000.169 |
48,824 |
31. julij 24 |
00:21 |
x86 |
Fixsqlregistrykey_x86.exe.config |
Ne velja |
344 |
31. julij 24 |
00:24 |
Ne velja |
Fusioncheck.dll |
2017.140.3475.1 |
98,360 |
30. julij 24 |
22:49 |
x64 |
Installclusterwizard.xml |
Ne velja |
18,002 |
31. julij 24 |
00:21 |
Ne velja |
Installwizard.xml |
Ne velja |
19,498 |
31. julij 24 |
00:26 |
Ne velja |
Instapi140.dll |
2017.140.3475.1 |
66,600 |
30. julij 24 |
22:32 |
x64 |
Landingpage.exe |
14.0.3475.1 |
436,160 |
30. julij 24 |
22:49 |
x64 |
Landingpage.exe.config |
Ne velja |
344 |
31. julij 24 |
00:24 |
Ne velja |
Microsoft.analysisservices.adomdclient.dll |
14.0.249.106 |
1,082,784 |
30. julij 24 |
22:49 |
x86 |
Microsoft.analysisservices.core.dll |
14.0.249.106 |
1,375,648 |
30. julij 24 |
22:49 |
x86 |
Microsoft.analysisservices.dll |
14.0.249.106 |
706,464 |
30. julij 24 |
22:49 |
x86 |
Microsoft.analysisservices.spclient.interfaces.dll |
14.0.1.439 |
32,952 |
31. julij 24 |
00:22 |
x86 |
Microsoft.analysisservices.tabular.dll |
14.0.249.106 |
978,848 |
30. julij 24 |
22:49 |
x86 |
Microsoft.analysisservices.tabular.json.dll |
14.0.249.106 |
581,032 |
30. julij 24 |
22:50 |
x86 |
Microsoft.diagnostics.tracing.eventsource.dll |
1.1.26.0 |
167,728 |
30. julij 24 |
23:56 |
x86 |
Microsoft.netenterpriseservers.exceptionmessagebox.dll |
14.0.1000.169 |
137,904 |
31. julij 24 |
00:11 |
x86 |
Microsoft.sql.chainer.package.dll |
14.0.3475.1 |
36,904 |
30. julij 24 |
22:50 |
x86 |
Microsoft.sql.chainer.package.xmlserializers.dll |
14.0.3475.1 |
65,592 |
30. julij 24 |
22:49 |
x86 |
Microsoft.sql.chainer.packagedata.dll |
14.0.3475.1 |
148,520 |
30. julij 24 |
22:50 |
x86 |
Microsoft.sql.chainer.product.dll |
14.0.3475.1 |
370,728 |
30. julij 24 |
22:49 |
x86 |
Microsoft.sql.chainer.product.xmlserializers.dll |
14.0.3475.1 |
64,960 |
30. julij 24 |
22:49 |
x86 |
Microsoft.sqlserver.chainer.extensioncommon.dll |
14.0.3475.1 |
107,560 |
30. julij 24 |
22:50 |
x86 |
Microsoft.sqlserver.chainer.extensioncommon.xmlserializers.dll |
14.0.3475.1 |
79,912 |
30. julij 24 |
22:49 |
x86 |
Microsoft.sqlserver.chainer.infrastructure.dll |
14.0.3475.1 |
404,520 |
30. julij 24 |
22:49 |
x86 |
Microsoft.sqlserver.chainer.infrastructure.xmlserializers.dll |
14.0.3475.1 |
201,256 |
30. julij 24 |
22:49 |
x86 |
Microsoft.sqlserver.chainer.workflowdata.dll |
14.0.3475.1 |
819,752 |
30. julij 24 |
22:49 |
x86 |
Microsoft.sqlserver.chainer.workflowdata.xmlserializers.dll |
14.0.3475.1 |
400,320 |
30. julij 24 |
22:49 |
x86 |
Microsoft.sqlserver.configuration.agentextension.dll |
14.0.3475.1 |
128,456 |
30. julij 24 |
22:50 |
x86 |
Microsoft.sqlserver.configuration.asextension.dll |
14.0.3475.1 |
402,384 |
30. julij 24 |
22:49 |
x86 |
Microsoft.sqlserver.configuration.astelemetryextension.dll |
14.0.1000.169 |
72,888 |
31. julij 24 |
00:25 |
x64 |
Microsoft.sqlserver.configuration.bootstrapextension.dll |
14.0.3475.1 |
71,208 |
30. julij 24 |
22:49 |
x86 |
Microsoft.sqlserver.configuration.bootstrapextension.xmlserializers.dll |
14.0.3475.1 |
26,152 |
30. julij 24 |
22:50 |
x86 |
Microsoft.sqlserver.configuration.cluster.dll |
14.0.3475.1 |
698,304 |
30. julij 24 |
22:49 |
x86 |
Microsoft.sqlserver.configuration.cluster.xmlserializers.dll |
14.0.3475.1 |
337,960 |
30. julij 24 |
22:49 |
x86 |
Microsoft.sqlserver.configuration.configextension.dll |
14.0.3475.1 |
81,960 |
30. julij 24 |
22:49 |
x86 |
Microsoft.sqlserver.configuration.configextension.xmlserializers.dll |
14.0.3475.1 |
37,944 |
30. julij 24 |
22:49 |
x86 |
Microsoft.sqlserver.configuration.connectioninfo.dll |
14.0.17041.0 |
170,232 |
31. julij 24 |
00:01 |
x86 |
Microsoft.sqlserver.configuration.distributedreplayextension.dll |
14.0.1000.169 |
79,032 |
31. julij 24 |
00:21 |
x86 |
Microsoft.sqlserver.configuration.dll |
14.0.3475.1 |
272,952 |
30. julij 24 |
22:51 |
x86 |
Microsoft.sqlserver.configuration.dmf.common.dll |
14.0.17041.0 |
70,904 |
31. julij 24 |
00:19 |
x86 |
Microsoft.sqlserver.configuration.dmf.dll |
14.0.17041.0 |
321,784 |
31. julij 24 |
00:16 |
x86 |
Microsoft.sqlserver.configuration.extensibility_configextension.dll |
14.0.3475.1 |
80,848 |
30. julij 24 |
22:49 |
x64 |
Microsoft.sqlserver.configuration.fulltext_configextension.dll |
14.0.3475.1 |
75,200 |
30. julij 24 |
22:49 |
x64 |
Microsoft.sqlserver.configuration.impy_configextension.dll |
14.0.3475.1 |
35,896 |
30. julij 24 |
22:49 |
x64 |
Microsoft.sqlserver.configuration.imr_configextension.dll |
14.0.3475.1 |
35,896 |
30. julij 24 |
22:49 |
x64 |
Microsoft.sqlserver.configuration.installwizard.dll |
14.0.3475.1 |
1,792,464 |
30. julij 24 |
22:49 |
x86 |
Microsoft.sqlserver.configuration.installwizardframework.dll |
14.0.3475.1 |
70,592 |
30. julij 24 |
22:49 |
x86 |
Microsoft.sqlserver.configuration.installwizardframework.xmlserializers.dll |
14.0.3475.1 |
60,968 |
30. julij 24 |
22:49 |
x86 |
Microsoft.sqlserver.configuration.ismasterextension.dll |
14.0.3475.1 |
73,256 |
30. julij 24 |
22:49 |
x86 |
Microsoft.sqlserver.configuration.istelemetryconfigextension.dll |
14.0.1000.169 |
41,656 |
31. julij 24 |
00:26 |
x86 |
Microsoft.sqlserver.configuration.isworkerextension.dll |
14.0.1000.169 |
75,448 |
31. julij 24 |
00:22 |
x86 |
Microsoft.sqlserver.configuration.managementtoolsextension.dll |
14.0.3475.1 |
40,488 |
30. julij 24 |
22:49 |
x86 |
Microsoft.sqlserver.configuration.mdsconfigextension.dll |
14.0.3475.1 |
22,464 |
30. julij 24 |
22:50 |
x86 |
Microsoft.sqlserver.configuration.msiextension.dll |
14.0.3475.1 |
454,592 |
30. julij 24 |
22:49 |
x86 |
Microsoft.sqlserver.configuration.msiextension.xmlserializers.dll |
14.0.3475.1 |
191,952 |
30. julij 24 |
22:49 |
x86 |
Microsoft.sqlserver.configuration.polybaseconfigextension.dll |
14.0.3475.1 |
179,648 |
30. julij 24 |
22:49 |
x86 |
Microsoft.sqlserver.configuration.powershellextension.dll |
14.0.3475.1 |
45,008 |
30. julij 24 |
22:49 |
x86 |
Microsoft.sqlserver.configuration.repl_configextension.dll |
14.0.3475.1 |
45,608 |
30. julij 24 |
22:49 |
x86 |
Microsoft.sqlserver.configuration.rsextension.dll |
14.0.3475.1 |
374,824 |
30. julij 24 |
22:49 |
x86 |
Microsoft.sqlserver.configuration.rulesengineextension.dll |
14.0.3475.1 |
94,760 |
30. julij 24 |
22:49 |
x86 |
Microsoft.sqlserver.configuration.rulesengineextension.xmlserializers.dll |
14.0.3475.1 |
38,952 |
30. julij 24 |
22:49 |
x86 |
Microsoft.sqlserver.configuration.saa_configextension.dll |
14.0.1000.169 |
35,512 |
31. julij 24 |
00:24 |
x64 |
Microsoft.sqlserver.configuration.sco.dll |
14.0.3475.1 |
2,087,872 |
30. julij 24 |
22:49 |
x86 |
Microsoft.sqlserver.configuration.sco.xmlserializers.dll |
14.0.3475.1 |
124,864 |
30. julij 24 |
22:49 |
x86 |
Microsoft.sqlserver.configuration.scoextension.dll |
14.0.1000.169 |
236,728 |
31. julij 24 |
00:09 |
x86 |
Microsoft.sqlserver.configuration.setupextension.dll |
14.0.3475.1 |
1,203,648 |
30. julij 24 |
22:49 |
x86 |
Microsoft.sqlserver.configuration.setupextension.xmlserializers.dll |
14.0.3475.1 |
442,304 |
30. julij 24 |
22:49 |
x86 |
Microsoft.sqlserver.configuration.sfc.dll |
14.0.17041.0 |
531,192 |
31. julij 24 |
00:02 |
x86 |
Microsoft.sqlserver.configuration.slpextension.dll |
14.0.3475.1 |
59,432 |
30. julij 24 |
22:49 |
x86 |
Microsoft.sqlserver.configuration.smartsetupextension.dll |
14.0.1000.169 |
232,120 |
31. julij 24 |
00:08 |
x86 |
Microsoft.sqlserver.configuration.smartsetupextension.xmlserializers.dll |
14.0.1000.169 |
76,984 |
31. julij 24 |
00:23 |
x86 |
Microsoft.sqlserver.configuration.smo.dll |
14.0.17041.0 |
4,181,752 |
31. julij 24 |
00:20 |
x86 |
Microsoft.sqlserver.configuration.smpy_configextension.dll |
14.0.3475.1 |
35,776 |
30. julij 24 |
22:49 |
x64 |
Microsoft.sqlserver.configuration.smr_configextension.dll |
14.0.3475.1 |
35,776 |
30. julij 24 |
22:49 |
x64 |
Microsoft.sqlserver.configuration.sniserverconfigext.dll |
2017.140.3475.1 |
294,440 |
30. julij 24 |
22:49 |
x64 |
Microsoft.sqlserver.configuration.sqlbrowserextension.dll |
14.0.3475.1 |
135,208 |
30. julij 24 |
22:49 |
x64 |
Microsoft.sqlserver.configuration.sqlconfigbase.dll |
14.0.3475.1 |
65,472 |
30. julij 24 |
22:49 |
x86 |
Microsoft.sqlserver.configuration.sqlconfigbase.xmlserializers.dll |
14.0.3475.1 |
28,608 |
30. julij 24 |
22:49 |
x86 |
Microsoft.sqlserver.configuration.sqlenum.dll |
14.0.17041.0 |
1,478,904 |
31. julij 24 |
00:22 |
x86 |
Microsoft.sqlserver.configuration.sqlserver_configextension.dll |
2017.140.3475.1 |
746,536 |
30. julij 24 |
22:49 |
x64 |
Microsoft.sqlserver.configuration.ssisextension.dll |
14.0.3475.1 |
75,200 |
30. julij 24 |
22:49 |
x86 |
Microsoft.sqlserver.configuration.sstring.dll |
14.0.1000.169 |
33,464 |
31. julij 24 |
00:09 |
x86 |
Microsoft.sqlserver.configuration.telemetryconfigextension.dll |
14.0.3475.1 |
66,600 |
30. julij 24 |
22:49 |
x64 |
Microsoft.sqlserver.configuration.telemetryconfigextension.resources.dll |
14.0.1000.169 |
23,736 |
30. julij 24 |
23:57 |
x86 |
Microsoft.sqlserver.configuration.uiextension.dll |
14.0.3475.1 |
106,552 |
30. julij 24 |
22:49 |
x86 |
Microsoft.sqlserver.configuration.uiextension.xmlserializers.dll |
14.0.3475.1 |
52,792 |
30. julij 24 |
22:49 |
x86 |
Microsoft.sqlserver.configuration.utilityextension.dll |
14.0.1000.169 |
33,976 |
31. julij 24 |
00:25 |
x86 |
Microsoft.sqlserver.configuration.wizardframework.dll |
14.0.3475.1 |
179,752 |
30. julij 24 |
22:49 |
x86 |
Microsoft.sqlserver.configuration.wizardframework.xmlserializers.dll |
14.0.3475.1 |
60,456 |
30. julij 24 |
22:49 |
x86 |
Microsoft.sqlserver.configuration.wmiinterop.dll |
14.0.1000.169 |
329,400 |
31. julij 24 |
00:22 |
x86 |
Microsoft.sqlserver.configuration.xmlserializers.dll |
14.0.3475.1 |
155,080 |
30. julij 24 |
22:51 |
x86 |
Microsoft.sqlserver.configuration.xtp.configextension.dll |
14.0.1000.169 |
31,928 |
31. julij 24 |
00:24 |
x86 |
Microsoft.sqlserver.customcontrols.dll |
14.0.1000.169 |
44,728 |
31. julij 24 |
00:21 |
x86 |
Microsoft.sqlserver.datawarehouse.workloaddeployment.dll |
13.0.9124.22 |
699,976 |
30. julij 24 |
22:32 |
x86 |
Microsoft.sqlserver.deployment.dll |
14.0.1000.169 |
251,576 |
31. julij 24 |
00:08 |
x86 |
Microsoft.sqlserver.deployment.xmlserializers.dll |
14.0.1000.169 |
33,464 |
31. julij 24 |
00:25 |
x86 |
Microsoft.sqlserver.diagnostics.configuration.strace.dll |
14.0.1000.169 |
129,208 |
31. julij 24 |
00:26 |
x86 |
Microsoft.sqlserver.discovery.dll |
14.0.3475.1 |
215,608 |
30. julij 24 |
22:51 |
x86 |
Microsoft.sqlserver.discovery.xmlserializers.dll |
14.0.3475.1 |
215,488 |
30. julij 24 |
22:51 |
x86 |
Microsoft.sqlserver.instapi.dll |
14.0.1000.169 |
46,264 |
31. julij 24 |
00:27 |
x86 |
Microsoft.sqlserver.interop.firewallapi.dll |
14.0.0.0 |
38,584 |
31. julij 24 |
00:27 |
x86 |
Microsoft.sqlserver.interop.taskschd.dll |
14.0.0.0 |
52,920 |
31. julij 24 |
00:25 |
x86 |
Microsoft.sqlserver.interop.wuapilib.dll |
14.0.0.0 |
93,368 |
31. julij 24 |
00:22 |
x86 |
Microsoft.sqlserver.management.controls.dll |
14.0.17041.0 |
394,488 |
31. julij 24 |
00:21 |
x86 |
Microsoft.sqlserver.setup.chainer.workflow.dll |
14.0.3475.1 |
96,704 |
30. julij 24 |
22:51 |
x86 |
Microsoft.sqlserver.setup.chainer.workflow.xmlserializers.dll |
14.0.3475.1 |
68,664 |
30. julij 24 |
22:52 |
x86 |
Microsoft.sqlserver.usagetracking.dll |
2017.140.3475.1 |
48,680 |
30. julij 24 |
22:49 |
x64 |
Msvcp120.dll |
12.0.40649.5 |
660,128 |
30. julij 24 |
22:32 |
x64 |
Msvcr120.dll |
12.0.40649.5 |
963,744 |
30. julij 24 |
22:32 |
x64 |
Newtonsoft.json.dll |
6.0.8.18111 |
513,424 |
30. julij 24 |
22:32 |
x86 |
Package.xsd |
Ne velja |
8,832 |
31. julij 24 |
00:25 |
Ne velja |
Patchwizard.xml |
Ne velja |
6,057 |
30. julij 24 |
22:42 |
Ne velja |
Pidgenx.dll |
15.0.169.500 |
1,475,160 |
31. julij 24 |
00:14 |
x64 |
Pidprivateconfigobjectmaps.xml |
Ne velja |
93,374 |
31. julij 24 |
00:17 |
Ne velja |
Prepareclusterwizard.xml |
Ne velja |
12,299 |
31. julij 24 |
00:27 |
Ne velja |
Prepareimagewizard.xml |
Ne velja |
8,246 |
31. julij 24 |
00:24 |
Ne velja |
Removenode.xml |
Ne velja |
4,946 |
31. julij 24 |
00:27 |
Ne velja |
Removepatchwizard.xml |
Ne velja |
5,680 |
30. julij 24 |
22:43 |
Ne velja |
Repairwizard.xml |
Ne velja |
6,999 |
30. julij 24 |
22:42 |
Ne velja |
Rsetup.exe |
9.4.7.1164 |
217,480 |
30. julij 24 |
22:52 |
x86 |
Runrulesui.xml |
Ne velja |
1,403 |
31. julij 24 |
00:24 |
Ne velja |
Scenarioengine.exe |
14.0.3475.1 |
62,408 |
30. julij 24 |
22:50 |
x64 |
Scenarioengine.exe.config |
Ne velja |
344 |
31. julij 24 |
00:24 |
Ne velja |
Shellobjects.dll |
1.0.0.0 |
135,352 |
31. julij 24 |
00:29 |
x86 |
Sqlboot.dll |
2017.140.3475.1 |
192,040 |
30. julij 24 |
22:47 |
x64 |
Sqlcab.dll |
2017.140.3475.1 |
145,960 |
30. julij 24 |
22:51 |
x64 |
Sqlconf.dll |
2017.140.3475.1 |
54,208 |
30. julij 24 |
22:51 |
x64 |
Sqlmu.dll |
2017.140.3475.1 |
98,344 |
30. julij 24 |
22:51 |
x64 |
Sqlprocesssub.dll |
2017.140.3475.1 |
108,072 |
30. julij 24 |
22:52 |
x64 |
Sqlsccn.dll |
2017.140.3475.1 |
96,808 |
30. julij 24 |
22:52 |
x64 |
Uninstallwizard.xml |
Ne velja |
4,648 |
31. julij 24 |
00:21 |
Ne velja |
Upgradewizard.xml |
Ne velja |
14,573 |
31. julij 24 |
00:28 |
Ne velja |
Landingpage.resources.dll |
14.0.3475.1 |
77,776 |
30. julij 24 |
22:34 |
x86 |
Microsoft.netenterpriseservers.exceptionmessagebox.resources.dll |
14.0.1000.169 |
89,784 |
31. julij 24 |
00:15 |
x86 |
Microsoft.sql.chainer.package.resources.dll |
14.0.3475.1 |
22,584 |
30. julij 24 |
22:33 |
x86 |
Microsoft.sql.chainer.product.resources.dll |
14.0.3475.1 |
349,632 |
30. julij 24 |
22:33 |
x86 |
Microsoft.sqlserver.chainer.extensioncommon.resources.dll |
14.0.3475.1 |
35,264 |
30. julij 24 |
22:33 |
x86 |
Microsoft.sqlserver.chainer.infrastructure.resources.dll |
14.0.3475.1 |
41,528 |
30. julij 24 |
22:34 |
x86 |
Microsoft.sqlserver.chainer.setup.resources.dll |
14.0.3475.1 |
17,960 |
30. julij 24 |
22:33 |
x86 |
Microsoft.sqlserver.configuration.agentextension.resources.dll |
14.0.3475.1 |
30,248 |
30. julij 24 |
22:34 |
x86 |
Microsoft.sqlserver.configuration.asextension.resources.dll |
14.0.3475.1 |
71,208 |
30. julij 24 |
22:34 |
x86 |
Microsoft.sqlserver.configuration.bootstrapextension.resources.dll |
14.0.3475.1 |
27,176 |
30. julij 24 |
22:33 |
x86 |
Microsoft.sqlserver.configuration.cluster.resources.dll |
14.0.3475.1 |
169,408 |
30. julij 24 |
22:34 |
x86 |
Microsoft.sqlserver.configuration.configextension.resources.dll |
14.0.3475.1 |
18,880 |
30. julij 24 |
22:34 |
x86 |
Microsoft.sqlserver.configuration.connectioninfo.resources.dll |
14.0.17041.0 |
26,360 |
31. julij 24 |
00:14 |
x86 |
Microsoft.sqlserver.configuration.distributedreplayextension.resources.dll |
14.0.1000.169 |
27,320 |
31. julij 24 |
00:12 |
x86 |
Microsoft.sqlserver.configuration.dmf.common.resources.dll |
14.0.17041.0 |
24,824 |
31. julij 24 |
00:12 |
x86 |
Microsoft.sqlserver.configuration.dmf.resources.dll |
14.0.17041.0 |
39,672 |
31. julij 24 |
00:16 |
x86 |
Microsoft.sqlserver.configuration.extensibility_configextension.resources.dll |
14.0.3475.1 |
21,952 |
30. julij 24 |
22:33 |
x86 |
Microsoft.sqlserver.configuration.fulltext_configextension.resources.dll |
14.0.3475.1 |
20,432 |
30. julij 24 |
22:33 |
x86 |
Microsoft.sqlserver.configuration.impy_configextension.resources.dll |
14.0.3475.1 |
16,424 |
30. julij 24 |
22:34 |
x86 |
Microsoft.sqlserver.configuration.imr_configextension.resources.dll |
14.0.3475.1 |
16,424 |
30. julij 24 |
22:34 |
x86 |
Microsoft.sqlserver.configuration.installwizard.resources.dll |
14.0.3475.1 |
1,086,504 |
30. julij 24 |
22:34 |
x86 |
Microsoft.sqlserver.configuration.installwizardframework.resources.dll |
14.0.3475.1 |
17,448 |
30. julij 24 |
22:34 |
x86 |
Microsoft.sqlserver.configuration.ismasterextension.resources.dll |
14.0.3475.1 |
20,928 |
30. julij 24 |
22:33 |
x86 |
Microsoft.sqlserver.configuration.isworkerextension.resources.dll |
14.0.1000.169 |
25,784 |
31. julij 24 |
00:14 |
x86 |
Microsoft.sqlserver.configuration.managementtoolsextension.resources.dll |
14.0.3475.1 |
20,928 |
30. julij 24 |
22:34 |
x86 |
Microsoft.sqlserver.configuration.msiextension.resources.dll |
14.0.3475.1 |
74,192 |
30. julij 24 |
22:33 |
x86 |
Microsoft.sqlserver.configuration.polybaseconfigextension.resources.dll |
14.0.3475.1 |
45,112 |
30. julij 24 |
22:34 |
x86 |
Microsoft.sqlserver.configuration.powershellextension.resources.dll |
14.0.3475.1 |
21,032 |
30. julij 24 |
22:34 |
x86 |
Microsoft.sqlserver.configuration.repl_configextension.resources.dll |
14.0.3475.1 |
17,448 |
30. julij 24 |
22:34 |
x86 |
Microsoft.sqlserver.configuration.resources.dll |
14.0.3475.1 |
64,552 |
30. julij 24 |
22:34 |
x86 |
Microsoft.sqlserver.configuration.rsextension.resources.dll |
14.0.3475.1 |
62,520 |
30. julij 24 |
22:33 |
x86 |
Microsoft.sqlserver.configuration.rulesengineextension.resources.dll |
14.0.3475.1 |
32,296 |
30. julij 24 |
22:33 |
x86 |
Microsoft.sqlserver.configuration.saa_configextension.resources.dll |
14.0.1000.169 |
22,200 |
31. julij 24 |
00:14 |
x86 |
Microsoft.sqlserver.configuration.sco.resources.dll |
14.0.3475.1 |
1,000,896 |
30. julij 24 |
22:34 |
x86 |
Microsoft.sqlserver.configuration.scoextension.resources.dll |
14.0.1000.169 |
60,088 |
31. julij 24 |
00:15 |
x86 |
Microsoft.sqlserver.configuration.setupextension.resources.dll |
14.0.3475.1 |
323,128 |
30. julij 24 |
22:34 |
x86 |
Microsoft.sqlserver.configuration.sfc.resources.dll |
14.0.17041.0 |
158,456 |
31. julij 24 |
00:12 |
x86 |
Microsoft.sqlserver.configuration.slpextension.resources.dll |
14.0.3475.1 |
22,056 |
30. julij 24 |
22:34 |
x86 |
Microsoft.sqlserver.configuration.smartsetupextension.resources.dll |
14.0.3475.1 |
34,240 |
30. julij 24 |
22:34 |
x86 |
Microsoft.sqlserver.configuration.smo.resources.dll |
14.0.17041.0 |
867,064 |
31. julij 24 |
00:16 |
x86 |
Microsoft.sqlserver.configuration.smpy_configextension.resources.dll |
14.0.3475.1 |
16,440 |
30. julij 24 |
22:33 |
x86 |
Microsoft.sqlserver.configuration.smr_configextension.resources.dll |
14.0.3475.1 |
16,320 |
30. julij 24 |
22:35 |
x86 |
Microsoft.sqlserver.configuration.sniserverconfigext.resources.dll |
2017.140.1000.169 |
36,536 |
31. julij 24 |
00:12 |
x86 |
Microsoft.sqlserver.configuration.sqlbrowserextension.resources.dll |
14.0.3475.1 |
38,456 |
30. julij 24 |
22:34 |
x86 |
Microsoft.sqlserver.configuration.sqlconfigbase.resources.dll |
14.0.3475.1 |
18,368 |
30. julij 24 |
22:33 |
x86 |
Microsoft.sqlserver.configuration.sqlenum.resources.dll |
14.0.17041.0 |
867,064 |
31. julij 24 |
00:12 |
x86 |
Microsoft.sqlserver.configuration.sqlserver_configextension.resources.dll |
2017.140.3475.1 |
153,024 |
30. julij 24 |
22:35 |
x86 |
Microsoft.sqlserver.configuration.ssisextension.resources.dll |
14.0.3475.1 |
21,456 |
30. julij 24 |
22:33 |
x86 |
Microsoft.sqlserver.configuration.uiextension.resources.dll |
14.0.3475.1 |
21,560 |
30. julij 24 |
22:34 |
x86 |
Microsoft.sqlserver.configuration.utilityextension.resources.dll |
14.0.1000.169 |
22,200 |
31. julij 24 |
00:14 |
x86 |
Microsoft.sqlserver.configuration.wizardframework.resources.dll |
14.0.3475.1 |
56,872 |
30. julij 24 |
22:34 |
x86 |
Microsoft.sqlserver.configuration.xtp.configextension.resources.dll |
14.0.1000.169 |
22,200 |
31. julij 24 |
00:13 |
x86 |
Microsoft.sqlserver.deployment.resources.dll |
14.0.1000.169 |
21,168 |
31. julij 24 |
00:12 |
x86 |
Microsoft.sqlserver.discovery.resources.dll |
14.0.3475.1 |
83,912 |
30. julij 24 |
22:34 |
x86 |
Microsoft.sqlserver.management.controls.resources.dll |
14.0.17041.0 |
85,752 |
31. julij 24 |
00:13 |
x86 |
Microsoft.sqlserver.setup.chainer.workflow.resources.dll |
14.0.3475.1 |
27,584 |
30. julij 24 |
22:33 |
x86 |
Landingpage.resources.dll |
14.0.3475.1 |
77,864 |
30. julij 24 |
22:33 |
x86 |
Microsoft.netenterpriseservers.exceptionmessagebox.resources.dll |
14.0.1000.169 |
89,784 |
31. julij 24 |
00:01 |
x86 |
Microsoft.sql.chainer.package.resources.dll |
14.0.3475.1 |
22,464 |
30. julij 24 |
22:36 |
x86 |
Microsoft.sql.chainer.product.resources.dll |
14.0.3475.1 |
349,632 |
30. julij 24 |
22:35 |
x86 |
Microsoft.sqlserver.chainer.extensioncommon.resources.dll |
14.0.3475.1 |
34,768 |
30. julij 24 |
22:35 |
x86 |
Microsoft.sqlserver.chainer.infrastructure.resources.dll |
14.0.3475.1 |
41,016 |
30. julij 24 |
22:36 |
x86 |
Microsoft.sqlserver.chainer.setup.resources.dll |
14.0.3475.1 |
17,872 |
30. julij 24 |
22:36 |
x86 |
Microsoft.sqlserver.configuration.agentextension.resources.dll |
14.0.3475.1 |
30,264 |
30. julij 24 |
22:35 |
x86 |
Microsoft.sqlserver.configuration.asextension.resources.dll |
14.0.3475.1 |
71,736 |
30. julij 24 |
22:36 |
x86 |
Microsoft.sqlserver.configuration.bootstrapextension.resources.dll |
14.0.3475.1 |
27,176 |
30. julij 24 |
22:37 |
x86 |
Microsoft.sqlserver.configuration.cluster.resources.dll |
14.0.3475.1 |
169,424 |
30. julij 24 |
22:36 |
x86 |
Microsoft.sqlserver.configuration.configextension.resources.dll |
14.0.3475.1 |
18,384 |
30. julij 24 |
22:36 |
x86 |
Microsoft.sqlserver.configuration.connectioninfo.resources.dll |
14.0.17041.0 |
25,848 |
31. julij 24 |
00:10 |
x86 |
Microsoft.sqlserver.configuration.distributedreplayextension.resources.dll |
14.0.1000.169 |
27,320 |
31. julij 24 |
00:07 |
x86 |
Microsoft.sqlserver.configuration.dmf.common.resources.dll |
14.0.17041.0 |
24,824 |
31. julij 24 |
00:09 |
x86 |
Microsoft.sqlserver.configuration.dmf.resources.dll |
14.0.17041.0 |
39,160 |
31. julij 24 |
00:12 |
x86 |
Microsoft.sqlserver.configuration.extensibility_configextension.resources.dll |
14.0.3475.1 |
21,440 |
30. julij 24 |
22:37 |
x86 |
Microsoft.sqlserver.configuration.fulltext_configextension.resources.dll |
14.0.3475.1 |
21,032 |
30. julij 24 |
22:37 |
x86 |
Microsoft.sqlserver.configuration.impy_configextension.resources.dll |
14.0.3475.1 |
16,320 |
30. julij 24 |
22:37 |
x86 |
Microsoft.sqlserver.configuration.imr_configextension.resources.dll |
14.0.3475.1 |
16,320 |
30. julij 24 |
22:36 |
x86 |
Microsoft.sqlserver.configuration.installwizard.resources.dll |
14.0.3475.1 |
1,090,088 |
30. julij 24 |
22:37 |
x86 |
Microsoft.sqlserver.configuration.installwizardframework.resources.dll |
14.0.3475.1 |
17,344 |
30. julij 24 |
22:36 |
x86 |
Microsoft.sqlserver.configuration.ismasterextension.resources.dll |
14.0.3475.1 |
21,544 |
30. julij 24 |
22:36 |
x86 |
Microsoft.sqlserver.configuration.isworkerextension.resources.dll |
14.0.1000.169 |
25,784 |
31. julij 24 |
00:09 |
x86 |
Microsoft.sqlserver.configuration.managementtoolsextension.resources.dll |
14.0.3475.1 |
20,944 |
30. julij 24 |
22:36 |
x86 |
Microsoft.sqlserver.configuration.msiextension.resources.dll |
14.0.3475.1 |
74,176 |
30. julij 24 |
22:35 |
x86 |
Microsoft.sqlserver.configuration.polybaseconfigextension.resources.dll |
14.0.3475.1 |
45,096 |
30. julij 24 |
22:37 |
x86 |
Microsoft.sqlserver.configuration.powershellextension.resources.dll |
14.0.3475.1 |
21,032 |
30. julij 24 |
22:36 |
x86 |
Microsoft.sqlserver.configuration.repl_configextension.resources.dll |
14.0.3475.1 |
17,344 |
30. julij 24 |
22:36 |
x86 |
Microsoft.sqlserver.configuration.resources.dll |
14.0.3475.1 |
65,576 |
30. julij 24 |
22:36 |
x86 |
Microsoft.sqlserver.configuration.rsextension.resources.dll |
14.0.3475.1 |
62,008 |
30. julij 24 |
22:36 |
x86 |
Microsoft.sqlserver.configuration.rulesengineextension.resources.dll |
14.0.3475.1 |
32,296 |
30. julij 24 |
22:37 |
x86 |
Microsoft.sqlserver.configuration.saa_configextension.resources.dll |
14.0.1000.169 |
22,192 |
31. julij 24 |
00:08 |
x86 |
Microsoft.sqlserver.configuration.sco.resources.dll |
14.0.3475.1 |
984,000 |
30. julij 24 |
22:37 |
x86 |
Microsoft.sqlserver.configuration.scoextension.resources.dll |
14.0.1000.169 |
59,056 |
31. julij 24 |
00:11 |
x86 |
Microsoft.sqlserver.configuration.setupextension.resources.dll |
14.0.3475.1 |
323,624 |
30. julij 24 |
22:35 |
x86 |
Microsoft.sqlserver.configuration.sfc.resources.dll |
14.0.17041.0 |
157,944 |
31. julij 24 |
00:10 |
x86 |
Microsoft.sqlserver.configuration.slpextension.resources.dll |
14.0.3475.1 |
22,056 |
30. julij 24 |
22:37 |
x86 |
Microsoft.sqlserver.configuration.smartsetupextension.resources.dll |
14.0.3475.1 |
35,368 |
30. julij 24 |
22:36 |
x86 |
Microsoft.sqlserver.configuration.smo.resources.dll |
14.0.17041.0 |
872,696 |
31. julij 24 |
00:12 |
x86 |
Microsoft.sqlserver.configuration.smpy_configextension.resources.dll |
14.0.3475.1 |
16,336 |
30. julij 24 |
22:36 |
x86 |
Microsoft.sqlserver.configuration.smr_configextension.resources.dll |
14.0.3475.1 |
16,320 |
30. julij 24 |
22:35 |
x86 |
Microsoft.sqlserver.configuration.sniserverconfigext.resources.dll |
2017.140.1000.169 |
36,536 |
31. julij 24 |
00:11 |
x86 |
Microsoft.sqlserver.configuration.sqlbrowserextension.resources.dll |
14.0.3475.1 |
38,440 |
30. julij 24 |
22:36 |
x86 |
Microsoft.sqlserver.configuration.sqlconfigbase.resources.dll |
14.0.3475.1 |
18,368 |
30. julij 24 |
22:36 |
x86 |
Microsoft.sqlserver.configuration.sqlenum.resources.dll |
14.0.17041.0 |
866,552 |
31. julij 24 |
00:08 |
x86 |
Microsoft.sqlserver.configuration.sqlserver_configextension.resources.dll |
2017.140.3475.1 |
153,656 |
30. julij 24 |
22:36 |
x86 |
Microsoft.sqlserver.configuration.ssisextension.resources.dll |
14.0.3475.1 |
21,544 |
30. julij 24 |
22:35 |
x86 |
Microsoft.sqlserver.configuration.uiextension.resources.dll |
14.0.3475.1 |
21,952 |
30. julij 24 |
22:36 |
x86 |
Microsoft.sqlserver.configuration.utilityextension.resources.dll |
14.0.1000.169 |
22,200 |
31. julij 24 |
00:07 |
x86 |
Microsoft.sqlserver.configuration.wizardframework.resources.dll |
14.0.3475.1 |
57,280 |
30. julij 24 |
22:35 |
x86 |
Microsoft.sqlserver.configuration.xtp.configextension.resources.dll |
14.0.1000.169 |
22,200 |
31. julij 24 |
00:10 |
x86 |
Microsoft.sqlserver.deployment.resources.dll |
14.0.1000.169 |
21,176 |
31. julij 24 |
00:07 |
x86 |
Microsoft.sqlserver.discovery.resources.dll |
14.0.3475.1 |
83,496 |
30. julij 24 |
22:35 |
x86 |
Microsoft.sqlserver.management.controls.resources.dll |
14.0.17041.0 |
85,752 |
31. julij 24 |
00:11 |
x86 |
Microsoft.sqlserver.setup.chainer.workflow.resources.dll |
14.0.3475.1 |
27,072 |
30. julij 24 |
22:37 |
x86 |
Landingpage.resources.dll |
14.0.3475.1 |
78,376 |
30. julij 24 |
22:38 |
x86 |
Microsoft.netenterpriseservers.exceptionmessagebox.resources.dll |
14.0.1000.169 |
89,784 |
31. julij 24 |
00:15 |
x86 |
Microsoft.sql.chainer.package.resources.dll |
14.0.3475.1 |
22,568 |
30. julij 24 |
22:38 |
x86 |
Microsoft.sql.chainer.product.resources.dll |
14.0.3475.1 |
349,736 |
30. julij 24 |
22:38 |
x86 |
Microsoft.sqlserver.chainer.extensioncommon.resources.dll |
14.0.3475.1 |
35,368 |
30. julij 24 |
22:37 |
x86 |
Microsoft.sqlserver.chainer.infrastructure.resources.dll |
14.0.3475.1 |
42,040 |
30. julij 24 |
22:37 |
x86 |
Microsoft.sqlserver.chainer.setup.resources.dll |
14.0.3475.1 |
18,488 |
30. julij 24 |
22:37 |
x86 |
Microsoft.sqlserver.configuration.agentextension.resources.dll |
14.0.3475.1 |
30,672 |
30. julij 24 |
22:38 |
x86 |
Microsoft.sqlserver.configuration.asextension.resources.dll |
14.0.3475.1 |
72,232 |
30. julij 24 |
22:37 |
x86 |
Microsoft.sqlserver.configuration.bootstrapextension.resources.dll |
14.0.3475.1 |
27,688 |
30. julij 24 |
22:37 |
x86 |
Microsoft.sqlserver.configuration.cluster.resources.dll |
14.0.3475.1 |
172,992 |
30. julij 24 |
22:38 |
x86 |
Microsoft.sqlserver.configuration.configextension.resources.dll |
14.0.3475.1 |
18,880 |
30. julij 24 |
22:37 |
x86 |
Microsoft.sqlserver.configuration.connectioninfo.resources.dll |
14.0.17041.0 |
26,360 |
31. julij 24 |
00:16 |
x86 |
Microsoft.sqlserver.configuration.distributedreplayextension.resources.dll |
14.0.1000.169 |
27,320 |
31. julij 24 |
00:13 |
x86 |
Microsoft.sqlserver.configuration.dmf.common.resources.dll |
14.0.17041.0 |
24,824 |
31. julij 24 |
00:14 |
x86 |
Microsoft.sqlserver.configuration.dmf.resources.dll |
14.0.17041.0 |
40,184 |
31. julij 24 |
00:16 |
x86 |
Microsoft.sqlserver.configuration.extensibility_configextension.resources.dll |
14.0.3475.1 |
21,952 |
30. julij 24 |
22:38 |
x86 |
Microsoft.sqlserver.configuration.fulltext_configextension.resources.dll |
14.0.3475.1 |
21,544 |
30. julij 24 |
22:38 |
x86 |
Microsoft.sqlserver.configuration.impy_configextension.resources.dll |
14.0.3475.1 |
16,320 |
30. julij 24 |
22:38 |
x86 |
Microsoft.sqlserver.configuration.imr_configextension.resources.dll |
14.0.3475.1 |
16,424 |
30. julij 24 |
22:37 |
x86 |
Microsoft.sqlserver.configuration.installwizard.resources.dll |
14.0.3475.1 |
1,090,600 |
30. julij 24 |
22:37 |
x86 |
Microsoft.sqlserver.configuration.installwizardframework.resources.dll |
14.0.3475.1 |
17,344 |
30. julij 24 |
22:38 |
x86 |
Microsoft.sqlserver.configuration.ismasterextension.resources.dll |
14.0.3475.1 |
21,032 |
30. julij 24 |
22:38 |
x86 |
Microsoft.sqlserver.configuration.isworkerextension.resources.dll |
14.0.1000.169 |
25,784 |
31. julij 24 |
00:12 |
x86 |
Microsoft.sqlserver.configuration.managementtoolsextension.resources.dll |
14.0.3475.1 |
21,032 |
30. julij 24 |
22:37 |
x86 |
Microsoft.sqlserver.configuration.msiextension.resources.dll |
14.0.3475.1 |
75,304 |
30. julij 24 |
22:38 |
x86 |
Microsoft.sqlserver.configuration.polybaseconfigextension.resources.dll |
14.0.3475.1 |
45,112 |
30. julij 24 |
22:38 |
x86 |
Microsoft.sqlserver.configuration.powershellextension.resources.dll |
14.0.3475.1 |
21,032 |
30. julij 24 |
22:38 |
x86 |
Microsoft.sqlserver.configuration.repl_configextension.resources.dll |
14.0.3475.1 |
17,448 |
30. julij 24 |
22:38 |
x86 |
Microsoft.sqlserver.configuration.resources.dll |
14.0.3475.1 |
66,104 |
30. julij 24 |
22:37 |
x86 |
Microsoft.sqlserver.configuration.rsextension.resources.dll |
14.0.3475.1 |
63,016 |
30. julij 24 |
22:38 |
x86 |
Microsoft.sqlserver.configuration.rulesengineextension.resources.dll |
14.0.3475.1 |
32,808 |
30. julij 24 |
22:38 |
x86 |
Microsoft.sqlserver.configuration.saa_configextension.resources.dll |
14.0.1000.169 |
22,200 |
31. julij 24 |
00:14 |
x86 |
Microsoft.sqlserver.configuration.sco.resources.dll |
14.0.3475.1 |
907,304 |
30. julij 24 |
22:37 |
x86 |
Microsoft.sqlserver.configuration.scoextension.resources.dll |
14.0.1000.169 |
61,112 |
31. julij 24 |
00:16 |
x86 |
Microsoft.sqlserver.configuration.setupextension.resources.dll |
14.0.3475.1 |
327,616 |
30. julij 24 |
22:38 |
x86 |
Microsoft.sqlserver.configuration.sfc.resources.dll |
14.0.17041.0 |
158,456 |
31. julij 24 |
00:13 |
x86 |
Microsoft.sqlserver.configuration.slpextension.resources.dll |
14.0.3475.1 |
22,072 |
30. julij 24 |
22:38 |
x86 |
Microsoft.sqlserver.configuration.smartsetupextension.resources.dll |
14.0.3475.1 |
35,880 |
30. julij 24 |
22:37 |
x86 |
Microsoft.sqlserver.configuration.smo.resources.dll |
14.0.17041.0 |
878,840 |
31. julij 24 |
00:15 |
x86 |
Microsoft.sqlserver.configuration.smpy_configextension.resources.dll |
14.0.3475.1 |
16,424 |
30. julij 24 |
22:38 |
x86 |
Microsoft.sqlserver.configuration.smr_configextension.resources.dll |
14.0.3475.1 |
16,320 |
30. julij 24 |
22:38 |
x86 |
Microsoft.sqlserver.configuration.sniserverconfigext.resources.dll |
2017.140.1000.169 |
36,536 |
31. julij 24 |
00:13 |
x86 |
Microsoft.sqlserver.configuration.sqlbrowserextension.resources.dll |
14.0.3475.1 |
38,848 |
30. julij 24 |
22:38 |
x86 |
Microsoft.sqlserver.configuration.sqlconfigbase.resources.dll |
14.0.3475.1 |
18,880 |
30. julij 24 |
22:38 |
x86 |
Microsoft.sqlserver.configuration.sqlenum.resources.dll |
14.0.17041.0 |
867,064 |
31. julij 24 |
00:12 |
x86 |
Microsoft.sqlserver.configuration.sqlserver_configextension.resources.dll |
2017.140.3475.1 |
155,072 |
30. julij 24 |
22:37 |
x86 |
Microsoft.sqlserver.configuration.ssisextension.resources.dll |
14.0.3475.1 |
21,544 |
30. julij 24 |
22:37 |
x86 |
Microsoft.sqlserver.configuration.uiextension.resources.dll |
14.0.3475.1 |
22,072 |
30. julij 24 |
22:39 |
x86 |
Microsoft.sqlserver.configuration.utilityextension.resources.dll |
14.0.1000.169 |
22,192 |
31. julij 24 |
00:15 |
x86 |
Microsoft.sqlserver.configuration.wizardframework.resources.dll |
14.0.3475.1 |
57,384 |
30. julij 24 |
22:39 |
x86 |
Microsoft.sqlserver.configuration.xtp.configextension.resources.dll |
14.0.1000.169 |
22,200 |
31. julij 24 |
00:13 |
x86 |
Microsoft.sqlserver.deployment.resources.dll |
14.0.1000.169 |
21,176 |
31. julij 24 |
00:16 |
x86 |
Microsoft.sqlserver.discovery.resources.dll |
14.0.3475.1 |
83,904 |
30. julij 24 |
22:37 |
x86 |
Microsoft.sqlserver.management.controls.resources.dll |
14.0.17041.0 |
85,752 |
31. julij 24 |
00:13 |
x86 |
Microsoft.sqlserver.setup.chainer.workflow.resources.dll |
14.0.3475.1 |
27,584 |
30. julij 24 |
22:39 |
x86 |
Landingpage.resources.dll |
14.0.3475.1 |
77,864 |
30. julij 24 |
22:47 |
x86 |
Microsoft.netenterpriseservers.exceptionmessagebox.resources.dll |
14.0.1000.169 |
89,784 |
31. julij 24 |
00:15 |
x86 |
Microsoft.sql.chainer.package.resources.dll |
14.0.3475.1 |
22,568 |
30. julij 24 |
22:47 |
x86 |
Microsoft.sql.chainer.product.resources.dll |
14.0.3475.1 |
349,632 |
30. julij 24 |
22:47 |
x86 |
Microsoft.sqlserver.chainer.extensioncommon.resources.dll |
14.0.3475.1 |
34,752 |
30. julij 24 |
22:47 |
x86 |
Microsoft.sqlserver.chainer.infrastructure.resources.dll |
14.0.3475.1 |
41,016 |
30. julij 24 |
22:47 |
x86 |
Microsoft.sqlserver.chainer.setup.resources.dll |
14.0.3475.1 |
17,960 |
30. julij 24 |
22:47 |
x86 |
Microsoft.sqlserver.configuration.agentextension.resources.dll |
14.0.3475.1 |
29,736 |
30. julij 24 |
22:47 |
x86 |
Microsoft.sqlserver.configuration.asextension.resources.dll |
14.0.3475.1 |
70,592 |
30. julij 24 |
22:47 |
x86 |
Microsoft.sqlserver.configuration.bootstrapextension.resources.dll |
14.0.3475.1 |
27,176 |
30. julij 24 |
22:47 |
x86 |
Microsoft.sqlserver.configuration.cluster.resources.dll |
14.0.3475.1 |
166,848 |
30. julij 24 |
22:47 |
x86 |
Microsoft.sqlserver.configuration.configextension.resources.dll |
14.0.3475.1 |
18,488 |
30. julij 24 |
22:47 |
x86 |
Microsoft.sqlserver.configuration.connectioninfo.resources.dll |
14.0.17041.0 |
26,360 |
31. julij 24 |
00:15 |
x86 |
Microsoft.sqlserver.configuration.distributedreplayextension.resources.dll |
14.0.1000.169 |
27,320 |
31. julij 24 |
00:24 |
x86 |
Microsoft.sqlserver.configuration.dmf.common.resources.dll |
14.0.17041.0 |
24,824 |
31. julij 24 |
00:25 |
x86 |
Microsoft.sqlserver.configuration.dmf.resources.dll |
14.0.17041.0 |
39,672 |
31. julij 24 |
00:21 |
x86 |
Microsoft.sqlserver.configuration.extensibility_configextension.resources.dll |
14.0.3475.1 |
21,440 |
30. julij 24 |
22:47 |
x86 |
Microsoft.sqlserver.configuration.fulltext_configextension.resources.dll |
14.0.3475.1 |
20,928 |
30. julij 24 |
22:47 |
x86 |
Microsoft.sqlserver.configuration.impy_configextension.resources.dll |
14.0.3475.1 |
16,320 |
30. julij 24 |
22:47 |
x86 |
Microsoft.sqlserver.configuration.imr_configextension.resources.dll |
14.0.3475.1 |
16,440 |
30. julij 24 |
22:47 |
x86 |
Microsoft.sqlserver.configuration.installwizard.resources.dll |
14.0.3475.1 |
1,085,992 |
30. julij 24 |
22:47 |
x86 |
Microsoft.sqlserver.configuration.installwizardframework.resources.dll |
14.0.3475.1 |
17,448 |
30. julij 24 |
22:47 |
x86 |
Microsoft.sqlserver.configuration.ismasterextension.resources.dll |
14.0.3475.1 |
21,544 |
30. julij 24 |
22:47 |
x86 |
Microsoft.sqlserver.configuration.isworkerextension.resources.dll |
14.0.1000.169 |
25,784 |
31. julij 24 |
00:27 |
x86 |
Microsoft.sqlserver.configuration.managementtoolsextension.resources.dll |
14.0.3475.1 |
20,928 |
30. julij 24 |
22:47 |
x86 |
Microsoft.sqlserver.configuration.msiextension.resources.dll |
14.0.3475.1 |
74,192 |
30. julij 24 |
22:47 |
x86 |
Microsoft.sqlserver.configuration.polybaseconfigextension.resources.dll |
14.0.3475.1 |
45,096 |
30. julij 24 |
22:47 |
x86 |
Microsoft.sqlserver.configuration.powershellextension.resources.dll |
14.0.3475.1 |
21,032 |
30. julij 24 |
22:47 |
x86 |
Microsoft.sqlserver.configuration.repl_configextension.resources.dll |
14.0.3475.1 |
17,448 |
30. julij 24 |
22:47 |
x86 |
Microsoft.sqlserver.configuration.resources.dll |
14.0.3475.1 |
65,064 |
30. julij 24 |
22:47 |
x86 |
Microsoft.sqlserver.configuration.rsextension.resources.dll |
14.0.3475.1 |
61,480 |
30. julij 24 |
22:47 |
x86 |
Microsoft.sqlserver.configuration.rulesengineextension.resources.dll |
14.0.3475.1 |
32,312 |
30. julij 24 |
22:47 |
x86 |
Microsoft.sqlserver.configuration.saa_configextension.resources.dll |
14.0.1000.169 |
22,192 |
31. julij 24 |
00:23 |
x86 |
Microsoft.sqlserver.configuration.sco.resources.dll |
14.0.3475.1 |
995,368 |
30. julij 24 |
22:47 |
x86 |
Microsoft.sqlserver.configuration.scoextension.resources.dll |
14.0.1000.169 |
60,088 |
31. julij 24 |
00:24 |
x86 |
Microsoft.sqlserver.configuration.setupextension.resources.dll |
14.0.3475.1 |
321,472 |
30. julij 24 |
22:47 |
x86 |
Microsoft.sqlserver.configuration.sfc.resources.dll |
14.0.17041.0 |
157,944 |
31. julij 24 |
00:22 |
x86 |
Microsoft.sqlserver.configuration.slpextension.resources.dll |
14.0.3475.1 |
22,056 |
30. julij 24 |
22:48 |
x86 |
Microsoft.sqlserver.configuration.smartsetupextension.resources.dll |
14.0.3475.1 |
35,264 |
30. julij 24 |
22:47 |
x86 |
Microsoft.sqlserver.configuration.smo.resources.dll |
14.0.17041.0 |
840,952 |
31. julij 24 |
00:27 |
x86 |
Microsoft.sqlserver.configuration.smpy_configextension.resources.dll |
14.0.3475.1 |
16,320 |
30. julij 24 |
22:47 |
x86 |
Microsoft.sqlserver.configuration.smr_configextension.resources.dll |
14.0.3475.1 |
16,424 |
30. julij 24 |
22:47 |
x86 |
Microsoft.sqlserver.configuration.sniserverconfigext.resources.dll |
2017.140.1000.169 |
36,536 |
31. julij 24 |
00:22 |
x86 |
Microsoft.sqlserver.configuration.sqlbrowserextension.resources.dll |
14.0.3475.1 |
38,336 |
30. julij 24 |
22:47 |
x86 |
Microsoft.sqlserver.configuration.sqlconfigbase.resources.dll |
14.0.3475.1 |
18,368 |
30. julij 24 |
22:47 |
x86 |
Microsoft.sqlserver.configuration.sqlenum.resources.dll |
14.0.17041.0 |
866,552 |
31. julij 24 |
00:21 |
x86 |
Microsoft.sqlserver.configuration.sqlserver_configextension.resources.dll |
2017.140.3475.1 |
152,000 |
30. julij 24 |
22:47 |
x86 |
Microsoft.sqlserver.configuration.ssisextension.resources.dll |
14.0.3475.1 |
21,544 |
30. julij 24 |
22:48 |
x86 |
Microsoft.sqlserver.configuration.uiextension.resources.dll |
14.0.3475.1 |
21,440 |
30. julij 24 |
22:47 |
x86 |
Microsoft.sqlserver.configuration.utilityextension.resources.dll |
14.0.1000.169 |
22,192 |
31. julij 24 |
00:26 |
x86 |
Microsoft.sqlserver.configuration.wizardframework.resources.dll |
14.0.3475.1 |
56,872 |
30. julij 24 |
22:47 |
x86 |
Microsoft.sqlserver.configuration.xtp.configextension.resources.dll |
14.0.1000.169 |
22,200 |
31. julij 24 |
00:26 |
x86 |
Microsoft.sqlserver.deployment.resources.dll |
14.0.1000.169 |
21,176 |
31. julij 24 |
00:28 |
x86 |
Microsoft.sqlserver.discovery.resources.dll |
14.0.3475.1 |
83,392 |
30. julij 24 |
22:47 |
x86 |
Microsoft.sqlserver.management.controls.resources.dll |
14.0.17041.0 |
85,752 |
31. julij 24 |
00:21 |
x86 |
Microsoft.sqlserver.setup.chainer.workflow.resources.dll |
14.0.3475.1 |
27,072 |
30. julij 24 |
22:47 |
x86 |
Landingpage.resources.dll |
14.0.3475.1 |
79,912 |
30. julij 24 |
22:37 |
x86 |
Microsoft.netenterpriseservers.exceptionmessagebox.resources.dll |
14.0.1000.169 |
89,784 |
31. julij 24 |
00:05 |
x86 |
Microsoft.sql.chainer.package.resources.dll |
14.0.3475.1 |
22,568 |
30. julij 24 |
22:36 |
x86 |
Microsoft.sql.chainer.product.resources.dll |
14.0.3475.1 |
349,640 |
30. julij 24 |
22:35 |
x86 |
Microsoft.sqlserver.chainer.extensioncommon.resources.dll |
14.0.3475.1 |
35,880 |
30. julij 24 |
22:36 |
x86 |
Microsoft.sqlserver.chainer.infrastructure.resources.dll |
14.0.3475.1 |
43,048 |
30. julij 24 |
22:37 |
x86 |
Microsoft.sqlserver.chainer.setup.resources.dll |
14.0.3475.1 |
18,376 |
30. julij 24 |
22:37 |
x86 |
Microsoft.sqlserver.configuration.agentextension.resources.dll |
14.0.3475.1 |
32,704 |
30. julij 24 |
22:35 |
x86 |
Microsoft.sqlserver.configuration.asextension.resources.dll |
14.0.3475.1 |
75,832 |
30. julij 24 |
22:35 |
x86 |
Microsoft.sqlserver.configuration.bootstrapextension.resources.dll |
14.0.3475.1 |
29,224 |
30. julij 24 |
22:36 |
x86 |
Microsoft.sqlserver.configuration.cluster.resources.dll |
14.0.3475.1 |
185,792 |
30. julij 24 |
22:36 |
x86 |
Microsoft.sqlserver.configuration.configextension.resources.dll |
14.0.3475.1 |
18,896 |
30. julij 24 |
22:35 |
x86 |
Microsoft.sqlserver.configuration.connectioninfo.resources.dll |
14.0.17041.0 |
36,600 |
31. julij 24 |
00:09 |
x86 |
Microsoft.sqlserver.configuration.distributedreplayextension.resources.dll |
14.0.1000.169 |
27,832 |
31. julij 24 |
00:11 |
x86 |
Microsoft.sqlserver.configuration.dmf.common.resources.dll |
14.0.17041.0 |
25,336 |
31. julij 24 |
00:10 |
x86 |
Microsoft.sqlserver.configuration.dmf.resources.dll |
14.0.17041.0 |
41,720 |
31. julij 24 |
00:08 |
x86 |
Microsoft.sqlserver.configuration.extensibility_configextension.resources.dll |
14.0.3475.1 |
21,952 |
30. julij 24 |
22:36 |
x86 |
Microsoft.sqlserver.configuration.fulltext_configextension.resources.dll |
14.0.3475.1 |
20,944 |
30. julij 24 |
22:37 |
x86 |
Microsoft.sqlserver.configuration.impy_configextension.resources.dll |
14.0.3475.1 |
16,336 |
30. julij 24 |
22:37 |
x86 |
Microsoft.sqlserver.configuration.imr_configextension.resources.dll |
14.0.3475.1 |
16,424 |
30. julij 24 |
22:36 |
x86 |
Microsoft.sqlserver.configuration.installwizard.resources.dll |
14.0.3475.1 |
1,098,792 |
30. julij 24 |
22:35 |
x86 |
Microsoft.sqlserver.configuration.installwizardframework.resources.dll |
14.0.3475.1 |
17,360 |
30. julij 24 |
22:37 |
x86 |
Microsoft.sqlserver.configuration.ismasterextension.resources.dll |
14.0.3475.1 |
21,544 |
30. julij 24 |
22:36 |
x86 |
Microsoft.sqlserver.configuration.isworkerextension.resources.dll |
14.0.1000.169 |
26,296 |
31. julij 24 |
00:11 |
x86 |
Microsoft.sqlserver.configuration.managementtoolsextension.resources.dll |
14.0.3475.1 |
21,032 |
30. julij 24 |
22:37 |
x86 |
Microsoft.sqlserver.configuration.msiextension.resources.dll |
14.0.3475.1 |
78,288 |
30. julij 24 |
22:35 |
x86 |
Microsoft.sqlserver.configuration.polybaseconfigextension.resources.dll |
14.0.3475.1 |
46,632 |
30. julij 24 |
22:37 |
x86 |
Microsoft.sqlserver.configuration.powershellextension.resources.dll |
14.0.3475.1 |
21,544 |
30. julij 24 |
22:36 |
x86 |
Microsoft.sqlserver.configuration.repl_configextension.resources.dll |
14.0.3475.1 |
17,448 |
30. julij 24 |
22:35 |
x86 |
Microsoft.sqlserver.configuration.resources.dll |
14.0.3475.1 |
70,184 |
30. julij 24 |
22:35 |
x86 |
Microsoft.sqlserver.configuration.rsextension.resources.dll |
14.0.3475.1 |
66,512 |
30. julij 24 |
22:36 |
x86 |
Microsoft.sqlserver.configuration.rulesengineextension.resources.dll |
14.0.3475.1 |
32,808 |
30. julij 24 |
22:37 |
x86 |
Microsoft.sqlserver.configuration.saa_configextension.resources.dll |
14.0.1000.169 |
22,200 |
31. julij 24 |
00:10 |
x86 |
Microsoft.sqlserver.configuration.sco.resources.dll |
14.0.3475.1 |
959,544 |
30. julij 24 |
22:36 |
x86 |
Microsoft.sqlserver.configuration.scoextension.resources.dll |
14.0.1000.169 |
62,648 |
31. julij 24 |
00:09 |
x86 |
Microsoft.sqlserver.configuration.setupextension.resources.dll |
14.0.3475.1 |
341,544 |
30. julij 24 |
22:36 |
x86 |
Microsoft.sqlserver.configuration.sfc.resources.dll |
14.0.17041.0 |
160,504 |
31. julij 24 |
00:07 |
x86 |
Microsoft.sqlserver.configuration.slpextension.resources.dll |
14.0.3475.1 |
22,056 |
30. julij 24 |
22:35 |
x86 |
Microsoft.sqlserver.configuration.smartsetupextension.resources.dll |
14.0.3475.1 |
38,440 |
30. julij 24 |
22:36 |
x86 |
Microsoft.sqlserver.configuration.smo.resources.dll |
14.0.17041.0 |
909,048 |
31. julij 24 |
00:09 |
x86 |
Microsoft.sqlserver.configuration.smpy_configextension.resources.dll |
14.0.3475.1 |
16,320 |
30. julij 24 |
22:35 |
x86 |
Microsoft.sqlserver.configuration.smr_configextension.resources.dll |
14.0.3475.1 |
16,440 |
30. julij 24 |
22:35 |
x86 |
Microsoft.sqlserver.configuration.sniserverconfigext.resources.dll |
2017.140.1000.169 |
27,824 |
31. julij 24 |
00:11 |
x86 |
Microsoft.sqlserver.configuration.sqlbrowserextension.resources.dll |
14.0.3475.1 |
40,488 |
30. julij 24 |
22:35 |
x86 |
Microsoft.sqlserver.configuration.sqlconfigbase.resources.dll |
14.0.3475.1 |
18,880 |
30. julij 24 |
22:36 |
x86 |
Microsoft.sqlserver.configuration.sqlenum.resources.dll |
14.0.17041.0 |
868,088 |
31. julij 24 |
00:08 |
x86 |
Microsoft.sqlserver.configuration.sqlserver_configextension.resources.dll |
2017.140.3475.1 |
160,720 |
30. julij 24 |
22:36 |
x86 |
Microsoft.sqlserver.configuration.ssisextension.resources.dll |
14.0.3475.1 |
22,056 |
30. julij 24 |
22:36 |
x86 |
Microsoft.sqlserver.configuration.uiextension.resources.dll |
14.0.3475.1 |
22,584 |
30. julij 24 |
22:35 |
x86 |
Microsoft.sqlserver.configuration.utilityextension.resources.dll |
14.0.1000.169 |
22,712 |
31. julij 24 |
00:09 |
x86 |
Microsoft.sqlserver.configuration.wizardframework.resources.dll |
14.0.3475.1 |
57,384 |
30. julij 24 |
22:36 |
x86 |
Microsoft.sqlserver.configuration.xtp.configextension.resources.dll |
14.0.1000.169 |
21,688 |
31. julij 24 |
00:11 |
x86 |
Microsoft.sqlserver.deployment.resources.dll |
14.0.1000.169 |
21,176 |
31. julij 24 |
00:07 |
x86 |
Microsoft.sqlserver.discovery.resources.dll |
14.0.3475.1 |
84,008 |
30. julij 24 |
22:36 |
x86 |
Microsoft.sqlserver.management.controls.resources.dll |
14.0.17041.0 |
85,752 |
31. julij 24 |
00:08 |
x86 |
Microsoft.sqlserver.setup.chainer.workflow.resources.dll |
14.0.3475.1 |
28,112 |
30. julij 24 |
22:36 |
x86 |
Landingpage.resources.dll |
14.0.3475.1 |
77,760 |
30. julij 24 |
22:33 |
x86 |
Microsoft.netenterpriseservers.exceptionmessagebox.resources.dll |
14.0.1000.169 |
89,784 |
31. julij 24 |
00:16 |
x86 |
Microsoft.sql.chainer.package.resources.dll |
14.0.3475.1 |
22,568 |
30. julij 24 |
22:34 |
x86 |
Microsoft.sql.chainer.product.resources.dll |
14.0.3475.1 |
349,736 |
30. julij 24 |
22:33 |
x86 |
Microsoft.sqlserver.chainer.extensioncommon.resources.dll |
14.0.3475.1 |
35,280 |
30. julij 24 |
22:33 |
x86 |
Microsoft.sqlserver.chainer.infrastructure.resources.dll |
14.0.3475.1 |
41,512 |
30. julij 24 |
22:34 |
x86 |
Microsoft.sqlserver.chainer.setup.resources.dll |
14.0.3475.1 |
17,872 |
30. julij 24 |
22:33 |
x86 |
Microsoft.sqlserver.configuration.agentextension.resources.dll |
14.0.3475.1 |
30,776 |
30. julij 24 |
22:34 |
x86 |
Microsoft.sqlserver.configuration.asextension.resources.dll |
14.0.3475.1 |
71,616 |
30. julij 24 |
22:33 |
x86 |
Microsoft.sqlserver.configuration.bootstrapextension.resources.dll |
14.0.3475.1 |
27,176 |
30. julij 24 |
22:34 |
x86 |
Microsoft.sqlserver.configuration.cluster.resources.dll |
14.0.3475.1 |
174,136 |
30. julij 24 |
22:33 |
x86 |
Microsoft.sqlserver.configuration.configextension.resources.dll |
14.0.3475.1 |
18,984 |
30. julij 24 |
22:34 |
x86 |
Microsoft.sqlserver.configuration.connectioninfo.resources.dll |
14.0.17041.0 |
26,360 |
31. julij 24 |
00:14 |
x86 |
Microsoft.sqlserver.configuration.distributedreplayextension.resources.dll |
14.0.1000.169 |
27,320 |
31. julij 24 |
00:15 |
x86 |
Microsoft.sqlserver.configuration.dmf.common.resources.dll |
14.0.17041.0 |
25,336 |
31. julij 24 |
00:15 |
x86 |
Microsoft.sqlserver.configuration.dmf.resources.dll |
14.0.17041.0 |
39,672 |
31. julij 24 |
00:13 |
x86 |
Microsoft.sqlserver.configuration.extensibility_configextension.resources.dll |
14.0.3475.1 |
21,456 |
30. julij 24 |
22:34 |
x86 |
Microsoft.sqlserver.configuration.fulltext_configextension.resources.dll |
14.0.3475.1 |
20,416 |
30. julij 24 |
22:33 |
x86 |
Microsoft.sqlserver.configuration.impy_configextension.resources.dll |
14.0.3475.1 |
16,424 |
30. julij 24 |
22:34 |
x86 |
Microsoft.sqlserver.configuration.imr_configextension.resources.dll |
14.0.3475.1 |
16,320 |
30. julij 24 |
22:34 |
x86 |
Microsoft.sqlserver.configuration.installwizard.resources.dll |
14.0.3475.1 |
1,086,008 |
30. julij 24 |
22:35 |
x86 |
Microsoft.sqlserver.configuration.installwizardframework.resources.dll |
14.0.3475.1 |
17,344 |
30. julij 24 |
22:34 |
x86 |
Microsoft.sqlserver.configuration.ismasterextension.resources.dll |
14.0.3475.1 |
20,928 |
30. julij 24 |
22:34 |
x86 |
Microsoft.sqlserver.configuration.isworkerextension.resources.dll |
14.0.1000.169 |
25,784 |
31. julij 24 |
00:12 |
x86 |
Microsoft.sqlserver.configuration.managementtoolsextension.resources.dll |
14.0.3475.1 |
21,032 |
30. julij 24 |
22:34 |
x86 |
Microsoft.sqlserver.configuration.msiextension.resources.dll |
14.0.3475.1 |
73,768 |
30. julij 24 |
22:34 |
x86 |
Microsoft.sqlserver.configuration.polybaseconfigextension.resources.dll |
14.0.3475.1 |
45,096 |
30. julij 24 |
22:34 |
x86 |
Microsoft.sqlserver.configuration.powershellextension.resources.dll |
14.0.3475.1 |
21,032 |
30. julij 24 |
22:35 |
x86 |
Microsoft.sqlserver.configuration.repl_configextension.resources.dll |
14.0.3475.1 |
17,352 |
30. julij 24 |
22:34 |
x86 |
Microsoft.sqlserver.configuration.resources.dll |
14.0.3475.1 |
65,592 |
30. julij 24 |
22:34 |
x86 |
Microsoft.sqlserver.configuration.rsextension.resources.dll |
14.0.3475.1 |
61,888 |
30. julij 24 |
22:34 |
x86 |
Microsoft.sqlserver.configuration.rulesengineextension.resources.dll |
14.0.3475.1 |
32,312 |
30. julij 24 |
22:33 |
x86 |
Microsoft.sqlserver.configuration.saa_configextension.resources.dll |
14.0.1000.169 |
22,200 |
31. julij 24 |
00:16 |
x86 |
Microsoft.sqlserver.configuration.sco.resources.dll |
14.0.3475.1 |
862,672 |
30. julij 24 |
22:33 |
x86 |
Microsoft.sqlserver.configuration.scoextension.resources.dll |
14.0.1000.169 |
60,600 |
31. julij 24 |
00:15 |
x86 |
Microsoft.sqlserver.configuration.setupextension.resources.dll |
14.0.3475.1 |
320,960 |
30. julij 24 |
22:34 |
x86 |
Microsoft.sqlserver.configuration.sfc.resources.dll |
14.0.17041.0 |
158,968 |
31. julij 24 |
00:14 |
x86 |
Microsoft.sqlserver.configuration.slpextension.resources.dll |
14.0.3475.1 |
22,056 |
30. julij 24 |
22:34 |
x86 |
Microsoft.sqlserver.configuration.smartsetupextension.resources.dll |
14.0.3475.1 |
35,264 |
30. julij 24 |
22:33 |
x86 |
Microsoft.sqlserver.configuration.smo.resources.dll |
14.0.17041.0 |
866,040 |
31. julij 24 |
00:13 |
x86 |
Microsoft.sqlserver.configuration.smpy_configextension.resources.dll |
14.0.3475.1 |
16,320 |
30. julij 24 |
22:33 |
x86 |
Microsoft.sqlserver.configuration.smr_configextension.resources.dll |
14.0.3475.1 |
16,424 |
30. julij 24 |
22:34 |
x86 |
Microsoft.sqlserver.configuration.sniserverconfigext.resources.dll |
2017.140.1000.169 |
27,320 |
31. julij 24 |
00:12 |
x86 |
Microsoft.sqlserver.configuration.sqlbrowserextension.resources.dll |
14.0.3475.1 |
38,336 |
30. julij 24 |
22:34 |
x86 |
Microsoft.sqlserver.configuration.sqlconfigbase.resources.dll |
14.0.3475.1 |
18,368 |
30. julij 24 |
22:34 |
x86 |
Microsoft.sqlserver.configuration.sqlenum.resources.dll |
14.0.17041.0 |
867,064 |
31. julij 24 |
00:13 |
x86 |
Microsoft.sqlserver.configuration.sqlserver_configextension.resources.dll |
2017.140.3475.1 |
154,048 |
30. julij 24 |
22:34 |
x86 |
Microsoft.sqlserver.configuration.ssisextension.resources.dll |
14.0.3475.1 |
21,544 |
30. julij 24 |
22:34 |
x86 |
Microsoft.sqlserver.configuration.uiextension.resources.dll |
14.0.3475.1 |
21,952 |
30. julij 24 |
22:33 |
x86 |
Microsoft.sqlserver.configuration.utilityextension.resources.dll |
14.0.1000.169 |
22,200 |
31. julij 24 |
00:13 |
x86 |
Microsoft.sqlserver.configuration.wizardframework.resources.dll |
14.0.3475.1 |
57,384 |
30. julij 24 |
22:33 |
x86 |
Microsoft.sqlserver.configuration.xtp.configextension.resources.dll |
14.0.1000.169 |
21,688 |
31. julij 24 |
00:14 |
x86 |
Microsoft.sqlserver.deployment.resources.dll |
14.0.1000.169 |
21,176 |
31. julij 24 |
00:15 |
x86 |
Microsoft.sqlserver.discovery.resources.dll |
14.0.3475.1 |
83,904 |
30. julij 24 |
22:34 |
x86 |
Microsoft.sqlserver.management.controls.resources.dll |
14.0.17041.0 |
85,752 |
31. julij 24 |
00:12 |
x86 |
Microsoft.sqlserver.setup.chainer.workflow.resources.dll |
14.0.3475.1 |
27,176 |
30. julij 24 |
22:34 |
x86 |
Landingpage.resources.dll |
14.0.3475.1 |
77,864 |
30. julij 24 |
22:36 |
x86 |
Microsoft.netenterpriseservers.exceptionmessagebox.resources.dll |
14.0.1000.169 |
89,776 |
31. julij 24 |
00:17 |
x86 |
Microsoft.sql.chainer.package.resources.dll |
14.0.3475.1 |
22,568 |
30. julij 24 |
22:35 |
x86 |
Microsoft.sql.chainer.product.resources.dll |
14.0.3475.1 |
349,736 |
30. julij 24 |
22:37 |
x86 |
Microsoft.sqlserver.chainer.extensioncommon.resources.dll |
14.0.3475.1 |
34,768 |
30. julij 24 |
22:36 |
x86 |
Microsoft.sqlserver.chainer.infrastructure.resources.dll |
14.0.3475.1 |
41,000 |
30. julij 24 |
22:35 |
x86 |
Microsoft.sqlserver.chainer.setup.resources.dll |
14.0.3475.1 |
17,960 |
30. julij 24 |
22:35 |
x86 |
Microsoft.sqlserver.configuration.agentextension.resources.dll |
14.0.3475.1 |
29,752 |
30. julij 24 |
22:37 |
x86 |
Microsoft.sqlserver.configuration.asextension.resources.dll |
14.0.3475.1 |
70,592 |
30. julij 24 |
22:37 |
x86 |
Microsoft.sqlserver.configuration.bootstrapextension.resources.dll |
14.0.3475.1 |
27,192 |
30. julij 24 |
22:36 |
x86 |
Microsoft.sqlserver.configuration.cluster.resources.dll |
14.0.3475.1 |
166,456 |
30. julij 24 |
22:36 |
x86 |
Microsoft.sqlserver.configuration.configextension.resources.dll |
14.0.3475.1 |
19,000 |
30. julij 24 |
22:36 |
x86 |
Microsoft.sqlserver.configuration.connectioninfo.resources.dll |
14.0.17041.0 |
25,848 |
31. julij 24 |
00:20 |
x86 |
Microsoft.sqlserver.configuration.distributedreplayextension.resources.dll |
14.0.1000.169 |
27,320 |
31. julij 24 |
00:19 |
x86 |
Microsoft.sqlserver.configuration.dmf.common.resources.dll |
14.0.17041.0 |
24,824 |
31. julij 24 |
00:19 |
x86 |
Microsoft.sqlserver.configuration.dmf.resources.dll |
14.0.17041.0 |
38,648 |
31. julij 24 |
00:20 |
x86 |
Microsoft.sqlserver.configuration.extensibility_configextension.resources.dll |
14.0.3475.1 |
21,440 |
30. julij 24 |
22:35 |
x86 |
Microsoft.sqlserver.configuration.fulltext_configextension.resources.dll |
14.0.3475.1 |
20,944 |
30. julij 24 |
22:37 |
x86 |
Microsoft.sqlserver.configuration.impy_configextension.resources.dll |
14.0.3475.1 |
16,424 |
30. julij 24 |
22:35 |
x86 |
Microsoft.sqlserver.configuration.imr_configextension.resources.dll |
14.0.3475.1 |
16,440 |
30. julij 24 |
22:36 |
x86 |
Microsoft.sqlserver.configuration.installwizard.resources.dll |
14.0.3475.1 |
1,085,992 |
30. julij 24 |
22:35 |
x86 |
Microsoft.sqlserver.configuration.installwizardframework.resources.dll |
14.0.3475.1 |
17,344 |
30. julij 24 |
22:37 |
x86 |
Microsoft.sqlserver.configuration.ismasterextension.resources.dll |
14.0.3475.1 |
21,048 |
30. julij 24 |
22:36 |
x86 |
Microsoft.sqlserver.configuration.isworkerextension.resources.dll |
14.0.1000.169 |
25,784 |
31. julij 24 |
00:20 |
x86 |
Microsoft.sqlserver.configuration.managementtoolsextension.resources.dll |
14.0.3475.1 |
20,928 |
30. julij 24 |
22:36 |
x86 |
Microsoft.sqlserver.configuration.msiextension.resources.dll |
14.0.3475.1 |
73,168 |
30. julij 24 |
22:35 |
x86 |
Microsoft.sqlserver.configuration.polybaseconfigextension.resources.dll |
14.0.3475.1 |
45,112 |
30. julij 24 |
22:36 |
x86 |
Microsoft.sqlserver.configuration.powershellextension.resources.dll |
14.0.3475.1 |
21,032 |
30. julij 24 |
22:36 |
x86 |
Microsoft.sqlserver.configuration.repl_configextension.resources.dll |
14.0.3475.1 |
17,464 |
30. julij 24 |
22:35 |
x86 |
Microsoft.sqlserver.configuration.resources.dll |
14.0.3475.1 |
64,040 |
30. julij 24 |
22:36 |
x86 |
Microsoft.sqlserver.configuration.rsextension.resources.dll |
14.0.3475.1 |
61,992 |
30. julij 24 |
22:36 |
x86 |
Microsoft.sqlserver.configuration.rulesengineextension.resources.dll |
14.0.3475.1 |
32,312 |
30. julij 24 |
22:36 |
x86 |
Microsoft.sqlserver.configuration.saa_configextension.resources.dll |
14.0.1000.169 |
22,192 |
31. julij 24 |
00:19 |
x86 |
Microsoft.sqlserver.configuration.sco.resources.dll |
14.0.3475.1 |
929,728 |
30. julij 24 |
22:35 |
x86 |
Microsoft.sqlserver.configuration.scoextension.resources.dll |
14.0.1000.169 |
58,032 |
31. julij 24 |
00:20 |
x86 |
Microsoft.sqlserver.configuration.setupextension.resources.dll |
14.0.3475.1 |
318,400 |
30. julij 24 |
22:36 |
x86 |
Microsoft.sqlserver.configuration.sfc.resources.dll |
14.0.17041.0 |
157,432 |
31. julij 24 |
00:17 |
x86 |
Microsoft.sqlserver.configuration.slpextension.resources.dll |
14.0.3475.1 |
22,056 |
30. julij 24 |
22:35 |
x86 |
Microsoft.sqlserver.configuration.smartsetupextension.resources.dll |
14.0.3475.1 |
34,344 |
30. julij 24 |
22:35 |
x86 |
Microsoft.sqlserver.configuration.smo.resources.dll |
14.0.17041.0 |
853,240 |
31. julij 24 |
00:16 |
x86 |
Microsoft.sqlserver.configuration.smpy_configextension.resources.dll |
14.0.3475.1 |
16,320 |
30. julij 24 |
22:37 |
x86 |
Microsoft.sqlserver.configuration.smr_configextension.resources.dll |
14.0.3475.1 |
16,320 |
30. julij 24 |
22:37 |
x86 |
Microsoft.sqlserver.configuration.sniserverconfigext.resources.dll |
2017.140.1000.169 |
36,536 |
31. julij 24 |
00:20 |
x86 |
Microsoft.sqlserver.configuration.sqlbrowserextension.resources.dll |
14.0.3475.1 |
37,928 |
30. julij 24 |
22:37 |
x86 |
Microsoft.sqlserver.configuration.sqlconfigbase.resources.dll |
14.0.3475.1 |
18,368 |
30. julij 24 |
22:35 |
x86 |
Microsoft.sqlserver.configuration.sqlenum.resources.dll |
14.0.17041.0 |
866,552 |
31. julij 24 |
00:19 |
x86 |
Microsoft.sqlserver.configuration.sqlserver_configextension.resources.dll |
2017.140.3475.1 |
152,000 |
30. julij 24 |
22:37 |
x86 |
Microsoft.sqlserver.configuration.ssisextension.resources.dll |
14.0.3475.1 |
21,544 |
30. julij 24 |
22:36 |
x86 |
Microsoft.sqlserver.configuration.uiextension.resources.dll |
14.0.3475.1 |
21,440 |
30. julij 24 |
22:36 |
x86 |
Microsoft.sqlserver.configuration.utilityextension.resources.dll |
14.0.1000.169 |
22,200 |
31. julij 24 |
00:17 |
x86 |
Microsoft.sqlserver.configuration.wizardframework.resources.dll |
14.0.3475.1 |
56,872 |
30. julij 24 |
22:35 |
x86 |
Microsoft.sqlserver.configuration.xtp.configextension.resources.dll |
14.0.1000.169 |
22,200 |
31. julij 24 |
00:20 |
x86 |
Microsoft.sqlserver.deployment.resources.dll |
14.0.1000.169 |
21,176 |
31. julij 24 |
00:20 |
x86 |
Microsoft.sqlserver.discovery.resources.dll |
14.0.3475.1 |
83,392 |
30. julij 24 |
22:35 |
x86 |
Microsoft.sqlserver.management.controls.resources.dll |
14.0.17041.0 |
85,752 |
31. julij 24 |
00:19 |
x86 |
Microsoft.sqlserver.setup.chainer.workflow.resources.dll |
14.0.3475.1 |
27,072 |
30. julij 24 |
22:36 |
x86 |
Landingpage.resources.dll |
14.0.3475.1 |
82,472 |
30. julij 24 |
22:33 |
x86 |
Microsoft.netenterpriseservers.exceptionmessagebox.resources.dll |
14.0.1000.169 |
89,784 |
31. julij 24 |
00:14 |
x86 |
Microsoft.sql.chainer.package.resources.dll |
14.0.3475.1 |
22,584 |
30. julij 24 |
22:32 |
x86 |
Microsoft.sql.chainer.product.resources.dll |
14.0.3475.1 |
349,632 |
30. julij 24 |
22:32 |
x86 |
Microsoft.sqlserver.chainer.extensioncommon.resources.dll |
14.0.3475.1 |
37,824 |
30. julij 24 |
22:33 |
x86 |
Microsoft.sqlserver.chainer.infrastructure.resources.dll |
14.0.3475.1 |
47,656 |
30. julij 24 |
22:34 |
x86 |
Microsoft.sqlserver.chainer.setup.resources.dll |
14.0.3475.1 |
19,496 |
30. julij 24 |
22:34 |
x86 |
Microsoft.sqlserver.configuration.agentextension.resources.dll |
14.0.3475.1 |
34,344 |
30. julij 24 |
22:34 |
x86 |
Microsoft.sqlserver.configuration.asextension.resources.dll |
14.0.3475.1 |
80,832 |
30. julij 24 |
22:34 |
x86 |
Microsoft.sqlserver.configuration.bootstrapextension.resources.dll |
14.0.3475.1 |
32,296 |
30. julij 24 |
22:34 |
x86 |
Microsoft.sqlserver.configuration.cluster.resources.dll |
14.0.3475.1 |
198,184 |
30. julij 24 |
22:35 |
x86 |
Microsoft.sqlserver.configuration.configextension.resources.dll |
14.0.3475.1 |
20,416 |
30. julij 24 |
22:34 |
x86 |
Microsoft.sqlserver.configuration.connectioninfo.resources.dll |
14.0.17041.0 |
28,408 |
31. julij 24 |
00:07 |
x86 |
Microsoft.sqlserver.configuration.distributedreplayextension.resources.dll |
14.0.1000.169 |
28,856 |
31. julij 24 |
00:20 |
x86 |
Microsoft.sqlserver.configuration.dmf.common.resources.dll |
14.0.17041.0 |
26,360 |
31. julij 24 |
00:03 |
x86 |
Microsoft.sqlserver.configuration.dmf.resources.dll |
14.0.17041.0 |
45,304 |
31. julij 24 |
00:06 |
x86 |
Microsoft.sqlserver.configuration.extensibility_configextension.resources.dll |
14.0.3475.1 |
23,608 |
30. julij 24 |
22:35 |
x86 |
Microsoft.sqlserver.configuration.fulltext_configextension.resources.dll |
14.0.3475.1 |
22,464 |
30. julij 24 |
22:33 |
x86 |
Microsoft.sqlserver.configuration.impy_configextension.resources.dll |
14.0.3475.1 |
16,424 |
30. julij 24 |
22:34 |
x86 |
Microsoft.sqlserver.configuration.imr_configextension.resources.dll |
14.0.3475.1 |
16,832 |
30. julij 24 |
22:33 |
x86 |
Microsoft.sqlserver.configuration.installwizard.resources.dll |
14.0.3475.1 |
1,118,760 |
30. julij 24 |
22:33 |
x86 |
Microsoft.sqlserver.configuration.installwizardframework.resources.dll |
14.0.3475.1 |
17,344 |
30. julij 24 |
22:33 |
x86 |
Microsoft.sqlserver.configuration.ismasterextension.resources.dll |
14.0.3475.1 |
22,056 |
30. julij 24 |
22:34 |
x86 |
Microsoft.sqlserver.configuration.isworkerextension.resources.dll |
14.0.1000.169 |
26,808 |
31. julij 24 |
00:17 |
x86 |
Microsoft.sqlserver.configuration.managementtoolsextension.resources.dll |
14.0.3475.1 |
20,944 |
30. julij 24 |
22:34 |
x86 |
Microsoft.sqlserver.configuration.msiextension.resources.dll |
14.0.3475.1 |
85,048 |
30. julij 24 |
22:34 |
x86 |
Microsoft.sqlserver.configuration.polybaseconfigextension.resources.dll |
14.0.3475.1 |
48,680 |
30. julij 24 |
22:33 |
x86 |
Microsoft.sqlserver.configuration.powershellextension.resources.dll |
14.0.3475.1 |
21,456 |
30. julij 24 |
22:33 |
x86 |
Microsoft.sqlserver.configuration.repl_configextension.resources.dll |
14.0.3475.1 |
17,464 |
30. julij 24 |
22:34 |
x86 |
Microsoft.sqlserver.configuration.resources.dll |
14.0.3475.1 |
77,864 |
30. julij 24 |
22:34 |
x86 |
Microsoft.sqlserver.configuration.rsextension.resources.dll |
14.0.3475.1 |
75,320 |
30. julij 24 |
22:34 |
x86 |
Microsoft.sqlserver.configuration.rulesengineextension.resources.dll |
14.0.3475.1 |
34,344 |
30. julij 24 |
22:34 |
x86 |
Microsoft.sqlserver.configuration.saa_configextension.resources.dll |
14.0.1000.169 |
22,200 |
31. julij 24 |
00:18 |
x86 |
Microsoft.sqlserver.configuration.sco.resources.dll |
14.0.3475.1 |
1,259,064 |
30. julij 24 |
22:34 |
x86 |
Microsoft.sqlserver.configuration.scoextension.resources.dll |
14.0.1000.169 |
66,232 |
31. julij 24 |
00:18 |
x86 |
Microsoft.sqlserver.configuration.setupextension.resources.dll |
14.0.3475.1 |
370,112 |
30. julij 24 |
22:33 |
x86 |
Microsoft.sqlserver.configuration.sfc.resources.dll |
14.0.17041.0 |
163,576 |
31. julij 24 |
00:06 |
x86 |
Microsoft.sqlserver.configuration.slpextension.resources.dll |
14.0.3475.1 |
22,568 |
30. julij 24 |
22:34 |
x86 |
Microsoft.sqlserver.configuration.smartsetupextension.resources.dll |
14.0.3475.1 |
42,552 |
30. julij 24 |
22:33 |
x86 |
Microsoft.sqlserver.configuration.smo.resources.dll |
14.0.17041.0 |
1,092,344 |
31. julij 24 |
00:05 |
x86 |
Microsoft.sqlserver.configuration.smpy_configextension.resources.dll |
14.0.3475.1 |
16,320 |
30. julij 24 |
22:33 |
x86 |
Microsoft.sqlserver.configuration.smr_configextension.resources.dll |
14.0.3475.1 |
16,832 |
30. julij 24 |
22:33 |
x86 |
Microsoft.sqlserver.configuration.sniserverconfigext.resources.dll |
2017.140.1000.169 |
28,848 |
31. julij 24 |
00:20 |
x86 |
Microsoft.sqlserver.configuration.sqlbrowserextension.resources.dll |
14.0.3475.1 |
44,600 |
30. julij 24 |
22:33 |
x86 |
Microsoft.sqlserver.configuration.sqlconfigbase.resources.dll |
14.0.3475.1 |
19,904 |
30. julij 24 |
22:34 |
x86 |
Microsoft.sqlserver.configuration.sqlenum.resources.dll |
14.0.17041.0 |
869,624 |
31. julij 24 |
00:05 |
x86 |
Microsoft.sqlserver.configuration.sqlserver_configextension.resources.dll |
2017.140.3475.1 |
170,944 |
30. julij 24 |
22:33 |
x86 |
Microsoft.sqlserver.configuration.ssisextension.resources.dll |
14.0.3475.1 |
22,464 |
30. julij 24 |
22:34 |
x86 |
Microsoft.sqlserver.configuration.uiextension.resources.dll |
14.0.3475.1 |
23,592 |
30. julij 24 |
22:34 |
x86 |
Microsoft.sqlserver.configuration.utilityextension.resources.dll |
14.0.1000.169 |
22,712 |
31. julij 24 |
00:16 |
x86 |
Microsoft.sqlserver.configuration.wizardframework.resources.dll |
14.0.3475.1 |
57,896 |
30. julij 24 |
22:34 |
x86 |
Microsoft.sqlserver.configuration.xtp.configextension.resources.dll |
14.0.1000.169 |
22,200 |
31. julij 24 |
00:19 |
x86 |
Microsoft.sqlserver.deployment.resources.dll |
14.0.1000.169 |
21,176 |
31. julij 24 |
00:19 |
x86 |
Microsoft.sqlserver.discovery.resources.dll |
14.0.3475.1 |
84,024 |
30. julij 24 |
22:33 |
x86 |
Microsoft.sqlserver.management.controls.resources.dll |
14.0.17041.0 |
85,752 |
31. julij 24 |
00:04 |
x86 |
Microsoft.sqlserver.setup.chainer.workflow.resources.dll |
14.0.3475.1 |
29,648 |
30. julij 24 |
22:34 |
x86 |
Conn_info.msp |
Ne velja |
1,368,064 |
31. julij 24 |
02:53 |
Ne velja |
Masterdataservices.msi |
Ne velja |
26,923,008 |
31. julij 24 |
02:56 |
Ne velja |
Masterdataservicesexceladdin.msi |
Ne velja |
3,260,416 |
31. julij 24 |
02:56 |
Ne velja |
Msmpisetup.exe |
10.1.12498.18 |
7,887,688 |
30. julij 24 |
22:42 |
x86 |
Rsfx.msi |
Ne velja |
2,342,912 |
31. julij 24 |
02:56 |
Ne velja |
Smo.msp |
Ne velja |
2,899,968 |
31. julij 24 |
02:53 |
Ne velja |
Smo_extensions.msp |
Ne velja |
1,798,144 |
31. julij 24 |
02:53 |
Ne velja |
Sql_as.msp |
Ne velja |
111,104,000 |
31. julij 24 |
02:28 |
Ne velja |
Sql_batchparser.msp |
Ne velja |
1,458,176 |
31. julij 24 |
02:53 |
Ne velja |
Sql_common_core.msp |
Ne velja |
6,275,072 |
31. julij 24 |
02:53 |
Ne velja |
Sql_dmf.msp |
Ne velja |
1,445,888 |
31. julij 24 |
02:53 |
Ne velja |
Sql_dqc.msp |
Ne velja |
1,863,680 |
31. julij 24 |
02:31 |
Ne velja |
Sql_dq_common.msp |
Ne velja |
2,809,856 |
31. julij 24 |
02:31 |
Ne velja |
Sql_dreplay_client.msp |
Ne velja |
1,777,664 |
31. julij 24 |
02:31 |
Ne velja |
Sql_dreplay_controller.msp |
Ne velja |
1,810,432 |
31. julij 24 |
02:31 |
Ne velja |
Sql_engine_core_inst.msp |
Ne velja |
81,522,688 |
31. julij 24 |
02:53 |
Ne velja |
Sql_engine_core_shared.msp |
Ne velja |
15,204,352 |
31. julij 24 |
02:53 |
Ne velja |
Sql_extensibility.msp |
Ne velja |
2,035,712 |
31. julij 24 |
02:30 |
Ne velja |
Sql_fulltext.msp |
Ne velja |
1,675,264 |
31. julij 24 |
02:30 |
Ne velja |
Sql_inst_mpy.msp |
Ne velja |
1,302,528 |
31. julij 24 |
02:30 |
Ne velja |
Sql_inst_mr.msp |
Ne velja |
1,302,528 |
31. julij 24 |
02:30 |
Ne velja |
Sql_is.msp |
Ne velja |
27,877,376 |
31. julij 24 |
02:31 |
Ne velja |
Sql_is_worker.msp |
Ne velja |
1,351,680 |
31. julij 24 |
02:30 |
Ne velja |
Sql_polybase_core_inst.msp |
Ne velja |
185,176,064 |
31. julij 24 |
02:30 |
Ne velja |
Sql_shared_mpy.msp |
Ne velja |
1,302,528 |
31. julij 24 |
02:53 |
Ne velja |
Sql_shared_mr.msp |
Ne velja |
1,302,528 |
31. julij 24 |
02:53 |
Ne velja |
Sql_tools_extensions.msp |
Ne velja |
14,585,856 |
31. julij 24 |
02:53 |
Ne velja |
Sql_xevent.msp |
Ne velja |
1,568,768 |
31. julij 24 |
02:53 |
Ne velja |
Microsoft.netenterpriseservers.exceptionmessagebox.resources.dll |
14.0.1000.169 |
89,784 |
31. julij 24 |
00:05 |
x86 |
Microsoft.sqlserver.configuration.connectioninfo.resources.dll |
14.0.17041.0 |
25,336 |
31. julij 24 |
00:03 |
x86 |
Microsoft.sqlserver.configuration.sfc.resources.dll |
14.0.17041.0 |
155,896 |
31. julij 24 |
00:03 |
x86 |
Microsoft.sqlserver.configuration.smo.resources.dll |
14.0.17041.0 |
756,984 |
31. julij 24 |
00:03 |
x86 |
Microsoft.sqlserver.configuration.sniserverconfigext.resources.dll |
2017.140.1000.169 |
26,296 |
31. julij 24 |
00:05 |
x86 |
Microsoft.sqlserver.configuration.sqlenum.resources.dll |
14.0.17041.0 |
865,528 |
31. julij 24 |
00:03 |
x86 |
Microsoft.sqlserver.management.controls.resources.dll |
14.0.17041.0 |
85,752 |
31. julij 24 |
00:07 |
x86 |
Microsoft.netenterpriseservers.exceptionmessagebox.resources.dll |
14.0.1000.169 |
89,784 |
30. julij 24 |
23:59 |
x86 |
Microsoft.sqlserver.configuration.connectioninfo.resources.dll |
14.0.17041.0 |
25,336 |
30. julij 24 |
23:59 |
x86 |
Microsoft.sqlserver.configuration.sfc.resources.dll |
14.0.17041.0 |
155,896 |
30. julij 24 |
23:59 |
x86 |
Microsoft.sqlserver.configuration.smo.resources.dll |
14.0.17041.0 |
764,152 |
30. julij 24 |
23:57 |
x86 |
Microsoft.sqlserver.configuration.sniserverconfigext.resources.dll |
2017.140.1000.169 |
26,288 |
30. julij 24 |
23:58 |
x86 |
Microsoft.sqlserver.configuration.sqlenum.resources.dll |
14.0.17041.0 |
865,528 |
30. julij 24 |
23:59 |
x86 |
Microsoft.sqlserver.management.controls.resources.dll |
14.0.17041.0 |
85,752 |
31. julij 24 |
00:02 |
x86 |
Landingpage.resources.dll |
14.0.3475.1 |
75,816 |
30. julij 24 |
22:35 |
x86 |
Microsoft.sql.chainer.package.resources.dll |
14.0.3475.1 |
22,568 |
30. julij 24 |
22:35 |
x86 |
Microsoft.sql.chainer.product.resources.dll |
14.0.3475.1 |
349,752 |
30. julij 24 |
22:35 |
x86 |
Microsoft.sqlserver.chainer.extensioncommon.resources.dll |
14.0.3475.1 |
33,232 |
30. julij 24 |
22:37 |
x86 |
Microsoft.sqlserver.chainer.infrastructure.resources.dll |
14.0.3475.1 |
38,440 |
30. julij 24 |
22:36 |
x86 |
Microsoft.sqlserver.chainer.setup.resources.dll |
14.0.3475.1 |
17,448 |
30. julij 24 |
22:35 |
x86 |
Microsoft.sqlserver.configuration.agentextension.resources.dll |
14.0.3475.1 |
28,200 |
30. julij 24 |
22:36 |
x86 |
Microsoft.sqlserver.configuration.asextension.resources.dll |
14.0.3475.1 |
66,616 |
30. julij 24 |
22:36 |
x86 |
Microsoft.sqlserver.configuration.bootstrapextension.resources.dll |
14.0.3475.1 |
25,640 |
30. julij 24 |
22:35 |
x86 |
Microsoft.sqlserver.configuration.cluster.resources.dll |
14.0.3475.1 |
156,200 |
30. julij 24 |
22:36 |
x86 |
Microsoft.sqlserver.configuration.configextension.resources.dll |
14.0.3475.1 |
17,976 |
30. julij 24 |
22:37 |
x86 |
Microsoft.sqlserver.configuration.distributedreplayextension.resources.dll |
14.0.1000.169 |
26,808 |
31. julij 24 |
00:04 |
x86 |
Microsoft.sqlserver.configuration.dmf.common.resources.dll |
14.0.17041.0 |
24,312 |
31. julij 24 |
00:04 |
x86 |
Microsoft.sqlserver.configuration.dmf.resources.dll |
14.0.17041.0 |
36,600 |
31. julij 24 |
00:05 |
x86 |
Microsoft.sqlserver.configuration.extensibility_configextension.resources.dll |
14.0.3475.1 |
20,536 |
30. julij 24 |
22:36 |
x86 |
Microsoft.sqlserver.configuration.fulltext_configextension.resources.dll |
14.0.3475.1 |
20,008 |
30. julij 24 |
22:35 |
x86 |
Microsoft.sqlserver.configuration.impy_configextension.resources.dll |
14.0.3475.1 |
16,424 |
30. julij 24 |
22:36 |
x86 |
Microsoft.sqlserver.configuration.imr_configextension.resources.dll |
14.0.3475.1 |
16,440 |
30. julij 24 |
22:35 |
x86 |
Microsoft.sqlserver.configuration.installwizard.resources.dll |
14.0.3475.1 |
1,073,208 |
30. julij 24 |
22:35 |
x86 |
Microsoft.sqlserver.configuration.installwizardframework.resources.dll |
14.0.3475.1 |
17,448 |
30. julij 24 |
22:35 |
x86 |
Microsoft.sqlserver.configuration.ismasterextension.resources.dll |
14.0.3475.1 |
20,520 |
30. julij 24 |
22:35 |
x86 |
Microsoft.sqlserver.configuration.isworkerextension.resources.dll |
14.0.1000.169 |
25,272 |
31. julij 24 |
00:07 |
x86 |
Microsoft.sqlserver.configuration.managementtoolsextension.resources.dll |
14.0.3475.1 |
21,032 |
30. julij 24 |
22:35 |
x86 |
Microsoft.sqlserver.configuration.msiextension.resources.dll |
14.0.3475.1 |
69,072 |
30. julij 24 |
22:36 |
x86 |
Microsoft.sqlserver.configuration.polybaseconfigextension.resources.dll |
14.0.3475.1 |
43,576 |
30. julij 24 |
22:37 |
x86 |
Microsoft.sqlserver.configuration.powershellextension.resources.dll |
14.0.3475.1 |
21,032 |
30. julij 24 |
22:36 |
x86 |
Microsoft.sqlserver.configuration.repl_configextension.resources.dll |
14.0.3475.1 |
17,448 |
30. julij 24 |
22:36 |
x86 |
Microsoft.sqlserver.configuration.resources.dll |
14.0.3475.1 |
58,816 |
30. julij 24 |
22:36 |
x86 |
Microsoft.sqlserver.configuration.rsextension.resources.dll |
14.0.3475.1 |
55,744 |
30. julij 24 |
22:36 |
x86 |
Microsoft.sqlserver.configuration.rulesengineextension.resources.dll |
14.0.3475.1 |
31,272 |
30. julij 24 |
22:37 |
x86 |
Microsoft.sqlserver.configuration.saa_configextension.resources.dll |
14.0.1000.169 |
22,200 |
31. julij 24 |
00:06 |
x86 |
Microsoft.sqlserver.configuration.sco.resources.dll |
14.0.3475.1 |
771,536 |
30. julij 24 |
22:35 |
x86 |
Microsoft.sqlserver.configuration.scoextension.resources.dll |
14.0.1000.169 |
55,984 |
31. julij 24 |
00:03 |
x86 |
Microsoft.sqlserver.configuration.setupextension.resources.dll |
14.0.3475.1 |
298,944 |
30. julij 24 |
22:35 |
x86 |
Microsoft.sqlserver.configuration.slpextension.resources.dll |
14.0.3475.1 |
21,544 |
30. julij 24 |
22:35 |
x86 |
Microsoft.sqlserver.configuration.smartsetupextension.resources.dll |
14.0.3475.1 |
31,680 |
30. julij 24 |
22:35 |
x86 |
Microsoft.sqlserver.configuration.smpy_configextension.resources.dll |
14.0.3475.1 |
16,328 |
30. julij 24 |
22:37 |
x86 |
Microsoft.sqlserver.configuration.smr_configextension.resources.dll |
14.0.3475.1 |
16,320 |
30. julij 24 |
22:37 |
x86 |
Microsoft.sqlserver.configuration.sqlbrowserextension.resources.dll |
14.0.3475.1 |
35,776 |
30. julij 24 |
22:37 |
x86 |
Microsoft.sqlserver.configuration.sqlconfigbase.resources.dll |
14.0.3475.1 |
17,856 |
30. julij 24 |
22:36 |
x86 |
Microsoft.sqlserver.configuration.sqlserver_configextension.resources.dll |
2017.140.3475.1 |
143,928 |
30. julij 24 |
22:35 |
x86 |
Microsoft.sqlserver.configuration.ssisextension.resources.dll |
14.0.3475.1 |
21,440 |
30. julij 24 |
22:35 |
x86 |
Microsoft.sqlserver.configuration.uiextension.resources.dll |
14.0.3475.1 |
21,048 |
30. julij 24 |
22:37 |
x86 |
Microsoft.sqlserver.configuration.utilityextension.resources.dll |
14.0.1000.169 |
22,200 |
31. julij 24 |
00:05 |
x86 |
Microsoft.sqlserver.configuration.wizardframework.resources.dll |
14.0.3475.1 |
56,872 |
30. julij 24 |
22:36 |
x86 |
Microsoft.sqlserver.configuration.xtp.configextension.resources.dll |
14.0.1000.169 |
21,688 |
31. julij 24 |
00:04 |
x86 |
Microsoft.sqlserver.deployment.resources.dll |
14.0.1000.169 |
21,176 |
31. julij 24 |
00:05 |
x86 |
Microsoft.sqlserver.discovery.resources.dll |
14.0.3475.1 |
83,384 |
30. julij 24 |
22:37 |
x86 |
Microsoft.sqlserver.setup.chainer.workflow.resources.dll |
14.0.3475.1 |
26,560 |
30. julij 24 |
22:37 |
x86 |
Landingpage.resources.dll |
14.0.3475.1 |
75,832 |
30. julij 24 |
22:37 |
x86 |
Microsoft.sql.chainer.package.resources.dll |
14.0.3475.1 |
22,568 |
30. julij 24 |
22:38 |
x86 |
Microsoft.sql.chainer.product.resources.dll |
14.0.3475.1 |
349,736 |
30. julij 24 |
22:37 |
x86 |
Microsoft.sqlserver.chainer.extensioncommon.resources.dll |
14.0.3475.1 |
33,832 |
30. julij 24 |
22:37 |
x86 |
Microsoft.sqlserver.chainer.infrastructure.resources.dll |
14.0.3475.1 |
37,944 |
30. julij 24 |
22:38 |
x86 |
Microsoft.sqlserver.chainer.setup.resources.dll |
14.0.3475.1 |
17,448 |
30. julij 24 |
22:37 |
x86 |
Microsoft.sqlserver.configuration.agentextension.resources.dll |
14.0.3475.1 |
28,200 |
30. julij 24 |
22:38 |
x86 |
Microsoft.sqlserver.configuration.asextension.resources.dll |
14.0.3475.1 |
67,112 |
30. julij 24 |
22:37 |
x86 |
Microsoft.sqlserver.configuration.bootstrapextension.resources.dll |
14.0.3475.1 |
25,656 |
30. julij 24 |
22:38 |
x86 |
Microsoft.sqlserver.configuration.cluster.resources.dll |
14.0.3475.1 |
156,728 |
30. julij 24 |
22:38 |
x86 |
Microsoft.sqlserver.configuration.configextension.resources.dll |
14.0.3475.1 |
17,856 |
30. julij 24 |
22:37 |
x86 |
Microsoft.sqlserver.configuration.distributedreplayextension.resources.dll |
14.0.1000.169 |
26,808 |
30. julij 24 |
23:58 |
x86 |
Microsoft.sqlserver.configuration.dmf.common.resources.dll |
14.0.17041.0 |
24,312 |
30. julij 24 |
23:58 |
x86 |
Microsoft.sqlserver.configuration.dmf.resources.dll |
14.0.17041.0 |
36,600 |
30. julij 24 |
23:56 |
x86 |
Microsoft.sqlserver.configuration.extensibility_configextension.resources.dll |
14.0.3475.1 |
20,536 |
30. julij 24 |
22:38 |
x86 |
Microsoft.sqlserver.configuration.fulltext_configextension.resources.dll |
14.0.3475.1 |
19,904 |
30. julij 24 |
22:38 |
x86 |
Microsoft.sqlserver.configuration.impy_configextension.resources.dll |
14.0.3475.1 |
16,320 |
30. julij 24 |
22:37 |
x86 |
Microsoft.sqlserver.configuration.imr_configextension.resources.dll |
14.0.3475.1 |
16,320 |
30. julij 24 |
22:37 |
x86 |
Microsoft.sqlserver.configuration.installwizard.resources.dll |
14.0.3475.1 |
1,074,112 |
30. julij 24 |
22:38 |
x86 |
Microsoft.sqlserver.configuration.installwizardframework.resources.dll |
14.0.3475.1 |
17,448 |
30. julij 24 |
22:37 |
x86 |
Microsoft.sqlserver.configuration.ismasterextension.resources.dll |
14.0.3475.1 |
20,520 |
30. julij 24 |
22:38 |
x86 |
Microsoft.sqlserver.configuration.isworkerextension.resources.dll |
14.0.1000.169 |
25,272 |
30. julij 24 |
23:58 |
x86 |
Microsoft.sqlserver.configuration.managementtoolsextension.resources.dll |
14.0.3475.1 |
20,944 |
30. julij 24 |
22:38 |
x86 |
Microsoft.sqlserver.configuration.msiextension.resources.dll |
14.0.3475.1 |
69,568 |
30. julij 24 |
22:38 |
x86 |
Microsoft.sqlserver.configuration.polybaseconfigextension.resources.dll |
14.0.3475.1 |
43,560 |
30. julij 24 |
22:39 |
x86 |
Microsoft.sqlserver.configuration.powershellextension.resources.dll |
14.0.3475.1 |
21,048 |
30. julij 24 |
22:37 |
x86 |
Microsoft.sqlserver.configuration.repl_configextension.resources.dll |
14.0.3475.1 |
17,448 |
30. julij 24 |
22:38 |
x86 |
Microsoft.sqlserver.configuration.resources.dll |
14.0.3475.1 |
59,432 |
30. julij 24 |
22:37 |
x86 |
Microsoft.sqlserver.configuration.rsextension.resources.dll |
14.0.3475.1 |
55,864 |
30. julij 24 |
22:38 |
x86 |
Microsoft.sqlserver.configuration.rulesengineextension.resources.dll |
14.0.3475.1 |
31,288 |
30. julij 24 |
22:37 |
x86 |
Microsoft.sqlserver.configuration.saa_configextension.resources.dll |
14.0.1000.169 |
22,200 |
30. julij 24 |
23:57 |
x86 |
Microsoft.sqlserver.configuration.sco.resources.dll |
14.0.3475.1 |
763,840 |
30. julij 24 |
22:37 |
x86 |
Microsoft.sqlserver.configuration.scoextension.resources.dll |
14.0.1000.169 |
55,480 |
30. julij 24 |
23:59 |
x86 |
Microsoft.sqlserver.configuration.setupextension.resources.dll |
14.0.3475.1 |
300,088 |
30. julij 24 |
22:39 |
x86 |
Microsoft.sqlserver.configuration.slpextension.resources.dll |
14.0.3475.1 |
21,544 |
30. julij 24 |
22:37 |
x86 |
Microsoft.sqlserver.configuration.smartsetupextension.resources.dll |
14.0.3475.1 |
31,680 |
30. julij 24 |
22:38 |
x86 |
Microsoft.sqlserver.configuration.smpy_configextension.resources.dll |
14.0.3475.1 |
16,336 |
30. julij 24 |
22:37 |
x86 |
Microsoft.sqlserver.configuration.smr_configextension.resources.dll |
14.0.3475.1 |
16,320 |
30. julij 24 |
22:37 |
x86 |
Microsoft.sqlserver.configuration.sqlbrowserextension.resources.dll |
14.0.3475.1 |
35,776 |
30. julij 24 |
22:38 |
x86 |
Microsoft.sqlserver.configuration.sqlconfigbase.resources.dll |
14.0.3475.1 |
17,856 |
30. julij 24 |
22:38 |
x86 |
Microsoft.sqlserver.configuration.sqlserver_configextension.resources.dll |
2017.140.3475.1 |
144,320 |
30. julij 24 |
22:39 |
x86 |
Microsoft.sqlserver.configuration.ssisextension.resources.dll |
14.0.3475.1 |
21,544 |
30. julij 24 |
22:38 |
x86 |
Microsoft.sqlserver.configuration.uiextension.resources.dll |
14.0.3475.1 |
20,944 |
30. julij 24 |
22:38 |
x86 |
Microsoft.sqlserver.configuration.utilityextension.resources.dll |
14.0.1000.169 |
22,200 |
30. julij 24 |
23:58 |
x86 |
Microsoft.sqlserver.configuration.wizardframework.resources.dll |
14.0.3475.1 |
56,768 |
30. julij 24 |
22:38 |
x86 |
Microsoft.sqlserver.configuration.xtp.configextension.resources.dll |
14.0.1000.169 |
21,688 |
30. julij 24 |
23:57 |
x86 |
Microsoft.sqlserver.deployment.resources.dll |
14.0.1000.169 |
21,168 |
30. julij 24 |
23:56 |
x86 |
Microsoft.sqlserver.discovery.resources.dll |
14.0.3475.1 |
83,408 |
30. julij 24 |
22:38 |
x86 |
Microsoft.sqlserver.setup.chainer.workflow.resources.dll |
14.0.3475.1 |
26,560 |
30. julij 24 |
22:38 |
x86 |
Informacije o zaščiti in varnosti
Zaščitite se v spletu: Varnost sistema Windows podporo
Preberite več o tem, kako se varujemo pred kibernetskimi grožnjami: Microsoftova varnost