Rezumat
Această actualizare de securitate conține remedieri și rezolvă vulnerabilitățile. Pentru a afla mai multe despre vulnerabilități, consultați următoarele recomandări de securitate:
-
CVE-2024-37965 - Microsoft SQL Server Vulnerabilitate sporirea privilegiilor
-
CVE-2024-37980 - Microsoft SQL Server Sporirea vulnerabilității privilegiilor
-
CVE-2024-43474 - vulnerabilitate dezvăluire informații SQL Server
Componentele Microsoft SQL Server sunt actualizate la următoarele versiuni în această actualizare de securitate:
-
SQL Server - versiune produs: 14.0.2060.1, versiune fișier: 2017.140.2060.1
Probleme cunoscute din această actualizare
Activitatea de capturare CDC poate eșua dacă lipsesc coloane în tabelele de modificări CDC
După ce aplicați această actualizare de securitate, este posibil să apară următoarele simptome în bazele de date care au activată modificarea capturii de date (CDC):
-
Dacă tabelele cu CDC activat au coloane ale căror nume conțin virgule, este posibil ca aceste coloane să lipsească din tabelele de urmărire CDC (cdc.<capture_instance>_CT). Această condiție poate face ca activitatea de captură să nu reușească. Vizualizarea gestionare dinamică (DMV) sys.dm_cdc_errors returnează apoi următoarele mesaje de eroare:
Eroarea 22863: "Nu s-a reușit inserarea rândurilor în modificarea tabelelor de modificări captură de date. Consultați erorile anterioare din sesiunea curentă pentru a identifica cauza și a corecta toate problemele asociate."
Erorile anterioare pot include 8144 (prea multe argumente) sau 257 (erori de conversie) sau 201 (parametrul așteptat nu este furnizat) din cauza coloanelor lipsă.
Notă: Acest simptom apare, de asemenea, dacă utilizați opțiunea KEEP_CDC atunci când restaurați o bază de date care are CDC activat, iar tabelele cu CDC activat au coloane ale căror nume conțin virgule.
-
Aplicația care utilizează tabele de modificări CDC poate să nu reușească și să returneze o eroare de coloană necunoscută dacă lipsește coloana. De exemplu, dacă numele coloanei a fost <Client,id>, este posibil să primiți următorul mesaj de eroare:
Msg 207, Nivel 16, Stare 1, Linie <NumărLinie>
Nume nevalid de coloană "Client,id". -
În jurnalul de erori SQL Server, este posibil să vedeți următoarea eroare, chiar dacă upgrade-ul GDR este raportat ca reușit:
<DateTime> Imposibil de făcut upgrade bazei de date "DatabaseName". S-a generat eroarea "22841": "Nu s-a putut face upgrade metadatelor pentru baza de date "DatabaseName" care este activată pentru Modificare captură de date. Eroare la executarea acțiunii '(null)'. Eroarea returnată a fost 4924: "linie <NumărLinie>, starea 1, ALTER TABLE DROP COLUMN nu a reușit, deoarece coloana 'ColumnName' nu există în tabelul 'TableName'.'. Utilizați acțiunea și eroarea pentru a determina cauza erorii și remiteți din nou solicitarea.'. Utilizați eroarea raportată pentru a determina cauza erorii, apoi executați sys.sp_cdc_vupgrade în contextul bazei de date pentru a rula din nou upgrade-ul.
<> sp_vupgrade_replication DateTime s-a executat cu succes. -
Dacă utilizați opțiunea KEEP_CDC atunci când restaurați o bază de date care are CDC activat, procesul de restaurare poate să nu reușească și să genereze o eroare spre final. Baza de date se restaurează cu succes și returnează următorul mesaj de eroare:
Procesat 100%.
S-au procesat 768 de pagini pentru baza de date "DatabaseName", fișierul "FileName" din fișierul 1. S-au procesat 2 pagini pentru baza de date ' DatabaseName ', file ' FileName' din fișierul 1. Executarea DBCC s-a terminat. Dacă DBCC a imprimat mesaje de eroare, contactați administratorul de sistem. Msg 22841, Nivel 16, Stare 1, Procedură sys.sp_cdc_vupgrade, Număr<Linie> [Linie de pornire lot 0] Imposibil de făcut upgrade metadatelor pentru baza de date "DatabaseName" activată pentru Modificare captură de date. Eroare la executarea acțiunii '(null)'. Eroarea returnată a fost 4924: 'linie <NumărLinie>, starea 1, ALTER TABLE DROP COLUMN nu a reușit, deoarece coloana 'Coloană& ID" nu există în tabelul "dbo_CDCTableTest_CT".". Utilizați acțiunea și eroarea pentru a determina cauza erorii și remiteți din nou solicitarea. RESTORE DATABASE a procesat cu succes 770 de pagini în 0,270 secunde (22,265 MB/sec).
Cauză
Această problemă apare într-una dintre următoarele situații:
-
În cazul în care o coloană al cărei nume conține o virgulă există în tabelul de urmărire CDC (cdc.<capture_instance>_CT), coloana poate fi eliminată din cauza erorilor funcționale din procesul de upgrade CDC.
-
Procedura stocată Sp_vupgrade_replication este invocată de un proces de restaurare a bazei de date sau în timpul unui proces de upgrade SQL Server. Această acțiune poate să nu reușească dacă un tabel de urmărire CDC (cdc.<capture_instance>_CT) are coloane al căror nume conține orice simbol, cum ar fi &, <, >, sau caracterele al căror cod zecimal ASCII este mai mic decât 32 (cu excepția numărului de tabulatori 9 și 10-LineFeed). Această problemă apare din cauza utilizării FOR XML PATH în procesul de upgrade CDC și deoarece regulile care se aplică numelor de coloane s-au modificat. Pentru mai multe informații, consultați Caractere nevalide și reguli de escape.
Notă: Doar coloanele descrise aici sunt afectate de această problemă.
Soluție de evitare
Pentru a evita această problemă, utilizați una dintre metodele următoare:
-
Pentru a împiedica suprimarea coloanelor și a provoca nereușita unei restaurări sau a unui upgrade CDC, puteți utiliza semnalizatorul de urmărire (TF) T15006 înainte de a face upgrade la versiunea GDR:
-
Deschideți SQL Server Configuration Manager.
-
Selectați și faceți clic dreapta pe instanța SQL Server, apoi selectați Proprietăți.
-
Accesați fila Parametri pornire .
-
Adăugați TF T15006.
-
Selectați Adăugare > Se aplică.
-
Reporniți serviciul SQL Server.
-
Efectuați upgrade-ul. Semnalizatorul de urmărire va fi activ în timpul upgrade-ului.
-
-
Dacă ați aplicat GDR și coloanele ale căror nume conțin virgule au fost eliminate din tabelele de urmărire CDC (cdc.<capture_instance>_CT), puteți atenua această problemă după cum urmează:
-
Adăugați TF T15006, apoi reporniți serviciul SQL Server așa cum este descris în prima rezoluție.
-
Dacă scenariul de restaurare a bazei de date este afectat, emiteți alt proces de restaurare a bazei de date.
-
Dacă upgrade-ul GDR face coloanele să fie abandonate, dezactivați și reactivați CDC în tabelul afectat utilizând sp_cdc_disable_table și sp_cdc_enable_table.
Notă: Dezactivarea și reactivarea CDC în tabelul afectat va provoca pierderea datelor de modificare.
-
Îmbunătățiri și remedieri incluse în această actualizare
Este disponibil un registru de lucru Microsoft Excel descărcabil care conține o listă rezumativă de compilări, împreună cu ciclul lor de viață al asistenței curente. Fișierul Excel conține, de asemenea, liste detaliate de remedieri. Descărcați acest fișier Excel acum.
Notă: Intrările individuale din tabelul următor pot fi menționate direct printr-un marcaj în document. Dacă selectați orice ID de referință pentru erori din tabel, o etichetă de marcaj în document este adăugată la URL utilizând formatul "#bkmk_NNNNNNN". Apoi puteți partaja acest URL cu alte persoane, astfel încât să poată trece direct la remedierea dorită din tabel.
Referință eroare |
Descriere |
Remediere zonă |
Componentă |
Peron |
---|---|---|---|---|
Adaugă o validare pentru parametrul MODEL atunci când rulează PREDICT, pentru a evita erorile care apar din cauza introducerii unor modele greșite. |
Motor SQL Server |
Executare interogare |
Tot |
|
Îmbunătățește securitatea pentru caracteristica de capturare a datelor de modificare (CDC), adăugând capacitatea de blocare a definițiilor de metadate pentru a bloca operațiunile DDL (data definition language). |
Motor SQL Server |
Replicare |
Tot |
|
Motor SQL Server |
Temporal |
Tot |
Remediază o problemă din cauza căreia numele de tabel și de coloane care sunt citite din metadatele bazei de date nu sunt citate corect în unele cazuri, atunci când construiți grupuri interne de SQL Server în proceduri stocate care gestionează tabele temporale. După ce se aplică remedierea, citatul este finalizat corect. |
Cum se obține și se instalează actualizarea
Această actualizare este disponibilă prin Windows Update. Atunci când activați actualizarea automată, această actualizare va fi descărcată și instalată automat. Pentru mai multe informații despre cum să activați actualizarea automată, consultați Windows Update: Întrebări frecvente.
Pentru a obține pachetul independent pentru această actualizare, accesați site-ul web Catalog Microsoft Update .
Notă Logica de detectare a fost actualizată pentru aceasta și pentru versiunile viitoare de securitate publicate pe site-ul web Catalog Microsoft Update. Pentru mai multe informații, consultați Actualizări logica de detectare Microsoft Update pentru SQL Server service.
Următorul fișier este disponibil pentru descărcare de la Centrul de descărcare Microsoft:
Pentru mai multe informații despre descărcarea fișierelor de asistență Microsoft, faceți clic pe următorul număr de articol pentru a accesa articolul din Baza de cunoștințe Microsoft:
Cum se obțin fișierele de asistență Microsoft de la servicii online
Microsoft a scanat acest fișier de viruși utilizând cel mai recent software de detectare a virușilor care era disponibil la data la care a fost publicat fișierul. Fișierul este stocat pe servere cu securitate îmbunătățită care contribuie la prevenirea oricăror modificări neautorizate la acesta.
Important: Dacă instalați un pachet lingvistic după ce instalați această actualizare, trebuie să reinstalați această actualizare. Prin urmare, vă recomandăm să instalați toate pachetele lingvistice de care aveți nevoie înainte de a instala această actualizare. Pentru mai multe informații, consultați Adăugarea pachetelor lingvistice la Windows.
Notă: Această actualizare devine disponibilă prin Catalogul Microsoft Update pentru toate serverele care rulează SQL Server, chiar dacă Reporting Services nu este instalat. Instalarea acestei actualizări de securitate este opțională pentru computerele care nu găzduiesc Microsoft SQL Server Reporting Services.
Mai multe informații
Pentru a aplica această actualizare, trebuie să aveți SQL Server 2017 sau orice versiune GDR SQL Server 2017 prin acest SQL Server 2017 GDR instalat.
Pentru informații de implementare despre această actualizare, consultați Implementări - Ghidul actualizărilor de securitate.
Nume fișier |
Hash SHA256 |
---|---|
SQLServer2017-KB5042217-x64.exe |
4F74427B41B10C7DBACD665FAE564F33F08FD3FE3CF310494502C0AE8ADCAFAF |
Informații despre fișier
Versiunea în limba engleză a acestui pachet are atributele de fișier (sau atributele de fișier mai recente) care sunt listate în tabelul următor. Datele și orele pentru aceste fișiere sunt listate în Timpul universal (UTC). Când vizualizați informațiile despre fișier, acestea sunt convertite la ora locală. Pentru a găsi diferența dintre UTC și ora locală, utilizați fila Fus orar din elementul Dată și oră din Panou de control.
Nume fișier |
Versiune fișier |
Dimensiune fișier |
Dată |
Oră |
Peron |
Mediainfo.xml |
Inaplicabil |
1,120 |
31 iulie 24 |
02:02 |
Inaplicabil |
Setup.exe |
2017.140.2060.1 |
114,232 |
30-Iulie-24 |
22:31 |
x64 |
Setup.exe.config |
Inaplicabil |
344 |
29 iulie 24 |
16:08 |
Inaplicabil |
Sqlsetupbootstrapper.dll |
2017.140.2060.1 |
267,304 |
30-Iulie-24 |
22:31 |
x64 |
Finish.rtf |
Inaplicabil |
40,427 |
29 iulie 24 |
16:08 |
Inaplicabil |
Pythonlicense.rtf |
Inaplicabil |
50,561 |
29 iulie 24 |
14:33 |
Inaplicabil |
Ropenlicense.rtf |
Inaplicabil |
37,940 |
29 iulie 24 |
14:33 |
Inaplicabil |
Update_license.rtf |
Inaplicabil |
124,685 |
29 iulie 24 |
14:32 |
Inaplicabil |
Finish.rtf |
Inaplicabil |
40,425 |
29 iulie 24 |
16:10 |
Inaplicabil |
Pythonlicense.rtf |
Inaplicabil |
44,183 |
30-Iulie-24 |
22:24 |
Inaplicabil |
Ropenlicense.rtf |
Inaplicabil |
33,216 |
29 iulie 24 |
20:59 |
Inaplicabil |
Update_license.rtf |
Inaplicabil |
123,965 |
30-Iulie-24 |
22:25 |
Inaplicabil |
Mediainfo.xml |
Inaplicabil |
1,120 |
31 iulie 24 |
02:02 |
Inaplicabil |
Finish.rtf |
Inaplicabil |
38,372 |
30-Iulie-24 |
23:48 |
Inaplicabil |
Pythonlicense.rtf |
Inaplicabil |
45,402 |
29 iulie 24 |
21:03 |
Inaplicabil |
Ropenlicense.rtf |
Inaplicabil |
911 |
29 iulie 24 |
21:04 |
Inaplicabil |
Update_license.rtf |
Inaplicabil |
64,233 |
29 iulie 24 |
21:03 |
Inaplicabil |
Sqlbrowser.msp |
Inaplicabil |
5,103,616 |
31 iulie 24 |
02:51 |
Inaplicabil |
Sqlsupport.msi |
Inaplicabil |
19,648,512 |
31 iulie 24 |
02:53 |
Inaplicabil |
Msodbcsql.msi |
Inaplicabil |
4,284,416 |
31 iulie 24 |
02:53 |
Inaplicabil |
Sqllocaldb.msi |
Inaplicabil |
48,832,512 |
31 iulie 24 |
02:53 |
Inaplicabil |
Sqlwriter.msp |
Inaplicabil |
2,179,072 |
31 iulie 24 |
02:51 |
Inaplicabil |
Finish.rtf |
Inaplicabil |
40,429 |
31 iulie 24 |
00:00 |
Inaplicabil |
Pythonlicense.rtf |
Inaplicabil |
43,682 |
29 iulie 24 |
14:25 |
Inaplicabil |
Ropenlicense.rtf |
Inaplicabil |
33,582 |
30-Iulie-24 |
22:31 |
Inaplicabil |
Update_license.rtf |
Inaplicabil |
123,629 |
29 iulie 24 |
14:26 |
Inaplicabil |
Finish.rtf |
Inaplicabil |
40,427 |
29 iulie 24 |
16:02 |
Inaplicabil |
Pythonlicense.rtf |
Inaplicabil |
40,862 |
29 iulie 24 |
14:24 |
Inaplicabil |
Ropenlicense.rtf |
Inaplicabil |
33,141 |
29 iulie 24 |
14:24 |
Inaplicabil |
Update_license.rtf |
Inaplicabil |
123,682 |
30-Iulie-24 |
22:32 |
Inaplicabil |
Finish.rtf |
Inaplicabil |
40,425 |
31 iulie 24 |
00:00 |
Inaplicabil |
Pythonlicense.rtf |
Inaplicabil |
52,334 |
29 iulie 24 |
14:28 |
Inaplicabil |
Ropenlicense.rtf |
Inaplicabil |
37,434 |
29 iulie 24 |
14:28 |
Inaplicabil |
Update_license.rtf |
Inaplicabil |
128,775 |
29 iulie 24 |
14:28 |
Inaplicabil |
Finish.rtf |
Inaplicabil |
40,425 |
29 iulie 24 |
22:30 |
Inaplicabil |
Pythonlicense.rtf |
Inaplicabil |
57,942 |
29 iulie 24 |
21:00 |
Inaplicabil |
Ropenlicense.rtf |
Inaplicabil |
47,219 |
29 iulie 24 |
21:00 |
Inaplicabil |
Update_license.rtf |
Inaplicabil |
146,899 |
29 iulie 24 |
21:00 |
Inaplicabil |
Finish.rtf |
Inaplicabil |
40,423 |
31 iulie 24 |
00:00 |
Inaplicabil |
Pythonlicense.rtf |
Inaplicabil |
43,688 |
30-Iulie-24 |
22:30 |
Inaplicabil |
Ropenlicense.rtf |
Inaplicabil |
33,584 |
30-Iulie-24 |
22:29 |
Inaplicabil |
Update_license.rtf |
Inaplicabil |
124,124 |
30-Iulie-24 |
22:31 |
Inaplicabil |
Finish.rtf |
Inaplicabil |
40,423 |
29 iulie 24 |
15:59 |
Inaplicabil |
Pythonlicense.rtf |
Inaplicabil |
46,669 |
29 iulie 24 |
20:59 |
Inaplicabil |
Ropenlicense.rtf |
Inaplicabil |
36,232 |
29 iulie 24 |
20:59 |
Inaplicabil |
Update_license.rtf |
Inaplicabil |
126,361 |
29 iulie 24 |
20:58 |
Inaplicabil |
Finish.rtf |
Inaplicabil |
40,427 |
29 iulie 24 |
15:57 |
Inaplicabil |
Pythonlicense.rtf |
Inaplicabil |
48,793 |
30-Iulie-24 |
22:34 |
Inaplicabil |
Ropenlicense.rtf |
Inaplicabil |
37,540 |
29 iulie 24 |
14:26 |
Inaplicabil |
Update_license.rtf |
Inaplicabil |
124,998 |
29 iulie 24 |
14:26 |
Inaplicabil |
Finish.rtf |
Inaplicabil |
40,427 |
31 iulie 24 |
00:05 |
Inaplicabil |
Pythonlicense.rtf |
Inaplicabil |
43,446 |
29 iulie 24 |
14:29 |
Inaplicabil |
Ropenlicense.rtf |
Inaplicabil |
33,275 |
29 iulie 24 |
14:30 |
Inaplicabil |
Update_license.rtf |
Inaplicabil |
124,584 |
29 iulie 24 |
14:30 |
Inaplicabil |
Setup.rll |
2017.140.2060.1 |
19,408 |
30-Iulie-24 |
22:31 |
Inaplicabil |
Addnode.xml |
Inaplicabil |
10,653 |
31 iulie 24 |
00:02 |
Inaplicabil |
Completeclusterwizard.xml |
Inaplicabil |
11,319 |
29 iulie 24 |
16:12 |
Inaplicabil |
Completeimagewizard.xml |
Inaplicabil |
14,731 |
31 iulie 24 |
00:03 |
Inaplicabil |
Componentupdate.xml |
Inaplicabil |
3,061 |
29 iulie 24 |
16:10 |
Inaplicabil |
Configuration.uicfg |
Inaplicabil |
6,927 |
31 iulie 24 |
00:03 |
Inaplicabil |
Editionupgradewizard.xml |
Inaplicabil |
5,673 |
31 iulie 24 |
00:02 |
Inaplicabil |
Fixsqlregistrykey_x64.exe |
14.0.1000.169 |
48,312 |
31 iulie 24 |
00:03 |
x64 |
Fixsqlregistrykey_x64.exe.config |
Inaplicabil |
344 |
29 iulie 24 |
16:08 |
Inaplicabil |
Fixsqlregistrykey_x86.exe |
14.0.1000.169 |
48,824 |
29 iulie 24 |
16:01 |
x86 |
Fixsqlregistrykey_x86.exe.config |
Inaplicabil |
344 |
29 iulie 24 |
16:08 |
Inaplicabil |
Fusioncheck.dll |
2017.140.2060.1 |
98,240 |
30-Iulie-24 |
22:31 |
x64 |
Installclusterwizard.xml |
Inaplicabil |
18,002 |
31 iulie 24 |
00:04 |
Inaplicabil |
Installwizard.xml |
Inaplicabil |
19,498 |
31 iulie 24 |
00:04 |
Inaplicabil |
Instapi140.dll |
2017.140.2060.1 |
63,424 |
30-Iulie-24 |
22:19 |
x64 |
Landingpage.exe |
14.0.2060.1 |
436,264 |
30-Iulie-24 |
22:31 |
x64 |
Landingpage.exe.config |
Inaplicabil |
344 |
29 iulie 24 |
16:08 |
Inaplicabil |
Microsoft.analysisservices.adomdclient.dll |
14.0.6.471 |
1,083,336 |
29 iulie 24 |
21:03 |
x86 |
Microsoft.analysisservices.core.dll |
14.0.6.471 |
1,376,168 |
29 iulie 24 |
21:02 |
x86 |
Microsoft.analysisservices.dll |
14.0.6.471 |
705,952 |
29 iulie 24 |
21:00 |
x86 |
Microsoft.analysisservices.spclient.interfaces.dll |
14.0.6.471 |
27,048 |
29 iulie 24 |
21:02 |
x86 |
Microsoft.analysisservices.tabular.dll |
14.0.6.471 |
978,344 |
29 iulie 24 |
21:00 |
x86 |
Microsoft.analysisservices.tabular.json.dll |
14.0.6.471 |
514,984 |
29 iulie 24 |
21:02 |
x86 |
Microsoft.diagnostics.tracing.eventsource.dll |
1.1.26.0 |
167,728 |
29 iulie 24 |
15:38 |
x86 |
Microsoft.netenterpriseservers.exceptionmessagebox.dll |
14.0.1000.169 |
137,904 |
30-Iulie-24 |
23:50 |
x86 |
Microsoft.sql.chainer.package.dll |
14.0.2060.1 |
36,800 |
30-Iulie-24 |
22:31 |
x86 |
Microsoft.sql.chainer.package.xmlserializers.dll |
14.0.2060.1 |
65,064 |
30-Iulie-24 |
22:31 |
x86 |
Microsoft.sql.chainer.packagedata.dll |
14.0.2060.1 |
146,368 |
30-Iulie-24 |
22:31 |
x86 |
Microsoft.sql.chainer.product.dll |
14.0.2060.1 |
370,216 |
30-Iulie-24 |
22:31 |
x86 |
Microsoft.sql.chainer.product.xmlserializers.dll |
14.0.2060.1 |
64,448 |
30-Iulie-24 |
22:31 |
x86 |
Microsoft.sqlserver.chainer.extensioncommon.dll |
14.0.2060.1 |
107,464 |
30-Iulie-24 |
22:31 |
x86 |
Microsoft.sqlserver.chainer.extensioncommon.xmlserializers.dll |
14.0.2060.1 |
79,824 |
30-Iulie-24 |
22:31 |
x86 |
Microsoft.sqlserver.chainer.infrastructure.dll |
14.0.2060.1 |
404,008 |
30-Iulie-24 |
22:31 |
x86 |
Microsoft.sqlserver.chainer.infrastructure.xmlserializers.dll |
14.0.2060.1 |
201,256 |
30-Iulie-24 |
22:31 |
x86 |
Microsoft.sqlserver.chainer.workflowdata.dll |
14.0.2060.1 |
818,624 |
30-Iulie-24 |
22:31 |
x86 |
Microsoft.sqlserver.chainer.workflowdata.xmlserializers.dll |
14.0.2060.1 |
400,320 |
30-Iulie-24 |
22:31 |
x86 |
Microsoft.sqlserver.configuration.agentextension.dll |
14.0.2060.1 |
128,464 |
30-Iulie-24 |
22:31 |
x86 |
Microsoft.sqlserver.configuration.asextension.dll |
14.0.2060.1 |
400,320 |
30-Iulie-24 |
22:31 |
x86 |
Microsoft.sqlserver.configuration.astelemetryextension.dll |
14.0.1000.169 |
72,888 |
29 iulie 24 |
16:07 |
x64 |
Microsoft.sqlserver.configuration.bootstrapextension.dll |
14.0.2060.1 |
71,104 |
30-Iulie-24 |
22:31 |
x86 |
Microsoft.sqlserver.configuration.bootstrapextension.xmlserializers.dll |
14.0.2060.1 |
26,152 |
30-Iulie-24 |
22:31 |
x86 |
Microsoft.sqlserver.configuration.cluster.dll |
14.0.2060.1 |
698,408 |
30-Iulie-24 |
22:31 |
x86 |
Microsoft.sqlserver.configuration.cluster.xmlserializers.dll |
14.0.2060.1 |
337,344 |
30-Iulie-24 |
22:31 |
x86 |
Microsoft.sqlserver.configuration.configextension.dll |
14.0.2060.1 |
81,464 |
30-Iulie-24 |
22:31 |
x86 |
Microsoft.sqlserver.configuration.configextension.xmlserializers.dll |
14.0.2060.1 |
37,928 |
30-Iulie-24 |
22:31 |
x86 |
Microsoft.sqlserver.configuration.connectioninfo.dll |
14.0.17041.0 |
170,232 |
29 iulie 24 |
15:44 |
x86 |
Microsoft.sqlserver.configuration.distributedreplayextension.dll |
14.0.1000.169 |
79,032 |
31 iulie 24 |
00:04 |
x86 |
Microsoft.sqlserver.configuration.dll |
14.0.2060.1 |
272,424 |
30-Iulie-24 |
22:31 |
x86 |
Microsoft.sqlserver.configuration.dmf.common.dll |
14.0.17041.0 |
70,904 |
31 iulie 24 |
00:01 |
x86 |
Microsoft.sqlserver.configuration.dmf.dll |
14.0.17041.0 |
321,784 |
31 iulie 24 |
00:01 |
x86 |
Microsoft.sqlserver.configuration.extensibility_configextension.dll |
14.0.2060.1 |
80,936 |
30-Iulie-24 |
22:31 |
x64 |
Microsoft.sqlserver.configuration.fulltext_configextension.dll |
14.0.2060.1 |
75,304 |
30-Iulie-24 |
22:31 |
x64 |
Microsoft.sqlserver.configuration.impy_configextension.dll |
14.0.2060.1 |
35,880 |
30-Iulie-24 |
22:31 |
x64 |
Microsoft.sqlserver.configuration.imr_configextension.dll |
14.0.2060.1 |
35,880 |
30-Iulie-24 |
22:31 |
x64 |
Microsoft.sqlserver.configuration.installwizard.dll |
14.0.2060.1 |
1,787,944 |
30-Iulie-24 |
22:31 |
x86 |
Microsoft.sqlserver.configuration.installwizardframework.dll |
14.0.2060.1 |
70,696 |
30-Iulie-24 |
22:31 |
x86 |
Microsoft.sqlserver.configuration.installwizardframework.xmlserializers.dll |
14.0.2060.1 |
60,968 |
30-Iulie-24 |
22:31 |
x86 |
Microsoft.sqlserver.configuration.ismasterextension.dll |
14.0.1000.169 |
79,032 |
31 iulie 24 |
00:05 |
x86 |
Microsoft.sqlserver.configuration.istelemetryconfigextension.dll |
14.0.1000.169 |
41,656 |
31 iulie 24 |
00:04 |
x86 |
Microsoft.sqlserver.configuration.isworkerextension.dll |
14.0.1000.169 |
75,448 |
29 iulie 24 |
16:11 |
x86 |
Microsoft.sqlserver.configuration.managementtoolsextension.dll |
14.0.2060.1 |
40,384 |
30-Iulie-24 |
22:31 |
x86 |
Microsoft.sqlserver.configuration.mdsconfigextension.dll |
14.0.2060.1 |
22,464 |
30-Iulie-24 |
22:31 |
x86 |
Microsoft.sqlserver.configuration.msiextension.dll |
14.0.2060.1 |
454,696 |
30-Iulie-24 |
22:31 |
x86 |
Microsoft.sqlserver.configuration.msiextension.xmlserializers.dll |
14.0.2060.1 |
191,440 |
30-Iulie-24 |
22:31 |
x86 |
Microsoft.sqlserver.configuration.polybaseconfigextension.dll |
14.0.1000.169 |
185,008 |
29 iulie 24 |
16:09 |
x86 |
Microsoft.sqlserver.configuration.powershellextension.dll |
14.0.2060.1 |
44,992 |
30-Iulie-24 |
22:31 |
x86 |
Microsoft.sqlserver.configuration.repl_configextension.dll |
14.0.2060.1 |
44,992 |
30-Iulie-24 |
22:31 |
x86 |
Microsoft.sqlserver.configuration.rsextension.dll |
14.0.2060.1 |
374,824 |
30-Iulie-24 |
22:31 |
x86 |
Microsoft.sqlserver.configuration.rulesengineextension.dll |
14.0.2060.1 |
94,776 |
30-Iulie-24 |
22:31 |
x86 |
Microsoft.sqlserver.configuration.rulesengineextension.xmlserializers.dll |
14.0.2060.1 |
38,336 |
30-Iulie-24 |
22:31 |
x86 |
Microsoft.sqlserver.configuration.saa_configextension.dll |
14.0.1000.169 |
35,512 |
31 iulie 24 |
00:03 |
x64 |
Microsoft.sqlserver.configuration.sco.dll |
14.0.2060.1 |
2,087,352 |
30-Iulie-24 |
22:31 |
x86 |
Microsoft.sqlserver.configuration.sco.xmlserializers.dll |
14.0.2060.1 |
124,968 |
30-Iulie-24 |
22:31 |
x86 |
Microsoft.sqlserver.configuration.scoextension.dll |
14.0.1000.169 |
236,728 |
29 iulie 24 |
15:53 |
x86 |
Microsoft.sqlserver.configuration.setupextension.dll |
14.0.2060.1 |
1,201,104 |
30-Iulie-24 |
22:31 |
x86 |
Microsoft.sqlserver.configuration.setupextension.xmlserializers.dll |
14.0.2060.1 |
442,304 |
30-Iulie-24 |
22:31 |
x86 |
Microsoft.sqlserver.configuration.sfc.dll |
14.0.17041.0 |
531,192 |
30-Iulie-24 |
23:45 |
x86 |
Microsoft.sqlserver.configuration.slpextension.dll |
14.0.2060.1 |
58,304 |
30-Iulie-24 |
22:31 |
x86 |
Microsoft.sqlserver.configuration.smartsetupextension.dll |
14.0.1000.169 |
232,120 |
30-Iulie-24 |
23:54 |
x86 |
Microsoft.sqlserver.configuration.smartsetupextension.xmlserializers.dll |
14.0.1000.169 |
76,984 |
29 iulie 24 |
16:09 |
x86 |
Microsoft.sqlserver.configuration.smo.dll |
14.0.17041.0 |
4,181,752 |
30-Iulie-24 |
23:58 |
x86 |
Microsoft.sqlserver.configuration.smpy_configextension.dll |
14.0.2060.1 |
35,880 |
30-Iulie-24 |
22:31 |
x64 |
Microsoft.sqlserver.configuration.smr_configextension.dll |
14.0.2060.1 |
35,368 |
30-Iulie-24 |
22:31 |
x64 |
Microsoft.sqlserver.configuration.sniserverconfigext.dll |
2017.140.2060.1 |
291,880 |
30-Iulie-24 |
22:31 |
x64 |
Microsoft.sqlserver.configuration.sqlbrowserextension.dll |
14.0.2060.1 |
135,224 |
30-Iulie-24 |
22:31 |
x64 |
Microsoft.sqlserver.configuration.sqlconfigbase.dll |
14.0.2060.1 |
65,488 |
30-Iulie-24 |
22:31 |
x86 |
Microsoft.sqlserver.configuration.sqlconfigbase.xmlserializers.dll |
14.0.2060.1 |
28,728 |
30-Iulie-24 |
22:31 |
x86 |
Microsoft.sqlserver.configuration.sqlenum.dll |
14.0.17041.0 |
1,478,904 |
29 iulie 24 |
16:04 |
x86 |
Microsoft.sqlserver.configuration.sqlserver_configextension.dll |
2017.140.2060.1 |
746,552 |
30-Iulie-24 |
22:31 |
x64 |
Microsoft.sqlserver.configuration.ssisextension.dll |
14.0.2060.1 |
74,688 |
30-Iulie-24 |
22:31 |
x86 |
Microsoft.sqlserver.configuration.sstring.dll |
14.0.1000.169 |
33,464 |
30-Iulie-24 |
23:54 |
x86 |
Microsoft.sqlserver.configuration.telemetryconfigextension.dll |
14.0.1000.169 |
71,864 |
29 iulie 24 |
16:07 |
x64 |
Microsoft.sqlserver.configuration.telemetryconfigextension.resources.dll |
14.0.1000.169 |
23,736 |
29 iulie 24 |
15:40 |
x86 |
Microsoft.sqlserver.configuration.uiextension.dll |
14.0.2060.1 |
106,432 |
30-Iulie-24 |
22:31 |
x86 |
Microsoft.sqlserver.configuration.uiextension.xmlserializers.dll |
14.0.2060.1 |
52,168 |
30-Iulie-24 |
22:31 |
x86 |
Microsoft.sqlserver.configuration.utilityextension.dll |
14.0.1000.169 |
33,976 |
31 iulie 24 |
00:04 |
x86 |
Microsoft.sqlserver.configuration.wizardframework.dll |
14.0.2060.1 |
179,256 |
30-Iulie-24 |
22:31 |
x86 |
Microsoft.sqlserver.configuration.wizardframework.xmlserializers.dll |
14.0.2060.1 |
59,960 |
30-Iulie-24 |
22:31 |
x86 |
Microsoft.sqlserver.configuration.wmiinterop.dll |
14.0.1000.169 |
329,400 |
29 iulie 24 |
16:12 |
x86 |
Microsoft.sqlserver.configuration.xmlserializers.dll |
14.0.2060.1 |
154,664 |
30-Iulie-24 |
22:31 |
x86 |
Microsoft.sqlserver.configuration.xtp.configextension.dll |
14.0.1000.169 |
31,928 |
31 iulie 24 |
00:06 |
x86 |
Microsoft.sqlserver.customcontrols.dll |
14.0.1000.169 |
44,728 |
31 iulie 24 |
00:05 |
x86 |
Microsoft.sqlserver.datawarehouse.workloaddeployment.dll |
13.0.9124.17 |
700,072 |
29 iulie 24 |
14:10 |
x86 |
Microsoft.sqlserver.deployment.dll |
14.0.1000.169 |
251,576 |
29 iulie 24 |
15:50 |
x86 |
Microsoft.sqlserver.deployment.xmlserializers.dll |
14.0.1000.169 |
33,464 |
31 iulie 24 |
00:03 |
x86 |
Microsoft.sqlserver.diagnostics.configuration.strace.dll |
14.0.1000.169 |
129,208 |
29 iulie 24 |
16:09 |
x86 |
Microsoft.sqlserver.discovery.dll |
14.0.2060.1 |
215,096 |
30-Iulie-24 |
22:31 |
x86 |
Microsoft.sqlserver.discovery.xmlserializers.dll |
14.0.2060.1 |
214,976 |
30-Iulie-24 |
22:31 |
x86 |
Microsoft.sqlserver.instapi.dll |
14.0.1000.169 |
46,264 |
29 iulie 24 |
16:06 |
x86 |
Microsoft.sqlserver.interop.firewallapi.dll |
14.0.0.0 |
38,584 |
31 iulie 24 |
00:02 |
x86 |
Microsoft.sqlserver.interop.taskschd.dll |
14.0.0.0 |
52,920 |
31 iulie 24 |
00:04 |
x86 |
Microsoft.sqlserver.interop.wuapilib.dll |
14.0.0.0 |
93,368 |
29 iulie 24 |
16:07 |
x86 |
Microsoft.sqlserver.management.controls.dll |
14.0.17041.0 |
394,488 |
29 iulie 24 |
16:03 |
x86 |
Microsoft.sqlserver.setup.chainer.workflow.dll |
14.0.2060.1 |
96,208 |
30-Iulie-24 |
22:31 |
x86 |
Microsoft.sqlserver.setup.chainer.workflow.xmlserializers.dll |
14.0.2060.1 |
68,136 |
30-Iulie-24 |
22:31 |
x86 |
Microsoft.sqlserver.usagetracking.dll |
2017.140.2060.1 |
48,584 |
30-Iulie-24 |
22:31 |
x64 |
Msvcp120.dll |
12.0.40649.5 |
660,128 |
30-Iulie-24 |
22:25 |
x64 |
Msvcr120.dll |
12.0.40649.5 |
963,744 |
29 iulie 24 |
14:09 |
x64 |
Newtonsoft.json.dll |
6.0.8.18111 |
513,424 |
29 iulie 24 |
14:09 |
x86 |
Package.xsd |
Inaplicabil |
8,832 |
29 iulie 24 |
16:09 |
Inaplicabil |
Patchwizard.xml |
Inaplicabil |
6,057 |
29 iulie 24 |
14:24 |
Inaplicabil |
Pidgenx.dll |
15.0.169.500 |
1,475,160 |
30-Iulie-24 |
23:54 |
x64 |
Pidprivateconfigobjectmaps.xml |
Inaplicabil |
93,374 |
29 iulie 24 |
15:59 |
Inaplicabil |
Prepareclusterwizard.xml |
Inaplicabil |
12,299 |
29 iulie 24 |
16:11 |
Inaplicabil |
Prepareimagewizard.xml |
Inaplicabil |
8,246 |
29 iulie 24 |
16:10 |
Inaplicabil |
Removenode.xml |
Inaplicabil |
4,946 |
29 iulie 24 |
16:09 |
Inaplicabil |
Removepatchwizard.xml |
Inaplicabil |
5,680 |
29 iulie 24 |
14:24 |
Inaplicabil |
Repairwizard.xml |
Inaplicabil |
5,423 |
29 iulie 24 |
16:10 |
Inaplicabil |
Rsetup.exe |
9.2.0.63 |
197,512 |
30-Iulie-24 |
22:25 |
x86 |
Runrulesui.xml |
Inaplicabil |
1,403 |
31 iulie 24 |
00:02 |
Inaplicabil |
Scenarioengine.exe |
14.0.2060.1 |
61,888 |
30-Iulie-24 |
22:31 |
x64 |
Scenarioengine.exe.config |
Inaplicabil |
344 |
29 iulie 24 |
16:08 |
Inaplicabil |
Shellobjects.dll |
1.0.0.0 |
135,352 |
29 iulie 24 |
16:14 |
x86 |
Sqlboot.dll |
2017.140.2060.1 |
188,968 |
30-Iulie-24 |
22:21 |
x64 |
Sqlcab.dll |
2017.140.2060.1 |
145,856 |
30-Iulie-24 |
22:32 |
x64 |
Sqlconf.dll |
2017.140.2060.1 |
54,312 |
30-Iulie-24 |
22:33 |
x64 |
Sqlmu.dll |
2017.140.2060.1 |
98,240 |
30-Iulie-24 |
22:32 |
x64 |
Sqlprocesssub.dll |
2017.140.2060.1 |
107,984 |
30-Iulie-24 |
22:32 |
x64 |
Sqlsccn.dll |
2017.140.2060.1 |
96,712 |
30-Iulie-24 |
22:32 |
x64 |
Uninstallwizard.xml |
Inaplicabil |
4,648 |
29 iulie 24 |
16:10 |
Inaplicabil |
Upgradewizard.xml |
Inaplicabil |
14,573 |
29 iulie 24 |
16:04 |
Inaplicabil |
Landingpage.resources.dll |
14.0.2060.1 |
77,760 |
30-Iulie-24 |
22:22 |
x86 |
Microsoft.netenterpriseservers.exceptionmessagebox.resources.dll |
14.0.1000.169 |
89,784 |
30-Iulie-24 |
23:56 |
x86 |
Microsoft.sql.chainer.package.resources.dll |
14.0.2060.1 |
22,480 |
30-Iulie-24 |
22:22 |
x86 |
Microsoft.sql.chainer.product.resources.dll |
14.0.2060.1 |
349,632 |
30-Iulie-24 |
22:21 |
x86 |
Microsoft.sqlserver.chainer.extensioncommon.resources.dll |
14.0.2060.1 |
35,264 |
30-Iulie-24 |
22:23 |
x86 |
Microsoft.sqlserver.chainer.infrastructure.resources.dll |
14.0.2060.1 |
41,424 |
30-Iulie-24 |
22:21 |
x86 |
Microsoft.sqlserver.chainer.setup.resources.dll |
14.0.2060.1 |
17,856 |
30-Iulie-24 |
22:22 |
x86 |
Microsoft.sqlserver.configuration.agentextension.resources.dll |
14.0.2060.1 |
30,144 |
30-Iulie-24 |
22:22 |
x86 |
Microsoft.sqlserver.configuration.asextension.resources.dll |
14.0.2060.1 |
71,120 |
30-Iulie-24 |
22:22 |
x86 |
Microsoft.sqlserver.configuration.bootstrapextension.resources.dll |
14.0.2060.1 |
27,176 |
30-Iulie-24 |
22:23 |
x86 |
Microsoft.sqlserver.configuration.cluster.resources.dll |
14.0.2060.1 |
169,528 |
30-Iulie-24 |
22:22 |
x86 |
Microsoft.sqlserver.configuration.configextension.resources.dll |
14.0.2060.1 |
18,984 |
30-Iulie-24 |
22:21 |
x86 |
Microsoft.sqlserver.configuration.connectioninfo.resources.dll |
14.0.17041.0 |
26,360 |
29 iulie 24 |
15:58 |
x86 |
Microsoft.sqlserver.configuration.distributedreplayextension.resources.dll |
14.0.1000.169 |
27,320 |
29 iulie 24 |
15:56 |
x86 |
Microsoft.sqlserver.configuration.dmf.common.resources.dll |
14.0.17041.0 |
24,824 |
29 iulie 24 |
15:57 |
x86 |
Microsoft.sqlserver.configuration.dmf.resources.dll |
14.0.17041.0 |
39,672 |
29 iulie 24 |
15:55 |
x86 |
Microsoft.sqlserver.configuration.extensibility_configextension.resources.dll |
14.0.2060.1 |
22,056 |
30-Iulie-24 |
22:22 |
x86 |
Microsoft.sqlserver.configuration.fulltext_configextension.resources.dll |
14.0.2060.1 |
20,520 |
30-Iulie-24 |
22:22 |
x86 |
Microsoft.sqlserver.configuration.impy_configextension.resources.dll |
14.0.2060.1 |
16,440 |
30-Iulie-24 |
22:22 |
x86 |
Microsoft.sqlserver.configuration.imr_configextension.resources.dll |
14.0.2060.1 |
16,424 |
30-Iulie-24 |
22:21 |
x86 |
Microsoft.sqlserver.configuration.installwizard.resources.dll |
14.0.2060.1 |
1,083,944 |
30-Iulie-24 |
22:21 |
x86 |
Microsoft.sqlserver.configuration.installwizardframework.resources.dll |
14.0.2060.1 |
17,464 |
30-Iulie-24 |
22:22 |
x86 |
Microsoft.sqlserver.configuration.ismasterextension.resources.dll |
14.0.1000.169 |
26,808 |
30-Iulie-24 |
23:55 |
x86 |
Microsoft.sqlserver.configuration.isworkerextension.resources.dll |
14.0.1000.169 |
25,784 |
29 iulie 24 |
15:57 |
x86 |
Microsoft.sqlserver.configuration.managementtoolsextension.resources.dll |
14.0.2060.1 |
20,936 |
30-Iulie-24 |
22:22 |
x86 |
Microsoft.sqlserver.configuration.msiextension.resources.dll |
14.0.2060.1 |
74,176 |
30-Iulie-24 |
22:22 |
x86 |
Microsoft.sqlserver.configuration.polybaseconfigextension.resources.dll |
14.0.1000.169 |
50,872 |
30-Iulie-24 |
23:57 |
x86 |
Microsoft.sqlserver.configuration.powershellextension.resources.dll |
14.0.2060.1 |
20,928 |
30-Iulie-24 |
22:22 |
x86 |
Microsoft.sqlserver.configuration.repl_configextension.resources.dll |
14.0.2060.1 |
17,448 |
30-Iulie-24 |
22:22 |
x86 |
Microsoft.sqlserver.configuration.resources.dll |
14.0.2060.1 |
64,568 |
30-Iulie-24 |
22:22 |
x86 |
Microsoft.sqlserver.configuration.rsextension.resources.dll |
14.0.2060.1 |
62,504 |
30-Iulie-24 |
22:22 |
x86 |
Microsoft.sqlserver.configuration.rulesengineextension.resources.dll |
14.0.2060.1 |
32,296 |
30-Iulie-24 |
22:22 |
x86 |
Microsoft.sqlserver.configuration.saa_configextension.resources.dll |
14.0.1000.169 |
22,200 |
29 iulie 24 |
15:57 |
x86 |
Microsoft.sqlserver.configuration.sco.resources.dll |
14.0.2060.1 |
1,001,000 |
30-Iulie-24 |
22:22 |
x86 |
Microsoft.sqlserver.configuration.scoextension.resources.dll |
14.0.1000.169 |
60,088 |
30-Iulie-24 |
23:56 |
x86 |
Microsoft.sqlserver.configuration.setupextension.resources.dll |
14.0.2060.1 |
322,512 |
30-Iulie-24 |
22:22 |
x86 |
Microsoft.sqlserver.configuration.sfc.resources.dll |
14.0.17041.0 |
158,456 |
30-Iulie-24 |
23:54 |
x86 |
Microsoft.sqlserver.configuration.slpextension.resources.dll |
14.0.2060.1 |
21,952 |
30-Iulie-24 |
22:22 |
x86 |
Microsoft.sqlserver.configuration.smartsetupextension.resources.dll |
14.0.1000.169 |
40,112 |
30-Iulie-24 |
23:58 |
x86 |
Microsoft.sqlserver.configuration.smo.resources.dll |
14.0.17041.0 |
867,064 |
30-Iulie-24 |
23:54 |
x86 |
Microsoft.sqlserver.configuration.smpy_configextension.resources.dll |
14.0.2060.1 |
16,424 |
30-Iulie-24 |
22:21 |
x86 |
Microsoft.sqlserver.configuration.smr_configextension.resources.dll |
14.0.2060.1 |
16,424 |
30-Iulie-24 |
22:22 |
x86 |
Microsoft.sqlserver.configuration.sniserverconfigext.resources.dll |
2017.140.1000.169 |
36,536 |
30-Iulie-24 |
23:55 |
x86 |
Microsoft.sqlserver.configuration.sqlbrowserextension.resources.dll |
14.0.2060.1 |
38,440 |
30-Iulie-24 |
22:22 |
x86 |
Microsoft.sqlserver.configuration.sqlconfigbase.resources.dll |
14.0.2060.1 |
18,488 |
30-Iulie-24 |
22:21 |
x86 |
Microsoft.sqlserver.configuration.sqlenum.resources.dll |
14.0.17041.0 |
867,064 |
30-Iulie-24 |
23:55 |
x86 |
Microsoft.sqlserver.configuration.sqlserver_configextension.resources.dll |
2017.140.2060.1 |
153,128 |
30-Iulie-24 |
22:22 |
x86 |
Microsoft.sqlserver.configuration.ssisextension.resources.dll |
14.0.2060.1 |
21,440 |
30-Iulie-24 |
22:22 |
x86 |
Microsoft.sqlserver.configuration.uiextension.resources.dll |
14.0.2060.1 |
21,456 |
30-Iulie-24 |
22:22 |
x86 |
Microsoft.sqlserver.configuration.utilityextension.resources.dll |
14.0.1000.169 |
22,200 |
30-Iulie-24 |
23:54 |
x86 |
Microsoft.sqlserver.configuration.wizardframework.resources.dll |
14.0.2060.1 |
56,872 |
30-Iulie-24 |
22:21 |
x86 |
Microsoft.sqlserver.configuration.xtp.configextension.resources.dll |
14.0.1000.169 |
22,200 |
30-Iulie-24 |
23:56 |
x86 |
Microsoft.sqlserver.deployment.resources.dll |
14.0.1000.169 |
21,168 |
30-Iulie-24 |
23:55 |
x86 |
Microsoft.sqlserver.discovery.resources.dll |
14.0.2060.1 |
83,904 |
30-Iulie-24 |
22:23 |
x86 |
Microsoft.sqlserver.management.controls.resources.dll |
14.0.17041.0 |
85,752 |
30-Iulie-24 |
23:54 |
x86 |
Microsoft.sqlserver.setup.chainer.workflow.resources.dll |
14.0.2060.1 |
27,688 |
30-Iulie-24 |
22:21 |
x86 |
Landingpage.resources.dll |
14.0.2060.1 |
77,864 |
30-Iulie-24 |
22:29 |
x86 |
Microsoft.netenterpriseservers.exceptionmessagebox.resources.dll |
14.0.1000.169 |
89,784 |
30-Iulie-24 |
23:45 |
x86 |
Microsoft.sql.chainer.package.resources.dll |
14.0.2060.1 |
22,464 |
30-Iulie-24 |
22:29 |
x86 |
Microsoft.sql.chainer.product.resources.dll |
14.0.2060.1 |
349,632 |
30-Iulie-24 |
22:29 |
x86 |
Microsoft.sqlserver.chainer.extensioncommon.resources.dll |
14.0.2060.1 |
34,856 |
30-Iulie-24 |
22:29 |
x86 |
Microsoft.sqlserver.chainer.infrastructure.resources.dll |
14.0.2060.1 |
41,016 |
30-Iulie-24 |
22:29 |
x86 |
Microsoft.sqlserver.chainer.setup.resources.dll |
14.0.2060.1 |
17,960 |
30-Iulie-24 |
22:29 |
x86 |
Microsoft.sqlserver.configuration.agentextension.resources.dll |
14.0.2060.1 |
30,144 |
30-Iulie-24 |
22:29 |
x86 |
Microsoft.sqlserver.configuration.asextension.resources.dll |
14.0.2060.1 |
71,616 |
30-Iulie-24 |
22:29 |
x86 |
Microsoft.sqlserver.configuration.bootstrapextension.resources.dll |
14.0.2060.1 |
27,176 |
30-Iulie-24 |
22:29 |
x86 |
Microsoft.sqlserver.configuration.cluster.resources.dll |
14.0.2060.1 |
169,528 |
30-Iulie-24 |
22:29 |
x86 |
Microsoft.sqlserver.configuration.configextension.resources.dll |
14.0.2060.1 |
18,472 |
30-Iulie-24 |
22:29 |
x86 |
Microsoft.sqlserver.configuration.connectioninfo.resources.dll |
14.0.17041.0 |
25,848 |
29 iulie 24 |
15:53 |
x86 |
Microsoft.sqlserver.configuration.distributedreplayextension.resources.dll |
14.0.1000.169 |
27,320 |
29 iulie 24 |
22:36 |
x86 |
Microsoft.sqlserver.configuration.dmf.common.resources.dll |
14.0.17041.0 |
24,824 |
29 iulie 24 |
15:50 |
x86 |
Microsoft.sqlserver.configuration.dmf.resources.dll |
14.0.17041.0 |
39,160 |
29 iulie 24 |
15:55 |
x86 |
Microsoft.sqlserver.configuration.extensibility_configextension.resources.dll |
14.0.2060.1 |
21,544 |
30-Iulie-24 |
22:29 |
x86 |
Microsoft.sqlserver.configuration.fulltext_configextension.resources.dll |
14.0.2060.1 |
21,048 |
30-Iulie-24 |
22:29 |
x86 |
Microsoft.sqlserver.configuration.impy_configextension.resources.dll |
14.0.2060.1 |
16,320 |
30-Iulie-24 |
22:29 |
x86 |
Microsoft.sqlserver.configuration.imr_configextension.resources.dll |
14.0.2060.1 |
16,424 |
30-Iulie-24 |
22:29 |
x86 |
Microsoft.sqlserver.configuration.installwizard.resources.dll |
14.0.2060.1 |
1,087,544 |
30-Iulie-24 |
22:29 |
x86 |
Microsoft.sqlserver.configuration.installwizardframework.resources.dll |
14.0.2060.1 |
17,464 |
30-Iulie-24 |
22:29 |
x86 |
Microsoft.sqlserver.configuration.ismasterextension.resources.dll |
14.0.1000.169 |
27,320 |
30-Iulie-24 |
23:52 |
x86 |
Microsoft.sqlserver.configuration.isworkerextension.resources.dll |
14.0.1000.169 |
25,784 |
29 iulie 24 |
22:42 |
x86 |
Microsoft.sqlserver.configuration.managementtoolsextension.resources.dll |
14.0.2060.1 |
21,032 |
30-Iulie-24 |
22:29 |
x86 |
Microsoft.sqlserver.configuration.msiextension.resources.dll |
14.0.2060.1 |
74,176 |
30-Iulie-24 |
22:29 |
x86 |
Microsoft.sqlserver.configuration.polybaseconfigextension.resources.dll |
14.0.1000.169 |
50,872 |
30-Iulie-24 |
23:50 |
x86 |
Microsoft.sqlserver.configuration.powershellextension.resources.dll |
14.0.2060.1 |
21,032 |
30-Iulie-24 |
22:29 |
x86 |
Microsoft.sqlserver.configuration.repl_configextension.resources.dll |
14.0.2060.1 |
17,344 |
30-Iulie-24 |
22:29 |
x86 |
Microsoft.sqlserver.configuration.resources.dll |
14.0.2060.1 |
65,576 |
30-Iulie-24 |
22:29 |
x86 |
Microsoft.sqlserver.configuration.rsextension.resources.dll |
14.0.2060.1 |
61,992 |
30-Iulie-24 |
22:29 |
x86 |
Microsoft.sqlserver.configuration.rulesengineextension.resources.dll |
14.0.2060.1 |
32,208 |
30-Iulie-24 |
22:29 |
x86 |
Microsoft.sqlserver.configuration.saa_configextension.resources.dll |
14.0.1000.169 |
22,192 |
29 iulie 24 |
22:42 |
x86 |
Microsoft.sqlserver.configuration.sco.resources.dll |
14.0.2060.1 |
984,104 |
30-Iulie-24 |
22:29 |
x86 |
Microsoft.sqlserver.configuration.scoextension.resources.dll |
14.0.1000.169 |
59,056 |
29 iulie 24 |
22:38 |
x86 |
Microsoft.sqlserver.configuration.setupextension.resources.dll |
14.0.2060.1 |
323,008 |
30-Iulie-24 |
22:29 |
x86 |
Microsoft.sqlserver.configuration.sfc.resources.dll |
14.0.17041.0 |
157,944 |
30-Iulie-24 |
23:52 |
x86 |
Microsoft.sqlserver.configuration.slpextension.resources.dll |
14.0.2060.1 |
21,952 |
30-Iulie-24 |
22:29 |
x86 |
Microsoft.sqlserver.configuration.smartsetupextension.resources.dll |
14.0.1000.169 |
41,144 |
30-Iulie-24 |
23:50 |
x86 |
Microsoft.sqlserver.configuration.smo.resources.dll |
14.0.17041.0 |
872,696 |
30-Iulie-24 |
23:50 |
x86 |
Microsoft.sqlserver.configuration.smpy_configextension.resources.dll |
14.0.2060.1 |
16,424 |
30-Iulie-24 |
22:29 |
x86 |
Microsoft.sqlserver.configuration.smr_configextension.resources.dll |
14.0.2060.1 |
16,424 |
30-Iulie-24 |
22:29 |
x86 |
Microsoft.sqlserver.configuration.sniserverconfigext.resources.dll |
2017.140.1000.169 |
36,536 |
29 iulie 24 |
22:38 |
x86 |
Microsoft.sqlserver.configuration.sqlbrowserextension.resources.dll |
14.0.2060.1 |
38,336 |
30-Iulie-24 |
22:29 |
x86 |
Microsoft.sqlserver.configuration.sqlconfigbase.resources.dll |
14.0.2060.1 |
18,384 |
30-Iulie-24 |
22:29 |
x86 |
Microsoft.sqlserver.configuration.sqlenum.resources.dll |
14.0.17041.0 |
866,552 |
30-Iulie-24 |
23:50 |
x86 |
Microsoft.sqlserver.configuration.sqlserver_configextension.resources.dll |
2017.140.2060.1 |
153,640 |
30-Iulie-24 |
22:29 |
x86 |
Microsoft.sqlserver.configuration.ssisextension.resources.dll |
14.0.2060.1 |
21,440 |
30-Iulie-24 |
22:29 |
x86 |
Microsoft.sqlserver.configuration.uiextension.resources.dll |
14.0.2060.1 |
21,952 |
30-Iulie-24 |
22:29 |
x86 |
Microsoft.sqlserver.configuration.utilityextension.resources.dll |
14.0.1000.169 |
22,200 |
30-Iulie-24 |
23:51 |
x86 |
Microsoft.sqlserver.configuration.wizardframework.resources.dll |
14.0.2060.1 |
57,280 |
30-Iulie-24 |
22:29 |
x86 |
Microsoft.sqlserver.configuration.xtp.configextension.resources.dll |
14.0.1000.169 |
22,200 |
30-Iulie-24 |
23:51 |
x86 |
Microsoft.sqlserver.deployment.resources.dll |
14.0.1000.169 |
21,176 |
30-Iulie-24 |
23:51 |
x86 |
Microsoft.sqlserver.discovery.resources.dll |
14.0.2060.1 |
83,512 |
30-Iulie-24 |
22:29 |
x86 |
Microsoft.sqlserver.management.controls.resources.dll |
14.0.17041.0 |
85,752 |
29 iulie 24 |
15:53 |
x86 |
Microsoft.sqlserver.setup.chainer.workflow.resources.dll |
14.0.2060.1 |
27,176 |
30-Iulie-24 |
22:29 |
x86 |
Landingpage.resources.dll |
14.0.2060.1 |
78,376 |
30-Iulie-24 |
22:26 |
x86 |
Microsoft.netenterpriseservers.exceptionmessagebox.resources.dll |
14.0.1000.169 |
89,784 |
29 iulie 24 |
15:57 |
x86 |
Microsoft.sql.chainer.package.resources.dll |
14.0.2060.1 |
22,584 |
30-Iulie-24 |
22:26 |
x86 |
Microsoft.sql.chainer.product.resources.dll |
14.0.2060.1 |
349,632 |
30-Iulie-24 |
22:26 |
x86 |
Microsoft.sqlserver.chainer.extensioncommon.resources.dll |
14.0.2060.1 |
35,264 |
30-Iulie-24 |
22:26 |
x86 |
Microsoft.sqlserver.chainer.infrastructure.resources.dll |
14.0.2060.1 |
41,936 |
30-Iulie-24 |
22:26 |
x86 |
Microsoft.sqlserver.chainer.setup.resources.dll |
14.0.2060.1 |
18,472 |
30-Iulie-24 |
22:26 |
x86 |
Microsoft.sqlserver.configuration.agentextension.resources.dll |
14.0.2060.1 |
30,776 |
30-Iulie-24 |
22:26 |
x86 |
Microsoft.sqlserver.configuration.asextension.resources.dll |
14.0.2060.1 |
72,248 |
30-Iulie-24 |
22:26 |
x86 |
Microsoft.sqlserver.configuration.bootstrapextension.resources.dll |
14.0.2060.1 |
27,584 |
30-Iulie-24 |
22:26 |
x86 |
Microsoft.sqlserver.configuration.cluster.resources.dll |
14.0.2060.1 |
173,112 |
30-Iulie-24 |
22:26 |
x86 |
Microsoft.sqlserver.configuration.configextension.resources.dll |
14.0.2060.1 |
18,896 |
30-Iulie-24 |
22:26 |
x86 |
Microsoft.sqlserver.configuration.connectioninfo.resources.dll |
14.0.17041.0 |
26,360 |
29 iulie 24 |
15:58 |
x86 |
Microsoft.sqlserver.configuration.distributedreplayextension.resources.dll |
14.0.1000.169 |
27,320 |
30-Iulie-24 |
23:54 |
x86 |
Microsoft.sqlserver.configuration.dmf.common.resources.dll |
14.0.17041.0 |
24,824 |
29 iulie 24 |
15:55 |
x86 |
Microsoft.sqlserver.configuration.dmf.resources.dll |
14.0.17041.0 |
40,184 |
30-Iulie-24 |
23:55 |
x86 |
Microsoft.sqlserver.configuration.extensibility_configextension.resources.dll |
14.0.2060.1 |
21,952 |
30-Iulie-24 |
22:26 |
x86 |
Microsoft.sqlserver.configuration.fulltext_configextension.resources.dll |
14.0.2060.1 |
21,544 |
30-Iulie-24 |
22:26 |
x86 |
Microsoft.sqlserver.configuration.impy_configextension.resources.dll |
14.0.2060.1 |
16,336 |
30-Iulie-24 |
22:26 |
x86 |
Microsoft.sqlserver.configuration.imr_configextension.resources.dll |
14.0.2060.1 |
16,424 |
30-Iulie-24 |
22:25 |
x86 |
Microsoft.sqlserver.configuration.installwizard.resources.dll |
14.0.2060.1 |
1,087,424 |
30-Iulie-24 |
22:26 |
x86 |
Microsoft.sqlserver.configuration.installwizardframework.resources.dll |
14.0.2060.1 |
17,448 |
30-Iulie-24 |
22:26 |
x86 |
Microsoft.sqlserver.configuration.ismasterextension.resources.dll |
14.0.1000.169 |
26,808 |
29 iulie 24 |
15:56 |
x86 |
Microsoft.sqlserver.configuration.isworkerextension.resources.dll |
14.0.1000.169 |
25,784 |
30-Iulie-24 |
23:55 |
x86 |
Microsoft.sqlserver.configuration.managementtoolsextension.resources.dll |
14.0.2060.1 |
20,944 |
30-Iulie-24 |
22:26 |
x86 |
Microsoft.sqlserver.configuration.msiextension.resources.dll |
14.0.2060.1 |
75,304 |
30-Iulie-24 |
22:26 |
x86 |
Microsoft.sqlserver.configuration.polybaseconfigextension.resources.dll |
14.0.1000.169 |
50,872 |
29 iulie 24 |
15:57 |
x86 |
Microsoft.sqlserver.configuration.powershellextension.resources.dll |
14.0.2060.1 |
20,944 |
30-Iulie-24 |
22:26 |
x86 |
Microsoft.sqlserver.configuration.repl_configextension.resources.dll |
14.0.2060.1 |
17,352 |
30-Iulie-24 |
22:26 |
x86 |
Microsoft.sqlserver.configuration.resources.dll |
14.0.2060.1 |
66,088 |
30-Iulie-24 |
22:25 |
x86 |
Microsoft.sqlserver.configuration.rsextension.resources.dll |
14.0.2060.1 |
63,016 |
30-Iulie-24 |
22:26 |
x86 |
Microsoft.sqlserver.configuration.rulesengineextension.resources.dll |
14.0.2060.1 |
32,704 |
30-Iulie-24 |
22:26 |
x86 |
Microsoft.sqlserver.configuration.saa_configextension.resources.dll |
14.0.1000.169 |
22,200 |
30-Iulie-24 |
23:57 |
x86 |
Microsoft.sqlserver.configuration.sco.resources.dll |
14.0.2060.1 |
907,320 |
30-Iulie-24 |
22:26 |
x86 |
Microsoft.sqlserver.configuration.scoextension.resources.dll |
14.0.1000.169 |
61,112 |
29 iulie 24 |
15:56 |
x86 |
Microsoft.sqlserver.configuration.setupextension.resources.dll |
14.0.2060.1 |
327,616 |
30-Iulie-24 |
22:26 |
x86 |
Microsoft.sqlserver.configuration.sfc.resources.dll |
14.0.17041.0 |
158,456 |
30-Iulie-24 |
23:57 |
x86 |
Microsoft.sqlserver.configuration.slpextension.resources.dll |
14.0.2060.1 |
22,056 |
30-Iulie-24 |
22:26 |
x86 |
Microsoft.sqlserver.configuration.smartsetupextension.resources.dll |
14.0.1000.169 |
41,656 |
29 iulie 24 |
15:55 |
x86 |
Microsoft.sqlserver.configuration.smo.resources.dll |
14.0.17041.0 |
878,840 |
29 iulie 24 |
15:57 |
x86 |
Microsoft.sqlserver.configuration.smpy_configextension.resources.dll |
14.0.2060.1 |
16,424 |
30-Iulie-24 |
22:26 |
x86 |
Microsoft.sqlserver.configuration.smr_configextension.resources.dll |
14.0.2060.1 |
16,320 |
30-Iulie-24 |
22:26 |
x86 |
Microsoft.sqlserver.configuration.sniserverconfigext.resources.dll |
2017.140.1000.169 |
36,536 |
30-Iulie-24 |
23:57 |
x86 |
Microsoft.sqlserver.configuration.sqlbrowserextension.resources.dll |
14.0.2060.1 |
38,848 |
30-Iulie-24 |
22:25 |
x86 |
Microsoft.sqlserver.configuration.sqlconfigbase.resources.dll |
14.0.2060.1 |
18,880 |
30-Iulie-24 |
22:26 |
x86 |
Microsoft.sqlserver.configuration.sqlenum.resources.dll |
14.0.17041.0 |
867,064 |
29 iulie 24 |
15:55 |
x86 |
Microsoft.sqlserver.configuration.sqlserver_configextension.resources.dll |
2017.140.2060.1 |
155,192 |
30-Iulie-24 |
22:26 |
x86 |
Microsoft.sqlserver.configuration.ssisextension.resources.dll |
14.0.2060.1 |
21,456 |
30-Iulie-24 |
22:26 |
x86 |
Microsoft.sqlserver.configuration.uiextension.resources.dll |
14.0.2060.1 |
22,056 |
30-Iulie-24 |
22:26 |
x86 |
Microsoft.sqlserver.configuration.utilityextension.resources.dll |
14.0.1000.169 |
22,192 |
29 iulie 24 |
15:58 |
x86 |
Microsoft.sqlserver.configuration.wizardframework.resources.dll |
14.0.2060.1 |
57,280 |
30-Iulie-24 |
22:26 |
x86 |
Microsoft.sqlserver.configuration.xtp.configextension.resources.dll |
14.0.1000.169 |
22,200 |
30-Iulie-24 |
23:55 |
x86 |
Microsoft.sqlserver.deployment.resources.dll |
14.0.1000.169 |
21,176 |
30-Iulie-24 |
23:56 |
x86 |
Microsoft.sqlserver.discovery.resources.dll |
14.0.2060.1 |
83,904 |
30-Iulie-24 |
22:26 |
x86 |
Microsoft.sqlserver.management.controls.resources.dll |
14.0.17041.0 |
85,752 |
30-Iulie-24 |
23:55 |
x86 |
Microsoft.sqlserver.setup.chainer.workflow.resources.dll |
14.0.2060.1 |
27,704 |
30-Iulie-24 |
22:26 |
x86 |
Landingpage.resources.dll |
14.0.2060.1 |
77,760 |
30-Iulie-24 |
22:31 |
x86 |
Microsoft.netenterpriseservers.exceptionmessagebox.resources.dll |
14.0.1000.169 |
89,784 |
29 iulie 24 |
15:56 |
x86 |
Microsoft.sql.chainer.package.resources.dll |
14.0.2060.1 |
22,568 |
30-Iulie-24 |
22:31 |
x86 |
Microsoft.sql.chainer.product.resources.dll |
14.0.2060.1 |
349,648 |
30-Iulie-24 |
22:31 |
x86 |
Microsoft.sqlserver.chainer.extensioncommon.resources.dll |
14.0.2060.1 |
34,856 |
30-Iulie-24 |
22:31 |
x86 |
Microsoft.sqlserver.chainer.infrastructure.resources.dll |
14.0.2060.1 |
41,000 |
30-Iulie-24 |
22:31 |
x86 |
Microsoft.sqlserver.chainer.setup.resources.dll |
14.0.2060.1 |
17,976 |
30-Iulie-24 |
22:31 |
x86 |
Microsoft.sqlserver.configuration.agentextension.resources.dll |
14.0.2060.1 |
29,632 |
30-Iulie-24 |
22:31 |
x86 |
Microsoft.sqlserver.configuration.asextension.resources.dll |
14.0.2060.1 |
70,712 |
30-Iulie-24 |
22:31 |
x86 |
Microsoft.sqlserver.configuration.bootstrapextension.resources.dll |
14.0.2060.1 |
27,072 |
30-Iulie-24 |
22:31 |
x86 |
Microsoft.sqlserver.configuration.cluster.resources.dll |
14.0.2060.1 |
166,952 |
30-Iulie-24 |
22:31 |
x86 |
Microsoft.sqlserver.configuration.configextension.resources.dll |
14.0.2060.1 |
18,368 |
30-Iulie-24 |
22:31 |
x86 |
Microsoft.sqlserver.configuration.connectioninfo.resources.dll |
14.0.17041.0 |
26,360 |
30-Iulie-24 |
23:58 |
x86 |
Microsoft.sqlserver.configuration.distributedreplayextension.resources.dll |
14.0.1000.169 |
27,320 |
31 iulie 24 |
00:04 |
x86 |
Microsoft.sqlserver.configuration.dmf.common.resources.dll |
14.0.17041.0 |
24,824 |
29 iulie 24 |
16:06 |
x86 |
Microsoft.sqlserver.configuration.dmf.resources.dll |
14.0.17041.0 |
39,672 |
31 iulie 24 |
00:04 |
x86 |
Microsoft.sqlserver.configuration.extensibility_configextension.resources.dll |
14.0.2060.1 |
21,560 |
30-Iulie-24 |
22:31 |
x86 |
Microsoft.sqlserver.configuration.fulltext_configextension.resources.dll |
14.0.2060.1 |
20,520 |
30-Iulie-24 |
22:31 |
x86 |
Microsoft.sqlserver.configuration.impy_configextension.resources.dll |
14.0.2060.1 |
16,424 |
30-Iulie-24 |
22:31 |
x86 |
Microsoft.sqlserver.configuration.imr_configextension.resources.dll |
14.0.2060.1 |
16,320 |
30-Iulie-24 |
22:31 |
x86 |
Microsoft.sqlserver.configuration.installwizard.resources.dll |
14.0.2060.1 |
1,083,432 |
30-Iulie-24 |
22:31 |
x86 |
Microsoft.sqlserver.configuration.installwizardframework.resources.dll |
14.0.2060.1 |
17,448 |
30-Iulie-24 |
22:31 |
x86 |
Microsoft.sqlserver.configuration.ismasterextension.resources.dll |
14.0.1000.169 |
27,320 |
31 iulie 24 |
00:03 |
x86 |
Microsoft.sqlserver.configuration.isworkerextension.resources.dll |
14.0.1000.169 |
25,784 |
29 iulie 24 |
16:10 |
x86 |
Microsoft.sqlserver.configuration.managementtoolsextension.resources.dll |
14.0.2060.1 |
21,048 |
30-Iulie-24 |
22:31 |
x86 |
Microsoft.sqlserver.configuration.msiextension.resources.dll |
14.0.2060.1 |
74,192 |
30-Iulie-24 |
22:31 |
x86 |
Microsoft.sqlserver.configuration.polybaseconfigextension.resources.dll |
14.0.1000.169 |
50,872 |
29 iulie 24 |
16:10 |
x86 |
Microsoft.sqlserver.configuration.powershellextension.resources.dll |
14.0.2060.1 |
21,048 |
30-Iulie-24 |
22:31 |
x86 |
Microsoft.sqlserver.configuration.repl_configextension.resources.dll |
14.0.2060.1 |
17,464 |
30-Iulie-24 |
22:31 |
x86 |
Microsoft.sqlserver.configuration.resources.dll |
14.0.2060.1 |
65,080 |
30-Iulie-24 |
22:31 |
x86 |
Microsoft.sqlserver.configuration.rsextension.resources.dll |
14.0.2060.1 |
61,480 |
30-Iulie-24 |
22:31 |
x86 |
Microsoft.sqlserver.configuration.rulesengineextension.resources.dll |
14.0.2060.1 |
32,296 |
30-Iulie-24 |
22:31 |
x86 |
Microsoft.sqlserver.configuration.saa_configextension.resources.dll |
14.0.1000.169 |
22,192 |
31 iulie 24 |
00:05 |
x86 |
Microsoft.sqlserver.configuration.sco.resources.dll |
14.0.2060.1 |
995,384 |
30-Iulie-24 |
22:31 |
x86 |
Microsoft.sqlserver.configuration.scoextension.resources.dll |
14.0.1000.169 |
60,088 |
31 iulie 24 |
00:05 |
x86 |
Microsoft.sqlserver.configuration.setupextension.resources.dll |
14.0.2060.1 |
321,472 |
30-Iulie-24 |
22:31 |
x86 |
Microsoft.sqlserver.configuration.sfc.resources.dll |
14.0.17041.0 |
157,944 |
29 iulie 24 |
16:07 |
x86 |
Microsoft.sqlserver.configuration.slpextension.resources.dll |
14.0.2060.1 |
21,952 |
30-Iulie-24 |
22:31 |
x86 |
Microsoft.sqlserver.configuration.smartsetupextension.resources.dll |
14.0.1000.169 |
41,144 |
31 iulie 24 |
00:05 |
x86 |
Microsoft.sqlserver.configuration.smo.resources.dll |
14.0.17041.0 |
840,952 |
29 iulie 24 |
16:10 |
x86 |
Microsoft.sqlserver.configuration.smpy_configextension.resources.dll |
14.0.2060.1 |
16,320 |
30-Iulie-24 |
22:31 |
x86 |
Microsoft.sqlserver.configuration.smr_configextension.resources.dll |
14.0.2060.1 |
16,424 |
30-Iulie-24 |
22:31 |
x86 |
Microsoft.sqlserver.configuration.sniserverconfigext.resources.dll |
2017.140.1000.169 |
36,536 |
31 iulie 24 |
00:05 |
x86 |
Microsoft.sqlserver.configuration.sqlbrowserextension.resources.dll |
14.0.2060.1 |
38,456 |
30-Iulie-24 |
22:31 |
x86 |
Microsoft.sqlserver.configuration.sqlconfigbase.resources.dll |
14.0.2060.1 |
18,472 |
30-Iulie-24 |
22:31 |
x86 |
Microsoft.sqlserver.configuration.sqlenum.resources.dll |
14.0.17041.0 |
866,552 |
31 iulie 24 |
00:04 |
x86 |
Microsoft.sqlserver.configuration.sqlserver_configextension.resources.dll |
2017.140.2060.1 |
152,104 |
30-Iulie-24 |
22:31 |
x86 |
Microsoft.sqlserver.configuration.ssisextension.resources.dll |
14.0.2060.1 |
21,544 |
30-Iulie-24 |
22:31 |
x86 |
Microsoft.sqlserver.configuration.uiextension.resources.dll |
14.0.2060.1 |
21,440 |
30-Iulie-24 |
22:31 |
x86 |
Microsoft.sqlserver.configuration.utilityextension.resources.dll |
14.0.1000.169 |
22,192 |
29 iulie 24 |
16:05 |
x86 |
Microsoft.sqlserver.configuration.wizardframework.resources.dll |
14.0.2060.1 |
56,776 |
30-Iulie-24 |
22:31 |
x86 |
Microsoft.sqlserver.configuration.xtp.configextension.resources.dll |
14.0.1000.169 |
22,200 |
31 iulie 24 |
00:06 |
x86 |
Microsoft.sqlserver.deployment.resources.dll |
14.0.1000.169 |
21,176 |
31 iulie 24 |
00:03 |
x86 |
Microsoft.sqlserver.discovery.resources.dll |
14.0.2060.1 |
83,392 |
30-Iulie-24 |
22:31 |
x86 |
Microsoft.sqlserver.management.controls.resources.dll |
14.0.17041.0 |
85,752 |
31 iulie 24 |
00:03 |
x86 |
Microsoft.sqlserver.setup.chainer.workflow.resources.dll |
14.0.2060.1 |
27,088 |
30-Iulie-24 |
22:31 |
x86 |
Landingpage.resources.dll |
14.0.2060.1 |
79,912 |
30-Iulie-24 |
22:29 |
x86 |
Microsoft.netenterpriseservers.exceptionmessagebox.resources.dll |
14.0.1000.169 |
89,784 |
29 iulie 24 |
22:29 |
x86 |
Microsoft.sql.chainer.package.resources.dll |
14.0.2060.1 |
22,584 |
30-Iulie-24 |
22:29 |
x86 |
Microsoft.sql.chainer.product.resources.dll |
14.0.2060.1 |
349,624 |
30-Iulie-24 |
22:29 |
x86 |
Microsoft.sqlserver.chainer.extensioncommon.resources.dll |
14.0.2060.1 |
35,776 |
30-Iulie-24 |
22:29 |
x86 |
Microsoft.sqlserver.chainer.infrastructure.resources.dll |
14.0.2060.1 |
43,048 |
30-Iulie-24 |
22:29 |
x86 |
Microsoft.sqlserver.chainer.setup.resources.dll |
14.0.2060.1 |
18,472 |
30-Iulie-24 |
22:29 |
x86 |
Microsoft.sqlserver.configuration.agentextension.resources.dll |
14.0.2060.1 |
32,824 |
30-Iulie-24 |
22:29 |
x86 |
Microsoft.sqlserver.configuration.asextension.resources.dll |
14.0.2060.1 |
75,816 |
30-Iulie-24 |
22:29 |
x86 |
Microsoft.sqlserver.configuration.bootstrapextension.resources.dll |
14.0.2060.1 |
29,224 |
30-Iulie-24 |
22:29 |
x86 |
Microsoft.sqlserver.configuration.cluster.resources.dll |
14.0.2060.1 |
185,912 |
30-Iulie-24 |
22:29 |
x86 |
Microsoft.sqlserver.configuration.configextension.resources.dll |
14.0.2060.1 |
18,880 |
30-Iulie-24 |
22:29 |
x86 |
Microsoft.sqlserver.configuration.connectioninfo.resources.dll |
14.0.17041.0 |
36,600 |
30-Iulie-24 |
23:52 |
x86 |
Microsoft.sqlserver.configuration.distributedreplayextension.resources.dll |
14.0.1000.169 |
27,832 |
29 iulie 24 |
15:55 |
x86 |
Microsoft.sqlserver.configuration.dmf.common.resources.dll |
14.0.17041.0 |
25,336 |
30-Iulie-24 |
23:53 |
x86 |
Microsoft.sqlserver.configuration.dmf.resources.dll |
14.0.17041.0 |
41,720 |
30-Iulie-24 |
23:52 |
x86 |
Microsoft.sqlserver.configuration.extensibility_configextension.resources.dll |
14.0.2060.1 |
21,952 |
30-Iulie-24 |
22:29 |
x86 |
Microsoft.sqlserver.configuration.fulltext_configextension.resources.dll |
14.0.2060.1 |
21,032 |
30-Iulie-24 |
22:29 |
x86 |
Microsoft.sqlserver.configuration.impy_configextension.resources.dll |
14.0.2060.1 |
16,424 |
30-Iulie-24 |
22:29 |
x86 |
Microsoft.sqlserver.configuration.imr_configextension.resources.dll |
14.0.2060.1 |
16,424 |
30-Iulie-24 |
22:29 |
x86 |
Microsoft.sqlserver.configuration.installwizard.resources.dll |
14.0.2060.1 |
1,095,720 |
30-Iulie-24 |
22:29 |
x86 |
Microsoft.sqlserver.configuration.installwizardframework.resources.dll |
14.0.2060.1 |
17,448 |
30-Iulie-24 |
22:29 |
x86 |
Microsoft.sqlserver.configuration.ismasterextension.resources.dll |
14.0.1000.169 |
27,320 |
29 iulie 24 |
22:39 |
x86 |
Microsoft.sqlserver.configuration.isworkerextension.resources.dll |
14.0.1000.169 |
26,296 |
29 iulie 24 |
22:42 |
x86 |
Microsoft.sqlserver.configuration.managementtoolsextension.resources.dll |
14.0.2060.1 |
21,048 |
30-Iulie-24 |
22:29 |
x86 |
Microsoft.sqlserver.configuration.msiextension.resources.dll |
14.0.2060.1 |
78,392 |
30-Iulie-24 |
22:29 |
x86 |
Microsoft.sqlserver.configuration.polybaseconfigextension.resources.dll |
14.0.1000.169 |
52,400 |
30-Iulie-24 |
23:52 |
x86 |
Microsoft.sqlserver.configuration.powershellextension.resources.dll |
14.0.2060.1 |
21,440 |
30-Iulie-24 |
22:29 |
x86 |
Microsoft.sqlserver.configuration.repl_configextension.resources.dll |
14.0.2060.1 |
17,344 |
30-Iulie-24 |
22:29 |
x86 |
Microsoft.sqlserver.configuration.resources.dll |
14.0.2060.1 |
70,080 |
30-Iulie-24 |
22:29 |
x86 |
Microsoft.sqlserver.configuration.rsextension.resources.dll |
14.0.2060.1 |
66,600 |
30-Iulie-24 |
22:29 |
x86 |
Microsoft.sqlserver.configuration.rulesengineextension.resources.dll |
14.0.2060.1 |
32,720 |
30-Iulie-24 |
22:29 |
x86 |
Microsoft.sqlserver.configuration.saa_configextension.resources.dll |
14.0.1000.169 |
22,200 |
30-Iulie-24 |
23:52 |
x86 |
Microsoft.sqlserver.configuration.sco.resources.dll |
14.0.2060.1 |
959,528 |
30-Iulie-24 |
22:29 |
x86 |
Microsoft.sqlserver.configuration.scoextension.resources.dll |
14.0.1000.169 |
62,648 |
30-Iulie-24 |
23:52 |
x86 |
Microsoft.sqlserver.configuration.setupextension.resources.dll |
14.0.2060.1 |
341,440 |
30-Iulie-24 |
22:29 |
x86 |
Microsoft.sqlserver.configuration.sfc.resources.dll |
14.0.17041.0 |
160,504 |
30-Iulie-24 |
23:50 |
x86 |
Microsoft.sqlserver.configuration.slpextension.resources.dll |
14.0.2060.1 |
21,944 |
30-Iulie-24 |
22:29 |
x86 |
Microsoft.sqlserver.configuration.smartsetupextension.resources.dll |
14.0.1000.169 |
44,216 |
29 iulie 24 |
22:41 |
x86 |
Microsoft.sqlserver.configuration.smo.resources.dll |
14.0.17041.0 |
909,048 |
30-Iulie-24 |
23:50 |
x86 |
Microsoft.sqlserver.configuration.smpy_configextension.resources.dll |
14.0.2060.1 |
16,320 |
30-Iulie-24 |
22:29 |
x86 |
Microsoft.sqlserver.configuration.smr_configextension.resources.dll |
14.0.2060.1 |
16,424 |
30-Iulie-24 |
22:29 |
x86 |
Microsoft.sqlserver.configuration.sniserverconfigext.resources.dll |
2017.140.1000.169 |
27,824 |
30-Iulie-24 |
23:52 |
x86 |
Microsoft.sqlserver.configuration.sqlbrowserextension.resources.dll |
14.0.2060.1 |
40,400 |
30-Iulie-24 |
22:29 |
x86 |
Microsoft.sqlserver.configuration.sqlconfigbase.resources.dll |
14.0.2060.1 |
18,880 |
30-Iulie-24 |
22:29 |
x86 |
Microsoft.sqlserver.configuration.sqlenum.resources.dll |
14.0.17041.0 |
868,088 |
29 iulie 24 |
15:53 |
x86 |
Microsoft.sqlserver.configuration.sqlserver_configextension.resources.dll |
2017.140.2060.1 |
160,808 |
30-Iulie-24 |
22:29 |
x86 |
Microsoft.sqlserver.configuration.ssisextension.resources.dll |
14.0.2060.1 |
21,952 |
30-Iulie-24 |
22:29 |
x86 |
Microsoft.sqlserver.configuration.uiextension.resources.dll |
14.0.2060.1 |
22,464 |
30-Iulie-24 |
22:29 |
x86 |
Microsoft.sqlserver.configuration.utilityextension.resources.dll |
14.0.1000.169 |
22,712 |
29 iulie 24 |
22:43 |
x86 |
Microsoft.sqlserver.configuration.wizardframework.resources.dll |
14.0.2060.1 |
57,280 |
30-Iulie-24 |
22:29 |
x86 |
Microsoft.sqlserver.configuration.xtp.configextension.resources.dll |
14.0.1000.169 |
21,688 |
29 iulie 24 |
22:36 |
x86 |
Microsoft.sqlserver.deployment.resources.dll |
14.0.1000.169 |
21,176 |
29 iulie 24 |
22:39 |
x86 |
Microsoft.sqlserver.discovery.resources.dll |
14.0.2060.1 |
84,024 |
30-Iulie-24 |
22:29 |
x86 |
Microsoft.sqlserver.management.controls.resources.dll |
14.0.17041.0 |
85,752 |
29 iulie 24 |
15:52 |
x86 |
Microsoft.sqlserver.setup.chainer.workflow.resources.dll |
14.0.2060.1 |
28,112 |
30-Iulie-24 |
22:29 |
x86 |
Landingpage.resources.dll |
14.0.2060.1 |
77,776 |
30-Iulie-24 |
22:29 |
x86 |
Microsoft.netenterpriseservers.exceptionmessagebox.resources.dll |
14.0.1000.169 |
89,784 |
30-Iulie-24 |
23:56 |
x86 |
Microsoft.sql.chainer.package.resources.dll |
14.0.2060.1 |
22,464 |
30-Iulie-24 |
22:28 |
x86 |
Microsoft.sql.chainer.product.resources.dll |
14.0.2060.1 |
349,632 |
30-Iulie-24 |
22:28 |
x86 |
Microsoft.sqlserver.chainer.extensioncommon.resources.dll |
14.0.2060.1 |
35,368 |
30-Iulie-24 |
22:29 |
x86 |
Microsoft.sqlserver.chainer.infrastructure.resources.dll |
14.0.2060.1 |
41,424 |
30-Iulie-24 |
22:28 |
x86 |
Microsoft.sqlserver.chainer.setup.resources.dll |
14.0.2060.1 |
17,856 |
30-Iulie-24 |
22:28 |
x86 |
Microsoft.sqlserver.configuration.agentextension.resources.dll |
14.0.2060.1 |
30,656 |
30-Iulie-24 |
22:28 |
x86 |
Microsoft.sqlserver.configuration.asextension.resources.dll |
14.0.2060.1 |
71,616 |
30-Iulie-24 |
22:29 |
x86 |
Microsoft.sqlserver.configuration.bootstrapextension.resources.dll |
14.0.2060.1 |
27,080 |
30-Iulie-24 |
22:28 |
x86 |
Microsoft.sqlserver.configuration.cluster.resources.dll |
14.0.2060.1 |
174,016 |
30-Iulie-24 |
22:28 |
x86 |
Microsoft.sqlserver.configuration.configextension.resources.dll |
14.0.2060.1 |
19,000 |
30-Iulie-24 |
22:29 |
x86 |
Microsoft.sqlserver.configuration.connectioninfo.resources.dll |
14.0.17041.0 |
26,360 |
30-Iulie-24 |
23:56 |
x86 |
Microsoft.sqlserver.configuration.distributedreplayextension.resources.dll |
14.0.1000.169 |
27,320 |
29 iulie 24 |
15:55 |
x86 |
Microsoft.sqlserver.configuration.dmf.common.resources.dll |
14.0.17041.0 |
25,336 |
30-Iulie-24 |
23:56 |
x86 |
Microsoft.sqlserver.configuration.dmf.resources.dll |
14.0.17041.0 |
39,672 |
29 iulie 24 |
15:56 |
x86 |
Microsoft.sqlserver.configuration.extensibility_configextension.resources.dll |
14.0.2060.1 |
21,544 |
30-Iulie-24 |
22:28 |
x86 |
Microsoft.sqlserver.configuration.fulltext_configextension.resources.dll |
14.0.2060.1 |
20,520 |
30-Iulie-24 |
22:28 |
x86 |
Microsoft.sqlserver.configuration.impy_configextension.resources.dll |
14.0.2060.1 |
16,424 |
30-Iulie-24 |
22:29 |
x86 |
Microsoft.sqlserver.configuration.imr_configextension.resources.dll |
14.0.2060.1 |
16,440 |
30-Iulie-24 |
22:28 |
x86 |
Microsoft.sqlserver.configuration.installwizard.resources.dll |
14.0.2060.1 |
1,083,432 |
30-Iulie-24 |
22:29 |
x86 |
Microsoft.sqlserver.configuration.installwizardframework.resources.dll |
14.0.2060.1 |
17,448 |
30-Iulie-24 |
22:29 |
x86 |
Microsoft.sqlserver.configuration.ismasterextension.resources.dll |
14.0.1000.169 |
26,808 |
30-Iulie-24 |
23:57 |
x86 |
Microsoft.sqlserver.configuration.isworkerextension.resources.dll |
14.0.1000.169 |
25,784 |
30-Iulie-24 |
23:54 |
x86 |
Microsoft.sqlserver.configuration.managementtoolsextension.resources.dll |
14.0.2060.1 |
20,928 |
30-Iulie-24 |
22:28 |
x86 |
Microsoft.sqlserver.configuration.msiextension.resources.dll |
14.0.2060.1 |
73,664 |
30-Iulie-24 |
22:28 |
x86 |
Microsoft.sqlserver.configuration.polybaseconfigextension.resources.dll |
14.0.1000.169 |
50,872 |
30-Iulie-24 |
23:56 |
x86 |
Microsoft.sqlserver.configuration.powershellextension.resources.dll |
14.0.2060.1 |
20,928 |
30-Iulie-24 |
22:28 |
x86 |
Microsoft.sqlserver.configuration.repl_configextension.resources.dll |
14.0.2060.1 |
17,344 |
30-Iulie-24 |
22:28 |
x86 |
Microsoft.sqlserver.configuration.resources.dll |
14.0.2060.1 |
65,472 |
30-Iulie-24 |
22:28 |
x86 |
Microsoft.sqlserver.configuration.rsextension.resources.dll |
14.0.2060.1 |
61,888 |
30-Iulie-24 |
22:29 |
x86 |
Microsoft.sqlserver.configuration.rulesengineextension.resources.dll |
14.0.2060.1 |
32,208 |
30-Iulie-24 |
22:28 |
x86 |
Microsoft.sqlserver.configuration.saa_configextension.resources.dll |
14.0.1000.169 |
22,200 |
29 iulie 24 |
15:57 |
x86 |
Microsoft.sqlserver.configuration.sco.resources.dll |
14.0.2060.1 |
862,776 |
30-Iulie-24 |
22:28 |
x86 |
Microsoft.sqlserver.configuration.scoextension.resources.dll |
14.0.1000.169 |
60,600 |
29 iulie 24 |
15:58 |
x86 |
Microsoft.sqlserver.configuration.setupextension.resources.dll |
14.0.2060.1 |
320,960 |
30-Iulie-24 |
22:28 |
x86 |
Microsoft.sqlserver.configuration.sfc.resources.dll |
14.0.17041.0 |
158,968 |
29 iulie 24 |
15:56 |
x86 |
Microsoft.sqlserver.configuration.slpextension.resources.dll |
14.0.2060.1 |
21,952 |
30-Iulie-24 |
22:29 |
x86 |
Microsoft.sqlserver.configuration.smartsetupextension.resources.dll |
14.0.1000.169 |
41,144 |
30-Iulie-24 |
23:57 |
x86 |
Microsoft.sqlserver.configuration.smo.resources.dll |
14.0.17041.0 |
866,040 |
30-Iulie-24 |
23:56 |
x86 |
Microsoft.sqlserver.configuration.smpy_configextension.resources.dll |
14.0.2060.1 |
16,320 |
30-Iulie-24 |
22:28 |
x86 |
Microsoft.sqlserver.configuration.smr_configextension.resources.dll |
14.0.2060.1 |
16,440 |
30-Iulie-24 |
22:28 |
x86 |
Microsoft.sqlserver.configuration.sniserverconfigext.resources.dll |
2017.140.1000.169 |
27,320 |
29 iulie 24 |
15:55 |
x86 |
Microsoft.sqlserver.configuration.sqlbrowserextension.resources.dll |
14.0.2060.1 |
38,336 |
30-Iulie-24 |
22:29 |
x86 |
Microsoft.sqlserver.configuration.sqlconfigbase.resources.dll |
14.0.2060.1 |
18,368 |
30-Iulie-24 |
22:29 |
x86 |
Microsoft.sqlserver.configuration.sqlenum.resources.dll |
14.0.17041.0 |
867,064 |
30-Iulie-24 |
23:58 |
x86 |
Microsoft.sqlserver.configuration.sqlserver_configextension.resources.dll |
2017.140.2060.1 |
154,168 |
30-Iulie-24 |
22:28 |
x86 |
Microsoft.sqlserver.configuration.ssisextension.resources.dll |
14.0.2060.1 |
21,440 |
30-Iulie-24 |
22:28 |
x86 |
Microsoft.sqlserver.configuration.uiextension.resources.dll |
14.0.2060.1 |
22,056 |
30-Iulie-24 |
22:28 |
x86 |
Microsoft.sqlserver.configuration.utilityextension.resources.dll |
14.0.1000.169 |
22,200 |
29 iulie 24 |
15:57 |
x86 |
Microsoft.sqlserver.configuration.wizardframework.resources.dll |
14.0.2060.1 |
57,280 |
30-Iulie-24 |
22:28 |
x86 |
Microsoft.sqlserver.configuration.xtp.configextension.resources.dll |
14.0.1000.169 |
21,688 |
29 iulie 24 |
15:58 |
x86 |
Microsoft.sqlserver.deployment.resources.dll |
14.0.1000.169 |
21,176 |
30-Iulie-24 |
23:57 |
x86 |
Microsoft.sqlserver.discovery.resources.dll |
14.0.2060.1 |
84,024 |
30-Iulie-24 |
22:28 |
x86 |
Microsoft.sqlserver.management.controls.resources.dll |
14.0.17041.0 |
85,752 |
29 iulie 24 |
15:56 |
x86 |
Microsoft.sqlserver.setup.chainer.workflow.resources.dll |
14.0.2060.1 |
27,176 |
30-Iulie-24 |
22:28 |
x86 |
Landingpage.resources.dll |
14.0.2060.1 |
77,864 |
30-Iulie-24 |
22:27 |
x86 |
Microsoft.netenterpriseservers.exceptionmessagebox.resources.dll |
14.0.1000.169 |
89,776 |
31 iulie 24 |
00:00 |
x86 |
Microsoft.sql.chainer.package.resources.dll |
14.0.2060.1 |
22,568 |
30-Iulie-24 |
22:28 |
x86 |
Microsoft.sql.chainer.product.resources.dll |
14.0.2060.1 |
349,752 |
30-Iulie-24 |
22:28 |
x86 |
Microsoft.sqlserver.chainer.extensioncommon.resources.dll |
14.0.2060.1 |
34,856 |
30-Iulie-24 |
22:28 |
x86 |
Microsoft.sqlserver.chainer.infrastructure.resources.dll |
14.0.2060.1 |
41,000 |
30-Iulie-24 |
22:28 |
x86 |
Microsoft.sqlserver.chainer.setup.resources.dll |
14.0.2060.1 |
17,856 |
30-Iulie-24 |
22:28 |
x86 |
Microsoft.sqlserver.configuration.agentextension.resources.dll |
14.0.2060.1 |
29,632 |
30-Iulie-24 |
22:28 |
x86 |
Microsoft.sqlserver.configuration.asextension.resources.dll |
14.0.2060.1 |
70,592 |
30-Iulie-24 |
22:28 |
x86 |
Microsoft.sqlserver.configuration.bootstrapextension.resources.dll |
14.0.2060.1 |
27,192 |
30-Iulie-24 |
22:29 |
x86 |
Microsoft.sqlserver.configuration.cluster.resources.dll |
14.0.2060.1 |
166,440 |
30-Iulie-24 |
22:28 |
x86 |
Microsoft.sqlserver.configuration.configextension.resources.dll |
14.0.2060.1 |
18,984 |
30-Iulie-24 |
22:28 |
x86 |
Microsoft.sqlserver.configuration.connectioninfo.resources.dll |
14.0.17041.0 |
25,848 |
29 iulie 24 |
16:00 |
x86 |
Microsoft.sqlserver.configuration.distributedreplayextension.resources.dll |
14.0.1000.169 |
27,320 |
29 iulie 24 |
16:03 |
x86 |
Microsoft.sqlserver.configuration.dmf.common.resources.dll |
14.0.17041.0 |
24,824 |
29 iulie 24 |
16:01 |
x86 |
Microsoft.sqlserver.configuration.dmf.resources.dll |
14.0.17041.0 |
38,648 |
30-Iulie-24 |
23:58 |
x86 |
Microsoft.sqlserver.configuration.extensibility_configextension.resources.dll |
14.0.2060.1 |
21,544 |
30-Iulie-24 |
22:28 |
x86 |
Microsoft.sqlserver.configuration.fulltext_configextension.resources.dll |
14.0.2060.1 |
20,520 |
30-Iulie-24 |
22:28 |
x86 |
Microsoft.sqlserver.configuration.impy_configextension.resources.dll |
14.0.2060.1 |
16,440 |
30-Iulie-24 |
22:28 |
x86 |
Microsoft.sqlserver.configuration.imr_configextension.resources.dll |
14.0.2060.1 |
16,440 |
30-Iulie-24 |
22:28 |
x86 |
Microsoft.sqlserver.configuration.installwizard.resources.dll |
14.0.2060.1 |
1,083,320 |
30-Iulie-24 |
22:28 |
x86 |
Microsoft.sqlserver.configuration.installwizardframework.resources.dll |
14.0.2060.1 |
17,448 |
30-Iulie-24 |
22:29 |
x86 |
Microsoft.sqlserver.configuration.ismasterextension.resources.dll |
14.0.1000.169 |
26,808 |
30-Iulie-24 |
23:58 |
x86 |
Microsoft.sqlserver.configuration.isworkerextension.resources.dll |
14.0.1000.169 |
25,784 |
30-Iulie-24 |
23:58 |
x86 |
Microsoft.sqlserver.configuration.managementtoolsextension.resources.dll |
14.0.2060.1 |
21,032 |
30-Iulie-24 |
22:28 |
x86 |
Microsoft.sqlserver.configuration.msiextension.resources.dll |
14.0.2060.1 |
73,152 |
30-Iulie-24 |
22:28 |
x86 |
Microsoft.sqlserver.configuration.polybaseconfigextension.resources.dll |
14.0.1000.169 |
50,872 |
30-Iulie-24 |
23:59 |
x86 |
Microsoft.sqlserver.configuration.powershellextension.resources.dll |
14.0.2060.1 |
21,032 |
30-Iulie-24 |
22:28 |
x86 |
Microsoft.sqlserver.configuration.repl_configextension.resources.dll |
14.0.2060.1 |
17,352 |
30-Iulie-24 |
22:29 |
x86 |
Microsoft.sqlserver.configuration.resources.dll |
14.0.2060.1 |
64,040 |
30-Iulie-24 |
22:29 |
x86 |
Microsoft.sqlserver.configuration.rsextension.resources.dll |
14.0.2060.1 |
61,992 |
30-Iulie-24 |
22:29 |
x86 |
Microsoft.sqlserver.configuration.rulesengineextension.resources.dll |
14.0.2060.1 |
32,192 |
30-Iulie-24 |
22:28 |
x86 |
Microsoft.sqlserver.configuration.saa_configextension.resources.dll |
14.0.1000.169 |
22,192 |
29 iulie 24 |
16:01 |
x86 |
Microsoft.sqlserver.configuration.sco.resources.dll |
14.0.2060.1 |
929,848 |
30-Iulie-24 |
22:28 |
x86 |
Microsoft.sqlserver.configuration.scoextension.resources.dll |
14.0.1000.169 |
58,032 |
29 iulie 24 |
16:03 |
x86 |
Microsoft.sqlserver.configuration.setupextension.resources.dll |
14.0.2060.1 |
318,400 |
30-Iulie-24 |
22:29 |
x86 |
Microsoft.sqlserver.configuration.sfc.resources.dll |
14.0.17041.0 |
157,432 |
31 iulie 24 |
00:01 |
x86 |
Microsoft.sqlserver.configuration.slpextension.resources.dll |
14.0.2060.1 |
22,072 |
30-Iulie-24 |
22:28 |
x86 |
Microsoft.sqlserver.configuration.smartsetupextension.resources.dll |
14.0.1000.169 |
40,120 |
29 iulie 24 |
16:02 |
x86 |
Microsoft.sqlserver.configuration.smo.resources.dll |
14.0.17041.0 |
853,240 |
29 iulie 24 |
16:00 |
x86 |
Microsoft.sqlserver.configuration.smpy_configextension.resources.dll |
14.0.2060.1 |
16,424 |
30-Iulie-24 |
22:28 |
x86 |
Microsoft.sqlserver.configuration.smr_configextension.resources.dll |
14.0.2060.1 |
16,424 |
30-Iulie-24 |
22:29 |
x86 |
Microsoft.sqlserver.configuration.sniserverconfigext.resources.dll |
2017.140.1000.169 |
36,536 |
29 iulie 24 |
16:00 |
x86 |
Microsoft.sqlserver.configuration.sqlbrowserextension.resources.dll |
14.0.2060.1 |
37,824 |
30-Iulie-24 |
22:28 |
x86 |
Microsoft.sqlserver.configuration.sqlconfigbase.resources.dll |
14.0.2060.1 |
18,384 |
30-Iulie-24 |
22:28 |
x86 |
Microsoft.sqlserver.configuration.sqlenum.resources.dll |
14.0.17041.0 |
866,552 |
31 iulie 24 |
00:00 |
x86 |
Microsoft.sqlserver.configuration.sqlserver_configextension.resources.dll |
2017.140.2060.1 |
152,104 |
30-Iulie-24 |
22:28 |
x86 |
Microsoft.sqlserver.configuration.ssisextension.resources.dll |
14.0.2060.1 |
21,544 |
30-Iulie-24 |
22:29 |
x86 |
Microsoft.sqlserver.configuration.uiextension.resources.dll |
14.0.2060.1 |
21,456 |
30-Iulie-24 |
22:28 |
x86 |
Microsoft.sqlserver.configuration.utilityextension.resources.dll |
14.0.1000.169 |
22,200 |
31 iulie 24 |
00:01 |
x86 |
Microsoft.sqlserver.configuration.wizardframework.resources.dll |
14.0.2060.1 |
56,768 |
30-Iulie-24 |
22:28 |
x86 |
Microsoft.sqlserver.configuration.xtp.configextension.resources.dll |
14.0.1000.169 |
22,200 |
31 iulie 24 |
00:00 |
x86 |
Microsoft.sqlserver.deployment.resources.dll |
14.0.1000.169 |
21,176 |
29 iulie 24 |
16:00 |
x86 |
Microsoft.sqlserver.discovery.resources.dll |
14.0.2060.1 |
83,392 |
30-Iulie-24 |
22:28 |
x86 |
Microsoft.sqlserver.management.controls.resources.dll |
14.0.17041.0 |
85,752 |
31 iulie 24 |
00:02 |
x86 |
Microsoft.sqlserver.setup.chainer.workflow.resources.dll |
14.0.2060.1 |
27,080 |
30-Iulie-24 |
22:29 |
x86 |
Landingpage.resources.dll |
14.0.2060.1 |
82,472 |
30-Iulie-24 |
22:33 |
x86 |
Microsoft.netenterpriseservers.exceptionmessagebox.resources.dll |
14.0.1000.169 |
89,784 |
30-Iulie-24 |
23:54 |
x86 |
Microsoft.sql.chainer.package.resources.dll |
14.0.2060.1 |
22,464 |
30-Iulie-24 |
22:34 |
x86 |
Microsoft.sql.chainer.product.resources.dll |
14.0.2060.1 |
349,632 |
30-Iulie-24 |
22:34 |
x86 |
Microsoft.sqlserver.chainer.extensioncommon.resources.dll |
14.0.2060.1 |
37,944 |
30-Iulie-24 |
22:33 |
x86 |
Microsoft.sqlserver.chainer.infrastructure.resources.dll |
14.0.2060.1 |
47,656 |
30-Iulie-24 |
22:33 |
x86 |
Microsoft.sqlserver.chainer.setup.resources.dll |
14.0.2060.1 |
19,392 |
30-Iulie-24 |
22:33 |
x86 |
Microsoft.sqlserver.configuration.agentextension.resources.dll |
14.0.2060.1 |
34,240 |
30-Iulie-24 |
22:34 |
x86 |
Microsoft.sqlserver.configuration.asextension.resources.dll |
14.0.2060.1 |
80,832 |
30-Iulie-24 |
22:34 |
x86 |
Microsoft.sqlserver.configuration.bootstrapextension.resources.dll |
14.0.2060.1 |
32,192 |
30-Iulie-24 |
22:34 |
x86 |
Microsoft.sqlserver.configuration.cluster.resources.dll |
14.0.2060.1 |
198,200 |
30-Iulie-24 |
22:33 |
x86 |
Microsoft.sqlserver.configuration.configextension.resources.dll |
14.0.2060.1 |
20,536 |
30-Iulie-24 |
22:33 |
x86 |
Microsoft.sqlserver.configuration.connectioninfo.resources.dll |
14.0.17041.0 |
28,408 |
29 iulie 24 |
15:48 |
x86 |
Microsoft.sqlserver.configuration.distributedreplayextension.resources.dll |
14.0.1000.169 |
28,856 |
29 iulie 24 |
16:01 |
x86 |
Microsoft.sqlserver.configuration.dmf.common.resources.dll |
14.0.17041.0 |
26,360 |
29 iulie 24 |
15:48 |
x86 |
Microsoft.sqlserver.configuration.dmf.resources.dll |
14.0.17041.0 |
45,304 |
30-Iulie-24 |
23:47 |
x86 |
Microsoft.sqlserver.configuration.extensibility_configextension.resources.dll |
14.0.2060.1 |
23,592 |
30-Iulie-24 |
22:34 |
x86 |
Microsoft.sqlserver.configuration.fulltext_configextension.resources.dll |
14.0.2060.1 |
22,568 |
30-Iulie-24 |
22:34 |
x86 |
Microsoft.sqlserver.configuration.impy_configextension.resources.dll |
14.0.2060.1 |
16,440 |
30-Iulie-24 |
22:33 |
x86 |
Microsoft.sqlserver.configuration.imr_configextension.resources.dll |
14.0.2060.1 |
16,936 |
30-Iulie-24 |
22:34 |
x86 |
Microsoft.sqlserver.configuration.installwizard.resources.dll |
14.0.2060.1 |
1,115,584 |
30-Iulie-24 |
22:34 |
x86 |
Microsoft.sqlserver.configuration.installwizardframework.resources.dll |
14.0.2060.1 |
17,448 |
30-Iulie-24 |
22:34 |
x86 |
Microsoft.sqlserver.configuration.ismasterextension.resources.dll |
14.0.1000.169 |
27,832 |
31 iulie 24 |
00:01 |
x86 |
Microsoft.sqlserver.configuration.isworkerextension.resources.dll |
14.0.1000.169 |
26,808 |
31 iulie 24 |
00:02 |
x86 |
Microsoft.sqlserver.configuration.managementtoolsextension.resources.dll |
14.0.2060.1 |
20,928 |
30-Iulie-24 |
22:34 |
x86 |
Microsoft.sqlserver.configuration.msiextension.resources.dll |
14.0.2060.1 |
84,928 |
30-Iulie-24 |
22:33 |
x86 |
Microsoft.sqlserver.configuration.polybaseconfigextension.resources.dll |
14.0.1000.169 |
54,456 |
31 iulie 24 |
00:02 |
x86 |
Microsoft.sqlserver.configuration.powershellextension.resources.dll |
14.0.2060.1 |
21,560 |
30-Iulie-24 |
22:34 |
x86 |
Microsoft.sqlserver.configuration.repl_configextension.resources.dll |
14.0.2060.1 |
17,464 |
30-Iulie-24 |
22:34 |
x86 |
Microsoft.sqlserver.configuration.resources.dll |
14.0.2060.1 |
77,864 |
30-Iulie-24 |
22:34 |
x86 |
Microsoft.sqlserver.configuration.rsextension.resources.dll |
14.0.2060.1 |
75,320 |
30-Iulie-24 |
22:34 |
x86 |
Microsoft.sqlserver.configuration.rulesengineextension.resources.dll |
14.0.2060.1 |
34,344 |
30-Iulie-24 |
22:34 |
x86 |
Microsoft.sqlserver.configuration.saa_configextension.resources.dll |
14.0.1000.169 |
22,200 |
30-Iulie-24 |
23:58 |
x86 |
Microsoft.sqlserver.configuration.sco.resources.dll |
14.0.2060.1 |
1,259,064 |
30-Iulie-24 |
22:34 |
x86 |
Microsoft.sqlserver.configuration.scoextension.resources.dll |
14.0.1000.169 |
66,232 |
29 iulie 24 |
16:03 |
x86 |
Microsoft.sqlserver.configuration.setupextension.resources.dll |
14.0.2060.1 |
370,232 |
30-Iulie-24 |
22:34 |
x86 |
Microsoft.sqlserver.configuration.sfc.resources.dll |
14.0.17041.0 |
163,576 |
29 iulie 24 |
15:45 |
x86 |
Microsoft.sqlserver.configuration.slpextension.resources.dll |
14.0.2060.1 |
22,464 |
30-Iulie-24 |
22:34 |
x86 |
Microsoft.sqlserver.configuration.smartsetupextension.resources.dll |
14.0.1000.169 |
48,312 |
29 iulie 24 |
16:00 |
x86 |
Microsoft.sqlserver.configuration.smo.resources.dll |
14.0.17041.0 |
1,092,344 |
30-Iulie-24 |
23:47 |
x86 |
Microsoft.sqlserver.configuration.smpy_configextension.resources.dll |
14.0.2060.1 |
16,320 |
30-Iulie-24 |
22:34 |
x86 |
Microsoft.sqlserver.configuration.smr_configextension.resources.dll |
14.0.2060.1 |
16,936 |
30-Iulie-24 |
22:33 |
x86 |
Microsoft.sqlserver.configuration.sniserverconfigext.resources.dll |
2017.140.1000.169 |
28,848 |
29 iulie 24 |
16:03 |
x86 |
Microsoft.sqlserver.configuration.sqlbrowserextension.resources.dll |
14.0.2060.1 |
44,584 |
30-Iulie-24 |
22:33 |
x86 |
Microsoft.sqlserver.configuration.sqlconfigbase.resources.dll |
14.0.2060.1 |
19,912 |
30-Iulie-24 |
22:34 |
x86 |
Microsoft.sqlserver.configuration.sqlenum.resources.dll |
14.0.17041.0 |
869,624 |
29 iulie 24 |
15:46 |
x86 |
Microsoft.sqlserver.configuration.sqlserver_configextension.resources.dll |
2017.140.2060.1 |
171,048 |
30-Iulie-24 |
22:34 |
x86 |
Microsoft.sqlserver.configuration.ssisextension.resources.dll |
14.0.2060.1 |
22,480 |
30-Iulie-24 |
22:34 |
x86 |
Microsoft.sqlserver.configuration.uiextension.resources.dll |
14.0.2060.1 |
23,504 |
30-Iulie-24 |
22:34 |
x86 |
Microsoft.sqlserver.configuration.utilityextension.resources.dll |
14.0.1000.169 |
22,712 |
29 iulie 24 |
15:59 |
x86 |
Microsoft.sqlserver.configuration.wizardframework.resources.dll |
14.0.2060.1 |
57,792 |
30-Iulie-24 |
22:33 |
x86 |
Microsoft.sqlserver.configuration.xtp.configextension.resources.dll |
14.0.1000.169 |
22,200 |
29 iulie 24 |
16:03 |
x86 |
Microsoft.sqlserver.deployment.resources.dll |
14.0.1000.169 |
21,176 |
30-Iulie-24 |
23:59 |
x86 |
Microsoft.sqlserver.discovery.resources.dll |
14.0.2060.1 |
83,896 |
30-Iulie-24 |
22:34 |
x86 |
Microsoft.sqlserver.management.controls.resources.dll |
14.0.17041.0 |
85,752 |
30-Iulie-24 |
23:48 |
x86 |
Microsoft.sqlserver.setup.chainer.workflow.resources.dll |
14.0.2060.1 |
29,736 |
30-Iulie-24 |
22:34 |
x86 |
Masterdataservices.msi |
Inaplicabil |
25,206,784 |
31 iulie 24 |
02:53 |
Inaplicabil |
Masterdataservicesexceladdin.msi |
Inaplicabil |
3,256,320 |
31 iulie 24 |
02:53 |
Inaplicabil |
Rsfx.msi |
Inaplicabil |
2,252,800 |
31 iulie 24 |
02:53 |
Inaplicabil |
Sql_as.msp |
Inaplicabil |
96,866,304 |
31 iulie 24 |
02:52 |
Inaplicabil |
Sql_batchparser.msp |
Inaplicabil |
1,454,080 |
31 iulie 24 |
02:52 |
Inaplicabil |
Sql_common_core.msp |
Inaplicabil |
5,935,104 |
31 iulie 24 |
02:52 |
Inaplicabil |
Sql_dqc.msp |
Inaplicabil |
1,859,584 |
31 iulie 24 |
02:52 |
Inaplicabil |
Sql_dq_common.msp |
Inaplicabil |
2,801,664 |
31 iulie 24 |
02:51 |
Inaplicabil |
Sql_dreplay_client.msp |
Inaplicabil |
1,765,376 |
31 iulie 24 |
02:51 |
Inaplicabil |
Sql_dreplay_controller.msp |
Inaplicabil |
1,798,144 |
31 iulie 24 |
02:51 |
Inaplicabil |
Sql_engine_core_inst.msp |
Inaplicabil |
67,432,448 |
31 iulie 24 |
02:51 |
Inaplicabil |
Sql_engine_core_shared.msp |
Inaplicabil |
14,426,112 |
31 iulie 24 |
02:52 |
Inaplicabil |
Sql_extensibility.msp |
Inaplicabil |
2,023,424 |
31 iulie 24 |
02:52 |
Inaplicabil |
Sql_fulltext.msp |
Inaplicabil |
1,667,072 |
31 iulie 24 |
02:52 |
Inaplicabil |
Sql_inst_mpy.msp |
Inaplicabil |
1,298,432 |
31 iulie 24 |
02:52 |
Inaplicabil |
Sql_inst_mr.msp |
Inaplicabil |
1,298,432 |
31 iulie 24 |
02:52 |
Inaplicabil |
Sql_is.msp |
Inaplicabil |
25,542,656 |
31 iulie 24 |
02:52 |
Inaplicabil |
Sql_polybase_core_inst.msp |
Inaplicabil |
141,197,312 |
31 iulie 24 |
02:52 |
Inaplicabil |
Sql_shared_mpy.msp |
Inaplicabil |
1,298,432 |
31 iulie 24 |
02:51 |
Inaplicabil |
Sql_shared_mr.msp |
Inaplicabil |
1,298,432 |
31 iulie 24 |
02:51 |
Inaplicabil |
Sql_tools_extensions.msp |
Inaplicabil |
13,975,552 |
31 iulie 24 |
02:51 |
Inaplicabil |
Sql_xevent.msp |
Inaplicabil |
1,556,480 |
31 iulie 24 |
02:51 |
Inaplicabil |
Microsoft.netenterpriseservers.exceptionmessagebox.resources.dll |
14.0.1000.169 |
89,784 |
29 iulie 24 |
15:46 |
x86 |
Microsoft.sqlserver.configuration.connectioninfo.resources.dll |
14.0.17041.0 |
25,336 |
29 iulie 24 |
15:48 |
x86 |
Microsoft.sqlserver.configuration.sfc.resources.dll |
14.0.17041.0 |
155,896 |
29 iulie 24 |
15:45 |
x86 |
Microsoft.sqlserver.configuration.smo.resources.dll |
14.0.17041.0 |
756,984 |
30-Iulie-24 |
23:49 |
x86 |
Microsoft.sqlserver.configuration.sniserverconfigext.resources.dll |
2017.140.1000.169 |
26,296 |
30-Iulie-24 |
23:47 |
x86 |
Microsoft.sqlserver.configuration.sqlenum.resources.dll |
14.0.17041.0 |
865,528 |
30-Iulie-24 |
23:48 |
x86 |
Microsoft.sqlserver.management.controls.resources.dll |
14.0.17041.0 |
85,752 |
30-Iulie-24 |
23:48 |
x86 |
Microsoft.netenterpriseservers.exceptionmessagebox.resources.dll |
14.0.1000.169 |
89,784 |
29 iulie 24 |
15:37 |
x86 |
Microsoft.sqlserver.configuration.connectioninfo.resources.dll |
14.0.17041.0 |
25,336 |
30-Iulie-24 |
23:44 |
x86 |
Microsoft.sqlserver.configuration.sfc.resources.dll |
14.0.17041.0 |
155,896 |
29 iulie 24 |
15:41 |
x86 |
Microsoft.sqlserver.configuration.smo.resources.dll |
14.0.17041.0 |
764,152 |
29 iulie 24 |
15:40 |
x86 |
Microsoft.sqlserver.configuration.sniserverconfigext.resources.dll |
2017.140.1000.169 |
26,288 |
29 iulie 24 |
15:41 |
x86 |
Microsoft.sqlserver.configuration.sqlenum.resources.dll |
14.0.17041.0 |
865,528 |
30-Iulie-24 |
23:44 |
x86 |
Microsoft.sqlserver.management.controls.resources.dll |
14.0.17041.0 |
85,752 |
29 iulie 24 |
15:44 |
x86 |
Landingpage.resources.dll |
14.0.2060.1 |
75,712 |
30-Iulie-24 |
22:26 |
x86 |
Microsoft.sql.chainer.package.resources.dll |
14.0.2060.1 |
22,568 |
30-Iulie-24 |
22:26 |
x86 |
Microsoft.sql.chainer.product.resources.dll |
14.0.2060.1 |
349,736 |
30-Iulie-24 |
22:26 |
x86 |
Microsoft.sqlserver.chainer.extensioncommon.resources.dll |
14.0.2060.1 |
33,216 |
30-Iulie-24 |
22:26 |
x86 |
Microsoft.sqlserver.chainer.infrastructure.resources.dll |
14.0.2060.1 |
38,440 |
30-Iulie-24 |
22:26 |
x86 |
Microsoft.sqlserver.chainer.setup.resources.dll |
14.0.2060.1 |
17,344 |
30-Iulie-24 |
22:26 |
x86 |
Microsoft.sqlserver.configuration.agentextension.resources.dll |
14.0.2060.1 |
28,096 |
30-Iulie-24 |
22:26 |
x86 |
Microsoft.sqlserver.configuration.asextension.resources.dll |
14.0.2060.1 |
66,496 |
30-Iulie-24 |
22:26 |
x86 |
Microsoft.sqlserver.configuration.bootstrapextension.resources.dll |
14.0.2060.1 |
25,640 |
30-Iulie-24 |
22:26 |
x86 |
Microsoft.sqlserver.configuration.cluster.resources.dll |
14.0.2060.1 |
156,216 |
30-Iulie-24 |
22:26 |
x86 |
Microsoft.sqlserver.configuration.configextension.resources.dll |
14.0.2060.1 |
17,960 |
30-Iulie-24 |
22:26 |
x86 |
Microsoft.sqlserver.configuration.distributedreplayextension.resources.dll |
14.0.1000.169 |
26,808 |
30-Iulie-24 |
23:48 |
x86 |
Microsoft.sqlserver.configuration.dmf.common.resources.dll |
14.0.17041.0 |
24,312 |
29 iulie 24 |
15:48 |
x86 |
Microsoft.sqlserver.configuration.dmf.resources.dll |
14.0.17041.0 |
36,600 |
30-Iulie-24 |
23:48 |
x86 |
Microsoft.sqlserver.configuration.extensibility_configextension.resources.dll |
14.0.2060.1 |
20,520 |
30-Iulie-24 |
22:26 |
x86 |
Microsoft.sqlserver.configuration.fulltext_configextension.resources.dll |
14.0.2060.1 |
20,008 |
30-Iulie-24 |
22:26 |
x86 |
Microsoft.sqlserver.configuration.impy_configextension.resources.dll |
14.0.2060.1 |
16,424 |
30-Iulie-24 |
22:26 |
x86 |
Microsoft.sqlserver.configuration.imr_configextension.resources.dll |
14.0.2060.1 |
16,424 |
30-Iulie-24 |
22:26 |
x86 |
Microsoft.sqlserver.configuration.installwizard.resources.dll |
14.0.2060.1 |
1,071,160 |
30-Iulie-24 |
22:26 |
x86 |
Microsoft.sqlserver.configuration.installwizardframework.resources.dll |
14.0.2060.1 |
17,344 |
30-Iulie-24 |
22:26 |
x86 |
Microsoft.sqlserver.configuration.ismasterextension.resources.dll |
14.0.1000.169 |
26,296 |
29 iulie 24 |
15:47 |
x86 |
Microsoft.sqlserver.configuration.isworkerextension.resources.dll |
14.0.1000.169 |
25,272 |
29 iulie 24 |
15:47 |
x86 |
Microsoft.sqlserver.configuration.managementtoolsextension.resources.dll |
14.0.2060.1 |
21,048 |
30-Iulie-24 |
22:26 |
x86 |
Microsoft.sqlserver.configuration.msiextension.resources.dll |
14.0.2060.1 |
69,176 |
30-Iulie-24 |
22:26 |
x86 |
Microsoft.sqlserver.configuration.polybaseconfigextension.resources.dll |
14.0.1000.169 |
49,336 |
30-Iulie-24 |
23:47 |
x86 |
Microsoft.sqlserver.configuration.powershellextension.resources.dll |
14.0.2060.1 |
21,032 |
30-Iulie-24 |
22:26 |
x86 |
Microsoft.sqlserver.configuration.repl_configextension.resources.dll |
14.0.2060.1 |
17,344 |
30-Iulie-24 |
22:26 |
x86 |
Microsoft.sqlserver.configuration.resources.dll |
14.0.2060.1 |
58,816 |
30-Iulie-24 |
22:26 |
x86 |
Microsoft.sqlserver.configuration.rsextension.resources.dll |
14.0.2060.1 |
55,848 |
30-Iulie-24 |
22:26 |
x86 |
Microsoft.sqlserver.configuration.rulesengineextension.resources.dll |
14.0.2060.1 |
31,288 |
30-Iulie-24 |
22:26 |
x86 |
Microsoft.sqlserver.configuration.saa_configextension.resources.dll |
14.0.1000.169 |
22,200 |
29 iulie 24 |
15:48 |
x86 |
Microsoft.sqlserver.configuration.sco.resources.dll |
14.0.2060.1 |
771,640 |
30-Iulie-24 |
22:26 |
x86 |
Microsoft.sqlserver.configuration.scoextension.resources.dll |
14.0.1000.169 |
55,984 |
30-Iulie-24 |
23:48 |
x86 |
Microsoft.sqlserver.configuration.setupextension.resources.dll |
14.0.2060.1 |
298,944 |
30-Iulie-24 |
22:26 |
x86 |
Microsoft.sqlserver.configuration.slpextension.resources.dll |
14.0.2060.1 |
21,440 |
30-Iulie-24 |
22:26 |
x86 |
Microsoft.sqlserver.configuration.smartsetupextension.resources.dll |
14.0.1000.169 |
37,560 |
29 iulie 24 |
15:49 |
x86 |
Microsoft.sqlserver.configuration.smpy_configextension.resources.dll |
14.0.2060.1 |
16,424 |
30-Iulie-24 |
22:26 |
x86 |
Microsoft.sqlserver.configuration.smr_configextension.resources.dll |
14.0.2060.1 |
16,424 |
30-Iulie-24 |
22:26 |
x86 |
Microsoft.sqlserver.configuration.sqlbrowserextension.resources.dll |
14.0.2060.1 |
35,880 |
30-Iulie-24 |
22:26 |
x86 |
Microsoft.sqlserver.configuration.sqlconfigbase.resources.dll |
14.0.2060.1 |
17,960 |
30-Iulie-24 |
22:26 |
x86 |
Microsoft.sqlserver.configuration.sqlserver_configextension.resources.dll |
2017.140.2060.1 |
143,912 |
30-Iulie-24 |
22:26 |
x86 |
Microsoft.sqlserver.configuration.ssisextension.resources.dll |
14.0.2060.1 |
21,544 |
30-Iulie-24 |
22:26 |
x86 |
Microsoft.sqlserver.configuration.uiextension.resources.dll |
14.0.2060.1 |
21,032 |
30-Iulie-24 |
22:26 |
x86 |
Microsoft.sqlserver.configuration.utilityextension.resources.dll |
14.0.1000.169 |
22,200 |
29 iulie 24 |
15:49 |
x86 |
Microsoft.sqlserver.configuration.wizardframework.resources.dll |
14.0.2060.1 |
56,784 |
30-Iulie-24 |
22:26 |
x86 |
Microsoft.sqlserver.configuration.xtp.configextension.resources.dll |
14.0.1000.169 |
21,688 |
30-Iulie-24 |
23:48 |
x86 |
Microsoft.sqlserver.deployment.resources.dll |
14.0.1000.169 |
21,176 |
30-Iulie-24 |
23:48 |
x86 |
Microsoft.sqlserver.discovery.resources.dll |
14.0.2060.1 |
83,496 |
30-Iulie-24 |
22:26 |
x86 |
Microsoft.sqlserver.setup.chainer.workflow.resources.dll |
14.0.2060.1 |
26,664 |
30-Iulie-24 |
22:26 |
x86 |
Landingpage.resources.dll |
14.0.2060.1 |
75,816 |
30-Iulie-24 |
22:29 |
x86 |
Microsoft.sql.chainer.package.resources.dll |
14.0.2060.1 |
22,584 |
30-Iulie-24 |
22:28 |
x86 |
Microsoft.sql.chainer.product.resources.dll |
14.0.2060.1 |
349,640 |
30-Iulie-24 |
22:28 |
x86 |
Microsoft.sqlserver.chainer.extensioncommon.resources.dll |
14.0.2060.1 |
33,832 |
30-Iulie-24 |
22:28 |
x86 |
Microsoft.sqlserver.chainer.infrastructure.resources.dll |
14.0.2060.1 |
37,840 |
30-Iulie-24 |
22:28 |
x86 |
Microsoft.sqlserver.chainer.setup.resources.dll |
14.0.2060.1 |
17,464 |
30-Iulie-24 |
22:28 |
x86 |
Microsoft.sqlserver.configuration.agentextension.resources.dll |
14.0.2060.1 |
28,112 |
30-Iulie-24 |
22:29 |
x86 |
Microsoft.sqlserver.configuration.asextension.resources.dll |
14.0.2060.1 |
67,128 |
30-Iulie-24 |
22:29 |
x86 |
Microsoft.sqlserver.configuration.bootstrapextension.resources.dll |
14.0.2060.1 |
25,640 |
30-Iulie-24 |
22:28 |
x86 |
Microsoft.sqlserver.configuration.cluster.resources.dll |
14.0.2060.1 |
156,608 |
30-Iulie-24 |
22:28 |
x86 |
Microsoft.sqlserver.configuration.configextension.resources.dll |
14.0.2060.1 |
17,960 |
30-Iulie-24 |
22:28 |
x86 |
Microsoft.sqlserver.configuration.distributedreplayextension.resources.dll |
14.0.1000.169 |
26,808 |
30-Iulie-24 |
23:44 |
x86 |
Microsoft.sqlserver.configuration.dmf.common.resources.dll |
14.0.17041.0 |
24,312 |
30-Iulie-24 |
23:42 |
x86 |
Microsoft.sqlserver.configuration.dmf.resources.dll |
14.0.17041.0 |
36,600 |
30-Iulie-24 |
23:44 |
x86 |
Microsoft.sqlserver.configuration.extensibility_configextension.resources.dll |
14.0.2060.1 |
20,520 |
30-Iulie-24 |
22:28 |
x86 |
Microsoft.sqlserver.configuration.fulltext_configextension.resources.dll |
14.0.2060.1 |
19,904 |
30-Iulie-24 |
22:29 |
x86 |
Microsoft.sqlserver.configuration.impy_configextension.resources.dll |
14.0.2060.1 |
16,440 |
30-Iulie-24 |
22:28 |
x86 |
Microsoft.sqlserver.configuration.imr_configextension.resources.dll |
14.0.2060.1 |
16,424 |
30-Iulie-24 |
22:29 |
x86 |
Microsoft.sqlserver.configuration.installwizard.resources.dll |
14.0.2060.1 |
1,072,168 |
30-Iulie-24 |
22:29 |
x86 |
Microsoft.sqlserver.configuration.installwizardframework.resources.dll |
14.0.2060.1 |
17,448 |
30-Iulie-24 |
22:28 |
x86 |
Microsoft.sqlserver.configuration.ismasterextension.resources.dll |
14.0.1000.169 |
26,296 |
30-Iulie-24 |
23:44 |
x86 |
Microsoft.sqlserver.configuration.isworkerextension.resources.dll |
14.0.1000.169 |
25,272 |
30-Iulie-24 |
23:44 |
x86 |
Microsoft.sqlserver.configuration.managementtoolsextension.resources.dll |
14.0.2060.1 |
20,928 |
30-Iulie-24 |
22:28 |
x86 |
Microsoft.sqlserver.configuration.msiextension.resources.dll |
14.0.2060.1 |
69,688 |
30-Iulie-24 |
22:28 |
x86 |
Microsoft.sqlserver.configuration.polybaseconfigextension.resources.dll |
14.0.1000.169 |
49,336 |
29 iulie 24 |
15:39 |
x86 |
Microsoft.sqlserver.configuration.powershellextension.resources.dll |
14.0.2060.1 |
20,928 |
30-Iulie-24 |
22:28 |
x86 |
Microsoft.sqlserver.configuration.repl_configextension.resources.dll |
14.0.2060.1 |
17,352 |
30-Iulie-24 |
22:28 |
x86 |
Microsoft.sqlserver.configuration.resources.dll |
14.0.2060.1 |
59,432 |
30-Iulie-24 |
22:28 |
x86 |
Microsoft.sqlserver.configuration.rsextension.resources.dll |
14.0.2060.1 |
55,744 |
30-Iulie-24 |
22:28 |
x86 |
Microsoft.sqlserver.configuration.rulesengineextension.resources.dll |
14.0.2060.1 |
31,168 |
30-Iulie-24 |
22:28 |
x86 |
Microsoft.sqlserver.configuration.saa_configextension.resources.dll |
14.0.1000.169 |
22,200 |
29 iulie 24 |
15:41 |
x86 |
Microsoft.sqlserver.configuration.sco.resources.dll |
14.0.2060.1 |
763,960 |
30-Iulie-24 |
22:29 |
x86 |
Microsoft.sqlserver.configuration.scoextension.resources.dll |
14.0.1000.169 |
55,480 |
30-Iulie-24 |
23:43 |
x86 |
Microsoft.sqlserver.configuration.setupextension.resources.dll |
14.0.2060.1 |
299,968 |
30-Iulie-24 |
22:29 |
x86 |
Microsoft.sqlserver.configuration.slpextension.resources.dll |
14.0.2060.1 |
21,560 |
30-Iulie-24 |
22:29 |
x86 |
Microsoft.sqlserver.configuration.smartsetupextension.resources.dll |
14.0.1000.169 |
37,560 |
29 iulie 24 |
15:38 |
x86 |
Microsoft.sqlserver.configuration.smpy_configextension.resources.dll |
14.0.2060.1 |
16,424 |
30-Iulie-24 |
22:28 |
x86 |
Microsoft.sqlserver.configuration.smr_configextension.resources.dll |
14.0.2060.1 |
16,440 |
30-Iulie-24 |
22:29 |
x86 |
Microsoft.sqlserver.configuration.sqlbrowserextension.resources.dll |
14.0.2060.1 |
35,880 |
30-Iulie-24 |
22:28 |
x86 |
Microsoft.sqlserver.configuration.sqlconfigbase.resources.dll |
14.0.2060.1 |
17,856 |
30-Iulie-24 |
22:28 |
x86 |
Microsoft.sqlserver.configuration.sqlserver_configextension.resources.dll |
2017.140.2060.1 |
144,424 |
30-Iulie-24 |
22:28 |
x86 |
Microsoft.sqlserver.configuration.ssisextension.resources.dll |
14.0.2060.1 |
21,456 |
30-Iulie-24 |
22:28 |
x86 |
Microsoft.sqlserver.configuration.uiextension.resources.dll |
14.0.2060.1 |
21,048 |
30-Iulie-24 |
22:28 |
x86 |
Microsoft.sqlserver.configuration.utilityextension.resources.dll |
14.0.1000.169 |
22,200 |
29 iulie 24 |
15:40 |
x86 |
Microsoft.sqlserver.configuration.wizardframework.resources.dll |
14.0.2060.1 |
56,768 |
30-Iulie-24 |
22:28 |
x86 |
Microsoft.sqlserver.configuration.xtp.configextension.resources.dll |
14.0.1000.169 |
21,688 |
29 iulie 24 |
15:38 |
x86 |
Microsoft.sqlserver.deployment.resources.dll |
14.0.1000.169 |
21,168 |
30-Iulie-24 |
23:44 |
x86 |
Microsoft.sqlserver.discovery.resources.dll |
14.0.2060.1 |
83,392 |
30-Iulie-24 |
22:29 |
x86 |
Microsoft.sqlserver.setup.chainer.workflow.resources.dll |
14.0.2060.1 |
26,664 |
30-Iulie-24 |
22:28 |
x86 |
Informații despre protecție și securitate
Protejați-vă online: asistență Securitate Windows
Aflați cum protejăm împotriva amenințărilor cibernetice: Microsoft Security