Обобщена информация
Тази актуализация на защитата съдържа корекции и коригира уязвимости. За да научите повече за уязвимостите, вижте следните съвети за защитата:
-
CVE-2024-37341 – Уязвимост при увеличаване на привилегиите на Microsoft SQL Server
-
CVE-2024-37965 – Уязвимост при увеличаване на привилегиите на Microsoft SQL Server
-
CVE-2024-37980 – Уязвимост при увеличаване на привилегиите на Microsoft SQL Server
Компонентите на Microsoft SQL Server се актуализират до следните компилации в тази актуализация на защитата.
-
SQL Server - Версия на продукта: 15.0.4390.2, версия на файла: 2019.150.4390.2
Известни проблеми в тази актуализация
Проблем едно: CdC задачата за заснемане може да е неуспешна, ако липсват колони в CDC промяна на таблици
След като приложите тази актуализация на защитата, може да изпитате следните симптоми във вашите бази данни, за които е разрешено събирането на данни за промяна (CDC):
-
Ако вашите таблици с разрешен CDC имат колони, чиито имена съдържат запетаи, е възможно тези колони да липсват в таблиците за проследяване на CDC (cdc.<capture_instance>_CT). Това условие може да доведе до неуспешно снемане на заданието. Изглед за динамично управление (DMV) sys.dm_cdc_errors след това ще върне следните съобщения за грешка:
Грешка 22863: "Неуспешно вмъкване на редове в промяна на таблици за заснемане на данни. Вижте предишните грешки в текущата сесия, за да идентифицирате причината и да коригирате свързаните с нея проблеми."
Предишните грешки може да включват 8144 (твърде много аргументи) или 257 (грешки при конвертиране) или 201 (очакван параметър не е подаден) поради липсващи колони.
Забележка: Този симптом възниква и ако използвате опцията KEEP_CDC , когато възстановявате база данни, която има cdC, а вашите таблици с разрешен CDC имат колони, чиито имена съдържат запетаи.
-
Вашето приложение, което използва CDC промяна на таблици, може да е неуспешно и да върне неизвестна грешка в колоната, ако колоната липсва. Например ако името на колоната е <Customer,id>, може да получите следното съобщение за грешка:
Msg 207, ниво 16 състояние 1, ред <lineNumber> Невалидно име на колона "Customer,id".
-
В регистрационния файл на SQL Server грешка може да видите следната грешка, въпреки че надстройката до GDR е съобщена за успешна:
<DateTime> Не може да се надстрои базата данни "DatabaseName". Грешка "22841" е повдигната: "Метаданните не можаха да се надстроят за база данни "DatabaseName", която е разрешена за промяна на събирането на данни. Грешката е възникнала при изпълнение на действието "(null)". Върнатата грешка е 4924: "line <LineNumber>, състояние 1, ALTER TABLE DROP COLUMN е неуспешна, защото колоната "ColumnName" не съществува в таблицата "Име_на_таблица".". Използвайте действието и грешката, за да определите причината за грешката и да подадете отново искането.". Използвайте съобщената грешка, за да определите причината за грешката и след това да изпълните sys.sp_cdc_vupgrade в контекста на базата данни, за да изпълните отново надстройката.<DateTime> sp_vupgrade_replication изпълнен успешно.
-
Ако използвате опцията "KEEP_CDC ", когато възстановявате база данни с разрешен CDC, процесът на възстановяване може да е неуспешен и да генерира грешка в края. Базата данни се възстановява успешно и връща следното съобщение за грешка:
Обработени са 100 процента.Обработени са 768 страници за база данни "DatabaseName", файл "Име на файл" във файл 1.Обработени са 2 страници за база данни ' DatabaseName ', file ' FileName' във файл 1.Изпълнението на DBCC завърши. Ако DBCC отпечатани съобщения за грешка, обърнете се към вашия системен администратор.Msg 22841, ниво 16 състояние 1, процедура sys.sp_cdc_vupgrade, ред <lineNumber> [Пакетен начален ред 0] Не можаха да се надстроят метаданните за база данни "DatabaseName", която е разрешена за промяна на снемане на данни. Грешката е възникнала при изпълнение на действието "(null)". Върнатата грешка е 4924: "line <LineNumber>, състояние 1, ALTER TABLE DROP COLUMN е неуспешно, защото колоната "Column& ИД не съществува в таблицата "dbo_CDCTableTest_CT".". Използвайте действието и грешката, за да определите причината за грешката и да подадете отново искането.ВЪЗСТАНОВЯВАНЕ НА БАЗА ДАННИ успешно обработи 770 страници за 0,270 секунди (22,265 МБ/сек.).
Причина
Този проблем възниква в една от следните ситуации:
-
Ако колона, чието име съдържа запетая, съществува в таблицата за проследяване на CDC (cdc.<capture_instance>_CT), колоната може да е пропусната поради функционални грешки в процеса на надстройване до CDC.
-
Съхранената процедура Sp_vupgrade_replication се извиква от процес на възстановяване на база данни или по време на процеса на надстройка на SQL Server. Това действие може да е неуспешно, ако таблица за проследяване на CDC (cdc.<capture_instance>_CT) има колони, чието име съдържа произволен символ, като например &, <, >, или знаци, чийто ASCII десетичен код е по-малък от 32 (с изключение на 9 tab и 10-LineFeed). Този проблем възниква поради използването на FOR XML PATH в процеса на надстройване до CDC и защото са променени правилата, които се прилагат към имената на колоните. За повече информация вижте Невалидни знаци и правила за превключване.
Забележка: Само колоните, които са описани тук, са засегнати от този проблем.
Заобиколно решение
За да решите проблема по заобиколен начин, използвайте един от следните методи:
-
За да предотвратите изпускането на колони и да предизвикате неуспеха на възстановяването или надстройката на CDC, можете да използвате флаг за проследяване (TF) T15006, преди да надстроите компилацията за GDR:
-
Отворете Конфигурационен диспечер на SQL Server.
-
Изберете и щракнете с десния бутон върху вашия екземпляр на SQL Server, след което изберете Свойства.
-
Отидете на раздела Параметри при стартиране .
-
Добавяне на TF T15006.
-
Изберете Добавяне > Приложи.
-
Рестартирайте услугата SQL Server.
-
Извършете надстройката. Флагът за проследяване ще бъде активен по време на надстройката.
-
-
Ако сте приложили GDR и колоните, чиито имена съдържат запетаи, са пропуснати от таблиците за проследяване на CDC (cdc.<capture_instance>_CT), можете да смекчите този проблем, както следва:
-
Добавете TF T15006 и след това рестартирайте услугата SQL Server, както е описано в първото решение.
-
Ако сценарият за възстановяване на базата данни е засегнат, издайте друг процес на възстановяване на базата данни.
-
Ако надстройката до GDR доведе до изпускане на колоните, забранете и разменяйте компактдиска в засегнатата таблица с помощта на sp_cdc_disable_table и sp_cdc_enable_table.
Забележка: Забраняването и повторното създаване на CDC на засегнатата таблица ще доведе до загуба на данни за промяна.
-
Проблем две: SQL Server VSS Writer може да не успее да изпълни архивно копие, тъй като няма налична база данни за фиксиране
Когато инструментите за архивиране, като например Azure Recovery Vault, извършват архивиране на виртуална машина (VM), те може да не успеят да постигнат съгласуваност на приложението. Възможно е да няма грешки. Приложението се изпълнява бързо, без да се извършват архивни копия. SQL Server запис на услугата за копиране на сянка на том (VSS) се оказва в състояние на грешка, което не може да се повтори. Ако разрешите проследяването на SQL Server VSS Writer, може да видите следното изключение, което показва, че няма база данни за фиксиране, което води до неуспешна снимка:
[0543739500,0x002948:011b4:0xb87fa68e] sqlwriter.yukon\sqllib\snapsql.cpp(1058): Snapshot::Prepare: Server PROD-SQL01 has no databases to freeze
Освен това някои бази данни може да бъдат открити с Online:0:
[0543739390,0x002948:0x11b4:0xb87fa68e] sqlwriter.yukon\sqllib\snapsql.cpp(0408): FrozenServer::FindDatabases2000: Examining database <ReportServerTempDB>
Online:0 Standby:0 AutoClose:0 Closed:0
Ако използвате Хранилище за възстановяване на Azure, може да видите грешка като следната в списъка със събития:
App-consistent recovery point generation failed.
Проблемът възниква от промяна в кода в SQL Server 2019 CU28, която проверява дали база данни е онлайн и е готова да бъде замразена. Текущото решение е да се върнете към SQL Server 2019 CU27 и да извършите архивирането на снимката. За повече информация как да анулирате пакета до предишна версия, вижте Деинсталиране на кумулативна актуализация от SQL Server.
Microsoft работи върху решение за този проблем и той ще бъде наличен в бъдещ cu.
Подобрения и корекции, включени в тази актуализация
Налична е работна книга на Excel, която може да се изтегли и съдържа обобщен списък с компилации, заедно с текущия им жизнен цикъл на поддръжка. Файлът на Excel също съдържа подробни списъци за корекция. Изтеглете този файл на Excel сега.
Забележка: Отделни записи в таблицата по-долу могат да бъдат адресирани директно през показалец. Ако изберете ИД на препратка към грешка в таблицата, към URL адреса се добавя етикет на показалец с помощта на формата "#bkmk_NNNNNNN". След това можете да споделите този URL адрес с други хора, така че да могат да преминат директно към желаната корекция в таблицата.
|
Препратка към грешка |
Описание |
Фиксиране на област |
Компонент |
Платформа |
|---|---|---|---|---|
|
Добавя проверка за параметъра MODEL, когато се изпълнява PREDICT, за да се избегнат грешки поради въвеждане на неправилни модели. |
SQL Server двигател |
Изпълнение на заявка |
Цял |
|
|
Подобрява защитата за функцията за събиране на данни за промяна (CDC), като добавя възможност за заключване на дефинициите на метаданни, за да блокира операциите на езика за дефиниране на данни (DDL). |
SQL Server двигател |
Репликация |
Цял |
|
|
Коригира проблем, при който имената на таблиците и колоните, които се четат от метаданните на базата данни, не се цитират правилно в някои случаи, когато се изграждат вътрешни SQL Server партиди в съхранени процедури, които управляват времеви таблици. След като приложите корекцията, цитатът се попълва правилно. |
SQL Server двигател |
Времеви |
Цял |
Как да получите и инсталирате актуализацията
Тази актуализация е налична чрез актуализиране на Windows. Когато включите автоматичното актуализиране, тази актуализация ще се изтегли и инсталира автоматично. За повече информация как да включите автоматичното актуализиране, вижте актуализиране на Windows: ЧЗВ.
За да изтеглите самостоятелния пакет за тази актуализация, отидете на уеб сайта Каталог на Microsoft Update .
Забележка Логиката за откриване е актуализирана за това и бъдещите издания на защитата, които са публикувани в уеб сайта Каталог на Microsoft Update. За повече информация вижте Актуализации на логиката за откриване на Microsoft Update за SQL Server обслужване.
Следният файл е достъпен за изтегляне от центъра на Microsoft за изтегляния:
За повече информация как да изтеглите файлове за поддръжка на Microsoft щракнете върху следния номер на статия в базата знания на Microsoft:
Как да получите файлове за поддръжка на Microsoft от онлайн услуги
Microsoft сканира този файл за вируси с помощта на най-актуалния софтуер за откриване на вируси, който е наличен към датата на публикуване на файла. Файлът се съхранява на сървъри с подобрена защита, които помагат да се предотвратят неупълномощени промени в него.
Важно: Ако инсталирате езиков пакет, след като инсталирате тази актуализация, трябва да преинсталирате тази актуализация. Затова препоръчваме да инсталирате езикови пакети, които са ви необходими, преди да инсталирате тази актуализация. За повече информация вж. Добавяне на езикови пакети към Windows.
Забележка: Тази актуализация става достъпна чрез каталога на Microsoft Update за всички сървъри, които се изпълняват SQL Server, дори ако услугите за отчет не са инсталирани. Инсталирането на тази актуализация на защитата не е задължително за компютри, които не хостват Услуги за отчет на Microsoft SQL Server.
Как да получите или изтеглите най-новия кумулативен пакет за актуализация за Linux
За да актуализирате SQL Server 2019 на Linux до най-новата CU, трябва първо да имате конфигурирано хранилище за кумулативна актуализация. След това актуализирайте вашите SQL Server пакети с помощта на подходящата специфична за платформата команда за актуализация.
За инструкции за инсталиране и директни връзки към изтеглянията на пакет CU вижте бележките по изданието на SQL Server 2019 г.
Допълнителна информация
За да приложите тази актуализация, трябва да имате инсталирана SQL Server 2019 или всяка SQL Server 2019 CU издание чрез тази SQL Server 2019 CU28 GDR инсталиран.
За информация за разполагането за тази актуализация вижте Разполагания – Ръководство за актуализации на защитата.
|
Име на файл |
SHA256 хеш |
|---|---|
|
SQLServer2019-KB5042749-x64.exe |
B36DF0B24275D4B6ACE036868EF7E1C445974B23594CF71EDB799A540375C2D4 |
Информация за файла
Версията на английски език на този пакет има файлови атрибути (или по-нови файлови атрибути), които са изброени в таблицата по-долу. Датите и часовете за тези файлове са изброени в координирано световно време (UTC). Когато преглеждате информацията за файла, тя се конвертира в локално време. За да намерите разликата между UTC и локалното време, използвайте раздела Часова зона в елемента Дата и час в Контролен панел.
|
Име на файл |
Версия на файл |
Размер на файла |
Дата |
Час |
Платформа |
|
Mediainfo.xml |
Неприложимо |
1,116 |
12 август 24 г. |
06:53 |
Неприложимо |
|
Packageid.dat |
Неприложимо |
16 |
21 август 24 г. |
10:20 |
Неприложимо |
|
Setup.exe |
2019.150.4390.2 |
133,160 |
12 август 24 г. |
06:53 |
x64 |
|
Setup.exe.config |
Неприложимо |
486 |
12 август 24 г. |
06:53 |
Неприложимо |
|
Sqlsetupbootstrapper.dll |
2019.150.4390.2 |
243,752 |
12 август 24 г. |
06:53 |
x64 |
|
Pythonlicense.rtf |
Неприложимо |
50,561 |
12 август 24 г. |
05:07 |
Неприложимо |
|
Ropenlicense.rtf |
Неприложимо |
37,940 |
12 август 24 г. |
05:07 |
Неприложимо |
|
Update_license.rtf |
Неприложимо |
123,593 |
12 август 24 г. |
05:07 |
Неприложимо |
|
Pythonlicense.rtf |
Неприложимо |
44,184 |
12 август 24 г. |
05:07 |
Неприложимо |
|
Ropenlicense.rtf |
Неприложимо |
33,216 |
12 август 24 г. |
05:07 |
Неприложимо |
|
Update_license.rtf |
Неприложимо |
121,591 |
12 август 24 г. |
05:07 |
Неприложимо |
|
Mediainfo.xml |
Неприложимо |
1,116 |
12 август 24 г. |
06:53 |
Неприложимо |
|
Pythonlicense.rtf |
Неприложимо |
45,402 |
12 август 24 г. |
05:07 |
Неприложимо |
|
Ropenlicense.rtf |
Неприложимо |
911 |
12 август 24 г. |
05:07 |
Неприложимо |
|
Update_license.rtf |
Неприложимо |
59,670 |
12 август 24 г. |
05:07 |
Неприложимо |
|
Masterdataservicesloc.msi |
Неприложимо |
8,941,568 |
12 август 24 г. |
06:53 |
Неприложимо |
|
Sqlbrowser.msp |
Неприложимо |
4,091,904 |
12 август 24 г. |
06:53 |
Неприложимо |
|
Sqlsupport.msi |
Неприложимо |
19,341,312 |
12 август 24 г. |
06:53 |
Неприложимо |
|
Msodbcsql.msi |
Неприложимо |
4,677,632 |
12 август 24 г. |
05:35 |
Неприложимо |
|
Msoledbsql.msi |
Неприложимо |
7,188,480 |
12 август 24 г. |
06:53 |
Неприложимо |
|
Sqllocaldb.msi |
Неприложимо |
56,135,680 |
12 август 24 г. |
06:53 |
Неприложимо |
|
Sqlwriter.msp |
Неприложимо |
679,936 |
12 август 24 г. |
06:53 |
Неприложимо |
|
Pythonlicense.rtf |
Неприложимо |
43,682 |
12 август 24 г. |
05:07 |
Неприложимо |
|
Ropenlicense.rtf |
Неприложимо |
33,582 |
12 август 24 г. |
05:07 |
Неприложимо |
|
Update_license.rtf |
Неприложимо |
121,317 |
12 август 24 г. |
05:07 |
Неприложимо |
|
Pythonlicense.rtf |
Неприложимо |
40,862 |
12 август 24 г. |
05:07 |
Неприложимо |
|
Ropenlicense.rtf |
Неприложимо |
33,141 |
12 август 24 г. |
05:07 |
Неприложимо |
|
Update_license.rtf |
Неприложимо |
121,266 |
12 август 24 г. |
05:07 |
Неприложимо |
|
Pythonlicense.rtf |
Неприложимо |
52,334 |
12 август 24 г. |
05:07 |
Неприложимо |
|
Ropenlicense.rtf |
Неприложимо |
37,434 |
12 август 24 г. |
05:07 |
Неприложимо |
|
Update_license.rtf |
Неприложимо |
128,130 |
12 август 24 г. |
05:07 |
Неприложимо |
|
Pythonlicense.rtf |
Неприложимо |
57,942 |
12 август 24 г. |
05:07 |
Неприложимо |
|
Ropenlicense.rtf |
Неприложимо |
47,219 |
12 август 24 г. |
05:07 |
Неприложимо |
|
Update_license.rtf |
Неприложимо |
149,466 |
12 август 24 г. |
05:07 |
Неприложимо |
|
Pythonlicense.rtf |
Неприложимо |
43,688 |
12 август 24 г. |
05:07 |
Неприложимо |
|
Ropenlicense.rtf |
Неприложимо |
33,584 |
12 август 24 г. |
05:07 |
Неприложимо |
|
Update_license.rtf |
Неприложимо |
121,730 |
12 август 24 г. |
05:07 |
Неприложимо |
|
Pythonlicense.rtf |
Неприложимо |
46,669 |
12 август 24 г. |
05:07 |
Неприложимо |
|
Ropenlicense.rtf |
Неприложимо |
36,232 |
12 август 24 г. |
05:07 |
Неприложимо |
|
Update_license.rtf |
Неприложимо |
125,145 |
12 август 24 г. |
05:07 |
Неприложимо |
|
Pythonlicense.rtf |
Неприложимо |
48,793 |
12 август 24 г. |
05:07 |
Неприложимо |
|
Ropenlicense.rtf |
Неприложимо |
37,540 |
12 август 24 г. |
05:07 |
Неприложимо |
|
Update_license.rtf |
Неприложимо |
123,849 |
12 август 24 г. |
05:07 |
Неприложимо |
|
Pythonlicense.rtf |
Неприложимо |
43,446 |
12 август 24 г. |
05:07 |
Неприложимо |
|
Ropenlicense.rtf |
Неприложимо |
33,275 |
12 август 24 г. |
05:07 |
Неприложимо |
|
Update_license.rtf |
Неприложимо |
121,914 |
12 август 24 г. |
05:07 |
Неприложимо |
|
Setup.rll |
2019.150.4390.2 |
26,664 |
12 август 24 г. |
06:53 |
Неприложимо |
|
Addnode.xml |
Неприложимо |
12,028 |
12 август 24 г. |
06:53 |
Неприложимо |
|
Completeclusterwizard.xml |
Неприложимо |
11,893 |
12 август 24 г. |
06:53 |
Неприложимо |
|
Completeimagewizard.xml |
Неприложимо |
15,305 |
12 август 24 г. |
06:53 |
Неприложимо |
|
Componentupdate.xml |
Неприложимо |
3,061 |
12 август 24 г. |
06:53 |
Неприложимо |
|
Configuration.uicfg |
Неприложимо |
6,927 |
12 август 24 г. |
06:53 |
Неприложимо |
|
Editionupgradewizard.xml |
Неприложимо |
5,673 |
12 август 24 г. |
06:53 |
Неприложимо |
|
Fixsqlregistrykey_x64.exe |
15.0.4390.2 |
51,136 |
12 август 24 г. |
06:53 |
x64 |
|
Fixsqlregistrykey_x64.exe.config |
Неприложимо |
486 |
12 август 24 г. |
06:53 |
Неприложимо |
|
Fixsqlregistrykey_x86.exe |
15.0.4390.2 |
55,232 |
12 август 24 г. |
06:53 |
x86 |
|
Fixsqlregistrykey_x86.exe.config |
Неприложимо |
486 |
12 август 24 г. |
06:53 |
Неприложимо |
|
Installclusterwizard.xml |
Неприложимо |
19,950 |
12 август 24 г. |
06:53 |
Неприложимо |
|
Installwizard.xml |
Неприложимо |
20,522 |
12 август 24 г. |
06:53 |
Неприложимо |
|
Instapi150.dll |
2019.150.4390.2 |
88,104 |
12 август 24 г. |
05:05 |
x64 |
|
Landingpage.exe |
15.0.4390.2 |
432,064 |
12 август 24 г. |
06:53 |
x64 |
|
Landingpage.exe.config |
Неприложимо |
486 |
12 август 24 г. |
06:53 |
Неприложимо |
|
Microsoft.analysisservices.adomdclient.dll |
15.0.35.48 |
1,106,880 |
12 август 24 г. |
05:34 |
x86 |
|
Microsoft.analysisservices.core.dll |
15.0.35.48 |
1,387,968 |
12 август 24 г. |
05:34 |
x86 |
|
Microsoft.analysisservices.dll |
15.0.35.48 |
683,984 |
12 август 24 г. |
05:34 |
x86 |
|
Microsoft.analysisservices.spclient.interfaces.dll |
15.0.35.48 |
26,672 |
12 август 24 г. |
05:34 |
x86 |
|
Microsoft.analysisservices.tabular.dll |
15.0.35.48 |
1,096,136 |
12 август 24 г. |
05:34 |
x86 |
|
Microsoft.analysisservices.tabular.json.dll |
15.0.35.48 |
566,320 |
12 август 24 г. |
05:34 |
x86 |
|
Microsoft.diagnostics.tracing.eventsource.dll |
1.1.26.0 |
167,728 |
12 август 24 г. |
05:03 |
x86 |
|
Microsoft.netenterpriseservers.exceptionmessagebox.dll |
15.0.4390.2 |
141,248 |
12 август 24 г. |
05:05 |
x86 |
|
Microsoft.sql.chainer.package.dll |
15.0.4390.2 |
47,144 |
12 август 24 г. |
05:05 |
x86 |
|
Microsoft.sql.chainer.package.xmlserializers.dll |
15.0.4390.2 |
65,592 |
12 август 24 г. |
05:05 |
x86 |
|
Microsoft.sql.chainer.packagedata.dll |
15.0.4390.2 |
161,832 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sql.chainer.product.dll |
15.0.4390.2 |
436,288 |
12 август 24 г. |
05:05 |
x86 |
|
Microsoft.sql.chainer.product.xmlserializers.dll |
15.0.4390.2 |
65,088 |
12 август 24 г. |
05:05 |
x86 |
|
Microsoft.sqlserver.chainer.extensioncommon.dll |
15.0.4390.2 |
116,776 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.chainer.extensioncommon.xmlserializers.dll |
15.0.4390.2 |
79,928 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.chainer.infrastructure.dll |
15.0.4390.2 |
403,496 |
12 август 24 г. |
05:08 |
x86 |
|
Microsoft.sqlserver.chainer.infrastructure.xmlserializers.dll |
15.0.4390.2 |
199,208 |
12 август 24 г. |
05:08 |
x86 |
|
Microsoft.sqlserver.chainer.workflowdata.dll |
15.0.4390.2 |
866,368 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.chainer.workflowdata.xmlserializers.dll |
15.0.4390.2 |
439,872 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.agentextension.dll |
15.0.4390.2 |
137,296 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.asextension.dll |
15.0.4390.2 |
387,008 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.astelemetryextension.dll |
15.0.4390.2 |
75,816 |
12 август 24 г. |
06:53 |
x64 |
|
Microsoft.sqlserver.configuration.bootstrapextension.dll |
15.0.4390.2 |
79,928 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.bootstrapextension.xmlserializers.dll |
15.0.4390.2 |
26,560 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.cluster.dll |
15.0.4390.2 |
682,048 |
12 август 24 г. |
05:30 |
x86 |
|
Microsoft.sqlserver.configuration.cluster.xmlserializers.dll |
15.0.4390.2 |
337,960 |
12 август 24 г. |
05:30 |
x86 |
|
Microsoft.sqlserver.configuration.configextension.dll |
15.0.4390.2 |
92,112 |
12 август 24 г. |
05:26 |
x86 |
|
Microsoft.sqlserver.configuration.configextension.xmlserializers.dll |
15.0.4390.2 |
37,928 |
12 август 24 г. |
05:26 |
x86 |
|
Microsoft.sqlserver.configuration.distributedreplayextension.dll |
15.0.4390.2 |
83,904 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.dll |
15.0.4390.2 |
268,224 |
12 август 24 г. |
05:26 |
x86 |
|
Microsoft.sqlserver.configuration.extensibility_configextension.dll |
15.0.4390.2 |
108,608 |
12 август 24 г. |
06:53 |
x64 |
|
Microsoft.sqlserver.configuration.fulltext_configextension.dll |
15.0.4390.2 |
79,824 |
12 август 24 г. |
05:32 |
x64 |
|
Microsoft.sqlserver.configuration.impy_configextension.dll |
15.0.4390.2 |
43,072 |
12 август 24 г. |
06:53 |
x64 |
|
Microsoft.sqlserver.configuration.imr_configextension.dll |
15.0.4390.2 |
43,064 |
12 август 24 г. |
06:53 |
x64 |
|
Microsoft.sqlserver.configuration.installwizard.dll |
15.0.4390.2 |
1,836,992 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.installwizardframework.dll |
15.0.4390.2 |
79,808 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.installwizardframework.xmlserializers.dll |
15.0.4390.2 |
60,864 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.ismasterextension.dll |
15.0.4390.2 |
84,032 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.istelemetryconfigextension.dll |
15.0.4390.2 |
47,144 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.isworkerextension.dll |
15.0.4390.2 |
79,808 |
12 август 24 г. |
05:28 |
x86 |
|
Microsoft.sqlserver.configuration.managementtoolsextension.dll |
15.0.4390.2 |
51,240 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.msiextension.dll |
15.0.4390.2 |
432,208 |
12 август 24 г. |
05:26 |
x86 |
|
Microsoft.sqlserver.configuration.msiextension.xmlserializers.dll |
15.0.4390.2 |
192,040 |
12 август 24 г. |
05:26 |
x86 |
|
Microsoft.sqlserver.configuration.polybaseconfigextension.dll |
15.0.4390.2 |
178,256 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.polybasejavaconfigextension.dll |
15.0.4390.2 |
83,920 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.powershellextension.dll |
15.0.4390.2 |
55,336 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.repl_configextension.dll |
15.0.4390.2 |
55,232 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.rsextension.dll |
15.0.4390.2 |
366,632 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.rulesengineextension.dll |
15.0.4390.2 |
104,384 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.rulesengineextension.xmlserializers.dll |
15.0.4390.2 |
42,024 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.saa_configextension.dll |
15.0.4390.2 |
38,864 |
12 август 24 г. |
06:53 |
x64 |
|
Microsoft.sqlserver.configuration.sco.dll |
15.0.4390.2 |
3,004,480 |
12 август 24 г. |
05:10 |
x86 |
|
Microsoft.sqlserver.configuration.sco.xmlserializers.dll |
15.0.4390.2 |
125,480 |
12 август 24 г. |
05:10 |
x86 |
|
Microsoft.sqlserver.configuration.scoextension.dll |
15.0.4390.2 |
235,560 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.setupextension.dll |
15.0.4390.2 |
1,148,864 |
12 август 24 г. |
05:26 |
x86 |
|
Microsoft.sqlserver.configuration.setupextension.xmlserializers.dll |
15.0.4390.2 |
426,432 |
12 август 24 г. |
05:26 |
x86 |
|
Microsoft.sqlserver.configuration.slpextension.dll |
15.0.4390.2 |
67,624 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.smartsetupextension.dll |
15.0.4390.2 |
231,464 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.smartsetupextension.xmlserializers.dll |
15.0.4390.2 |
71,720 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.smpy_configextension.dll |
15.0.4390.2 |
43,048 |
12 август 24 г. |
06:53 |
x64 |
|
Microsoft.sqlserver.configuration.smr_configextension.dll |
15.0.4390.2 |
43,064 |
12 август 24 г. |
06:53 |
x64 |
|
Microsoft.sqlserver.configuration.sniserverconfigext.dll |
2019.150.4390.2 |
317,480 |
12 август 24 г. |
05:29 |
x64 |
|
Microsoft.sqlserver.configuration.sqlbrowserextension.dll |
15.0.4390.2 |
141,376 |
12 август 24 г. |
05:31 |
x64 |
|
Microsoft.sqlserver.configuration.sqlconfigbase.dll |
15.0.4390.2 |
75,816 |
12 август 24 г. |
05:26 |
x86 |
|
Microsoft.sqlserver.configuration.sqlconfigbase.xmlserializers.dll |
15.0.4390.2 |
29,224 |
12 август 24 г. |
05:26 |
x86 |
|
Microsoft.sqlserver.configuration.sqlserver_configextension.dll |
2019.150.4390.2 |
763,944 |
12 август 24 г. |
05:30 |
x64 |
|
Microsoft.sqlserver.configuration.ssisextension.dll |
15.0.4390.2 |
83,920 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.telemetryconfigextension.dll |
15.0.4390.2 |
71,720 |
12 август 24 г. |
06:53 |
x64 |
|
Microsoft.sqlserver.configuration.telemetryconfigextension.resources.dll |
15.0.4390.2 |
17,960 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.uiextension.dll |
15.0.4390.2 |
112,680 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.uiextension.xmlserializers.dll |
15.0.4390.2 |
52,688 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.utilityextension.dll |
15.0.4390.2 |
38,864 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.wizardframework.dll |
15.0.4390.2 |
186,304 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.wizardframework.xmlserializers.dll |
15.0.4390.2 |
59,840 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.wmiinterop.dll |
15.0.4390.2 |
329,808 |
12 август 24 г. |
05:05 |
x86 |
|
Microsoft.sqlserver.configuration.xmlserializers.dll |
15.0.4390.2 |
161,320 |
12 август 24 г. |
05:26 |
x86 |
|
Microsoft.sqlserver.configuration.xtp.configextension.dll |
15.0.4390.2 |
38,992 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.connectioninfo.dll |
15.0.18185.0 |
156,632 |
12 август 24 г. |
05:05 |
x86 |
|
Microsoft.sqlserver.customcontrols.dll |
15.0.4390.2 |
51,256 |
12 август 24 г. |
05:07 |
x86 |
|
Microsoft.sqlserver.datawarehouse.workloaddeployment.dll |
15.0.1970.0 |
714,184 |
12 август 24 г. |
05:23 |
x86 |
|
Microsoft.sqlserver.deployment.dll |
15.0.4390.2 |
260,136 |
12 август 24 г. |
05:05 |
x86 |
|
Microsoft.sqlserver.deployment.xmlserializers.dll |
15.0.4390.2 |
27,712 |
12 август 24 г. |
05:05 |
x86 |
|
Microsoft.sqlserver.diagnostics.strace.dll |
15.0.4390.2 |
129,064 |
12 август 24 г. |
05:05 |
x86 |
|
Microsoft.sqlserver.discovery.dll |
15.0.4390.2 |
231,376 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.discovery.xmlserializers.dll |
15.0.4390.2 |
215,488 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.dmf.common.dll |
15.0.18185.0 |
66,008 |
12 август 24 г. |
05:05 |
x86 |
|
Microsoft.sqlserver.dmf.dll |
15.0.18185.0 |
315,824 |
12 август 24 г. |
05:05 |
x86 |
|
Microsoft.sqlserver.instapi.dll |
15.0.4390.2 |
51,264 |
12 август 24 г. |
05:04 |
x86 |
|
Microsoft.sqlserver.interop.firewallapi.dll |
15.0.0.0 |
32,696 |
12 август 24 г. |
05:04 |
x86 |
|
Microsoft.sqlserver.interop.taskschd.dll |
15.0.0.0 |
47,184 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.interop.wuapilib.dll |
15.0.0.0 |
87,592 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.management.controls.dll |
15.0.16146.0 |
399,584 |
12 август 24 г. |
05:07 |
x86 |
|
Microsoft.sqlserver.management.sdk.sfc.dll |
15.0.18185.0 |
523,224 |
12 август 24 г. |
05:05 |
x86 |
|
Microsoft.sqlserver.setup.chainer.workflow.dll |
15.0.4390.2 |
104,488 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.setup.chainer.workflow.xmlserializers.dll |
15.0.4390.2 |
68,648 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.smo.dll |
15.0.18185.0 |
4,265,920 |
12 август 24 г. |
05:05 |
x86 |
|
Microsoft.sqlserver.sqlclrprovider.dll |
15.0.18185.0 |
23,512 |
12 август 24 г. |
05:05 |
x86 |
|
Microsoft.sqlserver.sqlenum.dll |
15.0.18185.0 |
1,500,120 |
12 август 24 г. |
05:05 |
x86 |
|
Microsoft.sqlserver.sstring.dll |
15.0.4390.2 |
38,976 |
12 август 24 г. |
05:04 |
x86 |
|
Microsoft.sqlserver.usagetracking.dll |
2019.150.4390.2 |
75,816 |
12 август 24 г. |
06:53 |
x64 |
|
Msvcp140.dll |
14.16.27033.0 |
627,992 |
12 август 24 г. |
05:07 |
x64 |
|
Msvcp140_1.dll |
14.16.27033.0 |
31,512 |
12 август 24 г. |
05:07 |
x64 |
|
Newtonsoft.json.dll |
6.0.8.18111 |
513,424 |
12 август 24 г. |
05:34 |
x86 |
|
Package.xsd |
Неприложимо |
8,832 |
12 август 24 г. |
05:05 |
Неприложимо |
|
Patchwizard.xml |
Неприложимо |
6,057 |
12 август 24 г. |
06:53 |
Неприложимо |
|
Pidgenx.dll |
15.0.169.500 |
1,475,160 |
12 август 24 г. |
05:07 |
x64 |
|
Pidprivateconfigobjectmaps.xml |
Неприложимо |
92,538 |
12 август 24 г. |
05:07 |
Неприложимо |
|
Prepareclusterwizard.xml |
Неприложимо |
13,679 |
12 август 24 г. |
06:53 |
Неприложимо |
|
Prepareimagewizard.xml |
Неприложимо |
8,698 |
12 август 24 г. |
06:53 |
Неприложимо |
|
Removenode.xml |
Неприложимо |
4,946 |
12 август 24 г. |
06:53 |
Неприложимо |
|
Removepatchwizard.xml |
Неприложимо |
5,680 |
12 август 24 г. |
06:53 |
Неприложимо |
|
Repairwizard.xml |
Неприложимо |
6,999 |
12 август 24 г. |
06:53 |
Неприложимо |
|
Rsetup.exe |
15.0.4390.2 |
247,872 |
12 август 24 г. |
06:53 |
x86 |
|
Runrulesui.xml |
Неприложимо |
1,403 |
12 август 24 г. |
06:53 |
Неприложимо |
|
Scenarioengine.exe |
15.0.4390.2 |
67,536 |
12 август 24 г. |
06:53 |
x64 |
|
Scenarioengine.exe.config |
Неприложимо |
486 |
12 август 24 г. |
06:53 |
Неприложимо |
|
Shellobjects.dll |
1.0.0.0 |
129,600 |
12 август 24 г. |
06:53 |
x86 |
|
Sqlboot.dll |
2019.150.4390.2 |
215,080 |
12 август 24 г. |
05:35 |
x64 |
|
Sqlcab.dll |
2019.150.4390.2 |
169,920 |
12 август 24 г. |
06:53 |
x64 |
|
Sqlconf.dll |
2019.150.4390.2 |
63,440 |
12 август 24 г. |
06:53 |
x64 |
|
Sqlmu.dll |
2019.150.4390.2 |
116,776 |
12 август 24 г. |
06:53 |
x64 |
|
Sqlprocesssub.dll |
2019.150.4390.2 |
124,992 |
12 август 24 г. |
06:53 |
x64 |
|
Sqlsccn.dll |
2019.150.4390.2 |
112,576 |
12 август 24 г. |
06:53 |
x64 |
|
Uninstallwizard.xml |
Неприложимо |
4,648 |
12 август 24 г. |
06:53 |
Неприложимо |
|
Upgradewizard.xml |
Неприложимо |
14,573 |
12 август 24 г. |
06:53 |
Неприложимо |
|
Vccorlib140.dll |
14.16.27033.0 |
366,872 |
12 август 24 г. |
05:07 |
x64 |
|
Vcruntime140.dll |
14.16.27033.0 |
85,784 |
12 август 24 г. |
05:07 |
x64 |
|
Landingpage.resources.dll |
15.0.4390.2 |
72,144 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.netenterpriseservers.exceptionmessagebox.resources.dll |
15.0.4390.2 |
71,744 |
12 август 24 г. |
05:05 |
x86 |
|
Microsoft.sql.chainer.package.resources.dll |
15.0.4390.2 |
22,592 |
12 август 24 г. |
05:05 |
x86 |
|
Microsoft.sql.chainer.product.resources.dll |
15.0.4390.2 |
405,560 |
12 август 24 г. |
05:05 |
x86 |
|
Microsoft.sqlserver.chainer.extensioncommon.resources.dll |
15.0.4390.2 |
35,368 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.chainer.infrastructure.resources.dll |
15.0.4390.2 |
41,512 |
12 август 24 г. |
05:08 |
x86 |
|
Microsoft.sqlserver.chainer.setup.resources.dll |
15.0.4390.2 |
17,352 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.agentextension.resources.dll |
15.0.4390.2 |
30,144 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.asextension.resources.dll |
15.0.4390.2 |
68,136 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.bootstrapextension.resources.dll |
15.0.4390.2 |
25,536 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.cluster.resources.dll |
15.0.4390.2 |
163,384 |
12 август 24 г. |
05:30 |
x86 |
|
Microsoft.sqlserver.configuration.configextension.resources.dll |
15.0.4390.2 |
18,984 |
12 август 24 г. |
05:26 |
x86 |
|
Microsoft.sqlserver.configuration.distributedreplayextension.resources.dll |
15.0.4390.2 |
21,544 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.extensibility_configextension.resources.dll |
15.0.4390.2 |
21,056 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.fulltext_configextension.resources.dll |
15.0.4390.2 |
20,520 |
12 август 24 г. |
05:32 |
x86 |
|
Microsoft.sqlserver.configuration.impy_configextension.resources.dll |
15.0.4390.2 |
16,440 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.imr_configextension.resources.dll |
15.0.4390.2 |
16,440 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.installwizard.resources.dll |
15.0.4390.2 |
1,125,312 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.installwizardframework.resources.dll |
15.0.4390.2 |
17,448 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.ismasterextension.resources.dll |
15.0.4390.2 |
20,928 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.isworkerextension.resources.dll |
15.0.4390.2 |
19,920 |
12 август 24 г. |
05:28 |
x86 |
|
Microsoft.sqlserver.configuration.managementtoolsextension.resources.dll |
15.0.4390.2 |
21,056 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.msiextension.resources.dll |
15.0.4390.2 |
74,296 |
12 август 24 г. |
05:26 |
x86 |
|
Microsoft.sqlserver.configuration.polybaseconfigextension.resources.dll |
15.0.4390.2 |
42,536 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.polybasejavaconfigextension.resources.dll |
15.0.4390.2 |
24,104 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.powershellextension.resources.dll |
15.0.4390.2 |
21,032 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.repl_configextension.resources.dll |
15.0.4390.2 |
17,344 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.resources.dll |
15.0.4390.2 |
63,016 |
12 август 24 г. |
05:26 |
x86 |
|
Microsoft.sqlserver.configuration.rsextension.resources.dll |
15.0.4390.2 |
62,520 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.rulesengineextension.resources.dll |
15.0.4390.2 |
32,320 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.saa_configextension.resources.dll |
15.0.4390.2 |
16,336 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.sco.resources.dll |
15.0.4390.2 |
1,698,368 |
12 август 24 г. |
05:10 |
x86 |
|
Microsoft.sqlserver.configuration.scoextension.resources.dll |
15.0.4390.2 |
54,312 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.setupextension.resources.dll |
15.0.4390.2 |
317,376 |
12 август 24 г. |
05:26 |
x86 |
|
Microsoft.sqlserver.configuration.slpextension.resources.dll |
15.0.4390.2 |
22,056 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.smartsetupextension.resources.dll |
15.0.4390.2 |
34,360 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.smpy_configextension.resources.dll |
15.0.4390.2 |
16,440 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.smr_configextension.resources.dll |
15.0.4390.2 |
16,320 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.sniserverconfigext.resources.dll |
2019.150.4390.2 |
20,928 |
12 август 24 г. |
05:29 |
x86 |
|
Microsoft.sqlserver.configuration.sqlbrowserextension.resources.dll |
15.0.4390.2 |
38,352 |
12 август 24 г. |
05:31 |
x86 |
|
Microsoft.sqlserver.configuration.sqlconfigbase.resources.dll |
15.0.4390.2 |
18,368 |
12 август 24 г. |
05:26 |
x86 |
|
Microsoft.sqlserver.configuration.sqlserver_configextension.resources.dll |
2019.150.4390.2 |
157,760 |
12 август 24 г. |
05:30 |
x86 |
|
Microsoft.sqlserver.configuration.ssisextension.resources.dll |
15.0.4390.2 |
21,440 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.uiextension.resources.dll |
15.0.4390.2 |
21,568 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.utilityextension.resources.dll |
15.0.4390.2 |
16,424 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.wizardframework.resources.dll |
15.0.4390.2 |
56,872 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.xtp.configextension.resources.dll |
15.0.4390.2 |
15,808 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.connectioninfo.resources.dll |
15.0.18185.0 |
21,440 |
12 август 24 г. |
05:56 |
x86 |
|
Microsoft.sqlserver.deployment.resources.dll |
15.0.4390.2 |
15,416 |
12 август 24 г. |
05:05 |
x86 |
|
Microsoft.sqlserver.discovery.resources.dll |
15.0.4390.2 |
94,656 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.dmf.common.resources.dll |
15.0.18185.0 |
18,904 |
12 август 24 г. |
05:56 |
x86 |
|
Microsoft.sqlserver.dmf.resources.dll |
15.0.18185.0 |
33,752 |
12 август 24 г. |
05:56 |
x86 |
|
Microsoft.sqlserver.management.controls.resources.dll |
15.0.16146.0 |
85,728 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.management.sdk.sfc.resources.dll |
15.0.18185.0 |
154,544 |
12 август 24 г. |
05:56 |
x86 |
|
Microsoft.sqlserver.setup.chainer.workflow.resources.dll |
15.0.4390.2 |
27,704 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.smo.resources.dll |
15.0.18185.0 |
871,344 |
12 август 24 г. |
05:56 |
x86 |
|
Microsoft.sqlserver.sqlenum.resources.dll |
15.0.18185.0 |
910,784 |
12 август 24 г. |
05:56 |
x86 |
|
Landingpage.resources.dll |
15.0.4390.2 |
72,256 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.netenterpriseservers.exceptionmessagebox.resources.dll |
15.0.4390.2 |
71,616 |
12 август 24 г. |
05:05 |
x86 |
|
Microsoft.sql.chainer.package.resources.dll |
15.0.4390.2 |
22,584 |
12 август 24 г. |
05:05 |
x86 |
|
Microsoft.sql.chainer.product.resources.dll |
15.0.4390.2 |
405,440 |
12 август 24 г. |
05:05 |
x86 |
|
Microsoft.sqlserver.chainer.extensioncommon.resources.dll |
15.0.4390.2 |
34,856 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.chainer.infrastructure.resources.dll |
15.0.4390.2 |
41,000 |
12 август 24 г. |
05:08 |
x86 |
|
Microsoft.sqlserver.chainer.setup.resources.dll |
15.0.4390.2 |
17,344 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.agentextension.resources.dll |
15.0.4390.2 |
30,248 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.asextension.resources.dll |
15.0.4390.2 |
68,648 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.bootstrapextension.resources.dll |
15.0.4390.2 |
25,656 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.cluster.resources.dll |
15.0.4390.2 |
162,856 |
12 август 24 г. |
05:30 |
x86 |
|
Microsoft.sqlserver.configuration.configextension.resources.dll |
15.0.4390.2 |
18,472 |
12 август 24 г. |
05:26 |
x86 |
|
Microsoft.sqlserver.configuration.distributedreplayextension.resources.dll |
15.0.4390.2 |
21,456 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.extensibility_configextension.resources.dll |
15.0.4390.2 |
21,032 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.fulltext_configextension.resources.dll |
15.0.4390.2 |
20,928 |
12 август 24 г. |
05:32 |
x86 |
|
Microsoft.sqlserver.configuration.impy_configextension.resources.dll |
15.0.4390.2 |
16,320 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.imr_configextension.resources.dll |
15.0.4390.2 |
16,424 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.installwizard.resources.dll |
15.0.4390.2 |
1,128,504 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.installwizardframework.resources.dll |
15.0.4390.2 |
17,344 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.ismasterextension.resources.dll |
15.0.4390.2 |
21,584 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.isworkerextension.resources.dll |
15.0.4390.2 |
20,544 |
12 август 24 г. |
05:28 |
x86 |
|
Microsoft.sqlserver.configuration.managementtoolsextension.resources.dll |
15.0.4390.2 |
21,032 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.msiextension.resources.dll |
15.0.4390.2 |
74,176 |
12 август 24 г. |
05:26 |
x86 |
|
Microsoft.sqlserver.configuration.polybaseconfigextension.resources.dll |
15.0.4390.2 |
43,048 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.polybasejavaconfigextension.resources.dll |
15.0.4390.2 |
24,016 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.powershellextension.resources.dll |
15.0.4390.2 |
20,944 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.repl_configextension.resources.dll |
15.0.4390.2 |
17,360 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.resources.dll |
15.0.4390.2 |
64,568 |
12 август 24 г. |
05:26 |
x86 |
|
Microsoft.sqlserver.configuration.rsextension.resources.dll |
15.0.4390.2 |
62,016 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.rulesengineextension.resources.dll |
15.0.4390.2 |
32,320 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.saa_configextension.resources.dll |
15.0.4390.2 |
16,448 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.sco.resources.dll |
15.0.4390.2 |
1,678,376 |
12 август 24 г. |
05:10 |
x86 |
|
Microsoft.sqlserver.configuration.scoextension.resources.dll |
15.0.4390.2 |
53,288 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.setupextension.resources.dll |
15.0.4390.2 |
317,888 |
12 август 24 г. |
05:26 |
x86 |
|
Microsoft.sqlserver.configuration.slpextension.resources.dll |
15.0.4390.2 |
22,056 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.smartsetupextension.resources.dll |
15.0.4390.2 |
35,384 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.smpy_configextension.resources.dll |
15.0.4390.2 |
16,424 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.smr_configextension.resources.dll |
15.0.4390.2 |
16,320 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.sniserverconfigext.resources.dll |
2019.150.4390.2 |
20,944 |
12 август 24 г. |
05:29 |
x86 |
|
Microsoft.sqlserver.configuration.sqlbrowserextension.resources.dll |
15.0.4390.2 |
38,336 |
12 август 24 г. |
05:31 |
x86 |
|
Microsoft.sqlserver.configuration.sqlconfigbase.resources.dll |
15.0.4390.2 |
18,384 |
12 август 24 г. |
05:26 |
x86 |
|
Microsoft.sqlserver.configuration.sqlserver_configextension.resources.dll |
2019.150.4390.2 |
158,248 |
12 август 24 г. |
05:30 |
x86 |
|
Microsoft.sqlserver.configuration.ssisextension.resources.dll |
15.0.4390.2 |
21,440 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.uiextension.resources.dll |
15.0.4390.2 |
21,952 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.utilityextension.resources.dll |
15.0.4390.2 |
16,424 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.wizardframework.resources.dll |
15.0.4390.2 |
57,408 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.xtp.configextension.resources.dll |
15.0.4390.2 |
16,424 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.connectioninfo.resources.dll |
15.0.18185.0 |
20,952 |
12 август 24 г. |
05:56 |
x86 |
|
Microsoft.sqlserver.deployment.resources.dll |
15.0.4390.2 |
15,440 |
12 август 24 г. |
05:05 |
x86 |
|
Microsoft.sqlserver.discovery.resources.dll |
15.0.4390.2 |
94,800 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.dmf.common.resources.dll |
15.0.18185.0 |
18,904 |
12 август 24 г. |
05:56 |
x86 |
|
Microsoft.sqlserver.dmf.resources.dll |
15.0.18185.0 |
32,176 |
12 август 24 г. |
05:56 |
x86 |
|
Microsoft.sqlserver.management.controls.resources.dll |
15.0.16146.0 |
85,728 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.management.sdk.sfc.resources.dll |
15.0.18185.0 |
154,584 |
12 август 24 г. |
05:56 |
x86 |
|
Microsoft.sqlserver.setup.chainer.workflow.resources.dll |
15.0.4390.2 |
27,200 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.smo.resources.dll |
15.0.18185.0 |
873,920 |
12 август 24 г. |
05:56 |
x86 |
|
Microsoft.sqlserver.sqlenum.resources.dll |
15.0.18185.0 |
910,808 |
12 август 24 г. |
05:56 |
x86 |
|
Landingpage.resources.dll |
15.0.4390.2 |
72,232 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.netenterpriseservers.exceptionmessagebox.resources.dll |
15.0.4390.2 |
71,616 |
12 август 24 г. |
05:05 |
x86 |
|
Microsoft.sql.chainer.package.resources.dll |
15.0.4390.2 |
22,568 |
12 август 24 г. |
05:05 |
x86 |
|
Microsoft.sql.chainer.product.resources.dll |
15.0.4390.2 |
405,440 |
12 август 24 г. |
05:05 |
x86 |
|
Microsoft.sqlserver.chainer.extensioncommon.resources.dll |
15.0.4390.2 |
35,384 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.chainer.infrastructure.resources.dll |
15.0.4390.2 |
42,024 |
12 август 24 г. |
05:08 |
x86 |
|
Microsoft.sqlserver.chainer.setup.resources.dll |
15.0.4390.2 |
17,960 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.agentextension.resources.dll |
15.0.4390.2 |
30,800 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.asextension.resources.dll |
15.0.4390.2 |
69,056 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.bootstrapextension.resources.dll |
15.0.4390.2 |
26,064 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.cluster.resources.dll |
15.0.4390.2 |
166,464 |
12 август 24 г. |
05:30 |
x86 |
|
Microsoft.sqlserver.configuration.configextension.resources.dll |
15.0.4390.2 |
18,984 |
12 август 24 г. |
05:26 |
x86 |
|
Microsoft.sqlserver.configuration.distributedreplayextension.resources.dll |
15.0.4390.2 |
21,440 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.extensibility_configextension.resources.dll |
15.0.4390.2 |
21,544 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.fulltext_configextension.resources.dll |
15.0.4390.2 |
21,440 |
12 август 24 г. |
05:32 |
x86 |
|
Microsoft.sqlserver.configuration.impy_configextension.resources.dll |
15.0.4390.2 |
16,440 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.imr_configextension.resources.dll |
15.0.4390.2 |
16,448 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.installwizard.resources.dll |
15.0.4390.2 |
1,129,024 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.installwizardframework.resources.dll |
15.0.4390.2 |
17,344 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.ismasterextension.resources.dll |
15.0.4390.2 |
21,032 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.isworkerextension.resources.dll |
15.0.4390.2 |
20,032 |
12 август 24 г. |
05:28 |
x86 |
|
Microsoft.sqlserver.configuration.managementtoolsextension.resources.dll |
15.0.4390.2 |
21,032 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.msiextension.resources.dll |
15.0.4390.2 |
75,320 |
12 август 24 г. |
05:26 |
x86 |
|
Microsoft.sqlserver.configuration.polybaseconfigextension.resources.dll |
15.0.4390.2 |
43,088 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.polybasejavaconfigextension.resources.dll |
15.0.4390.2 |
24,008 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.powershellextension.resources.dll |
15.0.4390.2 |
21,032 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.repl_configextension.resources.dll |
15.0.4390.2 |
17,448 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.resources.dll |
15.0.4390.2 |
65,064 |
12 август 24 г. |
05:26 |
x86 |
|
Microsoft.sqlserver.configuration.rsextension.resources.dll |
15.0.4390.2 |
62,912 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.rulesengineextension.resources.dll |
15.0.4390.2 |
32,192 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.saa_configextension.resources.dll |
15.0.4390.2 |
16,424 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.sco.resources.dll |
15.0.4390.2 |
1,556,024 |
12 август 24 г. |
05:10 |
x86 |
|
Microsoft.sqlserver.configuration.scoextension.resources.dll |
15.0.4390.2 |
55,336 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.setupextension.resources.dll |
15.0.4390.2 |
321,984 |
12 август 24 г. |
05:26 |
x86 |
|
Microsoft.sqlserver.configuration.slpextension.resources.dll |
15.0.4390.2 |
21,968 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.smartsetupextension.resources.dll |
15.0.4390.2 |
35,776 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.smpy_configextension.resources.dll |
15.0.4390.2 |
16,440 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.smr_configextension.resources.dll |
15.0.4390.2 |
16,320 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.sniserverconfigext.resources.dll |
2019.150.4390.2 |
21,072 |
12 август 24 г. |
05:29 |
x86 |
|
Microsoft.sqlserver.configuration.sqlbrowserextension.resources.dll |
15.0.4390.2 |
38,848 |
12 август 24 г. |
05:31 |
x86 |
|
Microsoft.sqlserver.configuration.sqlconfigbase.resources.dll |
15.0.4390.2 |
18,880 |
12 август 24 г. |
05:26 |
x86 |
|
Microsoft.sqlserver.configuration.sqlserver_configextension.resources.dll |
2019.150.4390.2 |
159,680 |
12 август 24 г. |
05:30 |
x86 |
|
Microsoft.sqlserver.configuration.ssisextension.resources.dll |
15.0.4390.2 |
22,056 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.uiextension.resources.dll |
15.0.4390.2 |
22,056 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.utilityextension.resources.dll |
15.0.4390.2 |
16,448 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.wizardframework.resources.dll |
15.0.4390.2 |
57,280 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.xtp.configextension.resources.dll |
15.0.4390.2 |
15,936 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.connectioninfo.resources.dll |
15.0.18185.0 |
21,464 |
12 август 24 г. |
05:56 |
x86 |
|
Microsoft.sqlserver.deployment.resources.dll |
15.0.4390.2 |
15,400 |
12 август 24 г. |
05:05 |
x86 |
|
Microsoft.sqlserver.discovery.resources.dll |
15.0.4390.2 |
94,784 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.dmf.common.resources.dll |
15.0.18185.0 |
18,880 |
12 август 24 г. |
05:56 |
x86 |
|
Microsoft.sqlserver.dmf.resources.dll |
15.0.18185.0 |
33,200 |
12 август 24 г. |
05:56 |
x86 |
|
Microsoft.sqlserver.management.controls.resources.dll |
15.0.16146.0 |
85,728 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.management.sdk.sfc.resources.dll |
15.0.18185.0 |
155,608 |
12 август 24 г. |
05:56 |
x86 |
|
Microsoft.sqlserver.setup.chainer.workflow.resources.dll |
15.0.4390.2 |
27,584 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.smo.resources.dll |
15.0.18185.0 |
879,040 |
12 август 24 г. |
05:56 |
x86 |
|
Microsoft.sqlserver.sqlenum.resources.dll |
15.0.18185.0 |
910,808 |
12 август 24 г. |
05:56 |
x86 |
|
Landingpage.resources.dll |
15.0.4390.2 |
71,720 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.netenterpriseservers.exceptionmessagebox.resources.dll |
15.0.4390.2 |
71,616 |
12 август 24 г. |
05:05 |
x86 |
|
Microsoft.sql.chainer.package.resources.dll |
15.0.4390.2 |
22,480 |
12 август 24 г. |
05:05 |
x86 |
|
Microsoft.sql.chainer.product.resources.dll |
15.0.4390.2 |
405,440 |
12 август 24 г. |
05:05 |
x86 |
|
Microsoft.sqlserver.chainer.extensioncommon.resources.dll |
15.0.4390.2 |
34,872 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.chainer.infrastructure.resources.dll |
15.0.4390.2 |
41,000 |
12 август 24 г. |
05:08 |
x86 |
|
Microsoft.sqlserver.chainer.setup.resources.dll |
15.0.4390.2 |
17,448 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.agentextension.resources.dll |
15.0.4390.2 |
29,632 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.asextension.resources.dll |
15.0.4390.2 |
67,624 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.bootstrapextension.resources.dll |
15.0.4390.2 |
25,552 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.cluster.resources.dll |
15.0.4390.2 |
160,296 |
12 август 24 г. |
05:30 |
x86 |
|
Microsoft.sqlserver.configuration.configextension.resources.dll |
15.0.4390.2 |
18,472 |
12 август 24 г. |
05:26 |
x86 |
|
Microsoft.sqlserver.configuration.distributedreplayextension.resources.dll |
15.0.4390.2 |
21,456 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.extensibility_configextension.resources.dll |
15.0.4390.2 |
21,032 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.fulltext_configextension.resources.dll |
15.0.4390.2 |
20,416 |
12 август 24 г. |
05:32 |
x86 |
|
Microsoft.sqlserver.configuration.impy_configextension.resources.dll |
15.0.4390.2 |
16,464 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.imr_configextension.resources.dll |
15.0.4390.2 |
16,424 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.installwizard.resources.dll |
15.0.4390.2 |
1,124,392 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.installwizardframework.resources.dll |
15.0.4390.2 |
17,448 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.ismasterextension.resources.dll |
15.0.4390.2 |
21,456 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.isworkerextension.resources.dll |
15.0.4390.2 |
20,048 |
12 август 24 г. |
05:28 |
x86 |
|
Microsoft.sqlserver.configuration.managementtoolsextension.resources.dll |
15.0.4390.2 |
21,048 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.msiextension.resources.dll |
15.0.4390.2 |
74,304 |
12 август 24 г. |
05:26 |
x86 |
|
Microsoft.sqlserver.configuration.polybaseconfigextension.resources.dll |
15.0.4390.2 |
42,448 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.powershellextension.resources.dll |
15.0.4390.2 |
20,928 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.repl_configextension.resources.dll |
15.0.4390.2 |
17,488 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.resources.dll |
15.0.4390.2 |
63,528 |
12 август 24 г. |
05:26 |
x86 |
|
Microsoft.sqlserver.configuration.rsextension.resources.dll |
15.0.4390.2 |
61,480 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.rulesengineextension.resources.dll |
15.0.4390.2 |
32,312 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.saa_configextension.resources.dll |
15.0.4390.2 |
16,424 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.sco.resources.dll |
15.0.4390.2 |
1,690,152 |
12 август 24 г. |
05:10 |
x86 |
|
Microsoft.sqlserver.configuration.scoextension.resources.dll |
15.0.4390.2 |
54,312 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.setupextension.resources.dll |
15.0.4390.2 |
315,456 |
12 август 24 г. |
05:26 |
x86 |
|
Microsoft.sqlserver.configuration.slpextension.resources.dll |
15.0.4390.2 |
22,056 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.smartsetupextension.resources.dll |
15.0.4390.2 |
35,384 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.smpy_configextension.resources.dll |
15.0.4390.2 |
16,320 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.smr_configextension.resources.dll |
15.0.4390.2 |
16,440 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.sniserverconfigext.resources.dll |
2019.150.4390.2 |
21,032 |
12 август 24 г. |
05:29 |
x86 |
|
Microsoft.sqlserver.configuration.sqlbrowserextension.resources.dll |
15.0.4390.2 |
38,464 |
12 август 24 г. |
05:31 |
x86 |
|
Microsoft.sqlserver.configuration.sqlconfigbase.resources.dll |
15.0.4390.2 |
18,384 |
12 август 24 г. |
05:26 |
x86 |
|
Microsoft.sqlserver.configuration.sqlserver_configextension.resources.dll |
2019.150.4390.2 |
156,112 |
12 август 24 г. |
05:30 |
x86 |
|
Microsoft.sqlserver.configuration.ssisextension.resources.dll |
15.0.4390.2 |
21,544 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.uiextension.resources.dll |
15.0.4390.2 |
21,432 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.utilityextension.resources.dll |
15.0.4390.2 |
16,336 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.wizardframework.resources.dll |
15.0.4390.2 |
56,896 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.xtp.configextension.resources.dll |
15.0.4390.2 |
16,448 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.connectioninfo.resources.dll |
15.0.18185.0 |
21,464 |
12 август 24 г. |
05:56 |
x86 |
|
Microsoft.sqlserver.deployment.resources.dll |
15.0.4390.2 |
15,416 |
12 август 24 г. |
05:05 |
x86 |
|
Microsoft.sqlserver.discovery.resources.dll |
15.0.4390.2 |
94,656 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.dmf.common.resources.dll |
15.0.18185.0 |
17,840 |
12 август 24 г. |
05:56 |
x86 |
|
Microsoft.sqlserver.dmf.resources.dll |
15.0.18185.0 |
33,752 |
12 август 24 г. |
05:56 |
x86 |
|
Microsoft.sqlserver.management.controls.resources.dll |
15.0.16146.0 |
85,720 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.management.sdk.sfc.resources.dll |
15.0.18185.0 |
154,584 |
12 август 24 г. |
05:56 |
x86 |
|
Microsoft.sqlserver.setup.chainer.workflow.resources.dll |
15.0.4390.2 |
27,176 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.smo.resources.dll |
15.0.18185.0 |
850,904 |
12 август 24 г. |
05:56 |
x86 |
|
Microsoft.sqlserver.sqlenum.resources.dll |
15.0.18185.0 |
910,784 |
12 август 24 г. |
05:56 |
x86 |
|
Landingpage.resources.dll |
15.0.4390.2 |
73,664 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.netenterpriseservers.exceptionmessagebox.resources.dll |
15.0.4390.2 |
72,128 |
12 август 24 г. |
05:05 |
x86 |
|
Microsoft.sql.chainer.package.resources.dll |
15.0.4390.2 |
22,464 |
12 август 24 г. |
05:05 |
x86 |
|
Microsoft.sql.chainer.product.resources.dll |
15.0.4390.2 |
405,560 |
12 август 24 г. |
05:05 |
x86 |
|
Microsoft.sqlserver.chainer.extensioncommon.resources.dll |
15.0.4390.2 |
35,880 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.chainer.infrastructure.resources.dll |
15.0.4390.2 |
43,064 |
12 август 24 г. |
05:08 |
x86 |
|
Microsoft.sqlserver.chainer.setup.resources.dll |
15.0.4390.2 |
17,976 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.agentextension.resources.dll |
15.0.4390.2 |
32,704 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.asextension.resources.dll |
15.0.4390.2 |
72,256 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.bootstrapextension.resources.dll |
15.0.4390.2 |
27,072 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.cluster.resources.dll |
15.0.4390.2 |
179,264 |
12 август 24 г. |
05:30 |
x86 |
|
Microsoft.sqlserver.configuration.configextension.resources.dll |
15.0.4390.2 |
18,984 |
12 август 24 г. |
05:26 |
x86 |
|
Microsoft.sqlserver.configuration.distributedreplayextension.resources.dll |
15.0.4390.2 |
22,080 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.extensibility_configextension.resources.dll |
15.0.4390.2 |
22,056 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.fulltext_configextension.resources.dll |
15.0.4390.2 |
20,928 |
12 август 24 г. |
05:32 |
x86 |
|
Microsoft.sqlserver.configuration.impy_configextension.resources.dll |
15.0.4390.2 |
16,320 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.imr_configextension.resources.dll |
15.0.4390.2 |
16,320 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.installwizard.resources.dll |
15.0.4390.2 |
1,137,720 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.installwizardframework.resources.dll |
15.0.4390.2 |
17,344 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.ismasterextension.resources.dll |
15.0.4390.2 |
21,544 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.isworkerextension.resources.dll |
15.0.4390.2 |
20,544 |
12 август 24 г. |
05:28 |
x86 |
|
Microsoft.sqlserver.configuration.managementtoolsextension.resources.dll |
15.0.4390.2 |
21,072 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.msiextension.resources.dll |
15.0.4390.2 |
78,272 |
12 август 24 г. |
05:26 |
x86 |
|
Microsoft.sqlserver.configuration.polybaseconfigextension.resources.dll |
15.0.4390.2 |
43,968 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.polybasejavaconfigextension.resources.dll |
15.0.4390.2 |
24,000 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.powershellextension.resources.dll |
15.0.4390.2 |
21,440 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.repl_configextension.resources.dll |
15.0.4390.2 |
17,344 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.resources.dll |
15.0.4390.2 |
68,648 |
12 август 24 г. |
05:26 |
x86 |
|
Microsoft.sqlserver.configuration.rsextension.resources.dll |
15.0.4390.2 |
66,640 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.rulesengineextension.resources.dll |
15.0.4390.2 |
32,848 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.saa_configextension.resources.dll |
15.0.4390.2 |
16,424 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.sco.resources.dll |
15.0.4390.2 |
1,622,464 |
12 август 24 г. |
05:10 |
x86 |
|
Microsoft.sqlserver.configuration.scoextension.resources.dll |
15.0.4390.2 |
56,888 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.setupextension.resources.dll |
15.0.4390.2 |
336,464 |
12 август 24 г. |
05:26 |
x86 |
|
Microsoft.sqlserver.configuration.slpextension.resources.dll |
15.0.4390.2 |
21,952 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.smartsetupextension.resources.dll |
15.0.4390.2 |
38,440 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.smpy_configextension.resources.dll |
15.0.4390.2 |
16,448 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.smr_configextension.resources.dll |
15.0.4390.2 |
16,424 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.sniserverconfigext.resources.dll |
2019.150.4390.2 |
22,056 |
12 август 24 г. |
05:29 |
x86 |
|
Microsoft.sqlserver.configuration.sqlbrowserextension.resources.dll |
15.0.4390.2 |
40,384 |
12 август 24 г. |
05:31 |
x86 |
|
Microsoft.sqlserver.configuration.sqlconfigbase.resources.dll |
15.0.4390.2 |
18,880 |
12 август 24 г. |
05:26 |
x86 |
|
Microsoft.sqlserver.configuration.sqlserver_configextension.resources.dll |
2019.150.4390.2 |
165,440 |
12 август 24 г. |
05:30 |
x86 |
|
Microsoft.sqlserver.configuration.ssisextension.resources.dll |
15.0.4390.2 |
21,952 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.uiextension.resources.dll |
15.0.4390.2 |
22,568 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.utilityextension.resources.dll |
15.0.4390.2 |
16,936 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.wizardframework.resources.dll |
15.0.4390.2 |
57,384 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.xtp.configextension.resources.dll |
15.0.4390.2 |
15,912 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.connectioninfo.resources.dll |
15.0.18185.0 |
21,976 |
12 август 24 г. |
05:56 |
x86 |
|
Microsoft.sqlserver.deployment.resources.dll |
15.0.4390.2 |
15,424 |
12 август 24 г. |
05:05 |
x86 |
|
Microsoft.sqlserver.discovery.resources.dll |
15.0.4390.2 |
94,760 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.dmf.common.resources.dll |
15.0.18185.0 |
19,416 |
12 август 24 г. |
05:56 |
x86 |
|
Microsoft.sqlserver.dmf.resources.dll |
15.0.18185.0 |
35,776 |
12 август 24 г. |
05:56 |
x86 |
|
Microsoft.sqlserver.management.controls.resources.dll |
15.0.16146.0 |
85,728 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.management.sdk.sfc.resources.dll |
15.0.18185.0 |
157,120 |
12 август 24 г. |
05:56 |
x86 |
|
Microsoft.sqlserver.setup.chainer.workflow.resources.dll |
15.0.4390.2 |
28,200 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.smo.resources.dll |
15.0.18185.0 |
916,952 |
12 август 24 г. |
05:56 |
x86 |
|
Microsoft.sqlserver.sqlenum.resources.dll |
15.0.18185.0 |
911,280 |
12 август 24 г. |
05:56 |
x86 |
|
Landingpage.resources.dll |
15.0.4390.2 |
71,632 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.netenterpriseservers.exceptionmessagebox.resources.dll |
15.0.4390.2 |
71,616 |
12 август 24 г. |
05:05 |
x86 |
|
Microsoft.sql.chainer.package.resources.dll |
15.0.4390.2 |
22,568 |
12 август 24 г. |
05:05 |
x86 |
|
Microsoft.sql.chainer.product.resources.dll |
15.0.4390.2 |
405,440 |
12 август 24 г. |
05:05 |
x86 |
|
Microsoft.sqlserver.chainer.extensioncommon.resources.dll |
15.0.4390.2 |
35,368 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.chainer.infrastructure.resources.dll |
15.0.4390.2 |
41,512 |
12 август 24 г. |
05:08 |
x86 |
|
Microsoft.sqlserver.chainer.setup.resources.dll |
15.0.4390.2 |
17,472 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.agentextension.resources.dll |
15.0.4390.2 |
30,656 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.asextension.resources.dll |
15.0.4390.2 |
68,664 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.bootstrapextension.resources.dll |
15.0.4390.2 |
25,536 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.cluster.resources.dll |
15.0.4390.2 |
167,464 |
12 август 24 г. |
05:30 |
x86 |
|
Microsoft.sqlserver.configuration.configextension.resources.dll |
15.0.4390.2 |
18,984 |
12 август 24 г. |
05:26 |
x86 |
|
Microsoft.sqlserver.configuration.distributedreplayextension.resources.dll |
15.0.4390.2 |
21,568 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.extensibility_configextension.resources.dll |
15.0.4390.2 |
21,544 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.fulltext_configextension.resources.dll |
15.0.4390.2 |
20,536 |
12 август 24 г. |
05:32 |
x86 |
|
Microsoft.sqlserver.configuration.impy_configextension.resources.dll |
15.0.4390.2 |
16,440 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.imr_configextension.resources.dll |
15.0.4390.2 |
16,312 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.installwizard.resources.dll |
15.0.4390.2 |
1,124,800 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.installwizardframework.resources.dll |
15.0.4390.2 |
17,360 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.ismasterextension.resources.dll |
15.0.4390.2 |
21,544 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.isworkerextension.resources.dll |
15.0.4390.2 |
19,904 |
12 август 24 г. |
05:28 |
x86 |
|
Microsoft.sqlserver.configuration.managementtoolsextension.resources.dll |
15.0.4390.2 |
21,048 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.msiextension.resources.dll |
15.0.4390.2 |
73,784 |
12 август 24 г. |
05:26 |
x86 |
|
Microsoft.sqlserver.configuration.polybaseconfigextension.resources.dll |
15.0.4390.2 |
43,048 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.polybasejavaconfigextension.resources.dll |
15.0.4390.2 |
24,104 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.powershellextension.resources.dll |
15.0.4390.2 |
20,944 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.repl_configextension.resources.dll |
15.0.4390.2 |
17,360 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.resources.dll |
15.0.4390.2 |
64,552 |
12 август 24 г. |
05:26 |
x86 |
|
Microsoft.sqlserver.configuration.rsextension.resources.dll |
15.0.4390.2 |
61,904 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.rulesengineextension.resources.dll |
15.0.4390.2 |
32,312 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.saa_configextension.resources.dll |
15.0.4390.2 |
16,424 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.sco.resources.dll |
15.0.4390.2 |
1,472,568 |
12 август 24 г. |
05:10 |
x86 |
|
Microsoft.sqlserver.configuration.scoextension.resources.dll |
15.0.4390.2 |
54,824 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.setupextension.resources.dll |
15.0.4390.2 |
315,456 |
12 август 24 г. |
05:26 |
x86 |
|
Microsoft.sqlserver.configuration.slpextension.resources.dll |
15.0.4390.2 |
21,968 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.smartsetupextension.resources.dll |
15.0.4390.2 |
35,264 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.smpy_configextension.resources.dll |
15.0.4390.2 |
16,320 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.smr_configextension.resources.dll |
15.0.4390.2 |
16,424 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.sniserverconfigext.resources.dll |
2019.150.4390.2 |
21,456 |
12 август 24 г. |
05:29 |
x86 |
|
Microsoft.sqlserver.configuration.sqlbrowserextension.resources.dll |
15.0.4390.2 |
38,336 |
12 август 24 г. |
05:31 |
x86 |
|
Microsoft.sqlserver.configuration.sqlconfigbase.resources.dll |
15.0.4390.2 |
18,496 |
12 август 24 г. |
05:26 |
x86 |
|
Microsoft.sqlserver.configuration.sqlserver_configextension.resources.dll |
2019.150.4390.2 |
158,144 |
12 август 24 г. |
05:30 |
x86 |
|
Microsoft.sqlserver.configuration.ssisextension.resources.dll |
15.0.4390.2 |
22,056 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.uiextension.resources.dll |
15.0.4390.2 |
22,072 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.utilityextension.resources.dll |
15.0.4390.2 |
16,424 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.wizardframework.resources.dll |
15.0.4390.2 |
57,296 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.xtp.configextension.resources.dll |
15.0.4390.2 |
15,824 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.connectioninfo.resources.dll |
15.0.18185.0 |
21,464 |
12 август 24 г. |
05:56 |
x86 |
|
Microsoft.sqlserver.deployment.resources.dll |
15.0.4390.2 |
15,312 |
12 август 24 г. |
05:05 |
x86 |
|
Microsoft.sqlserver.discovery.resources.dll |
15.0.4390.2 |
94,784 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.dmf.common.resources.dll |
15.0.18185.0 |
19,392 |
12 август 24 г. |
05:56 |
x86 |
|
Microsoft.sqlserver.dmf.resources.dll |
15.0.18185.0 |
33,752 |
12 август 24 г. |
05:56 |
x86 |
|
Microsoft.sqlserver.management.controls.resources.dll |
15.0.16146.0 |
85,728 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.management.sdk.sfc.resources.dll |
15.0.18185.0 |
155,608 |
12 август 24 г. |
05:56 |
x86 |
|
Microsoft.sqlserver.setup.chainer.workflow.resources.dll |
15.0.4390.2 |
27,176 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.smo.resources.dll |
15.0.18185.0 |
871,384 |
12 август 24 г. |
05:56 |
x86 |
|
Microsoft.sqlserver.sqlenum.resources.dll |
15.0.18185.0 |
910,784 |
12 август 24 г. |
05:56 |
x86 |
|
Landingpage.resources.dll |
15.0.4390.2 |
71,720 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.netenterpriseservers.exceptionmessagebox.resources.dll |
15.0.4390.2 |
71,736 |
12 август 24 г. |
05:05 |
x86 |
|
Microsoft.sql.chainer.package.resources.dll |
15.0.4390.2 |
22,592 |
12 август 24 г. |
05:05 |
x86 |
|
Microsoft.sql.chainer.product.resources.dll |
15.0.4390.2 |
405,440 |
12 август 24 г. |
05:05 |
x86 |
|
Microsoft.sqlserver.chainer.extensioncommon.resources.dll |
15.0.4390.2 |
34,872 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.chainer.infrastructure.resources.dll |
15.0.4390.2 |
41,016 |
12 август 24 г. |
05:08 |
x86 |
|
Microsoft.sqlserver.chainer.setup.resources.dll |
15.0.4390.2 |
17,360 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.agentextension.resources.dll |
15.0.4390.2 |
29,736 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.asextension.resources.dll |
15.0.4390.2 |
67,624 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.bootstrapextension.resources.dll |
15.0.4390.2 |
25,040 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.cluster.resources.dll |
15.0.4390.2 |
160,296 |
12 август 24 г. |
05:30 |
x86 |
|
Microsoft.sqlserver.configuration.configextension.resources.dll |
15.0.4390.2 |
18,984 |
12 август 24 г. |
05:26 |
x86 |
|
Microsoft.sqlserver.configuration.distributedreplayextension.resources.dll |
15.0.4390.2 |
21,544 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.extensibility_configextension.resources.dll |
15.0.4390.2 |
21,048 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.fulltext_configextension.resources.dll |
15.0.4390.2 |
20,536 |
12 август 24 г. |
05:32 |
x86 |
|
Microsoft.sqlserver.configuration.impy_configextension.resources.dll |
15.0.4390.2 |
16,440 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.imr_configextension.resources.dll |
15.0.4390.2 |
16,448 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.installwizard.resources.dll |
15.0.4390.2 |
1,124,800 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.installwizardframework.resources.dll |
15.0.4390.2 |
17,360 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.ismasterextension.resources.dll |
15.0.4390.2 |
20,944 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.isworkerextension.resources.dll |
15.0.4390.2 |
19,904 |
12 август 24 г. |
05:28 |
x86 |
|
Microsoft.sqlserver.configuration.managementtoolsextension.resources.dll |
15.0.4390.2 |
21,048 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.msiextension.resources.dll |
15.0.4390.2 |
73,168 |
12 август 24 г. |
05:26 |
x86 |
|
Microsoft.sqlserver.configuration.polybaseconfigextension.resources.dll |
15.0.4390.2 |
42,536 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.polybasejavaconfigextension.resources.dll |
15.0.4390.2 |
24,144 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.powershellextension.resources.dll |
15.0.4390.2 |
20,944 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.repl_configextension.resources.dll |
15.0.4390.2 |
17,448 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.resources.dll |
15.0.4390.2 |
63,032 |
12 август 24 г. |
05:26 |
x86 |
|
Microsoft.sqlserver.configuration.rsextension.resources.dll |
15.0.4390.2 |
62,016 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.rulesengineextension.resources.dll |
15.0.4390.2 |
32,320 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.saa_configextension.resources.dll |
15.0.4390.2 |
16,336 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.sco.resources.dll |
15.0.4390.2 |
1,589,184 |
12 август 24 г. |
05:10 |
x86 |
|
Microsoft.sqlserver.configuration.scoextension.resources.dll |
15.0.4390.2 |
52,264 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.setupextension.resources.dll |
15.0.4390.2 |
313,408 |
12 август 24 г. |
05:26 |
x86 |
|
Microsoft.sqlserver.configuration.slpextension.resources.dll |
15.0.4390.2 |
21,544 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.smartsetupextension.resources.dll |
15.0.4390.2 |
34,360 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.smpy_configextension.resources.dll |
15.0.4390.2 |
16,336 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.smr_configextension.resources.dll |
15.0.4390.2 |
16,440 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.sniserverconfigext.resources.dll |
2019.150.4390.2 |
21,032 |
12 август 24 г. |
05:29 |
x86 |
|
Microsoft.sqlserver.configuration.sqlbrowserextension.resources.dll |
15.0.4390.2 |
37,824 |
12 август 24 г. |
05:31 |
x86 |
|
Microsoft.sqlserver.configuration.sqlconfigbase.resources.dll |
15.0.4390.2 |
18,472 |
12 август 24 г. |
05:26 |
x86 |
|
Microsoft.sqlserver.configuration.sqlserver_configextension.resources.dll |
2019.150.4390.2 |
156,624 |
12 август 24 г. |
05:30 |
x86 |
|
Microsoft.sqlserver.configuration.ssisextension.resources.dll |
15.0.4390.2 |
21,544 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.uiextension.resources.dll |
15.0.4390.2 |
21,544 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.utilityextension.resources.dll |
15.0.4390.2 |
16,424 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.wizardframework.resources.dll |
15.0.4390.2 |
56,784 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.xtp.configextension.resources.dll |
15.0.4390.2 |
15,808 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.connectioninfo.resources.dll |
15.0.18185.0 |
20,952 |
12 август 24 г. |
05:56 |
x86 |
|
Microsoft.sqlserver.deployment.resources.dll |
15.0.4390.2 |
15,416 |
12 август 24 г. |
05:05 |
x86 |
|
Microsoft.sqlserver.discovery.resources.dll |
15.0.4390.2 |
94,760 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.dmf.common.resources.dll |
15.0.18185.0 |
18,904 |
12 август 24 г. |
05:56 |
x86 |
|
Microsoft.sqlserver.dmf.resources.dll |
15.0.18185.0 |
32,176 |
12 август 24 г. |
05:56 |
x86 |
|
Microsoft.sqlserver.management.controls.resources.dll |
15.0.16146.0 |
85,728 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.management.sdk.sfc.resources.dll |
15.0.18185.0 |
154,560 |
12 август 24 г. |
05:56 |
x86 |
|
Microsoft.sqlserver.setup.chainer.workflow.resources.dll |
15.0.4390.2 |
27,176 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.smo.resources.dll |
15.0.18185.0 |
857,536 |
12 август 24 г. |
05:56 |
x86 |
|
Microsoft.sqlserver.sqlenum.resources.dll |
15.0.18185.0 |
910,784 |
12 август 24 г. |
05:56 |
x86 |
|
Landingpage.resources.dll |
15.0.4390.2 |
76,344 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.netenterpriseservers.exceptionmessagebox.resources.dll |
15.0.4390.2 |
73,280 |
12 август 24 г. |
05:05 |
x86 |
|
Microsoft.sql.chainer.package.resources.dll |
15.0.4390.2 |
22,592 |
12 август 24 г. |
05:05 |
x86 |
|
Microsoft.sql.chainer.product.resources.dll |
15.0.4390.2 |
405,568 |
12 август 24 г. |
05:05 |
x86 |
|
Microsoft.sqlserver.chainer.extensioncommon.resources.dll |
15.0.4390.2 |
37,928 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.chainer.infrastructure.resources.dll |
15.0.4390.2 |
47,672 |
12 август 24 г. |
05:08 |
x86 |
|
Microsoft.sqlserver.chainer.setup.resources.dll |
15.0.4390.2 |
18,880 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.agentextension.resources.dll |
15.0.4390.2 |
34,256 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.asextension.resources.dll |
15.0.4390.2 |
77,352 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.bootstrapextension.resources.dll |
15.0.4390.2 |
29,632 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.cluster.resources.dll |
15.0.4390.2 |
191,440 |
12 август 24 г. |
05:30 |
x86 |
|
Microsoft.sqlserver.configuration.configextension.resources.dll |
15.0.4390.2 |
20,432 |
12 август 24 г. |
05:26 |
x86 |
|
Microsoft.sqlserver.configuration.distributedreplayextension.resources.dll |
15.0.4390.2 |
23,080 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.extensibility_configextension.resources.dll |
15.0.4390.2 |
23,592 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.fulltext_configextension.resources.dll |
15.0.4390.2 |
22,072 |
12 август 24 г. |
05:32 |
x86 |
|
Microsoft.sqlserver.configuration.impy_configextension.resources.dll |
15.0.4390.2 |
16,440 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.imr_configextension.resources.dll |
15.0.4390.2 |
16,424 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.installwizard.resources.dll |
15.0.4390.2 |
1,159,208 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.installwizardframework.resources.dll |
15.0.4390.2 |
17,448 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.ismasterextension.resources.dll |
15.0.4390.2 |
22,096 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.isworkerextension.resources.dll |
15.0.4390.2 |
20,944 |
12 август 24 г. |
05:28 |
x86 |
|
Microsoft.sqlserver.configuration.managementtoolsextension.resources.dll |
15.0.4390.2 |
21,032 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.msiextension.resources.dll |
15.0.4390.2 |
84,536 |
12 август 24 г. |
05:26 |
x86 |
|
Microsoft.sqlserver.configuration.polybaseconfigextension.resources.dll |
15.0.4390.2 |
45,504 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.polybasejavaconfigextension.resources.dll |
15.0.4390.2 |
25,128 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.powershellextension.resources.dll |
15.0.4390.2 |
21,440 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.repl_configextension.resources.dll |
15.0.4390.2 |
17,448 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.resources.dll |
15.0.4390.2 |
76,328 |
12 август 24 г. |
05:26 |
x86 |
|
Microsoft.sqlserver.configuration.rsextension.resources.dll |
15.0.4390.2 |
75,304 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.rulesengineextension.resources.dll |
15.0.4390.2 |
34,240 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.saa_configextension.resources.dll |
15.0.4390.2 |
16,320 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.sco.resources.dll |
15.0.4390.2 |
2,129,344 |
12 август 24 г. |
05:10 |
x86 |
|
Microsoft.sqlserver.configuration.scoextension.resources.dll |
15.0.4390.2 |
60,456 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.setupextension.resources.dll |
15.0.4390.2 |
363,456 |
12 август 24 г. |
05:26 |
x86 |
|
Microsoft.sqlserver.configuration.slpextension.resources.dll |
15.0.4390.2 |
22,568 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.smartsetupextension.resources.dll |
15.0.4390.2 |
42,432 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.smpy_configextension.resources.dll |
15.0.4390.2 |
16,424 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.smr_configextension.resources.dll |
15.0.4390.2 |
16,424 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.sniserverconfigext.resources.dll |
2019.150.4390.2 |
23,080 |
12 август 24 г. |
05:29 |
x86 |
|
Microsoft.sqlserver.configuration.sqlbrowserextension.resources.dll |
15.0.4390.2 |
44,600 |
12 август 24 г. |
05:31 |
x86 |
|
Microsoft.sqlserver.configuration.sqlconfigbase.resources.dll |
15.0.4390.2 |
19,904 |
12 август 24 г. |
05:26 |
x86 |
|
Microsoft.sqlserver.configuration.sqlserver_configextension.resources.dll |
2019.150.4390.2 |
175,680 |
12 август 24 г. |
05:30 |
x86 |
|
Microsoft.sqlserver.configuration.ssisextension.resources.dll |
15.0.4390.2 |
22,592 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.uiextension.resources.dll |
15.0.4390.2 |
23,632 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.utilityextension.resources.dll |
15.0.4390.2 |
16,936 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.wizardframework.resources.dll |
15.0.4390.2 |
57,792 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.xtp.configextension.resources.dll |
15.0.4390.2 |
16,312 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.connectioninfo.resources.dll |
15.0.18185.0 |
23,512 |
12 август 24 г. |
05:56 |
x86 |
|
Microsoft.sqlserver.deployment.resources.dll |
15.0.4390.2 |
15,440 |
12 август 24 г. |
05:05 |
x86 |
|
Microsoft.sqlserver.discovery.resources.dll |
15.0.4390.2 |
94,760 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.dmf.common.resources.dll |
15.0.18185.0 |
20,440 |
12 август 24 г. |
05:56 |
x86 |
|
Microsoft.sqlserver.dmf.resources.dll |
15.0.18185.0 |
39,384 |
12 август 24 г. |
05:56 |
x86 |
|
Microsoft.sqlserver.management.controls.resources.dll |
15.0.16146.0 |
85,728 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.management.sdk.sfc.resources.dll |
15.0.18185.0 |
160,728 |
12 август 24 г. |
05:56 |
x86 |
|
Microsoft.sqlserver.setup.chainer.workflow.resources.dll |
15.0.4390.2 |
29,736 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.smo.resources.dll |
15.0.18185.0 |
1,111,512 |
12 август 24 г. |
05:56 |
x86 |
|
Microsoft.sqlserver.sqlenum.resources.dll |
15.0.18185.0 |
914,392 |
12 август 24 г. |
05:56 |
x86 |
|
Conn_info.msp |
Неприложимо |
118,784 |
12 август 24 г. |
06:53 |
Неприложимо |
|
Masterdataservices.msi |
Неприложимо |
26,427,392 |
12 август 24 г. |
06:53 |
Неприложимо |
|
Msmpisetup.exe |
10.1.12498.17 |
7,879,080 |
12 август 24 г. |
05:07 |
x86 |
|
Rsfx.msi |
Неприложимо |
2,617,344 |
12 август 24 г. |
06:53 |
Неприложимо |
|
Smo.msp |
Неприложимо |
1,658,880 |
12 август 24 г. |
06:53 |
Неприложимо |
|
Smo_extensions.msp |
Неприложимо |
585,728 |
12 август 24 г. |
06:53 |
Неприложимо |
|
Sql_as.msp |
Неприложимо |
127,700,992 |
12 август 24 г. |
06:53 |
Неприложимо |
|
Sql_azul_java.msp |
Неприложимо |
169,697,280 |
12 август 24 г. |
06:53 |
Неприложимо |
|
Sql_batchparser.msp |
Неприложимо |
200,704 |
12 август 24 г. |
06:53 |
Неприложимо |
|
Sql_common_core.msp |
Неприложимо |
2,666,496 |
12 август 24 г. |
06:53 |
Неприложимо |
|
Sql_dmf.msp |
Неприложимо |
176,128 |
12 август 24 г. |
06:53 |
Неприложимо |
|
Sql_dq_common.msp |
Неприложимо |
1,073,152 |
12 август 24 г. |
06:53 |
Неприложимо |
|
Sql_dreplay_client.msp |
Неприложимо |
507,904 |
12 август 24 г. |
06:53 |
Неприложимо |
|
Sql_dreplay_controller.msp |
Неприложимо |
466,944 |
12 август 24 г. |
06:53 |
Неприложимо |
|
Sql_engine_core_inst.msp |
Неприложимо |
93,360,128 |
12 август 24 г. |
06:53 |
Неприложимо |
|
Sql_engine_core_shared.msp |
Неприложимо |
16,347,136 |
12 август 24 г. |
06:53 |
Неприложимо |
|
Sql_extensibility.msp |
Неприложимо |
1,368,064 |
12 август 24 г. |
06:53 |
Неприложимо |
|
Sql_fulltext.msp |
Неприложимо |
409,600 |
12 август 24 г. |
06:53 |
Неприложимо |
|
Sql_inst_mpy.msp |
Неприложимо |
49,152 |
12 август 24 г. |
06:53 |
Неприложимо |
|
Sql_inst_mr.msp |
Неприложимо |
49,152 |
12 август 24 г. |
06:53 |
Неприложимо |
|
Sql_is.msp |
Неприложимо |
25,010,176 |
12 август 24 г. |
06:53 |
Неприложимо |
|
Sql_is_worker.msp |
Неприложимо |
98,304 |
12 август 24 г. |
06:53 |
Неприложимо |
|
Sql_polybase_core_inst.msp |
Неприложимо |
115,556,352 |
12 август 24 г. |
06:25 |
Неприложимо |
|
Sql_polybase_java_inst.msp |
Неприложимо |
213,835,776 |
12 август 24 г. |
06:36 |
Неприложимо |
|
Sql_shared_aa.msp |
Неприложимо |
49,152 |
12 август 24 г. |
06:53 |
Неприложимо |
|
Sql_shared_mpy.msp |
Неприложимо |
49,152 |
12 август 24 г. |
06:53 |
Неприложимо |
|
Sql_shared_mr.msp |
Неприложимо |
49,152 |
12 август 24 г. |
06:53 |
Неприложимо |
|
Sql_tools_extensions.msp |
Неприложимо |
13,393,920 |
12 август 24 г. |
06:53 |
Неприложимо |
|
Sql_xevent.msp |
Неприложимо |
262,144 |
12 август 24 г. |
06:53 |
Неприложимо |
|
Microsoft.sqlserver.management.controls.resources.dll |
15.0.16146.0 |
85,728 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.management.controls.resources.dll |
15.0.16146.0 |
85,728 |
12 август 24 г. |
06:53 |
x86 |
|
Landingpage.resources.dll |
15.0.4390.2 |
69,176 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.netenterpriseservers.exceptionmessagebox.resources.dll |
15.0.4390.2 |
71,736 |
12 август 24 г. |
05:05 |
x86 |
|
Microsoft.sql.chainer.package.resources.dll |
15.0.4390.2 |
22,464 |
12 август 24 г. |
05:05 |
x86 |
|
Microsoft.sql.chainer.product.resources.dll |
15.0.4390.2 |
405,544 |
12 август 24 г. |
05:05 |
x86 |
|
Microsoft.sqlserver.chainer.extensioncommon.resources.dll |
15.0.4390.2 |
33,336 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.chainer.infrastructure.resources.dll |
15.0.4390.2 |
38,440 |
12 август 24 г. |
05:08 |
x86 |
|
Microsoft.sqlserver.chainer.setup.resources.dll |
15.0.4390.2 |
16,832 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.agentextension.resources.dll |
15.0.4390.2 |
28,096 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.asextension.resources.dll |
15.0.4390.2 |
63,424 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.bootstrapextension.resources.dll |
15.0.4390.2 |
24,000 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.cluster.resources.dll |
15.0.4390.2 |
149,544 |
12 август 24 г. |
05:30 |
x86 |
|
Microsoft.sqlserver.configuration.configextension.resources.dll |
15.0.4390.2 |
18,000 |
12 август 24 г. |
05:26 |
x86 |
|
Microsoft.sqlserver.configuration.distributedreplayextension.resources.dll |
15.0.4390.2 |
20,944 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.extensibility_configextension.resources.dll |
15.0.4390.2 |
20,520 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.fulltext_configextension.resources.dll |
15.0.4390.2 |
20,024 |
12 август 24 г. |
05:32 |
x86 |
|
Microsoft.sqlserver.configuration.impy_configextension.resources.dll |
15.0.4390.2 |
16,320 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.imr_configextension.resources.dll |
15.0.4390.2 |
16,440 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.installwizard.resources.dll |
15.0.4390.2 |
1,110,976 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.installwizardframework.resources.dll |
15.0.4390.2 |
17,464 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.ismasterextension.resources.dll |
15.0.4390.2 |
20,544 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.isworkerextension.resources.dll |
15.0.4390.2 |
19,392 |
12 август 24 г. |
05:28 |
x86 |
|
Microsoft.sqlserver.configuration.managementtoolsextension.resources.dll |
15.0.4390.2 |
21,032 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.msiextension.resources.dll |
15.0.4390.2 |
69,056 |
12 август 24 г. |
05:26 |
x86 |
|
Microsoft.sqlserver.configuration.polybaseconfigextension.resources.dll |
15.0.4390.2 |
41,512 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.polybasejavaconfigextension.resources.dll |
15.0.4390.2 |
23,592 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.powershellextension.resources.dll |
15.0.4390.2 |
20,944 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.repl_configextension.resources.dll |
15.0.4390.2 |
17,464 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.resources.dll |
15.0.4390.2 |
57,912 |
12 август 24 г. |
05:26 |
x86 |
|
Microsoft.sqlserver.configuration.rsextension.resources.dll |
15.0.4390.2 |
55,864 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.rulesengineextension.resources.dll |
15.0.4390.2 |
31,184 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.saa_configextension.resources.dll |
15.0.4390.2 |
16,336 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.sco.resources.dll |
15.0.4390.2 |
1,342,504 |
12 август 24 г. |
05:10 |
x86 |
|
Microsoft.sqlserver.configuration.scoextension.resources.dll |
15.0.4390.2 |
50,216 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.setupextension.resources.dll |
15.0.4390.2 |
294,352 |
12 август 24 г. |
05:26 |
x86 |
|
Microsoft.sqlserver.configuration.slpextension.resources.dll |
15.0.4390.2 |
21,584 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.smartsetupextension.resources.dll |
15.0.4390.2 |
31,784 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.smpy_configextension.resources.dll |
15.0.4390.2 |
16,424 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.smr_configextension.resources.dll |
15.0.4390.2 |
16,424 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.sniserverconfigext.resources.dll |
2019.150.4390.2 |
20,520 |
12 август 24 г. |
05:29 |
x86 |
|
Microsoft.sqlserver.configuration.sqlbrowserextension.resources.dll |
15.0.4390.2 |
35,880 |
12 август 24 г. |
05:31 |
x86 |
|
Microsoft.sqlserver.configuration.sqlconfigbase.resources.dll |
15.0.4390.2 |
17,984 |
12 август 24 г. |
05:26 |
x86 |
|
Microsoft.sqlserver.configuration.sqlserver_configextension.resources.dll |
2019.150.4390.2 |
147,904 |
12 август 24 г. |
05:30 |
x86 |
|
Microsoft.sqlserver.configuration.ssisextension.resources.dll |
15.0.4390.2 |
21,440 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.uiextension.resources.dll |
15.0.4390.2 |
21,056 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.utilityextension.resources.dll |
15.0.4390.2 |
16,448 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.wizardframework.resources.dll |
15.0.4390.2 |
56,912 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.xtp.configextension.resources.dll |
15.0.4390.2 |
15,912 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.connectioninfo.resources.dll |
15.0.18185.0 |
19,376 |
12 август 24 г. |
05:56 |
x86 |
|
Microsoft.sqlserver.deployment.resources.dll |
15.0.4390.2 |
15,296 |
12 август 24 г. |
05:05 |
x86 |
|
Microsoft.sqlserver.discovery.resources.dll |
15.0.4390.2 |
94,656 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.dmf.common.resources.dll |
15.0.18185.0 |
18,392 |
12 август 24 г. |
05:56 |
x86 |
|
Microsoft.sqlserver.dmf.resources.dll |
15.0.18185.0 |
30,680 |
12 август 24 г. |
05:56 |
x86 |
|
Microsoft.sqlserver.management.sdk.sfc.resources.dll |
15.0.18185.0 |
152,536 |
12 август 24 г. |
05:56 |
x86 |
|
Microsoft.sqlserver.setup.chainer.workflow.resources.dll |
15.0.4390.2 |
26,664 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.smo.resources.dll |
15.0.18185.0 |
759,256 |
12 август 24 г. |
05:56 |
x86 |
|
Microsoft.sqlserver.sqlenum.resources.dll |
15.0.18185.0 |
908,208 |
12 август 24 г. |
05:56 |
x86 |
|
Landingpage.resources.dll |
15.0.4390.2 |
70,184 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.netenterpriseservers.exceptionmessagebox.resources.dll |
15.0.4390.2 |
71,736 |
12 август 24 г. |
05:05 |
x86 |
|
Microsoft.sql.chainer.package.resources.dll |
15.0.4390.2 |
22,584 |
12 август 24 г. |
05:05 |
x86 |
|
Microsoft.sql.chainer.product.resources.dll |
15.0.4390.2 |
405,584 |
12 август 24 г. |
05:05 |
x86 |
|
Microsoft.sqlserver.chainer.extensioncommon.resources.dll |
15.0.4390.2 |
33,848 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.chainer.infrastructure.resources.dll |
15.0.4390.2 |
37,928 |
12 август 24 г. |
05:08 |
x86 |
|
Microsoft.sqlserver.chainer.setup.resources.dll |
15.0.4390.2 |
16,832 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.agentextension.resources.dll |
15.0.4390.2 |
28,200 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.asextension.resources.dll |
15.0.4390.2 |
63,936 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.bootstrapextension.resources.dll |
15.0.4390.2 |
24,120 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.cluster.resources.dll |
15.0.4390.2 |
149,952 |
12 август 24 г. |
05:30 |
x86 |
|
Microsoft.sqlserver.configuration.configextension.resources.dll |
15.0.4390.2 |
17,960 |
12 август 24 г. |
05:26 |
x86 |
|
Microsoft.sqlserver.configuration.distributedreplayextension.resources.dll |
15.0.4390.2 |
20,944 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.extensibility_configextension.resources.dll |
15.0.4390.2 |
20,536 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.fulltext_configextension.resources.dll |
15.0.4390.2 |
20,032 |
12 август 24 г. |
05:32 |
x86 |
|
Microsoft.sqlserver.configuration.impy_configextension.resources.dll |
15.0.4390.2 |
16,440 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.imr_configextension.resources.dll |
15.0.4390.2 |
16,424 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.installwizard.resources.dll |
15.0.4390.2 |
1,112,656 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.installwizardframework.resources.dll |
15.0.4390.2 |
17,344 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.ismasterextension.resources.dll |
15.0.4390.2 |
20,416 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.isworkerextension.resources.dll |
15.0.4390.2 |
19,408 |
12 август 24 г. |
05:28 |
x86 |
|
Microsoft.sqlserver.configuration.managementtoolsextension.resources.dll |
15.0.4390.2 |
21,032 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.msiextension.resources.dll |
15.0.4390.2 |
69,688 |
12 август 24 г. |
05:26 |
x86 |
|
Microsoft.sqlserver.configuration.polybaseconfigextension.resources.dll |
15.0.4390.2 |
41,512 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.polybasejavaconfigextension.resources.dll |
15.0.4390.2 |
23,632 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.powershellextension.resources.dll |
15.0.4390.2 |
20,944 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.repl_configextension.resources.dll |
15.0.4390.2 |
17,448 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.resources.dll |
15.0.4390.2 |
57,896 |
12 август 24 г. |
05:26 |
x86 |
|
Microsoft.sqlserver.configuration.rsextension.resources.dll |
15.0.4390.2 |
55,848 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.rulesengineextension.resources.dll |
15.0.4390.2 |
31,288 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.saa_configextension.resources.dll |
15.0.4390.2 |
16,448 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.sco.resources.dll |
15.0.4390.2 |
1,331,768 |
12 август 24 г. |
05:10 |
x86 |
|
Microsoft.sqlserver.configuration.scoextension.resources.dll |
15.0.4390.2 |
49,704 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.setupextension.resources.dll |
15.0.4390.2 |
295,480 |
12 август 24 г. |
05:26 |
x86 |
|
Microsoft.sqlserver.configuration.slpextension.resources.dll |
15.0.4390.2 |
21,440 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.smartsetupextension.resources.dll |
15.0.4390.2 |
31,784 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.smpy_configextension.resources.dll |
15.0.4390.2 |
16,424 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.smr_configextension.resources.dll |
15.0.4390.2 |
16,440 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.sniserverconfigext.resources.dll |
2019.150.4390.2 |
20,432 |
12 август 24 г. |
05:29 |
x86 |
|
Microsoft.sqlserver.configuration.sqlbrowserextension.resources.dll |
15.0.4390.2 |
35,896 |
12 август 24 г. |
05:31 |
x86 |
|
Microsoft.sqlserver.configuration.sqlconfigbase.resources.dll |
15.0.4390.2 |
17,960 |
12 август 24 г. |
05:26 |
x86 |
|
Microsoft.sqlserver.configuration.sqlserver_configextension.resources.dll |
2019.150.4390.2 |
148,416 |
12 август 24 г. |
05:30 |
x86 |
|
Microsoft.sqlserver.configuration.ssisextension.resources.dll |
15.0.4390.2 |
21,568 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.uiextension.resources.dll |
15.0.4390.2 |
21,032 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.utilityextension.resources.dll |
15.0.4390.2 |
16,440 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.wizardframework.resources.dll |
15.0.4390.2 |
56,872 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.configuration.xtp.configextension.resources.dll |
15.0.4390.2 |
15,912 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.connectioninfo.resources.dll |
15.0.18185.0 |
20,440 |
12 август 24 г. |
05:56 |
x86 |
|
Microsoft.sqlserver.deployment.resources.dll |
15.0.4390.2 |
15,296 |
12 август 24 г. |
05:05 |
x86 |
|
Microsoft.sqlserver.discovery.resources.dll |
15.0.4390.2 |
94,288 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.dmf.common.resources.dll |
15.0.18185.0 |
18,392 |
12 август 24 г. |
05:56 |
x86 |
|
Microsoft.sqlserver.dmf.resources.dll |
15.0.18185.0 |
30,680 |
12 август 24 г. |
05:56 |
x86 |
|
Microsoft.sqlserver.management.sdk.sfc.resources.dll |
15.0.18185.0 |
152,512 |
12 август 24 г. |
05:56 |
x86 |
|
Microsoft.sqlserver.setup.chainer.workflow.resources.dll |
15.0.4390.2 |
26,560 |
12 август 24 г. |
06:53 |
x86 |
|
Microsoft.sqlserver.smo.resources.dll |
15.0.18185.0 |
766,912 |
12 август 24 г. |
05:56 |
x86 |
|
Microsoft.sqlserver.sqlenum.resources.dll |
15.0.18185.0 |
909,760 |
12 август 24 г. |
05:56 |
x86 |
Информация за защита и защита
Защитете се онлайн: Защита в Windows поддръжка
Научете как предпазваме от кибер заплахи: Защита на Microsoft