Özet
Microsoft SQL Server 'da, etkilenen bir sistemde uzaktan kod yürütülmesine olanak sağlayan bir arabellek taşması güvenlik açığı bulunmaktadır. Bu güvenlik açığından başarıyla yararlanan bir saldırgan, SQL Server veritabanı altyapısı hizmet hesabının bağlamında kod yürütebilir. Güvenlik açığı hakkında daha fazla bilgi edinmek için CVE-2018-8273adresine gidin.
ÖNEMLİ
Sorgu deposu KULLANıYORSANıZ ve sql Server 2017 toplu güncelleştirme 2 (CU2) Ile doğrudan sql Server 2017 toplu güncelleştirme 2 () Daha önce SQL Server 2017 toplu güncelleştirme 3 (CU3) veya daha sonraki bir SQL Server 2017 toplu güncelleştirmesi yüklediyseniz bu komut dosyasının yürütülmesi gerekmez.
SET NOCOUNT ON;
DROP TABLE IF EXISTS #tmpUserDBs;
SELECT [database_id], 0 AS [IsDone]
INTO #tmpUserDBs
FROM master.sys.databases
WHERE [database_id] > 4
AND [state] = 0 -- must be ONLINE
AND is_read_only = 0 -- cannot be READ_ONLY
AND [database_id] NOT IN (SELECT dr.database_id FROM sys.dm_hadr_database_replica_states dr -- Except all local Always On secondary replicas
INNER JOIN sys.dm_hadr_availability_replica_states rs ON dr.group_id = rs.group_id
INNER JOIN sys.databases d ON dr.database_id = d.database_id
WHERE rs.role = 2 -- Is Secondary
AND dr.is_local = 1
AND rs.is_local = 1)
DECLARE @userDB sysname;
WHILE (SELECT COUNT([database_id]) FROM #tmpUserDBs WHERE [IsDone] = 0) > 0
BEGIN
SELECT TOP 1 @userDB = DB_NAME([database_id]) FROM #tmpUserDBs WHERE [IsDone] = 0
-- PRINT 'Working on database ' + @userDB
EXEC ('USE [' + @userDB + '];
DECLARE @clearPlan bigint, @clearQry bigint;
IF EXISTS (SELECT [actual_state] FROM sys.database_query_store_options WHERE [actual_state] IN (1,2))
BEGIN
IF EXISTS (SELECT plan_id FROM sys.query_store_plan WHERE engine_version = ''14.0.3008.27'')
BEGIN
DROP TABLE IF EXISTS #tmpclearPlans;
SELECT plan_id, query_id, 0 AS [IsDone]
INTO #tmpclearPlans
FROM sys.query_store_plan WHERE engine_version = ''14.0.3008.27''
WHILE (SELECT COUNT(plan_id) FROM #tmpclearPlans WHERE [IsDone] = 0) > 0
BEGIN
SELECT TOP 1 @clearPlan = plan_id, @clearQry = query_id FROM #tmpclearPlans WHERE [IsDone] = 0
EXECUTE sys.sp_query_store_unforce_plan @clearQry, @clearPlan;
EXECUTE sys.sp_query_store_remove_plan @clearPlan;
UPDATE #tmpclearPlans
SET [IsDone] = 1
WHERE plan_id = @clearPlan AND query_id = @clearQry
END;
PRINT ''- Cleared possibly affected plans in database [' + @userDB + ']''
END
ELSE
BEGIN
PRINT ''- No affected plans in database [' + @userDB + ']''
END
END
ELSE
BEGIN
PRINT ''- Query Store not enabled in database [' + @userDB + ']''
END')
UPDATE #tmpUserDBs
SET [IsDone] = 1
WHERE [database_id] = DB_ID(@userDB)
END
Güncelleştirmeyi edinme ve yükleme
Yöntem 1: Windows Update
Bu güncelleştirme Windows Update aracılığıyla sağlanır. Otomatik güncelleştirmeyi açtığınızda, bu güncelleştirme otomatik olarak indirilir ve yüklenir. Otomatik güncelleştirmeyi açma hakkında daha fazla bilgi için Windows Update: SSSbölümüne bakın.
Yöntem 2: Microsoft Update Kataloğu
Bu güncelleştirmenin tek başına paketini edinmek için, Microsoft Update Catalog Web sitesine gidin.
Yöntem 3: Microsoft Indirme Merkezi
Aşağıdaki dosya Microsoft Yükleme Merkezi'nden yüklenebilir:
Paketi şimdi indirin Yayınlanma tarihi: 14 Ağustos 2018
Microsoft destek dosyalarını indirme hakkında daha fazla bilgi için, Microsoft Bilgi Bankası 'ndaki makaleye gitmek üzere aşağıdaki makale numarasını tıklatın:
Microsoft destek dosyaları çevrimiçi hizmetlerden nasıl edinilir?
Microsoft, dosyanın gönderildiği tarihte sağlanan en güncel virüs algılama yazılımını kullanarak virüs taraması yapmıştır. Dosya, herhangi bir yetkisiz değişikliğin engellenmesine yardımcı olan güvenliği geliştirilmiş sunucularda depolanır.
Yöntem 4: Linux platformları ve kapsayıcılarında SQL Server 2017 Için
-
Bu güncelleştirmeyi Linux Işletim sistemlerine veya Docker kapsayıcılarına edinme ve yükleme hakkında bilgi için bkz:
ÖnemliBu güncelleştirmeyi yükledikten sonra bir dil paketi yüklerseniz, bu güncelleştirmeyi yeniden yüklemelisiniz. Bu nedenle, bu güncelleştirmeyi yüklemeden önce ihtiyacınız olan dil paketlerini yüklemenizi öneririz. Daha fazla bilgi için bkz .
Dağıtım bilgileri
Bu güvenlik güncelleştirmesinin dağıtım ayrıntıları için, Microsoft Bilgi Bankası 'nda aşağıdaki makaleye gidin:
Güvenlik güncelleştirmesi dağıtım bilgileri: 14 Ağustos 2018
Ek Bilgi
Dosya bilgileriBu yazılım güncelleştirmesinin İngilizce (ABD) sürümü, aşağıdaki tablolarda listelenen özniteliklere sahip dosyaları yükler. Bu dosyaların tarihleri ve saatleri Eşgüdümlü Evrensel Saat (UTC) olarak listelenir. Yerel bilgisayarınızdaki bu dosyaların tarihleri ve saatleri, yerel saatlerinde geçerli günışığından yararlanma saatine (DST) birlikte görüntülenir. Ayrıca, dosyalardaki belirli işlemleri gerçekleştirdiğinizde tarih ve saatler değişebilir.
Bu güvenlik güncelleştirmesi için yardım ve destek alma
Güncelleştirmeleri yükleme yardımı: Windows Update: SSS
BT uzmanları için güvenlik çözümleri: TechNet Güvenlik desteği ve sorun giderme
Windows tabanlı bilgisayarınızı virüslerden ve kötü amaçlı yazılımlardan koruma yardımı: Microsoft güvenli
Ülkenizde uygun olarak yerel destek: Uluslararası destek
Dosya bilgileri
Dosya karması bilgileri
Dosya adı |
SHA1 karma |
SHA256 karması |
---|---|---|
SQLServer2017-KB4293805-x64.exe |
9DB3528A3626A00BC125EFF7D774E0F270DCD8B9 |
F5080D5F032BA315599358802C45184037C480F76542CC382017C9329BC6F1A7 |
Tüm desteklenen x64 tabanlı sürümler için
Dosya adı |
Dosya sürümü |
Dosya boyutu |
Tarih |
Saat |
Platform |
Setup.exe |
2017.140.3035.2 |
119.976 |
07-Jul-2018 |
08:25 |
x64 |
Setup.exe.config |
Uygulanamaz |
344 |
19-Aug-2017 |
03:41 |
Uygulanamaz |
Sqlsetupbootstrapper.dll |
2017.140.3035.2 |
273.064 |
07-Jul-2018 |
08:18 |
x64 |
_sfx_manifest_ |
Uygulanamaz |
90 |
07-Jul-2018 |
17:16 |
Uygulanamaz |
Finish.rtf |
Uygulanamaz |
40.427 |
05-Aug-2017 |
08:54 |
Uygulanamaz |
Pythonlicense.rtf |
Uygulanamaz |
46.752 |
21-Apr-2018 |
07:02 |
Uygulanamaz |
Ropenlicense.rtf |
Uygulanamaz |
37.940 |
21-Apr-2018 |
07:02 |
Uygulanamaz |
Update_license.rtf |
Uygulanamaz |
124.685 |
21-Apr-2018 |
07:23 |
Uygulanamaz |
Finish.rtf |
Uygulanamaz |
40.425 |
05-Aug-2017 |
08:54 |
Uygulanamaz |
Pythonlicense.rtf |
Uygulanamaz |
40.160 |
21-Apr-2018 |
06:59 |
Uygulanamaz |
Ropenlicense.rtf |
Uygulanamaz |
33.216 |
21-Apr-2018 |
06:59 |
Uygulanamaz |
Update_license.rtf |
Uygulanamaz |
123.965 |
21-Apr-2018 |
07:18 |
Uygulanamaz |
Mediainfo.xml |
Uygulanamaz |
1.110 |
07-Jul-2018 |
15:59 |
Uygulanamaz |
Finish.rtf |
Uygulanamaz |
38.372 |
05-Aug-2017 |
08:50 |
Uygulanamaz |
Pythonlicense.rtf |
Uygulanamaz |
41.140 |
21-Apr-2018 |
07:06 |
Uygulanamaz |
Ropenlicense.rtf |
Uygulanamaz |
911 |
21-Apr-2018 |
07:06 |
Uygulanamaz |
Update_license.rtf |
Uygulanamaz |
64.233 |
21-Apr-2018 |
07:06 |
Uygulanamaz |
Masterdataservicesloc.msi |
Uygulanamaz |
8.822.784 |
07-Jul-2018 |
16:16 |
Uygulanamaz |
Sqlbrowser.msp |
Uygulanamaz |
5.140.480 |
07-Jul-2018 |
16:19 |
Uygulanamaz |
Sqlsupport.msi |
Uygulanamaz |
19.881.984 |
07-Jul-2018 |
16:16 |
Uygulanamaz |
Msodbcsql.msi |
Uygulanamaz |
4.296.704 |
07-Jul-2018 |
16:16 |
Uygulanamaz |
Sqllocaldb.msi |
Uygulanamaz |
47.673.344 |
07-Jul-2018 |
16:16 |
Uygulanamaz |
Sqlwriter.msp |
Uygulanamaz |
2.228.224 |
07-Jul-2018 |
16:19 |
Uygulanamaz |
Tsqllanguageservice.msi |
Uygulanamaz |
3.366.912 |
07-Jul-2018 |
16:16 |
Uygulanamaz |
Finish.rtf |
Uygulanamaz |
40.429 |
05-Aug-2017 |
08:54 |
Uygulanamaz |
Pythonlicense.rtf |
Uygulanamaz |
39.752 |
21-Apr-2018 |
07:03 |
Uygulanamaz |
Ropenlicense.rtf |
Uygulanamaz |
33.582 |
21-Apr-2018 |
07:03 |
Uygulanamaz |
Update_license.rtf |
Uygulanamaz |
123.629 |
21-Apr-2018 |
07:24 |
Uygulanamaz |
Finish.rtf |
Uygulanamaz |
40.427 |
05-Aug-2017 |
08:54 |
Uygulanamaz |
Pythonlicense.rtf |
Uygulanamaz |
39.317 |
21-Apr-2018 |
07:04 |
Uygulanamaz |
Ropenlicense.rtf |
Uygulanamaz |
33.141 |
21-Apr-2018 |
07:04 |
Uygulanamaz |
Update_license.rtf |
Uygulanamaz |
123.682 |
21-Apr-2018 |
07:26 |
Uygulanamaz |
Finish.rtf |
Uygulanamaz |
40.425 |
05-Aug-2017 |
08:54 |
Uygulanamaz |
Pythonlicense.rtf |
Uygulanamaz |
49.214 |
21-Apr-2018 |
07:00 |
Uygulanamaz |
Ropenlicense.rtf |
Uygulanamaz |
37.434 |
21-Apr-2018 |
07:00 |
Uygulanamaz |
Update_license.rtf |
Uygulanamaz |
128.775 |
21-Apr-2018 |
07:20 |
Uygulanamaz |
Finish.rtf |
Uygulanamaz |
40.425 |
05-Aug-2017 |
08:54 |
Uygulanamaz |
Pythonlicense.rtf |
Uygulanamaz |
54.442 |
21-Apr-2018 |
07:01 |
Uygulanamaz |
Ropenlicense.rtf |
Uygulanamaz |
47.219 |
21-Apr-2018 |
07:01 |
Uygulanamaz |
Update_license.rtf |
Uygulanamaz |
146.899 |
21-Apr-2018 |
07:22 |
Uygulanamaz |
Finish.rtf |
Uygulanamaz |
40.423 |
05-Aug-2017 |
08:54 |
Uygulanamaz |
Pythonlicense.rtf |
Uygulanamaz |
39.810 |
21-Apr-2018 |
06:59 |
Uygulanamaz |
Ropenlicense.rtf |
Uygulanamaz |
33.584 |
21-Apr-2018 |
06:59 |
Uygulanamaz |
Update_license.rtf |
Uygulanamaz |
124.124 |
21-Apr-2018 |
07:18 |
Uygulanamaz |
Finish.rtf |
Uygulanamaz |
40.423 |
05-Aug-2017 |
08:54 |
Uygulanamaz |
Pythonlicense.rtf |
Uygulanamaz |
42.842 |
21-Apr-2018 |
07:04 |
Uygulanamaz |
Ropenlicense.rtf |
Uygulanamaz |
36.232 |
21-Apr-2018 |
07:04 |
Uygulanamaz |
Update_license.rtf |
Uygulanamaz |
126.361 |
21-Apr-2018 |
07:26 |
Uygulanamaz |
Finish.rtf |
Uygulanamaz |
40.427 |
05-Aug-2017 |
08:54 |
Uygulanamaz |
Pythonlicense.rtf |
Uygulanamaz |
45.709 |
21-Apr-2018 |
07:01 |
Uygulanamaz |
Ropenlicense.rtf |
Uygulanamaz |
37.540 |
21-Apr-2018 |
07:01 |
Uygulanamaz |
Update_license.rtf |
Uygulanamaz |
124.998 |
21-Apr-2018 |
07:22 |
Uygulanamaz |
Finish.rtf |
Uygulanamaz |
40.427 |
05-Aug-2017 |
08:54 |
Uygulanamaz |
Pythonlicense.rtf |
Uygulanamaz |
39.623 |
21-Apr-2018 |
07:07 |
Uygulanamaz |
Ropenlicense.rtf |
Uygulanamaz |
33.275 |
21-Apr-2018 |
07:07 |
Uygulanamaz |
Update_license.rtf |
Uygulanamaz |
124.584 |
21-Apr-2018 |
07:32 |
Uygulanamaz |
Setup.rll |
2017.140.3035.2 |
25.256 |
07-Jul-2018 |
08:18 |
Uygulanamaz |
Addnode.xml |
Uygulanamaz |
10.653 |
05-Aug-2017 |
10:44 |
Uygulanamaz |
Completeclusterwizard.xml |
Uygulanamaz |
11.319 |
05-Aug-2017 |
10:44 |
Uygulanamaz |
Completeimagewizard.xml |
Uygulanamaz |
14.731 |
05-Aug-2017 |
10:44 |
Uygulanamaz |
Componentupdate.xml |
Uygulanamaz |
3.061 |
05-Aug-2017 |
10:44 |
Uygulanamaz |
Configuration.uicfg |
Uygulanamaz |
6.927 |
05-Aug-2017 |
10:44 |
Uygulanamaz |
Editionupgradewizard.xml |
Uygulanamaz |
5.673 |
05-Aug-2017 |
10:44 |
Uygulanamaz |
Fixsqlregistrykey_x64.exe |
14.0.1000.169 |
48.312 |
23-Aug-2017 |
07:37 |
x64 |
Fixsqlregistrykey_x64.exe.config |
Uygulanamaz |
344 |
19-Aug-2017 |
03:41 |
Uygulanamaz |
Fixsqlregistrykey_x86.exe |
14.0.1000.169 |
48.824 |
23-Aug-2017 |
07:43 |
x86 |
Fixsqlregistrykey_x86.exe.config |
Uygulanamaz |
344 |
19-Aug-2017 |
03:41 |
Uygulanamaz |
Fusioncheck.dll |
2017.140.3035.2 |
104.096 |
07-Jul-2018 |
08:12 |
x64 |
Installclusterwizard.xml |
Uygulanamaz |
18.002 |
05-Aug-2017 |
10:44 |
Uygulanamaz |
Installwizard.xml |
Uygulanamaz |
19.498 |
05-Aug-2017 |
10:44 |
Uygulanamaz |
Instapi140.dll |
2017.140.3035.2 |
70.816 |
07-Jul-2018 |
08:18 |
x64 |
Landingpage.exe |
14.0.3035.2 |
442.016 |
07-Jul-2018 |
08:34 |
x64 |
Landingpage.exe.config |
Uygulanamaz |
344 |
19-Aug-2017 |
03:41 |
Uygulanamaz |
Microsoft.analysisservices.adomdclient.dll |
14.0.223.1 |
1.088.704 |
22-Jun-2018 |
09:03 |
x86 |
Microsoft.analysisservices.core.dll |
14.0.223.1 |
1.381.544 |
22-Jun-2018 |
09:03 |
x86 |
Microsoft.analysisservices.dll |
14.0.1.439 |
711.864 |
19-Aug-2017 |
00:33 |
x86 |
Microsoft.analysisservices.spclient.interfaces.dll |
14.0.1.439 |
32.952 |
19-Aug-2017 |
00:33 |
x86 |
Microsoft.analysisservices.tabular.dll |
14.0.1.439 |
984.248 |
19-Aug-2017 |
00:33 |
x86 |
Microsoft.analysisservices.tabular.json.dll |
14.0.1.439 |
520.888 |
19-Aug-2017 |
00:33 |
x86 |
Microsoft.diagnostics.tracing.eventsource.dll |
1.1.26.0 |
167.728 |
05-Aug-2017 |
08:50 |
x86 |
Microsoft.netenterpriseservers.exceptionmessagebox.dll |
14.0.1000.169 |
137.904 |
23-Aug-2017 |
06:58 |
x86 |
Microsoft.sql.chainer.package.dll |
14.0.3035.2 |
42.656 |
07-Jul-2018 |
08:11 |
x86 |
Microsoft.sql.chainer.package.xmlserializers.dll |
14.0.3035.2 |
70.816 |
07-Jul-2018 |
08:11 |
x86 |
Microsoft.sql.chainer.packagedata.dll |
14.0.3035.2 |
153.760 |
07-Jul-2018 |
08:15 |
x86 |
Microsoft.sql.chainer.product.dll |
14.0.3035.2 |
375.968 |
07-Jul-2018 |
08:10 |
x86 |
Microsoft.sql.chainer.product.xmlserializers.dll |
14.0.3035.2 |
70.304 |
07-Jul-2018 |
08:10 |
x86 |
Microsoft.sqlserver.chainer.extensioncommon.dll |
14.0.3035.2 |
113.320 |
07-Jul-2018 |
08:42 |
x86 |
Microsoft.sqlserver.chainer.extensioncommon.xmlserializers.dll |
14.0.3035.2 |
85.696 |
07-Jul-2018 |
08:42 |
x86 |
Microsoft.sqlserver.chainer.infrastructure.dll |
14.0.3035.2 |
406.696 |
07-Jul-2018 |
08:25 |
x86 |
Microsoft.sqlserver.chainer.infrastructure.xmlserializers.dll |
14.0.3035.2 |
207.040 |
07-Jul-2018 |
08:25 |
x86 |
Microsoft.sqlserver.chainer.workflowdata.dll |
14.0.3035.2 |
824.488 |
07-Jul-2018 |
08:34 |
x86 |
Microsoft.sqlserver.chainer.workflowdata.xmlserializers.dll |
14.0.3035.2 |
406.184 |
07-Jul-2018 |
08:34 |
x86 |
Microsoft.sqlserver.configuration.agentextension.dll |
14.0.3035.2 |
134.312 |
07-Jul-2018 |
08:55 |
x86 |
Microsoft.sqlserver.configuration.asextension.dll |
14.0.3035.2 |
408.232 |
07-Jul-2018 |
09:02 |
x86 |
Microsoft.sqlserver.configuration.astelemetryextension.dll |
14.0.1000.169 |
72.888 |
23-Aug-2017 |
08:27 |
x64 |
Microsoft.sqlserver.configuration.bootstrapextension.dll |
14.0.3035.2 |
76.968 |
07-Jul-2018 |
08:49 |
x86 |
Microsoft.sqlserver.configuration.bootstrapextension.xmlserializers.dll |
14.0.3035.2 |
31.904 |
07-Jul-2018 |
08:49 |
x86 |
Microsoft.sqlserver.configuration.cluster.dll |
14.0.3035.2 |
704.160 |
07-Jul-2018 |
08:49 |
x86 |
Microsoft.sqlserver.configuration.cluster.xmlserializers.dll |
14.0.3035.2 |
343.200 |
07-Jul-2018 |
08:49 |
x86 |
Microsoft.sqlserver.configuration.configextension.dll |
14.0.3035.2 |
87.208 |
07-Jul-2018 |
08:42 |
x86 |
Microsoft.sqlserver.configuration.configextension.xmlserializers.dll |
14.0.3035.2 |
43.688 |
07-Jul-2018 |
08:42 |
x86 |
Microsoft.sqlserver.configuration.connectioninfo.dll |
14.0.17041.0 |
170.232 |
05-Aug-2017 |
08:50 |
x86 |
Microsoft.sqlserver.configuration.distributedreplayextension.dll |
14.0.1000.169 |
79.032 |
23-Aug-2017 |
08:14 |
x86 |
Microsoft.sqlserver.configuration.dll |
14.0.3035.2 |
278.184 |
07-Jul-2018 |
08:49 |
x86 |
Microsoft.sqlserver.configuration.dmf.common.dll |
14.0.17041.0 |
70.904 |
05-Aug-2017 |
08:50 |
x86 |
Microsoft.sqlserver.configuration.dmf.dll |
14.0.17041.0 |
321.784 |
05-Aug-2017 |
08:50 |
x86 |
Microsoft.sqlserver.configuration.extensibility_configextension.dll |
14.0.3035.2 |
86.688 |
07-Jul-2018 |
09:02 |
x64 |
Microsoft.sqlserver.configuration.fulltext_configextension.dll |
14.0.3035.2 |
81.064 |
07-Jul-2018 |
09:02 |
x64 |
Microsoft.sqlserver.configuration.impy_configextension.dll |
14.0.3035.2 |
41.632 |
07-Jul-2018 |
09:02 |
x64 |
Microsoft.sqlserver.configuration.imr_configextension.dll |
14.0.3035.2 |
41.632 |
07-Jul-2018 |
09:02 |
x64 |
Microsoft.sqlserver.configuration.installwizard.dll |
14.0.3035.2 |
1.793.696 |
07-Jul-2018 |
09:02 |
x86 |
Microsoft.sqlserver.configuration.installwizardframework.dll |
14.0.3035.2 |
76.448 |
07-Jul-2018 |
08:55 |
x86 |
Microsoft.sqlserver.configuration.installwizardframework.xmlserializers.dll |
14.0.3035.2 |
66.720 |
07-Jul-2018 |
08:55 |
x86 |
Microsoft.sqlserver.configuration.ismasterextension.dll |
14.0.3035.2 |
79.008 |
07-Jul-2018 |
08:55 |
x86 |
Microsoft.sqlserver.configuration.istelemetryconfigextension.dll |
14.0.1000.169 |
41.656 |
23-Aug-2017 |
08:21 |
x86 |
Microsoft.sqlserver.configuration.isworkerextension.dll |
14.0.1000.169 |
75.448 |
23-Aug-2017 |
08:14 |
x86 |
Microsoft.sqlserver.configuration.managementtoolsextension.dll |
14.0.3035.2 |
46.240 |
07-Jul-2018 |
09:09 |
x86 |
Microsoft.sqlserver.configuration.mdsconfigextension.dll |
14.0.3035.2 |
28.320 |
07-Jul-2018 |
08:49 |
x86 |
Microsoft.sqlserver.configuration.msiextension.dll |
14.0.3035.2 |
456.872 |
07-Jul-2018 |
08:42 |
x86 |
Microsoft.sqlserver.configuration.msiextension.xmlserializers.dll |
14.0.3035.2 |
197.288 |
07-Jul-2018 |
08:42 |
x86 |
Microsoft.sqlserver.configuration.polybaseconfigextension.dll |
14.0.3035.2 |
184.992 |
07-Jul-2018 |
08:55 |
x86 |
Microsoft.sqlserver.configuration.powershellextension.dll |
14.0.3035.2 |
50.856 |
07-Jul-2018 |
08:55 |
x86 |
Microsoft.sqlserver.configuration.repl_configextension.dll |
14.0.3035.2 |
50.848 |
07-Jul-2018 |
08:55 |
x86 |
Microsoft.sqlserver.configuration.rsextension.dll |
14.0.3035.2 |
380.584 |
07-Jul-2018 |
09:02 |
x86 |
Microsoft.sqlserver.configuration.rulesengineextension.dll |
14.0.3035.2 |
100.520 |
07-Jul-2018 |
08:49 |
x86 |
Microsoft.sqlserver.configuration.rulesengineextension.xmlserializers.dll |
14.0.3035.2 |
44.200 |
07-Jul-2018 |
08:49 |
x86 |
Microsoft.sqlserver.configuration.saa_configextension.dll |
14.0.1000.169 |
35.512 |
23-Aug-2017 |
08:24 |
x64 |
Microsoft.sqlserver.configuration.sco.dll |
14.0.3035.2 |
2.093.216 |
07-Jul-2018 |
08:34 |
x86 |
Microsoft.sqlserver.configuration.sco.xmlserializers.dll |
14.0.3035.2 |
130.720 |
07-Jul-2018 |
08:34 |
x86 |
Microsoft.sqlserver.configuration.scoextension.dll |
14.0.1000.169 |
236.728 |
23-Aug-2017 |
07:37 |
x86 |
Microsoft.sqlserver.configuration.setupextension.dll |
14.0.3035.2 |
1.209.000 |
07-Jul-2018 |
08:55 |
x86 |
Microsoft.sqlserver.configuration.setupextension.xmlserializers.dll |
14.0.3035.2 |
448.160 |
07-Jul-2018 |
08:55 |
x86 |
Microsoft.sqlserver.configuration.sfc.dll |
14.0.17041.0 |
531.192 |
05-Aug-2017 |
08:50 |
x86 |
Microsoft.sqlserver.configuration.slpextension.dll |
14.0.3035.2 |
64.680 |
07-Jul-2018 |
08:55 |
x86 |
Microsoft.sqlserver.configuration.smartsetupextension.dll |
14.0.1000.169 |
232.120 |
23-Aug-2017 |
07:30 |
x86 |
Microsoft.sqlserver.configuration.smartsetupextension.xmlserializers.dll |
14.0.1000.169 |
76.984 |
23-Aug-2017 |
07:30 |
x86 |
Microsoft.sqlserver.configuration.smo.dll |
14.0.17041.0 |
4.181.752 |
05-Aug-2017 |
08:50 |
x86 |
Microsoft.sqlserver.configuration.smpy_configextension.dll |
14.0.3035.2 |
41.632 |
07-Jul-2018 |
09:02 |
x64 |
Microsoft.sqlserver.configuration.smr_configextension.dll |
14.0.3035.2 |
41.152 |
07-Jul-2018 |
09:02 |
x64 |
Microsoft.sqlserver.configuration.sniserverconfigext.dll |
2017.140.3035.2 |
298.664 |
07-Jul-2018 |
08:55 |
x64 |
Microsoft.sqlserver.configuration.sqlbrowserextension.dll |
14.0.3035.2 |
140.960 |
07-Jul-2018 |
09:02 |
x64 |
Microsoft.sqlserver.configuration.sqlconfigbase.dll |
14.0.3035.2 |
71.328 |
07-Jul-2018 |
08:49 |
x86 |
Microsoft.sqlserver.configuration.sqlconfigbase.xmlserializers.dll |
14.0.3035.2 |
34.472 |
07-Jul-2018 |
08:49 |
x86 |
Microsoft.sqlserver.configuration.sqlenum.dll |
14.0.17041.0 |
1.478.904 |
05-Aug-2017 |
08:50 |
x86 |
Microsoft.sqlserver.configuration.sqlserver_configextension.dll |
2017.140.3035.2 |
745.632 |
07-Jul-2018 |
08:55 |
x64 |
Microsoft.sqlserver.configuration.ssisextension.dll |
14.0.3035.2 |
80.552 |
07-Jul-2018 |
08:55 |
x86 |
Microsoft.sqlserver.configuration.sstring.dll |
14.0.1000.169 |
33.464 |
23-Aug-2017 |
06:58 |
x86 |
Microsoft.sqlserver.configuration.telemetryconfigextension.dll |
14.0.1000.169 |
71.864 |
23-Aug-2017 |
08:21 |
x64 |
Microsoft.sqlserver.configuration.telemetryconfigextension.resources.dll |
14.0.1000.169 |
23.736 |
23-Aug-2017 |
08:20 |
x86 |
Microsoft.sqlserver.configuration.uiextension.dll |
14.0.3035.2 |
112.320 |
07-Jul-2018 |
09:02 |
x86 |
Microsoft.sqlserver.configuration.uiextension.xmlserializers.dll |
14.0.3035.2 |
58.016 |
07-Jul-2018 |
09:02 |
x86 |
Microsoft.sqlserver.configuration.utilityextension.dll |
14.0.1000.169 |
33.976 |
23-Aug-2017 |
08:06 |
x86 |
Microsoft.sqlserver.configuration.wizardframework.dll |
14.0.3035.2 |
185.000 |
07-Jul-2018 |
08:55 |
x86 |
Microsoft.sqlserver.configuration.wizardframework.xmlserializers.dll |
14.0.3035.2 |
65.728 |
07-Jul-2018 |
08:55 |
x86 |
Microsoft.sqlserver.configuration.wmiinterop.dll |
14.0.1000.169 |
329.400 |
23-Aug-2017 |
06:58 |
x86 |
Microsoft.sqlserver.configuration.xmlserializers.dll |
14.0.3035.2 |
160.416 |
07-Jul-2018 |
08:49 |
x86 |
Microsoft.sqlserver.configuration.xtp.configextension.dll |
14.0.1000.169 |
31.928 |
23-Aug-2017 |
08:14 |
x86 |
Microsoft.sqlserver.customcontrols.dll |
14.0.1000.169 |
44.728 |
23-Aug-2017 |
07:03 |
x86 |
Microsoft.sqlserver.datawarehouse.workloaddeployment.dll |
13.0.9124.18 |
700.080 |
21-Apr-2018 |
07:18 |
x86 |
Microsoft.sqlserver.deployment.dll |
14.0.1000.169 |
251.576 |
23-Aug-2017 |
06:58 |
x86 |
Microsoft.sqlserver.deployment.xmlserializers.dll |
14.0.1000.169 |
33.464 |
23-Aug-2017 |
06:58 |
x86 |
Microsoft.sqlserver.diagnostics.configuration.strace.dll |
14.0.1000.169 |
129.208 |
23-Aug-2017 |
07:41 |
x86 |
Microsoft.sqlserver.discovery.dll |
14.0.3035.2 |
220.840 |
07-Jul-2018 |
08:49 |
x86 |
Microsoft.sqlserver.discovery.xmlserializers.dll |
14.0.3035.2 |
220.832 |
07-Jul-2018 |
08:49 |
x86 |
Microsoft.sqlserver.instapi.dll |
14.0.1000.169 |
46.264 |
23-Aug-2017 |
06:58 |
x86 |
Microsoft.sqlserver.interop.firewallapi.dll |
14.0.0.0 |
38.584 |
23-Aug-2017 |
06:58 |
x86 |
Microsoft.sqlserver.interop.taskschd.dll |
14.0.0.0 |
52.920 |
23-Aug-2017 |
07:40 |
x86 |
Microsoft.sqlserver.interop.wuapilib.dll |
14.0.0.0 |
93.368 |
23-Aug-2017 |
07:37 |
x86 |
Microsoft.sqlserver.management.controls.dll |
14.0.17041.0 |
394.488 |
05-Aug-2017 |
08:50 |
x86 |
Microsoft.sqlserver.setup.chainer.workflow.dll |
14.0.3035.2 |
102.048 |
07-Jul-2018 |
08:34 |
x86 |
Microsoft.sqlserver.setup.chainer.workflow.xmlserializers.dll |
14.0.3035.2 |
73.888 |
07-Jul-2018 |
08:34 |
x86 |
Microsoft.sqlserver.usagetracking.dll |
2017.140.1000.169 |
54.456 |
23-Aug-2017 |
07:40 |
x64 |
Msvcp120.dll |
12.0.40649.5 |
660.128 |
05-Aug-2017 |
08:50 |
x64 |
Msvcr120.dll |
12.0.40649.5 |
963.744 |
05-Aug-2017 |
08:50 |
x64 |
Newtonsoft.json.dll |
6.0.8.18111 |
504.320 |
05-Aug-2017 |
08:50 |
x86 |
Package.xsd |
Uygulanamaz |
8.832 |
05-Aug-2017 |
09:00 |
Uygulanamaz |
Patchwizard.xml |
Uygulanamaz |
6.057 |
21-Apr-2018 |
07:49 |
Uygulanamaz |
Pidgenx.dll |
15.0.169.500 |
1.475.160 |
05-Aug-2017 |
08:50 |
x64 |
Pidprivateconfigobjectmaps.xml |
Uygulanamaz |
93.374 |
05-Aug-2017 |
08:50 |
Uygulanamaz |
Prepareclusterwizard.xml |
Uygulanamaz |
12.299 |
05-Aug-2017 |
10:44 |
Uygulanamaz |
Prepareimagewizard.xml |
Uygulanamaz |
8.246 |
05-Aug-2017 |
10:44 |
Uygulanamaz |
Removenode.xml |
Uygulanamaz |
4.946 |
05-Aug-2017 |
10:44 |
Uygulanamaz |
Removepatchwizard.xml |
Uygulanamaz |
5.680 |
21-Apr-2018 |
07:49 |
Uygulanamaz |
Repairwizard.xml |
Uygulanamaz |
5.423 |
05-Aug-2017 |
10:44 |
Uygulanamaz |
Rsetup.exe |
9.2.0.43 |
193.504 |
06-Jun-2018 |
11:41 |
x86 |
Runrulesui.xml |
Uygulanamaz |
1.403 |
05-Aug-2017 |
10:44 |
Uygulanamaz |
Scenarioengine.exe |
14.0.3035.2 |
67.744 |
07-Jul-2018 |
09:09 |
x64 |
Scenarioengine.exe.config |
Uygulanamaz |
344 |
19-Aug-2017 |
03:41 |
Uygulanamaz |
Shellobjects.dll |
1.0.0.0 |
135.352 |
23-Aug-2017 |
07:35 |
x86 |
Sqlboot.dll |
2017.140.3035.2 |
196.256 |
07-Jul-2018 |
08:15 |
x64 |
Sqlcab.dll |
2017.140.3035.2 |
151.712 |
07-Jul-2018 |
08:18 |
x64 |
Sqlconf.dll |
2017.140.3035.2 |
60.072 |
07-Jul-2018 |
08:18 |
x64 |
Sqlmu.dll |
2017.140.3035.2 |
104.128 |
07-Jul-2018 |
08:25 |
x64 |
Sqlprocesssub.dll |
2017.140.3035.2 |
113.824 |
07-Jul-2018 |
08:12 |
x64 |
Sqlsccn.dll |
2017.140.3035.2 |
102.568 |
07-Jul-2018 |
08:25 |
x64 |
Uninstallwizard.xml |
Uygulanamaz |
4.648 |
05-Aug-2017 |
10:44 |
Uygulanamaz |
Upgradewizard.xml |
Uygulanamaz |
14.573 |
05-Aug-2017 |
10:44 |
Uygulanamaz |
Landingpage.resources.dll |
14.0.3035.2 |
83.624 |
07-Jul-2018 |
08:33 |
x86 |
Microsoft.netenterpriseservers.exceptionmessagebox.resources.dll |
14.0.1000.169 |
89.784 |
23-Aug-2017 |
06:58 |
x86 |
Microsoft.sql.chainer.package.resources.dll |
14.0.3035.2 |
28.328 |
07-Jul-2018 |
08:10 |
x86 |
Microsoft.sql.chainer.product.resources.dll |
14.0.3035.2 |
355.496 |
07-Jul-2018 |
08:09 |
x86 |
Microsoft.sqlserver.chainer.extensioncommon.resources.dll |
14.0.3035.2 |
41.128 |
07-Jul-2018 |
08:40 |
x86 |
Microsoft.sqlserver.chainer.infrastructure.resources.dll |
14.0.3035.2 |
47.272 |
07-Jul-2018 |
08:24 |
x86 |
Microsoft.sqlserver.chainer.setup.resources.dll |
14.0.3035.2 |
23.712 |
07-Jul-2018 |
09:08 |
x86 |
Microsoft.sqlserver.configuration.agentextension.resources.dll |
14.0.3035.2 |
36.000 |
07-Jul-2018 |
08:55 |
x86 |
Microsoft.sqlserver.configuration.asextension.resources.dll |
14.0.3035.2 |
76.960 |
07-Jul-2018 |
09:01 |
x86 |
Microsoft.sqlserver.configuration.bootstrapextension.resources.dll |
14.0.3035.2 |
32.928 |
07-Jul-2018 |
08:49 |
x86 |
Microsoft.sqlserver.configuration.cluster.resources.dll |
14.0.3035.2 |
175.264 |
07-Jul-2018 |
08:49 |
x86 |
Microsoft.sqlserver.configuration.configextension.resources.dll |
14.0.3035.2 |
24.736 |
07-Jul-2018 |
08:40 |
x86 |
Microsoft.sqlserver.configuration.connectioninfo.resources.dll |
14.0.17041.0 |
26.360 |
05-Aug-2017 |
08:51 |
x86 |
Microsoft.sqlserver.configuration.distributedreplayextension.resources.dll |
14.0.1000.169 |
27.320 |
23-Aug-2017 |
08:14 |
x86 |
Microsoft.sqlserver.configuration.dmf.common.resources.dll |
14.0.17041.0 |
24.824 |
05-Aug-2017 |
08:50 |
x86 |
Microsoft.sqlserver.configuration.dmf.resources.dll |
14.0.17041.0 |
39.672 |
05-Aug-2017 |
08:51 |
x86 |
Microsoft.sqlserver.configuration.extensibility_configextension.resources.dll |
14.0.3035.2 |
27.808 |
07-Jul-2018 |
09:01 |
x86 |
Microsoft.sqlserver.configuration.fulltext_configextension.resources.dll |
14.0.3035.2 |
26.272 |
07-Jul-2018 |
09:01 |
x86 |
Microsoft.sqlserver.configuration.impy_configextension.resources.dll |
14.0.3035.2 |
22.176 |
07-Jul-2018 |
09:01 |
x86 |
Microsoft.sqlserver.configuration.imr_configextension.resources.dll |
14.0.3035.2 |
22.208 |
07-Jul-2018 |
09:01 |
x86 |
Microsoft.sqlserver.configuration.installwizard.resources.dll |
14.0.3035.2 |
1.089.696 |
07-Jul-2018 |
09:01 |
x86 |
Microsoft.sqlserver.configuration.installwizardframework.resources.dll |
14.0.3035.2 |
23.200 |
07-Jul-2018 |
08:55 |
x86 |
Microsoft.sqlserver.configuration.ismasterextension.resources.dll |
14.0.1000.169 |
26.808 |
23-Aug-2017 |
08:14 |
x86 |
Microsoft.sqlserver.configuration.isworkerextension.resources.dll |
14.0.1000.169 |
25.784 |
23-Aug-2017 |
08:14 |
x86 |
Microsoft.sqlserver.configuration.managementtoolsextension.resources.dll |
14.0.3035.2 |
26.784 |
07-Jul-2018 |
09:08 |
x86 |
Microsoft.sqlserver.configuration.msiextension.resources.dll |
14.0.3035.2 |
80.040 |
07-Jul-2018 |
08:40 |
x86 |
Microsoft.sqlserver.configuration.polybaseconfigextension.resources.dll |
14.0.1000.169 |
50.872 |
23-Aug-2017 |
08:21 |
x86 |
Microsoft.sqlserver.configuration.powershellextension.resources.dll |
14.0.3035.2 |
26.792 |
07-Jul-2018 |
08:55 |
x86 |
Microsoft.sqlserver.configuration.repl_configextension.resources.dll |
14.0.3035.2 |
23.208 |
07-Jul-2018 |
08:55 |
x86 |
Microsoft.sqlserver.configuration.resources.dll |
14.0.3035.2 |
70.304 |
07-Jul-2018 |
08:49 |
x86 |
Microsoft.sqlserver.configuration.rsextension.resources.dll |
14.0.3035.2 |
68.256 |
07-Jul-2018 |
09:01 |
x86 |
Microsoft.sqlserver.configuration.rulesengineextension.resources.dll |
14.0.3035.2 |
38.048 |
07-Jul-2018 |
08:49 |
x86 |
Microsoft.sqlserver.configuration.saa_configextension.resources.dll |
14.0.1000.169 |
22.200 |
23-Aug-2017 |
08:24 |
x86 |
Microsoft.sqlserver.configuration.sco.resources.dll |
14.0.3035.2 |
1.006.760 |
07-Jul-2018 |
08:33 |
x86 |
Microsoft.sqlserver.configuration.scoextension.resources.dll |
14.0.1000.169 |
60.088 |
23-Aug-2017 |
07:36 |
x86 |
Microsoft.sqlserver.configuration.setupextension.resources.dll |
14.0.3035.2 |
328.872 |
07-Jul-2018 |
08:55 |
x86 |
Microsoft.sqlserver.configuration.sfc.resources.dll |
14.0.17041.0 |
158.456 |
05-Aug-2017 |
08:50 |
x86 |
Microsoft.sqlserver.configuration.slpextension.resources.dll |
14.0.3035.2 |
27.808 |
07-Jul-2018 |
08:55 |
x86 |
Microsoft.sqlserver.configuration.smartsetupextension.resources.dll |
14.0.3035.2 |
40.104 |
07-Jul-2018 |
08:33 |
x86 |
Microsoft.sqlserver.configuration.smo.resources.dll |
14.0.17041.0 |
867.064 |
05-Aug-2017 |
08:51 |
x86 |
Microsoft.sqlserver.configuration.smpy_configextension.resources.dll |
14.0.3035.2 |
22.176 |
07-Jul-2018 |
09:01 |
x86 |
Microsoft.sqlserver.configuration.smr_configextension.resources.dll |
14.0.3035.2 |
22.176 |
07-Jul-2018 |
09:01 |
x86 |
Microsoft.sqlserver.configuration.sniserverconfigext.resources.dll |
2017.140.1000.169 |
36.536 |
23-Aug-2017 |
08:21 |
x86 |
Microsoft.sqlserver.configuration.sqlbrowserextension.resources.dll |
14.0.3035.2 |
44.192 |
07-Jul-2018 |
09:01 |
x86 |
Microsoft.sqlserver.configuration.sqlconfigbase.resources.dll |
14.0.3035.2 |
24.232 |
07-Jul-2018 |
08:49 |
x86 |
Microsoft.sqlserver.configuration.sqlenum.resources.dll |
14.0.17041.0 |
867.064 |
05-Aug-2017 |
08:51 |
x86 |
Microsoft.sqlserver.configuration.sqlserver_configextension.resources.dll |
2017.140.3035.2 |
158.888 |
07-Jul-2018 |
08:55 |
x86 |
Microsoft.sqlserver.configuration.ssisextension.resources.dll |
14.0.3035.2 |
27.296 |
07-Jul-2018 |
08:55 |
x86 |
Microsoft.sqlserver.configuration.uiextension.resources.dll |
14.0.3035.2 |
27.296 |
07-Jul-2018 |
09:01 |
x86 |
Microsoft.sqlserver.configuration.utilityextension.resources.dll |
14.0.1000.169 |
22.200 |
23-Aug-2017 |
08:06 |
x86 |
Microsoft.sqlserver.configuration.wizardframework.resources.dll |
14.0.3035.2 |
62.632 |
07-Jul-2018 |
08:55 |
x86 |
Microsoft.sqlserver.configuration.xtp.configextension.resources.dll |
14.0.1000.169 |
22.200 |
23-Aug-2017 |
08:14 |
x86 |
Microsoft.sqlserver.deployment.resources.dll |
14.0.1000.169 |
21.168 |
23-Aug-2017 |
06:58 |
x86 |
Microsoft.sqlserver.discovery.resources.dll |
14.0.3035.2 |
89.760 |
07-Jul-2018 |
08:49 |
x86 |
Microsoft.sqlserver.management.controls.resources.dll |
14.0.17041.0 |
85.752 |
05-Aug-2017 |
08:50 |
x86 |
Microsoft.sqlserver.setup.chainer.workflow.resources.dll |
14.0.3035.2 |
33.448 |
07-Jul-2018 |
08:33 |
x86 |
Landingpage.resources.dll |
14.0.3035.2 |
83.616 |
07-Jul-2018 |
08:33 |
x86 |
Microsoft.netenterpriseservers.exceptionmessagebox.resources.dll |
14.0.1000.169 |
89.784 |
23-Aug-2017 |
06:58 |
x86 |
Microsoft.sql.chainer.package.resources.dll |
14.0.3035.2 |
28.320 |
07-Jul-2018 |
08:10 |
x86 |
Microsoft.sql.chainer.product.resources.dll |
14.0.3035.2 |
355.488 |
07-Jul-2018 |
08:09 |
x86 |
Microsoft.sqlserver.chainer.extensioncommon.resources.dll |
14.0.3035.2 |
40.616 |
07-Jul-2018 |
08:40 |
x86 |
Microsoft.sqlserver.chainer.infrastructure.resources.dll |
14.0.3035.2 |
46.760 |
07-Jul-2018 |
08:24 |
x86 |
Microsoft.sqlserver.chainer.setup.resources.dll |
14.0.3035.2 |
23.712 |
07-Jul-2018 |
09:08 |
x86 |
Microsoft.sqlserver.configuration.agentextension.resources.dll |
14.0.3035.2 |
36.008 |
07-Jul-2018 |
08:55 |
x86 |
Microsoft.sqlserver.configuration.asextension.resources.dll |
14.0.3035.2 |
77.472 |
07-Jul-2018 |
09:01 |
x86 |
Microsoft.sqlserver.configuration.bootstrapextension.resources.dll |
14.0.3035.2 |
32.928 |
07-Jul-2018 |
08:49 |
x86 |
Microsoft.sqlserver.configuration.cluster.resources.dll |
14.0.3035.2 |
175.272 |
07-Jul-2018 |
08:49 |
x86 |
Microsoft.sqlserver.configuration.configextension.resources.dll |
14.0.3035.2 |
24.232 |
07-Jul-2018 |
08:40 |
x86 |
Microsoft.sqlserver.configuration.connectioninfo.resources.dll |
14.0.17041.0 |
25.848 |
05-Aug-2017 |
08:51 |
x86 |
Microsoft.sqlserver.configuration.distributedreplayextension.resources.dll |
14.0.1000.169 |
27.320 |
23-Aug-2017 |
08:14 |
x86 |
Microsoft.sqlserver.configuration.dmf.common.resources.dll |
14.0.17041.0 |
24.824 |
05-Aug-2017 |
08:50 |
x86 |
Microsoft.sqlserver.configuration.dmf.resources.dll |
14.0.17041.0 |
39.160 |
05-Aug-2017 |
08:51 |
x86 |
Microsoft.sqlserver.configuration.extensibility_configextension.resources.dll |
14.0.3035.2 |
27.304 |
07-Jul-2018 |
09:01 |
x86 |
Microsoft.sqlserver.configuration.fulltext_configextension.resources.dll |
14.0.3035.2 |
26.784 |
07-Jul-2018 |
09:01 |
x86 |
Microsoft.sqlserver.configuration.impy_configextension.resources.dll |
14.0.3035.2 |
22.184 |
07-Jul-2018 |
09:01 |
x86 |
Microsoft.sqlserver.configuration.imr_configextension.resources.dll |
14.0.3035.2 |
22.176 |
07-Jul-2018 |
09:01 |
x86 |
Microsoft.sqlserver.configuration.installwizard.resources.dll |
14.0.3035.2 |
1.093.288 |
07-Jul-2018 |
09:01 |
x86 |
Microsoft.sqlserver.configuration.installwizardframework.resources.dll |
14.0.3035.2 |
23.200 |
07-Jul-2018 |
08:55 |
x86 |
Microsoft.sqlserver.configuration.ismasterextension.resources.dll |
14.0.1000.169 |
27.320 |
23-Aug-2017 |
08:14 |
x86 |
Microsoft.sqlserver.configuration.isworkerextension.resources.dll |
14.0.1000.169 |
25.784 |
23-Aug-2017 |
08:14 |
x86 |
Microsoft.sqlserver.configuration.managementtoolsextension.resources.dll |
14.0.3035.2 |
26.784 |
07-Jul-2018 |
09:09 |
x86 |
Microsoft.sqlserver.configuration.msiextension.resources.dll |
14.0.3035.2 |
80.040 |
07-Jul-2018 |
08:40 |
x86 |
Microsoft.sqlserver.configuration.polybaseconfigextension.resources.dll |
14.0.1000.169 |
50.872 |
23-Aug-2017 |
08:20 |
x86 |
Microsoft.sqlserver.configuration.powershellextension.resources.dll |
14.0.3035.2 |
26.792 |
07-Jul-2018 |
08:55 |
x86 |
Microsoft.sqlserver.configuration.repl_configextension.resources.dll |
14.0.3035.2 |
23.200 |
07-Jul-2018 |
08:55 |
x86 |
Microsoft.sqlserver.configuration.resources.dll |
14.0.3035.2 |
71.328 |
07-Jul-2018 |
08:49 |
x86 |
Microsoft.sqlserver.configuration.rsextension.resources.dll |
14.0.3035.2 |
67.752 |
07-Jul-2018 |
09:01 |
x86 |
Microsoft.sqlserver.configuration.rulesengineextension.resources.dll |
14.0.3035.2 |
38.048 |
07-Jul-2018 |
08:49 |
x86 |
Microsoft.sqlserver.configuration.saa_configextension.resources.dll |
14.0.1000.169 |
22.192 |
23-Aug-2017 |
08:24 |
x86 |
Microsoft.sqlserver.configuration.sco.resources.dll |
14.0.3035.2 |
989.864 |
07-Jul-2018 |
08:33 |
x86 |
Microsoft.sqlserver.configuration.scoextension.resources.dll |
14.0.1000.169 |
59.056 |
23-Aug-2017 |
07:36 |
x86 |
Microsoft.sqlserver.configuration.setupextension.resources.dll |
14.0.3035.2 |
329.384 |
07-Jul-2018 |
08:55 |
x86 |
Microsoft.sqlserver.configuration.sfc.resources.dll |
14.0.17041.0 |
157.944 |
05-Aug-2017 |
08:50 |
x86 |
Microsoft.sqlserver.configuration.slpextension.resources.dll |
14.0.3035.2 |
27.816 |
07-Jul-2018 |
08:55 |
x86 |
Microsoft.sqlserver.configuration.smartsetupextension.resources.dll |
14.0.3035.2 |
41.128 |
07-Jul-2018 |
08:33 |
x86 |
Microsoft.sqlserver.configuration.smo.resources.dll |
14.0.17041.0 |
872.696 |
05-Aug-2017 |
08:51 |
x86 |
Microsoft.sqlserver.configuration.smpy_configextension.resources.dll |
14.0.3035.2 |
22.184 |
07-Jul-2018 |
09:01 |
x86 |
Microsoft.sqlserver.configuration.smr_configextension.resources.dll |
14.0.3035.2 |
22.184 |
07-Jul-2018 |
09:01 |
x86 |
Microsoft.sqlserver.configuration.sniserverconfigext.resources.dll |
2017.140.1000.169 |
36.536 |
23-Aug-2017 |
08:20 |
x86 |
Microsoft.sqlserver.configuration.sqlbrowserextension.resources.dll |
14.0.3035.2 |
44.200 |
07-Jul-2018 |
09:01 |
x86 |
Microsoft.sqlserver.configuration.sqlconfigbase.resources.dll |
14.0.3035.2 |
24.224 |
07-Jul-2018 |
08:49 |
x86 |
Microsoft.sqlserver.configuration.sqlenum.resources.dll |
14.0.17041.0 |
866.552 |
05-Aug-2017 |
08:51 |
x86 |
Microsoft.sqlserver.configuration.sqlserver_configextension.resources.dll |
2017.140.3035.2 |
159.392 |
07-Jul-2018 |
08:55 |
x86 |
Microsoft.sqlserver.configuration.ssisextension.resources.dll |
14.0.3035.2 |
27.304 |
07-Jul-2018 |
08:55 |
x86 |
Microsoft.sqlserver.configuration.uiextension.resources.dll |
14.0.3035.2 |
27.816 |
07-Jul-2018 |
09:01 |
x86 |
Microsoft.sqlserver.configuration.utilityextension.resources.dll |
14.0.1000.169 |
22.200 |
23-Aug-2017 |
08:06 |
x86 |
Microsoft.sqlserver.configuration.wizardframework.resources.dll |
14.0.3035.2 |
63.136 |
07-Jul-2018 |
08:55 |
x86 |
Microsoft.sqlserver.configuration.xtp.configextension.resources.dll |
14.0.1000.169 |
22.200 |
23-Aug-2017 |
08:14 |
x86 |
Microsoft.sqlserver.deployment.resources.dll |
14.0.1000.169 |
21.176 |
23-Aug-2017 |
06:58 |
x86 |
Microsoft.sqlserver.discovery.resources.dll |
14.0.3035.2 |
89.248 |
07-Jul-2018 |
08:49 |
x86 |
Microsoft.sqlserver.management.controls.resources.dll |
14.0.17041.0 |
85.752 |
05-Aug-2017 |
08:50 |
x86 |
Microsoft.sqlserver.setup.chainer.workflow.resources.dll |
14.0.3035.2 |
32.928 |
07-Jul-2018 |
08:33 |
x86 |
Landingpage.resources.dll |
14.0.3035.2 |
84.136 |
07-Jul-2018 |
08:34 |
x86 |
Microsoft.netenterpriseservers.exceptionmessagebox.resources.dll |
14.0.1000.169 |
89.784 |
23-Aug-2017 |
06:58 |
x86 |
Microsoft.sql.chainer.package.resources.dll |
14.0.3035.2 |
28.328 |
07-Jul-2018 |
08:11 |
x86 |
Microsoft.sql.chainer.product.resources.dll |
14.0.3035.2 |
355.488 |
07-Jul-2018 |
08:10 |
x86 |
Microsoft.sqlserver.chainer.extensioncommon.resources.dll |
14.0.3035.2 |
41.128 |
07-Jul-2018 |
08:42 |
x86 |
Microsoft.sqlserver.chainer.infrastructure.resources.dll |
14.0.3035.2 |
47.784 |
07-Jul-2018 |
08:25 |
x86 |
Microsoft.sqlserver.chainer.setup.resources.dll |
14.0.3035.2 |
24.224 |
07-Jul-2018 |
09:09 |
x86 |
Microsoft.sqlserver.configuration.agentextension.resources.dll |
14.0.3035.2 |
36.520 |
07-Jul-2018 |
08:55 |
x86 |
Microsoft.sqlserver.configuration.asextension.resources.dll |
14.0.3035.2 |
77.984 |
07-Jul-2018 |
09:02 |
x86 |
Microsoft.sqlserver.configuration.bootstrapextension.resources.dll |
14.0.3035.2 |
33.440 |
07-Jul-2018 |
08:49 |
x86 |
Microsoft.sqlserver.configuration.cluster.resources.dll |
14.0.3035.2 |
178.848 |
07-Jul-2018 |
08:49 |
x86 |
Microsoft.sqlserver.configuration.configextension.resources.dll |
14.0.3035.2 |
24.744 |
07-Jul-2018 |
08:42 |
x86 |
Microsoft.sqlserver.configuration.connectioninfo.resources.dll |
14.0.17041.0 |
26.360 |
05-Aug-2017 |
08:51 |
x86 |
Microsoft.sqlserver.configuration.distributedreplayextension.resources.dll |
14.0.1000.169 |
27.320 |
23-Aug-2017 |
08:14 |
x86 |
Microsoft.sqlserver.configuration.dmf.common.resources.dll |
14.0.17041.0 |
24.824 |
05-Aug-2017 |
08:50 |
x86 |
Microsoft.sqlserver.configuration.dmf.resources.dll |
14.0.17041.0 |
40.184 |
05-Aug-2017 |
08:51 |
x86 |
Microsoft.sqlserver.configuration.extensibility_configextension.resources.dll |
14.0.3035.2 |
27.808 |
07-Jul-2018 |
09:02 |
x86 |
Microsoft.sqlserver.configuration.fulltext_configextension.resources.dll |
14.0.3035.2 |
27.296 |
07-Jul-2018 |
09:02 |
x86 |
Microsoft.sqlserver.configuration.impy_configextension.resources.dll |
14.0.3035.2 |
22.184 |
07-Jul-2018 |
09:02 |
x86 |
Microsoft.sqlserver.configuration.imr_configextension.resources.dll |
14.0.3035.2 |
22.176 |
07-Jul-2018 |
09:02 |
x86 |
Microsoft.sqlserver.configuration.installwizard.resources.dll |
14.0.3035.2 |
1.093.792 |
07-Jul-2018 |
09:02 |
x86 |
Microsoft.sqlserver.configuration.installwizardframework.resources.dll |
14.0.3035.2 |
23.200 |
07-Jul-2018 |
08:55 |
x86 |
Microsoft.sqlserver.configuration.ismasterextension.resources.dll |
14.0.1000.169 |
26.808 |
23-Aug-2017 |
08:14 |
x86 |
Microsoft.sqlserver.configuration.isworkerextension.resources.dll |
14.0.1000.169 |
25.784 |
23-Aug-2017 |
08:14 |
x86 |
Microsoft.sqlserver.configuration.managementtoolsextension.resources.dll |
14.0.3035.2 |
26.792 |
07-Jul-2018 |
09:09 |
x86 |
Microsoft.sqlserver.configuration.msiextension.resources.dll |
14.0.3035.2 |
81.064 |
07-Jul-2018 |
08:42 |
x86 |
Microsoft.sqlserver.configuration.polybaseconfigextension.resources.dll |
14.0.1000.169 |
50.872 |
23-Aug-2017 |
08:20 |
x86 |
Microsoft.sqlserver.configuration.powershellextension.resources.dll |
14.0.3035.2 |
26.792 |
07-Jul-2018 |
08:55 |
x86 |
Microsoft.sqlserver.configuration.repl_configextension.resources.dll |
14.0.3035.2 |
23.232 |
07-Jul-2018 |
08:55 |
x86 |
Microsoft.sqlserver.configuration.resources.dll |
14.0.3035.2 |
71.840 |
07-Jul-2018 |
08:49 |
x86 |
Microsoft.sqlserver.configuration.rsextension.resources.dll |
14.0.3035.2 |
68.768 |
07-Jul-2018 |
09:02 |
x86 |
Microsoft.sqlserver.configuration.rulesengineextension.resources.dll |
14.0.3035.2 |
38.560 |
07-Jul-2018 |
08:49 |
x86 |
Microsoft.sqlserver.configuration.saa_configextension.resources.dll |
14.0.1000.169 |
22.200 |
23-Aug-2017 |
08:24 |
x86 |
Microsoft.sqlserver.configuration.sco.resources.dll |
14.0.3035.2 |
913.056 |
07-Jul-2018 |
08:34 |
x86 |
Microsoft.sqlserver.configuration.scoextension.resources.dll |
14.0.1000.169 |
61.112 |
23-Aug-2017 |
07:36 |
x86 |
Microsoft.sqlserver.configuration.setupextension.resources.dll |
14.0.3035.2 |
333.480 |
07-Jul-2018 |
08:55 |
x86 |
Microsoft.sqlserver.configuration.sfc.resources.dll |
14.0.17041.0 |
158.456 |
05-Aug-2017 |
08:50 |
x86 |
Microsoft.sqlserver.configuration.slpextension.resources.dll |
14.0.3035.2 |
27.816 |
07-Jul-2018 |
08:55 |
x86 |
Microsoft.sqlserver.configuration.smartsetupextension.resources.dll |
14.0.3035.2 |
41.640 |
07-Jul-2018 |
08:34 |
x86 |
Microsoft.sqlserver.configuration.smo.resources.dll |
14.0.17041.0 |
878.840 |
05-Aug-2017 |
08:51 |
x86 |
Microsoft.sqlserver.configuration.smpy_configextension.resources.dll |
14.0.3035.2 |
22.176 |
07-Jul-2018 |
09:02 |
x86 |
Microsoft.sqlserver.configuration.smr_configextension.resources.dll |
14.0.3035.2 |
22.176 |
07-Jul-2018 |
09:02 |
x86 |
Microsoft.sqlserver.configuration.sniserverconfigext.resources.dll |
2017.140.1000.169 |
36.536 |
23-Aug-2017 |
08:20 |
x86 |
Microsoft.sqlserver.configuration.sqlbrowserextension.resources.dll |
14.0.3035.2 |
44.712 |
07-Jul-2018 |
09:02 |
x86 |
Microsoft.sqlserver.configuration.sqlconfigbase.resources.dll |
14.0.3035.2 |
24.736 |
07-Jul-2018 |
08:49 |
x86 |
Microsoft.sqlserver.configuration.sqlenum.resources.dll |
14.0.17041.0 |
867.064 |
05-Aug-2017 |
08:51 |
x86 |
Microsoft.sqlserver.configuration.sqlserver_configextension.resources.dll |
2017.140.3035.2 |
161.448 |
07-Jul-2018 |
08:55 |
x86 |
Microsoft.sqlserver.configuration.ssisextension.resources.dll |
14.0.3035.2 |
27.296 |
07-Jul-2018 |
08:55 |
x86 |
Microsoft.sqlserver.configuration.uiextension.resources.dll |
14.0.3035.2 |
27.816 |
07-Jul-2018 |
09:02 |
x86 |
Microsoft.sqlserver.configuration.utilityextension.resources.dll |
14.0.1000.169 |
22.192 |
23-Aug-2017 |
08:06 |
x86 |
Microsoft.sqlserver.configuration.wizardframework.resources.dll |
14.0.3035.2 |
63.144 |
07-Jul-2018 |
08:55 |
x86 |
Microsoft.sqlserver.configuration.xtp.configextension.resources.dll |
14.0.1000.169 |
22.200 |
23-Aug-2017 |
08:14 |
x86 |
Microsoft.sqlserver.deployment.resources.dll |
14.0.1000.169 |
21.176 |
23-Aug-2017 |
06:58 |
x86 |
Microsoft.sqlserver.discovery.resources.dll |
14.0.3035.2 |
89.760 |
07-Jul-2018 |
08:49 |
x86 |
Microsoft.sqlserver.management.controls.resources.dll |
14.0.17041.0 |
85.752 |
05-Aug-2017 |
08:50 |
x86 |
Microsoft.sqlserver.setup.chainer.workflow.resources.dll |
14.0.3035.2 |
33.440 |
07-Jul-2018 |
08:34 |
x86 |
Landingpage.resources.dll |
14.0.3035.2 |
83.624 |
07-Jul-2018 |
08:33 |
x86 |
Microsoft.netenterpriseservers.exceptionmessagebox.resources.dll |
14.0.1000.169 |
89.784 |
23-Aug-2017 |
06:58 |
x86 |
Microsoft.sql.chainer.package.resources.dll |
14.0.3035.2 |
28.320 |
07-Jul-2018 |
08:11 |
x86 |
Microsoft.sql.chainer.product.resources.dll |
14.0.3035.2 |
355.496 |
07-Jul-2018 |
08:09 |
x86 |
Microsoft.sqlserver.chainer.extensioncommon.resources.dll |
14.0.3035.2 |
40.616 |
07-Jul-2018 |
08:41 |
x86 |
Microsoft.sqlserver.chainer.infrastructure.resources.dll |
14.0.3035.2 |
46.760 |
07-Jul-2018 |
08:25 |
x86 |
Microsoft.sqlserver.chainer.setup.resources.dll |
14.0.3035.2 |
23.712 |
07-Jul-2018 |
09:09 |
x86 |
Microsoft.sqlserver.configuration.agentextension.resources.dll |
14.0.3035.2 |
35.520 |
07-Jul-2018 |
08:55 |
x86 |
Microsoft.sqlserver.configuration.asextension.resources.dll |
14.0.3035.2 |
76.456 |
07-Jul-2018 |
09:01 |
x86 |
Microsoft.sqlserver.configuration.bootstrapextension.resources.dll |
14.0.3035.2 |
32.928 |
07-Jul-2018 |
08:49 |
x86 |
Microsoft.sqlserver.configuration.cluster.resources.dll |
14.0.3035.2 |
172.704 |
07-Jul-2018 |
08:49 |
x86 |
Microsoft.sqlserver.configuration.configextension.resources.dll |
14.0.3035.2 |
24.224 |
07-Jul-2018 |
08:41 |
x86 |
Microsoft.sqlserver.configuration.connectioninfo.resources.dll |
14.0.17041.0 |
26.360 |
05-Aug-2017 |
08:51 |
x86 |
Microsoft.sqlserver.configuration.distributedreplayextension.resources.dll |
14.0.1000.169 |
27.320 |
23-Aug-2017 |
08:14 |
x86 |
Microsoft.sqlserver.configuration.dmf.common.resources.dll |
14.0.17041.0 |
24.824 |
05-Aug-2017 |
08:50 |
x86 |
Microsoft.sqlserver.configuration.dmf.resources.dll |
14.0.17041.0 |
39.672 |
05-Aug-2017 |
08:51 |
x86 |
Microsoft.sqlserver.configuration.extensibility_configextension.resources.dll |
14.0.3035.2 |
27.296 |
07-Jul-2018 |
09:01 |
x86 |
Microsoft.sqlserver.configuration.fulltext_configextension.resources.dll |
14.0.3035.2 |
26.784 |
07-Jul-2018 |
09:01 |
x86 |
Microsoft.sqlserver.configuration.impy_configextension.resources.dll |
14.0.3035.2 |
22.184 |
07-Jul-2018 |
09:01 |
x86 |
Microsoft.sqlserver.configuration.imr_configextension.resources.dll |
14.0.3035.2 |
22.208 |
07-Jul-2018 |
09:01 |
x86 |
Microsoft.sqlserver.configuration.installwizard.resources.dll |
14.0.3035.2 |
1.089.216 |
07-Jul-2018 |
09:01 |
x86 |
Microsoft.sqlserver.configuration.installwizardframework.resources.dll |
14.0.3035.2 |
23.208 |
07-Jul-2018 |
08:55 |
x86 |
Microsoft.sqlserver.configuration.ismasterextension.resources.dll |
14.0.1000.169 |
27.320 |
23-Aug-2017 |
08:14 |
x86 |
Microsoft.sqlserver.configuration.isworkerextension.resources.dll |
14.0.1000.169 |
25.784 |
23-Aug-2017 |
08:14 |
x86 |
Microsoft.sqlserver.configuration.managementtoolsextension.resources.dll |
14.0.3035.2 |
26.784 |
07-Jul-2018 |
09:09 |
x86 |
Microsoft.sqlserver.configuration.msiextension.resources.dll |
14.0.3035.2 |
80.040 |
07-Jul-2018 |
08:41 |
x86 |
Microsoft.sqlserver.configuration.polybaseconfigextension.resources.dll |
14.0.1000.169 |
50.872 |
23-Aug-2017 |
08:20 |
x86 |
Microsoft.sqlserver.configuration.powershellextension.resources.dll |
14.0.3035.2 |
26.792 |
07-Jul-2018 |
08:55 |
x86 |
Microsoft.sqlserver.configuration.repl_configextension.resources.dll |
14.0.3035.2 |
23.208 |
07-Jul-2018 |
08:55 |
x86 |
Microsoft.sqlserver.configuration.resources.dll |
14.0.3035.2 |
70.816 |
07-Jul-2018 |
08:49 |
x86 |
Microsoft.sqlserver.configuration.rsextension.resources.dll |
14.0.3035.2 |
67.232 |
07-Jul-2018 |
09:01 |
x86 |
Microsoft.sqlserver.configuration.rulesengineextension.resources.dll |
14.0.3035.2 |
38.048 |
07-Jul-2018 |
08:49 |
x86 |
Microsoft.sqlserver.configuration.saa_configextension.resources.dll |
14.0.1000.169 |
22.192 |
23-Aug-2017 |
08:24 |
x86 |
Microsoft.sqlserver.configuration.sco.resources.dll |
14.0.3035.2 |
1.001.128 |
07-Jul-2018 |
08:33 |
x86 |
Microsoft.sqlserver.configuration.scoextension.resources.dll |
14.0.1000.169 |
60.088 |
23-Aug-2017 |
07:36 |
x86 |
Microsoft.sqlserver.configuration.setupextension.resources.dll |
14.0.3035.2 |
327.328 |
07-Jul-2018 |
08:55 |
x86 |
Microsoft.sqlserver.configuration.sfc.resources.dll |
14.0.17041.0 |
157.944 |
05-Aug-2017 |
08:50 |
x86 |
Microsoft.sqlserver.configuration.slpextension.resources.dll |
14.0.3035.2 |
27.816 |
07-Jul-2018 |
08:55 |
x86 |
Microsoft.sqlserver.configuration.smartsetupextension.resources.dll |
14.0.3035.2 |
41.128 |
07-Jul-2018 |
08:33 |
x86 |
Microsoft.sqlserver.configuration.smo.resources.dll |
14.0.17041.0 |
840.952 |
05-Aug-2017 |
08:51 |
x86 |
Microsoft.sqlserver.configuration.smpy_configextension.resources.dll |
14.0.3035.2 |
22.208 |
07-Jul-2018 |
09:01 |
x86 |
Microsoft.sqlserver.configuration.smr_configextension.resources.dll |
14.0.3035.2 |
22.184 |
07-Jul-2018 |
09:01 |
x86 |
Microsoft.sqlserver.configuration.sniserverconfigext.resources.dll |
2017.140.1000.169 |
36.536 |
23-Aug-2017 |
08:20 |
x86 |
Microsoft.sqlserver.configuration.sqlbrowserextension.resources.dll |
14.0.3035.2 |
44.200 |
07-Jul-2018 |
09:01 |
x86 |
Microsoft.sqlserver.configuration.sqlconfigbase.resources.dll |
14.0.3035.2 |
24.224 |
07-Jul-2018 |
08:49 |
x86 |
Microsoft.sqlserver.configuration.sqlenum.resources.dll |
14.0.17041.0 |
866.552 |
05-Aug-2017 |
08:51 |
x86 |
Microsoft.sqlserver.configuration.sqlserver_configextension.resources.dll |
2017.140.3035.2 |
157.888 |
07-Jul-2018 |
08:55 |
x86 |
Microsoft.sqlserver.configuration.ssisextension.resources.dll |
14.0.3035.2 |
27.296 |
07-Jul-2018 |
08:55 |
x86 |
Microsoft.sqlserver.configuration.uiextension.resources.dll |
14.0.3035.2 |
27.304 |
07-Jul-2018 |
09:01 |
x86 |
Microsoft.sqlserver.configuration.utilityextension.resources.dll |
14.0.1000.169 |
22.192 |
23-Aug-2017 |
08:06 |
x86 |
Microsoft.sqlserver.configuration.wizardframework.resources.dll |
14.0.3035.2 |
62.632 |
07-Jul-2018 |
08:55 |
x86 |
Microsoft.sqlserver.configuration.xtp.configextension.resources.dll |
14.0.1000.169 |
22.200 |
23-Aug-2017 |
08:14 |
x86 |
Microsoft.sqlserver.deployment.resources.dll |
14.0.1000.169 |
21.176 |
23-Aug-2017 |
06:58 |
x86 |
Microsoft.sqlserver.discovery.resources.dll |
14.0.3035.2 |
89.248 |
07-Jul-2018 |
08:49 |
x86 |
Microsoft.sqlserver.management.controls.resources.dll |
14.0.17041.0 |
85.752 |
05-Aug-2017 |
08:50 |
x86 |
Microsoft.sqlserver.setup.chainer.workflow.resources.dll |
14.0.3035.2 |
32.936 |
07-Jul-2018 |
08:33 |
x86 |
Landingpage.resources.dll |
14.0.3035.2 |
85.672 |
07-Jul-2018 |
08:33 |
x86 |
Microsoft.netenterpriseservers.exceptionmessagebox.resources.dll |
14.0.1000.169 |
89.784 |
23-Aug-2017 |
06:57 |
x86 |
Microsoft.sql.chainer.package.resources.dll |
14.0.3035.2 |
28.320 |
07-Jul-2018 |
08:11 |
x86 |
Microsoft.sql.chainer.product.resources.dll |
14.0.3035.2 |
355.488 |
07-Jul-2018 |
08:10 |
x86 |
Microsoft.sqlserver.chainer.extensioncommon.resources.dll |
14.0.3035.2 |
41.640 |
07-Jul-2018 |
08:41 |
x86 |
Microsoft.sqlserver.chainer.infrastructure.resources.dll |
14.0.3035.2 |
48.808 |
07-Jul-2018 |
08:25 |
x86 |
Microsoft.sqlserver.chainer.setup.resources.dll |
14.0.3035.2 |
24.224 |
07-Jul-2018 |
09:09 |
x86 |
Microsoft.sqlserver.configuration.agentextension.resources.dll |
14.0.3035.2 |
38.560 |
07-Jul-2018 |
08:55 |
x86 |
Microsoft.sqlserver.configuration.asextension.resources.dll |
14.0.3035.2 |
81.576 |
07-Jul-2018 |
09:02 |
x86 |
Microsoft.sqlserver.configuration.bootstrapextension.resources.dll |
14.0.3035.2 |
34.976 |
07-Jul-2018 |
08:49 |
x86 |
Microsoft.sqlserver.configuration.cluster.resources.dll |
14.0.3035.2 |
191.648 |
07-Jul-2018 |
08:49 |
x86 |
Microsoft.sqlserver.configuration.configextension.resources.dll |
14.0.3035.2 |
24.744 |
07-Jul-2018 |
08:41 |
x86 |
Microsoft.sqlserver.configuration.connectioninfo.resources.dll |
14.0.17041.0 |
36.600 |
05-Aug-2017 |
08:51 |
x86 |
Microsoft.sqlserver.configuration.distributedreplayextension.resources.dll |
14.0.1000.169 |
27.832 |
23-Aug-2017 |
08:14 |
x86 |
Microsoft.sqlserver.configuration.dmf.common.resources.dll |
14.0.17041.0 |
25.336 |
05-Aug-2017 |
08:50 |
x86 |
Microsoft.sqlserver.configuration.dmf.resources.dll |
14.0.17041.0 |
41.720 |
05-Aug-2017 |
08:51 |
x86 |
Microsoft.sqlserver.configuration.extensibility_configextension.resources.dll |
14.0.3035.2 |
27.816 |
07-Jul-2018 |
09:02 |
x86 |
Microsoft.sqlserver.configuration.fulltext_configextension.resources.dll |
14.0.3035.2 |
26.784 |
07-Jul-2018 |
09:02 |
x86 |
Microsoft.sqlserver.configuration.impy_configextension.resources.dll |
14.0.3035.2 |
22.176 |
07-Jul-2018 |
09:02 |
x86 |
Microsoft.sqlserver.configuration.imr_configextension.resources.dll |
14.0.3035.2 |
22.176 |
07-Jul-2018 |
09:02 |
x86 |
Microsoft.sqlserver.configuration.installwizard.resources.dll |
14.0.3035.2 |
1.101.984 |
07-Jul-2018 |
09:02 |
x86 |
Microsoft.sqlserver.configuration.installwizardframework.resources.dll |
14.0.3035.2 |
23.208 |
07-Jul-2018 |
08:55 |
x86 |
Microsoft.sqlserver.configuration.ismasterextension.resources.dll |
14.0.1000.169 |
27.320 |
23-Aug-2017 |
08:14 |
x86 |
Microsoft.sqlserver.configuration.isworkerextension.resources.dll |
14.0.1000.169 |
26.296 |
23-Aug-2017 |
08:14 |
x86 |
Microsoft.sqlserver.configuration.managementtoolsextension.resources.dll |
14.0.3035.2 |
26.784 |
07-Jul-2018 |
09:09 |
x86 |
Microsoft.sqlserver.configuration.msiextension.resources.dll |
14.0.3035.2 |
84.136 |
07-Jul-2018 |
08:41 |
x86 |
Microsoft.sqlserver.configuration.polybaseconfigextension.resources.dll |
14.0.1000.169 |
52.400 |
23-Aug-2017 |
08:20 |
x86 |
Microsoft.sqlserver.configuration.powershellextension.resources.dll |
14.0.3035.2 |
27.304 |
07-Jul-2018 |
08:55 |
x86 |
Microsoft.sqlserver.configuration.repl_configextension.resources.dll |
14.0.3035.2 |
23.208 |
07-Jul-2018 |
08:55 |
x86 |
Microsoft.sqlserver.configuration.resources.dll |
14.0.3035.2 |
75.936 |
07-Jul-2018 |
08:49 |
x86 |
Microsoft.sqlserver.configuration.rsextension.resources.dll |
14.0.3035.2 |
72.352 |
07-Jul-2018 |
09:02 |
x86 |
Microsoft.sqlserver.configuration.rulesengineextension.resources.dll |
14.0.3035.2 |
38.568 |
07-Jul-2018 |
08:49 |
x86 |
Microsoft.sqlserver.configuration.saa_configextension.resources.dll |
14.0.1000.169 |
22.200 |
23-Aug-2017 |
08:24 |
x86 |
Microsoft.sqlserver.configuration.sco.resources.dll |
14.0.3035.2 |
965.312 |
07-Jul-2018 |
08:33 |
x86 |
Microsoft.sqlserver.configuration.scoextension.resources.dll |
14.0.1000.169 |
62.648 |
23-Aug-2017 |
07:36 |
x86 |
Microsoft.sqlserver.configuration.setupextension.resources.dll |
14.0.3035.2 |
347.296 |
07-Jul-2018 |
08:55 |
x86 |
Microsoft.sqlserver.configuration.sfc.resources.dll |
14.0.17041.0 |
160.504 |
05-Aug-2017 |
08:50 |
x86 |
Microsoft.sqlserver.configuration.slpextension.resources.dll |
14.0.3035.2 |
27.816 |
07-Jul-2018 |
08:55 |
x86 |
Microsoft.sqlserver.configuration.smartsetupextension.resources.dll |
14.0.3035.2 |
44.200 |
07-Jul-2018 |
08:33 |
x86 |
Microsoft.sqlserver.configuration.smo.resources.dll |
14.0.17041.0 |
909.048 |
05-Aug-2017 |
08:51 |
x86 |
Microsoft.sqlserver.configuration.smpy_configextension.resources.dll |
14.0.3035.2 |
22.176 |
07-Jul-2018 |
09:02 |
x86 |
Microsoft.sqlserver.configuration.smr_configextension.resources.dll |
14.0.3035.2 |
22.184 |
07-Jul-2018 |
09:02 |
x86 |
Microsoft.sqlserver.configuration.sniserverconfigext.resources.dll |
2017.140.1000.169 |
27.824 |
23-Aug-2017 |
08:20 |
x86 |
Microsoft.sqlserver.configuration.sqlbrowserextension.resources.dll |
14.0.3035.2 |
46.240 |
07-Jul-2018 |
09:02 |
x86 |
Microsoft.sqlserver.configuration.sqlconfigbase.resources.dll |
14.0.3035.2 |
24.744 |
07-Jul-2018 |
08:49 |
x86 |
Microsoft.sqlserver.configuration.sqlenum.resources.dll |
14.0.17041.0 |
868.088 |
05-Aug-2017 |
08:51 |
x86 |
Microsoft.sqlserver.configuration.sqlserver_configextension.resources.dll |
2017.140.3035.2 |
166.568 |
07-Jul-2018 |
08:55 |
x86 |
Microsoft.sqlserver.configuration.ssisextension.resources.dll |
14.0.3035.2 |
27.816 |
07-Jul-2018 |
08:55 |
x86 |
Microsoft.sqlserver.configuration.uiextension.resources.dll |
14.0.3035.2 |
28.328 |
07-Jul-2018 |
09:02 |
x86 |
Microsoft.sqlserver.configuration.utilityextension.resources.dll |
14.0.1000.169 |
22.712 |
23-Aug-2017 |
08:06 |
x86 |
Microsoft.sqlserver.configuration.wizardframework.resources.dll |
14.0.3035.2 |
63.144 |
07-Jul-2018 |
08:55 |
x86 |
Microsoft.sqlserver.configuration.xtp.configextension.resources.dll |
14.0.1000.169 |
21.688 |
23-Aug-2017 |
08:14 |
x86 |
Microsoft.sqlserver.deployment.resources.dll |
14.0.1000.169 |
21.176 |
23-Aug-2017 |
06:57 |
x86 |
Microsoft.sqlserver.discovery.resources.dll |
14.0.3035.2 |
89.760 |
07-Jul-2018 |
08:49 |
x86 |
Microsoft.sqlserver.management.controls.resources.dll |
14.0.17041.0 |
85.752 |
05-Aug-2017 |
08:50 |
x86 |
Microsoft.sqlserver.setup.chainer.workflow.resources.dll |
14.0.3035.2 |
33.952 |
07-Jul-2018 |
08:33 |
x86 |
Landingpage.resources.dll |
14.0.3035.2 |
83.624 |
07-Jul-2018 |
08:33 |
x86 |
Microsoft.netenterpriseservers.exceptionmessagebox.resources.dll |
14.0.1000.169 |
89.784 |
23-Aug-2017 |
06:57 |
x86 |
Microsoft.sql.chainer.package.resources.dll |
14.0.3035.2 |
28.320 |
07-Jul-2018 |
08:11 |
x86 |
Microsoft.sql.chainer.product.resources.dll |
14.0.3035.2 |
355.488 |
07-Jul-2018 |
08:09 |
x86 |
Microsoft.sqlserver.chainer.extensioncommon.resources.dll |
14.0.3035.2 |
41.128 |
07-Jul-2018 |
08:40 |
x86 |
Microsoft.sqlserver.chainer.infrastructure.resources.dll |
14.0.3035.2 |
47.272 |
07-Jul-2018 |
08:24 |
x86 |
Microsoft.sqlserver.chainer.setup.resources.dll |
14.0.3035.2 |
23.720 |
07-Jul-2018 |
09:09 |
x86 |
Microsoft.sqlserver.configuration.agentextension.resources.dll |
14.0.3035.2 |
36.520 |
07-Jul-2018 |
08:55 |
x86 |
Microsoft.sqlserver.configuration.asextension.resources.dll |
14.0.3035.2 |
77.472 |
07-Jul-2018 |
09:01 |
x86 |
Microsoft.sqlserver.configuration.bootstrapextension.resources.dll |
14.0.3035.2 |
32.936 |
07-Jul-2018 |
08:49 |
x86 |
Microsoft.sqlserver.configuration.cluster.resources.dll |
14.0.3035.2 |
179.872 |
07-Jul-2018 |
08:49 |
x86 |
Microsoft.sqlserver.configuration.configextension.resources.dll |
14.0.3035.2 |
24.744 |
07-Jul-2018 |
08:40 |
x86 |
Microsoft.sqlserver.configuration.connectioninfo.resources.dll |
14.0.17041.0 |
26.360 |
05-Aug-2017 |
08:51 |
x86 |
Microsoft.sqlserver.configuration.distributedreplayextension.resources.dll |
14.0.1000.169 |
27.320 |
23-Aug-2017 |
08:14 |
x86 |
Microsoft.sqlserver.configuration.dmf.common.resources.dll |
14.0.17041.0 |
25.336 |
05-Aug-2017 |
08:50 |
x86 |
Microsoft.sqlserver.configuration.dmf.resources.dll |
14.0.17041.0 |
39.672 |
05-Aug-2017 |
08:51 |
x86 |
Microsoft.sqlserver.configuration.extensibility_configextension.resources.dll |
14.0.3035.2 |
27.296 |
07-Jul-2018 |
09:01 |
x86 |
Microsoft.sqlserver.configuration.fulltext_configextension.resources.dll |
14.0.3035.2 |
26.280 |
07-Jul-2018 |
09:01 |
x86 |
Microsoft.sqlserver.configuration.impy_configextension.resources.dll |
14.0.3035.2 |
22.176 |
07-Jul-2018 |
09:01 |
x86 |
Microsoft.sqlserver.configuration.imr_configextension.resources.dll |
14.0.3035.2 |
22.184 |
07-Jul-2018 |
09:01 |
x86 |
Microsoft.sqlserver.configuration.installwizard.resources.dll |
14.0.3035.2 |
1.089.184 |
07-Jul-2018 |
09:01 |
x86 |
Microsoft.sqlserver.configuration.installwizardframework.resources.dll |
14.0.3035.2 |
23.208 |
07-Jul-2018 |
08:55 |
x86 |
Microsoft.sqlserver.configuration.ismasterextension.resources.dll |
14.0.1000.169 |
26.808 |
23-Aug-2017 |
08:14 |
x86 |
Microsoft.sqlserver.configuration.isworkerextension.resources.dll |
14.0.1000.169 |
25.784 |
23-Aug-2017 |
08:14 |
x86 |
Microsoft.sqlserver.configuration.managementtoolsextension.resources.dll |
14.0.3035.2 |
26.792 |
07-Jul-2018 |
09:09 |
x86 |
Microsoft.sqlserver.configuration.msiextension.resources.dll |
14.0.3035.2 |
79.520 |
07-Jul-2018 |
08:40 |
x86 |
Microsoft.sqlserver.configuration.polybaseconfigextension.resources.dll |
14.0.1000.169 |
50.872 |
23-Aug-2017 |
08:20 |
x86 |
Microsoft.sqlserver.configuration.powershellextension.resources.dll |
14.0.3035.2 |
26.792 |
07-Jul-2018 |
08:55 |
x86 |
Microsoft.sqlserver.configuration.repl_configextension.resources.dll |
14.0.3035.2 |
23.208 |
07-Jul-2018 |
08:55 |
x86 |
Microsoft.sqlserver.configuration.resources.dll |
14.0.3035.2 |
71.328 |
07-Jul-2018 |
08:49 |
x86 |
Microsoft.sqlserver.configuration.rsextension.resources.dll |
14.0.3035.2 |
67.752 |
07-Jul-2018 |
09:01 |
x86 |
Microsoft.sqlserver.configuration.rulesengineextension.resources.dll |
14.0.3035.2 |
38.048 |
07-Jul-2018 |
08:49 |
x86 |
Microsoft.sqlserver.configuration.saa_configextension.resources.dll |
14.0.1000.169 |
22.200 |
23-Aug-2017 |
08:24 |
x86 |
Microsoft.sqlserver.configuration.sco.resources.dll |
14.0.3035.2 |
868.520 |
07-Jul-2018 |
08:33 |
x86 |
Microsoft.sqlserver.configuration.scoextension.resources.dll |
14.0.1000.169 |
60.600 |
23-Aug-2017 |
07:36 |
x86 |
Microsoft.sqlserver.configuration.setupextension.resources.dll |
14.0.3035.2 |
326.816 |
07-Jul-2018 |
08:55 |
x86 |
Microsoft.sqlserver.configuration.sfc.resources.dll |
14.0.17041.0 |
158.968 |
05-Aug-2017 |
08:50 |
x86 |
Microsoft.sqlserver.configuration.slpextension.resources.dll |
14.0.3035.2 |
27.808 |
07-Jul-2018 |
08:55 |
x86 |
Microsoft.sqlserver.configuration.smartsetupextension.resources.dll |
14.0.3035.2 |
41.128 |
07-Jul-2018 |
08:33 |
x86 |
Microsoft.sqlserver.configuration.smo.resources.dll |
14.0.17041.0 |
866.040 |
05-Aug-2017 |
08:51 |
x86 |
Microsoft.sqlserver.configuration.smpy_configextension.resources.dll |
14.0.3035.2 |
22.184 |
07-Jul-2018 |
09:01 |
x86 |
Microsoft.sqlserver.configuration.smr_configextension.resources.dll |
14.0.3035.2 |
22.184 |
07-Jul-2018 |
09:01 |
x86 |
Microsoft.sqlserver.configuration.sniserverconfigext.resources.dll |
2017.140.1000.169 |
27.320 |
23-Aug-2017 |
08:20 |
x86 |
Microsoft.sqlserver.configuration.sqlbrowserextension.resources.dll |
14.0.3035.2 |
44.192 |
07-Jul-2018 |
09:01 |
x86 |
Microsoft.sqlserver.configuration.sqlconfigbase.resources.dll |
14.0.3035.2 |
24.232 |
07-Jul-2018 |
08:49 |
x86 |
Microsoft.sqlserver.configuration.sqlenum.resources.dll |
14.0.17041.0 |
867.064 |
05-Aug-2017 |
08:51 |
x86 |
Microsoft.sqlserver.configuration.sqlserver_configextension.resources.dll |
2017.140.3035.2 |
159.912 |
07-Jul-2018 |
08:55 |
x86 |
Microsoft.sqlserver.configuration.ssisextension.resources.dll |
14.0.3035.2 |
27.304 |
07-Jul-2018 |
08:55 |
x86 |
Microsoft.sqlserver.configuration.uiextension.resources.dll |
14.0.3035.2 |
27.808 |
07-Jul-2018 |
09:01 |
x86 |
Microsoft.sqlserver.configuration.utilityextension.resources.dll |
14.0.1000.169 |
22.200 |
23-Aug-2017 |
08:06 |
x86 |
Microsoft.sqlserver.configuration.wizardframework.resources.dll |
14.0.3035.2 |
63.136 |
07-Jul-2018 |
08:55 |
x86 |
Microsoft.sqlserver.configuration.xtp.configextension.resources.dll |
14.0.1000.169 |
21.688 |
23-Aug-2017 |
08:14 |
x86 |
Microsoft.sqlserver.deployment.resources.dll |
14.0.1000.169 |
21.176 |
23-Aug-2017 |
06:57 |
x86 |
Microsoft.sqlserver.discovery.resources.dll |
14.0.3035.2 |
89.760 |
07-Jul-2018 |
08:49 |
x86 |
Microsoft.sqlserver.management.controls.resources.dll |
14.0.17041.0 |
85.752 |
05-Aug-2017 |
08:50 |
x86 |
Microsoft.sqlserver.setup.chainer.workflow.resources.dll |
14.0.3035.2 |
32.936 |
07-Jul-2018 |
08:33 |
x86 |
Landingpage.resources.dll |
14.0.3035.2 |
83.616 |
07-Jul-2018 |
08:33 |
x86 |
Microsoft.netenterpriseservers.exceptionmessagebox.resources.dll |
14.0.1000.169 |
89.776 |
23-Aug-2017 |
06:58 |
x86 |
Microsoft.sql.chainer.package.resources.dll |
14.0.3035.2 |
28.328 |
07-Jul-2018 |
08:11 |
x86 |
Microsoft.sql.chainer.product.resources.dll |
14.0.3035.2 |
355.488 |
07-Jul-2018 |
08:09 |
x86 |
Microsoft.sqlserver.chainer.extensioncommon.resources.dll |
14.0.3035.2 |
40.608 |
07-Jul-2018 |
08:40 |
x86 |
Microsoft.sqlserver.chainer.infrastructure.resources.dll |
14.0.3035.2 |
46.752 |
07-Jul-2018 |
08:24 |
x86 |
Microsoft.sqlserver.chainer.setup.resources.dll |
14.0.3035.2 |
23.720 |
07-Jul-2018 |
09:09 |
x86 |
Microsoft.sqlserver.configuration.agentextension.resources.dll |
14.0.3035.2 |
35.496 |
07-Jul-2018 |
08:55 |
x86 |
Microsoft.sqlserver.configuration.asextension.resources.dll |
14.0.3035.2 |
76.448 |
07-Jul-2018 |
09:01 |
x86 |
Microsoft.sqlserver.configuration.bootstrapextension.resources.dll |
14.0.3035.2 |
32.928 |
07-Jul-2018 |
08:49 |
x86 |
Microsoft.sqlserver.configuration.cluster.resources.dll |
14.0.3035.2 |
172.192 |
07-Jul-2018 |
08:49 |
x86 |
Microsoft.sqlserver.configuration.configextension.resources.dll |
14.0.3035.2 |
24.744 |
07-Jul-2018 |
08:40 |
x86 |
Microsoft.sqlserver.configuration.connectioninfo.resources.dll |
14.0.17041.0 |
25.848 |
05-Aug-2017 |
08:51 |
x86 |
Microsoft.sqlserver.configuration.distributedreplayextension.resources.dll |
14.0.1000.169 |
27.320 |
23-Aug-2017 |
08:14 |
x86 |
Microsoft.sqlserver.configuration.dmf.common.resources.dll |
14.0.17041.0 |
24.824 |
05-Aug-2017 |
08:50 |
x86 |
Microsoft.sqlserver.configuration.dmf.resources.dll |
14.0.17041.0 |
38.648 |
05-Aug-2017 |
08:51 |
x86 |
Microsoft.sqlserver.configuration.extensibility_configextension.resources.dll |
14.0.3035.2 |
27.296 |
07-Jul-2018 |
09:01 |
x86 |
Microsoft.sqlserver.configuration.fulltext_configextension.resources.dll |
14.0.3035.2 |
26.816 |
07-Jul-2018 |
09:01 |
x86 |
Microsoft.sqlserver.configuration.impy_configextension.resources.dll |
14.0.3035.2 |
22.176 |
07-Jul-2018 |
09:01 |
x86 |
Microsoft.sqlserver.configuration.imr_configextension.resources.dll |
14.0.3035.2 |
22.176 |
07-Jul-2018 |
09:01 |
x86 |
Microsoft.sqlserver.configuration.installwizard.resources.dll |
14.0.3035.2 |
1.089.184 |
07-Jul-2018 |
09:01 |
x86 |
Microsoft.sqlserver.configuration.installwizardframework.resources.dll |
14.0.3035.2 |
23.208 |
07-Jul-2018 |
08:55 |
x86 |
Microsoft.sqlserver.configuration.ismasterextension.resources.dll |
14.0.1000.169 |
26.808 |
23-Aug-2017 |
08:14 |
x86 |
Microsoft.sqlserver.configuration.isworkerextension.resources.dll |
14.0.1000.169 |
25.784 |
23-Aug-2017 |
08:14 |
x86 |
Microsoft.sqlserver.configuration.managementtoolsextension.resources.dll |
14.0.3035.2 |
26.784 |
07-Jul-2018 |
09:09 |
x86 |
Microsoft.sqlserver.configuration.msiextension.resources.dll |
14.0.3035.2 |
79.016 |
07-Jul-2018 |
08:40 |
x86 |
Microsoft.sqlserver.configuration.polybaseconfigextension.resources.dll |
14.0.1000.169 |
50.872 |
23-Aug-2017 |
08:21 |
x86 |
Microsoft.sqlserver.configuration.powershellextension.resources.dll |
14.0.3035.2 |
26.792 |
07-Jul-2018 |
08:55 |
x86 |
Microsoft.sqlserver.configuration.repl_configextension.resources.dll |
14.0.3035.2 |
23.208 |
07-Jul-2018 |
08:55 |
x86 |
Microsoft.sqlserver.configuration.resources.dll |
14.0.3035.2 |
69.792 |
07-Jul-2018 |
08:49 |
x86 |
Microsoft.sqlserver.configuration.rsextension.resources.dll |
14.0.3035.2 |
67.744 |
07-Jul-2018 |
09:01 |
x86 |
Microsoft.sqlserver.configuration.rulesengineextension.resources.dll |
14.0.3035.2 |
38.056 |
07-Jul-2018 |
08:49 |
x86 |
Microsoft.sqlserver.configuration.saa_configextension.resources.dll |
14.0.1000.169 |
22.192 |
23-Aug-2017 |
08:24 |
x86 |
Microsoft.sqlserver.configuration.sco.resources.dll |
14.0.3035.2 |
935.584 |
07-Jul-2018 |
08:33 |
x86 |
Microsoft.sqlserver.configuration.scoextension.resources.dll |
14.0.1000.169 |
58.032 |
23-Aug-2017 |
07:36 |
x86 |
Microsoft.sqlserver.configuration.setupextension.resources.dll |
14.0.3035.2 |
324.256 |
07-Jul-2018 |
08:55 |
x86 |
Microsoft.sqlserver.configuration.sfc.resources.dll |
14.0.17041.0 |
157.432 |
05-Aug-2017 |
08:50 |
x86 |
Microsoft.sqlserver.configuration.slpextension.resources.dll |
14.0.3035.2 |
27.808 |
07-Jul-2018 |
08:55 |
x86 |
Microsoft.sqlserver.configuration.smartsetupextension.resources.dll |
14.0.3035.2 |
40.104 |
07-Jul-2018 |
08:33 |
x86 |
Microsoft.sqlserver.configuration.smo.resources.dll |
14.0.17041.0 |
853.240 |
05-Aug-2017 |
08:51 |
x86 |
Microsoft.sqlserver.configuration.smpy_configextension.resources.dll |
14.0.3035.2 |
22.184 |
07-Jul-2018 |
09:01 |
x86 |
Microsoft.sqlserver.configuration.smr_configextension.resources.dll |
14.0.3035.2 |
22.184 |
07-Jul-2018 |
09:01 |
x86 |
Microsoft.sqlserver.configuration.sniserverconfigext.resources.dll |
2017.140.1000.169 |
36.536 |
23-Aug-2017 |
08:21 |
x86 |
Microsoft.sqlserver.configuration.sqlbrowserextension.resources.dll |
14.0.3035.2 |
43.680 |
07-Jul-2018 |
09:01 |
x86 |
Microsoft.sqlserver.configuration.sqlconfigbase.resources.dll |
14.0.3035.2 |
24.232 |
07-Jul-2018 |
08:49 |
x86 |
Microsoft.sqlserver.configuration.sqlenum.resources.dll |
14.0.17041.0 |
866.552 |
05-Aug-2017 |
08:51 |
x86 |
Microsoft.sqlserver.configuration.sqlserver_configextension.resources.dll |
2017.140.3035.2 |
157.864 |
07-Jul-2018 |
08:55 |
x86 |
Microsoft.sqlserver.configuration.ssisextension.resources.dll |
14.0.3035.2 |
27.304 |
07-Jul-2018 |
08:55 |
x86 |
Microsoft.sqlserver.configuration.uiextension.resources.dll |
14.0.3035.2 |
27.296 |
07-Jul-2018 |
09:01 |
x86 |
Microsoft.sqlserver.configuration.utilityextension.resources.dll |
14.0.1000.169 |
22.200 |
23-Aug-2017 |
08:06 |
x86 |
Microsoft.sqlserver.configuration.wizardframework.resources.dll |
14.0.3035.2 |
62.632 |
07-Jul-2018 |
08:55 |
x86 |
Microsoft.sqlserver.configuration.xtp.configextension.resources.dll |
14.0.1000.169 |
22.200 |
23-Aug-2017 |
08:14 |
x86 |
Microsoft.sqlserver.deployment.resources.dll |
14.0.1000.169 |
21.176 |
23-Aug-2017 |
06:58 |
x86 |
Microsoft.sqlserver.discovery.resources.dll |
14.0.3035.2 |
89.248 |
07-Jul-2018 |
08:49 |
x86 |
Microsoft.sqlserver.management.controls.resources.dll |
14.0.17041.0 |
85.752 |
05-Aug-2017 |
08:50 |
x86 |
Microsoft.sqlserver.setup.chainer.workflow.resources.dll |
14.0.3035.2 |
32.936 |
07-Jul-2018 |
08:33 |
x86 |
Landingpage.resources.dll |
14.0.3035.2 |
88.224 |
07-Jul-2018 |
08:33 |
x86 |
Microsoft.netenterpriseservers.exceptionmessagebox.resources.dll |
14.0.1000.169 |
89.784 |
23-Aug-2017 |
06:58 |
x86 |
Microsoft.sql.chainer.package.resources.dll |
14.0.3035.2 |
28.320 |
07-Jul-2018 |
08:11 |
x86 |
Microsoft.sql.chainer.product.resources.dll |
14.0.3035.2 |
355.488 |
07-Jul-2018 |
08:10 |
x86 |
Microsoft.sqlserver.chainer.extensioncommon.resources.dll |
14.0.3035.2 |
43.680 |
07-Jul-2018 |
08:40 |
x86 |
Microsoft.sqlserver.chainer.infrastructure.resources.dll |
14.0.3035.2 |
53.408 |
07-Jul-2018 |
08:24 |
x86 |
Microsoft.sqlserver.chainer.setup.resources.dll |
14.0.3035.2 |
25.248 |
07-Jul-2018 |
09:09 |
x86 |
Microsoft.sqlserver.configuration.agentextension.resources.dll |
14.0.3035.2 |
40.104 |
07-Jul-2018 |
08:55 |
x86 |
Microsoft.sqlserver.configuration.asextension.resources.dll |
14.0.3035.2 |
86.688 |
07-Jul-2018 |
09:01 |
x86 |
Microsoft.sqlserver.configuration.bootstrapextension.resources.dll |
14.0.3035.2 |
38.048 |
07-Jul-2018 |
08:49 |
x86 |
Microsoft.sqlserver.configuration.cluster.resources.dll |
14.0.3035.2 |
203.944 |
07-Jul-2018 |
08:49 |
x86 |
Microsoft.sqlserver.configuration.configextension.resources.dll |
14.0.3035.2 |
26.280 |
07-Jul-2018 |
08:40 |
x86 |
Microsoft.sqlserver.configuration.connectioninfo.resources.dll |
14.0.17041.0 |
28.408 |
05-Aug-2017 |
08:51 |
x86 |
Microsoft.sqlserver.configuration.distributedreplayextension.resources.dll |
14.0.1000.169 |
28.856 |
23-Aug-2017 |
08:14 |
x86 |
Microsoft.sqlserver.configuration.dmf.common.resources.dll |
14.0.17041.0 |
26.360 |
05-Aug-2017 |
08:50 |
x86 |
Microsoft.sqlserver.configuration.dmf.resources.dll |
14.0.17041.0 |
45.304 |
05-Aug-2017 |
08:51 |
x86 |
Microsoft.sqlserver.configuration.extensibility_configextension.resources.dll |
14.0.3035.2 |
29.344 |
07-Jul-2018 |
09:01 |
x86 |
Microsoft.sqlserver.configuration.fulltext_configextension.resources.dll |
14.0.3035.2 |
28.320 |
07-Jul-2018 |
09:01 |
x86 |
Microsoft.sqlserver.configuration.impy_configextension.resources.dll |
14.0.3035.2 |
22.688 |
07-Jul-2018 |
09:01 |
x86 |
Microsoft.sqlserver.configuration.imr_configextension.resources.dll |
14.0.3035.2 |
22.688 |
07-Jul-2018 |
09:01 |
x86 |
Microsoft.sqlserver.configuration.installwizard.resources.dll |
14.0.3035.2 |
1.121.952 |
07-Jul-2018 |
09:01 |
x86 |
Microsoft.sqlserver.configuration.installwizardframework.resources.dll |
14.0.3035.2 |
23.208 |
07-Jul-2018 |
08:55 |
x86 |
Microsoft.sqlserver.configuration.ismasterextension.resources.dll |
14.0.1000.169 |
27.832 |
23-Aug-2017 |
08:14 |
x86 |
Microsoft.sqlserver.configuration.isworkerextension.resources.dll |
14.0.1000.169 |
26.808 |
23-Aug-2017 |
08:14 |
x86 |
Microsoft.sqlserver.configuration.managementtoolsextension.resources.dll |
14.0.3035.2 |
26.792 |
07-Jul-2018 |
09:09 |
x86 |
Microsoft.sqlserver.configuration.msiextension.resources.dll |
14.0.3035.2 |
90.816 |
07-Jul-2018 |
08:40 |
x86 |
Microsoft.sqlserver.configuration.polybaseconfigextension.resources.dll |
14.0.1000.169 |
54.456 |
23-Aug-2017 |
08:20 |
x86 |
Microsoft.sqlserver.configuration.powershellextension.resources.dll |
14.0.3035.2 |
27.304 |
07-Jul-2018 |
08:55 |
x86 |
Microsoft.sqlserver.configuration.repl_configextension.resources.dll |
14.0.3035.2 |
23.208 |
07-Jul-2018 |
08:55 |
x86 |
Microsoft.sqlserver.configuration.resources.dll |
14.0.3035.2 |
83.616 |
07-Jul-2018 |
08:49 |
x86 |
Microsoft.sqlserver.configuration.rsextension.resources.dll |
14.0.3035.2 |
81.064 |
07-Jul-2018 |
09:01 |
x86 |
Microsoft.sqlserver.configuration.rulesengineextension.resources.dll |
14.0.3035.2 |
40.096 |
07-Jul-2018 |
08:49 |
x86 |
Microsoft.sqlserver.configuration.saa_configextension.resources.dll |
14.0.1000.169 |
22.200 |
23-Aug-2017 |
08:24 |
x86 |
Microsoft.sqlserver.configuration.sco.resources.dll |
14.0.3035.2 |
1.264.808 |
07-Jul-2018 |
08:33 |
x86 |
Microsoft.sqlserver.configuration.scoextension.resources.dll |
14.0.1000.169 |
66.232 |
23-Aug-2017 |
07:36 |
x86 |
Microsoft.sqlserver.configuration.setupextension.resources.dll |
14.0.3035.2 |
375.976 |
07-Jul-2018 |
08:55 |
x86 |
Microsoft.sqlserver.configuration.sfc.resources.dll |
14.0.17041.0 |
163.576 |
05-Aug-2017 |
08:50 |
x86 |
Microsoft.sqlserver.configuration.slpextension.resources.dll |
14.0.3035.2 |
28.328 |
07-Jul-2018 |
08:55 |
x86 |
Microsoft.sqlserver.configuration.smartsetupextension.resources.dll |
14.0.3035.2 |
48.320 |
07-Jul-2018 |
08:33 |
x86 |
Microsoft.sqlserver.configuration.smo.resources.dll |
14.0.17041.0 |
1.092.344 |
05-Aug-2017 |
08:51 |
x86 |
Microsoft.sqlserver.configuration.smpy_configextension.resources.dll |
14.0.3035.2 |
22.688 |
07-Jul-2018 |
09:01 |
x86 |
Microsoft.sqlserver.configuration.smr_configextension.resources.dll |
14.0.3035.2 |
22.688 |
07-Jul-2018 |
09:01 |
x86 |
Microsoft.sqlserver.configuration.sniserverconfigext.resources.dll |
2017.140.1000.169 |
28.848 |
23-Aug-2017 |
08:20 |
x86 |
Microsoft.sqlserver.configuration.sqlbrowserextension.resources.dll |
14.0.3035.2 |
50.336 |
07-Jul-2018 |
09:01 |
x86 |
Microsoft.sqlserver.configuration.sqlconfigbase.resources.dll |
14.0.3035.2 |
25.760 |
07-Jul-2018 |
08:49 |
x86 |
Microsoft.sqlserver.configuration.sqlenum.resources.dll |
14.0.17041.0 |
869.624 |
05-Aug-2017 |
08:51 |
x86 |
Microsoft.sqlserver.configuration.sqlserver_configextension.resources.dll |
2017.140.3035.2 |
176.808 |
07-Jul-2018 |
08:55 |
x86 |
Microsoft.sqlserver.configuration.ssisextension.resources.dll |
14.0.3035.2 |
28.328 |
07-Jul-2018 |
08:55 |
x86 |
Microsoft.sqlserver.configuration.uiextension.resources.dll |
14.0.3035.2 |
29.344 |
07-Jul-2018 |
09:01 |
x86 |
Microsoft.sqlserver.configuration.utilityextension.resources.dll |
14.0.1000.169 |
22.712 |
23-Aug-2017 |
08:06 |
x86 |
Microsoft.sqlserver.configuration.wizardframework.resources.dll |
14.0.3035.2 |
63.656 |
07-Jul-2018 |
08:55 |
x86 |
Microsoft.sqlserver.configuration.xtp.configextension.resources.dll |
14.0.1000.169 |
22.200 |
23-Aug-2017 |
08:14 |
x86 |
Microsoft.sqlserver.deployment.resources.dll |
14.0.1000.169 |
21.176 |
23-Aug-2017 |
06:58 |
x86 |
Microsoft.sqlserver.discovery.resources.dll |
14.0.3035.2 |
89.768 |
07-Jul-2018 |
08:49 |
x86 |
Microsoft.sqlserver.management.controls.resources.dll |
14.0.17041.0 |
85.752 |
05-Aug-2017 |
08:50 |
x86 |
Microsoft.sqlserver.setup.chainer.workflow.resources.dll |
14.0.3035.2 |
35.496 |
07-Jul-2018 |
08:33 |
x86 |
Conn_info.msp |
Uygulanamaz |
1.392.640 |
07-Jul-2018 |
16:13 |
Uygulanamaz |
Masterdataservices.msi |
Uygulanamaz |
25.780.224 |
07-Jul-2018 |
16:39 |
Uygulanamaz |
Masterdataservicesexceladdin.msi |
Uygulanamaz |
3.231.744 |
07-Jul-2018 |
16:39 |
Uygulanamaz |
Rsfx.msi |
Uygulanamaz |
2.293.760 |
07-Jul-2018 |
16:16 |
Uygulanamaz |
Smo.msp |
Uygulanamaz |
2.940.928 |
07-Jul-2018 |
16:13 |
Uygulanamaz |
Smo_extensions.msp |
Uygulanamaz |
1.871.872 |
07-Jul-2018 |
16:13 |
Uygulanamaz |
Sql_as.msp |
Uygulanamaz |
107.507.712 |
07-Jul-2018 |
16:13 |
Uygulanamaz |
Sql_batchparser.msp |
Uygulanamaz |
1.482.752 |
07-Jul-2018 |
16:13 |
Uygulanamaz |
Sql_common_core.msp |
Uygulanamaz |
5.345.280 |
07-Jul-2018 |
16:13 |
Uygulanamaz |
Sql_dmf.msp |
Uygulanamaz |
1.470.464 |
07-Jul-2018 |
16:13 |
Uygulanamaz |
Sql_dreplay_client.msp |
Uygulanamaz |
1.810.432 |
07-Jul-2018 |
16:13 |
Uygulanamaz |
Sql_dreplay_controller.msp |
Uygulanamaz |
1.839.104 |
07-Jul-2018 |
16:13 |
Uygulanamaz |
Sql_engine_core_inst.msp |
Uygulanamaz |
80.871.424 |
07-Jul-2018 |
16:14 |
Uygulanamaz |
Sql_engine_core_shared.msp |
Uygulanamaz |
13.488.128 |
07-Jul-2018 |
16:19 |
Uygulanamaz |
Sql_extensibility.msp |
Uygulanamaz |
2.052.096 |
07-Jul-2018 |
16:19 |
Uygulanamaz |
Sql_fulltext.msp |
Uygulanamaz |
1.679.360 |
07-Jul-2018 |
16:19 |
Uygulanamaz |
Sql_inst_mpy.msp |
Uygulanamaz |
1.323.008 |
07-Jul-2018 |
16:19 |
Uygulanamaz |
Sql_inst_mr.msp |
Uygulanamaz |
1.323.008 |
07-Jul-2018 |
16:19 |
Uygulanamaz |
Sql_is.msp |
Uygulanamaz |
26.271.744 |
07-Jul-2018 |
16:19 |
Uygulanamaz |
Sql_is_worker.msp |
Uygulanamaz |
1.372.160 |
07-Jul-2018 |
16:19 |
Uygulanamaz |
Sql_polybase_core_inst.msp |
Uygulanamaz |
146.710.528 |
07-Jul-2018 |
16:19 |
Uygulanamaz |
Sql_shared_mpy.msp |
Uygulanamaz |
1.323.008 |
07-Jul-2018 |
16:19 |
Uygulanamaz |
Sql_shared_mr.msp |
Uygulanamaz |
1.323.008 |
07-Jul-2018 |
16:19 |
Uygulanamaz |
Sql_tools_extensions.msp |
Uygulanamaz |
14.794.752 |
07-Jul-2018 |
16:19 |
Uygulanamaz |
Sql_xevent.msp |
Uygulanamaz |
1.593.344 |
07-Jul-2018 |
16:19 |
Uygulanamaz |
Microsoft.netenterpriseservers.exceptionmessagebox.resources.dll |
14.0.1000.169 |
89.784 |
23-Aug-2017 |
06:58 |
x86 |
Microsoft.sqlserver.configuration.connectioninfo.resources.dll |
14.0.17041.0 |
25.336 |
05-Aug-2017 |
08:51 |
x86 |
Microsoft.sqlserver.configuration.sfc.resources.dll |
14.0.17041.0 |
155.896 |
05-Aug-2017 |
08:50 |
x86 |
Microsoft.sqlserver.configuration.smo.resources.dll |
14.0.17041.0 |
756.984 |
05-Aug-2017 |
08:51 |
x86 |
Microsoft.sqlserver.configuration.sniserverconfigext.resources.dll |
2017.140.1000.169 |
26.296 |
23-Aug-2017 |
08:21 |
x86 |
Microsoft.sqlserver.configuration.sqlenum.resources.dll |
14.0.17041.0 |
865.528 |
05-Aug-2017 |
08:51 |
x86 |
Microsoft.sqlserver.management.controls.resources.dll |
14.0.17041.0 |
85.752 |
05-Aug-2017 |
08:50 |
x86 |
Microsoft.netenterpriseservers.exceptionmessagebox.resources.dll |
14.0.1000.169 |
89.784 |
23-Aug-2017 |
06:58 |
x86 |
Microsoft.sqlserver.configuration.connectioninfo.resources.dll |
14.0.17041.0 |
25.336 |
05-Aug-2017 |
08:51 |
x86 |
Microsoft.sqlserver.configuration.sfc.resources.dll |
14.0.17041.0 |
155.896 |
05-Aug-2017 |
08:50 |
x86 |
Microsoft.sqlserver.configuration.smo.resources.dll |
14.0.17041.0 |
764.152 |
05-Aug-2017 |
08:51 |
x86 |
Microsoft.sqlserver.configuration.sniserverconfigext.resources.dll |
2017.140.1000.169 |
26.288 |
23-Aug-2017 |
08:20 |
x86 |
Microsoft.sqlserver.configuration.sqlenum.resources.dll |
14.0.17041.0 |
865.528 |
05-Aug-2017 |
08:51 |
x86 |
Microsoft.sqlserver.management.controls.resources.dll |
14.0.17041.0 |
85.752 |
05-Aug-2017 |
08:50 |
x86 |
Landingpage.resources.dll |
14.0.3035.2 |
81.576 |
07-Jul-2018 |
08:33 |
x86 |
Microsoft.sql.chainer.package.resources.dll |
14.0.3035.2 |
28.320 |
07-Jul-2018 |
08:11 |
x86 |
Microsoft.sql.chainer.product.resources.dll |
14.0.3035.2 |
355.488 |
07-Jul-2018 |
08:09 |
x86 |
Microsoft.sqlserver.chainer.extensioncommon.resources.dll |
14.0.3035.2 |
39.080 |
07-Jul-2018 |
08:40 |
x86 |
Microsoft.sqlserver.chainer.infrastructure.resources.dll |
14.0.3035.2 |
44.200 |
07-Jul-2018 |
08:24 |
x86 |
Microsoft.sqlserver.chainer.setup.resources.dll |
14.0.3035.2 |
23.200 |
07-Jul-2018 |
09:08 |
x86 |
Microsoft.sqlserver.configuration.agentextension.resources.dll |
14.0.3035.2 |
33.960 |
07-Jul-2018 |
08:55 |
x86 |
Microsoft.sqlserver.configuration.asextension.resources.dll |
14.0.3035.2 |
72.352 |
07-Jul-2018 |
09:01 |
x86 |
Microsoft.sqlserver.configuration.bootstrapextension.resources.dll |
14.0.3035.2 |
31.392 |
07-Jul-2018 |
08:48 |
x86 |
Microsoft.sqlserver.configuration.cluster.resources.dll |
14.0.3035.2 |
161.952 |
07-Jul-2018 |
08:48 |
x86 |
Microsoft.sqlserver.configuration.configextension.resources.dll |
14.0.3035.2 |
23.720 |
07-Jul-2018 |
08:40 |
x86 |
Microsoft.sqlserver.configuration.distributedreplayextension.resources.dll |
14.0.1000.169 |
26.808 |
23-Aug-2017 |
08:14 |
x86 |
Microsoft.sqlserver.configuration.dmf.common.resources.dll |
14.0.17041.0 |
24.312 |
05-Aug-2017 |
08:50 |
x86 |
Microsoft.sqlserver.configuration.dmf.resources.dll |
14.0.17041.0 |
36.600 |
05-Aug-2017 |
08:51 |
x86 |
Microsoft.sqlserver.configuration.extensibility_configextension.resources.dll |
14.0.3035.2 |
26.272 |
07-Jul-2018 |
09:01 |
x86 |
Microsoft.sqlserver.configuration.fulltext_configextension.resources.dll |
14.0.3035.2 |
25.768 |
07-Jul-2018 |
09:01 |
x86 |
Microsoft.sqlserver.configuration.impy_configextension.resources.dll |
14.0.3035.2 |
22.176 |
07-Jul-2018 |
09:01 |
x86 |
Microsoft.sqlserver.configuration.imr_configextension.resources.dll |
14.0.3035.2 |
22.184 |
07-Jul-2018 |
09:01 |
x86 |
Microsoft.sqlserver.configuration.installwizard.resources.dll |
14.0.3035.2 |
1.076.384 |
07-Jul-2018 |
09:01 |
x86 |
Microsoft.sqlserver.configuration.installwizardframework.resources.dll |
14.0.3035.2 |
23.200 |
07-Jul-2018 |
08:55 |
x86 |
Microsoft.sqlserver.configuration.ismasterextension.resources.dll |
14.0.1000.169 |
26.296 |
23-Aug-2017 |
08:14 |
x86 |
Microsoft.sqlserver.configuration.isworkerextension.resources.dll |
14.0.1000.169 |
25.272 |
23-Aug-2017 |
08:14 |
x86 |
Microsoft.sqlserver.configuration.managementtoolsextension.resources.dll |
14.0.3035.2 |
26.816 |
07-Jul-2018 |
09:08 |
x86 |
Microsoft.sqlserver.configuration.msiextension.resources.dll |
14.0.3035.2 |
74.920 |
07-Jul-2018 |
08:40 |
x86 |
Microsoft.sqlserver.configuration.polybaseconfigextension.resources.dll |
14.0.1000.169 |
49.336 |
23-Aug-2017 |
08:21 |
x86 |
Microsoft.sqlserver.configuration.powershellextension.resources.dll |
14.0.3035.2 |
26.792 |
07-Jul-2018 |
08:55 |
x86 |
Microsoft.sqlserver.configuration.repl_configextension.resources.dll |
14.0.3035.2 |
23.208 |
07-Jul-2018 |
08:55 |
x86 |
Microsoft.sqlserver.configuration.resources.dll |
14.0.3035.2 |
64.672 |
07-Jul-2018 |
08:48 |
x86 |
Microsoft.sqlserver.configuration.rsextension.resources.dll |
14.0.3035.2 |
61.600 |
07-Jul-2018 |
09:01 |
x86 |
Microsoft.sqlserver.configuration.rulesengineextension.resources.dll |
14.0.3035.2 |
37.024 |
07-Jul-2018 |
08:48 |
x86 |
Microsoft.sqlserver.configuration.saa_configextension.resources.dll |
14.0.1000.169 |
22.200 |
23-Aug-2017 |
08:24 |
x86 |
Microsoft.sqlserver.configuration.sco.resources.dll |
14.0.3035.2 |
777.408 |
07-Jul-2018 |
08:33 |
x86 |
Microsoft.sqlserver.configuration.scoextension.resources.dll |
14.0.1000.169 |
55.984 |
23-Aug-2017 |
07:36 |
x86 |
Microsoft.sqlserver.configuration.setupextension.resources.dll |
14.0.3035.2 |
304.808 |
07-Jul-2018 |
08:55 |
x86 |
Microsoft.sqlserver.configuration.slpextension.resources.dll |
14.0.3035.2 |
27.304 |
07-Jul-2018 |
08:55 |
x86 |
Microsoft.sqlserver.configuration.smartsetupextension.resources.dll |
14.0.3035.2 |
37.544 |
07-Jul-2018 |
08:33 |
x86 |
Microsoft.sqlserver.configuration.smpy_configextension.resources.dll |
14.0.3035.2 |
22.184 |
07-Jul-2018 |
09:01 |
x86 |
Microsoft.sqlserver.configuration.smr_configextension.resources.dll |
14.0.3035.2 |
22.176 |
07-Jul-2018 |
09:01 |
x86 |
Microsoft.sqlserver.configuration.sqlbrowserextension.resources.dll |
14.0.3035.2 |
41.632 |
07-Jul-2018 |
09:01 |
x86 |
Microsoft.sqlserver.configuration.sqlconfigbase.resources.dll |
14.0.3035.2 |
23.712 |
07-Jul-2018 |
08:48 |
x86 |
Microsoft.sqlserver.configuration.sqlserver_configextension.resources.dll |
2017.140.3035.2 |
149.664 |
07-Jul-2018 |
08:55 |
x86 |
Microsoft.sqlserver.configuration.ssisextension.resources.dll |
14.0.3035.2 |
27.304 |
07-Jul-2018 |
08:55 |
x86 |
Microsoft.sqlserver.configuration.uiextension.resources.dll |
14.0.3035.2 |
26.784 |
07-Jul-2018 |
09:01 |
x86 |
Microsoft.sqlserver.configuration.utilityextension.resources.dll |
14.0.1000.169 |
22.200 |
23-Aug-2017 |
08:06 |
x86 |
Microsoft.sqlserver.configuration.wizardframework.resources.dll |
14.0.3035.2 |
62.656 |
07-Jul-2018 |
08:55 |
x86 |
Microsoft.sqlserver.configuration.xtp.configextension.resources.dll |
14.0.1000.169 |
21.688 |
23-Aug-2017 |
08:14 |
x86 |
Microsoft.sqlserver.deployment.resources.dll |
14.0.1000.169 |
21.176 |
23-Aug-2017 |
06:58 |
x86 |
Microsoft.sqlserver.discovery.resources.dll |
14.0.3035.2 |
89.248 |
07-Jul-2018 |
08:48 |
x86 |
Microsoft.sqlserver.setup.chainer.workflow.resources.dll |
14.0.3035.2 |
32.424 |
07-Jul-2018 |
08:33 |
x86 |
Landingpage.resources.dll |
14.0.3035.2 |
81.576 |
07-Jul-2018 |
08:33 |
x86 |
Microsoft.sql.chainer.package.resources.dll |
14.0.3035.2 |
28.320 |
07-Jul-2018 |
08:10 |
x86 |
Microsoft.sql.chainer.product.resources.dll |
14.0.3035.2 |
355.488 |
07-Jul-2018 |
08:09 |
x86 |
Microsoft.sqlserver.chainer.extensioncommon.resources.dll |
14.0.3035.2 |
39.584 |
07-Jul-2018 |
08:40 |
x86 |
Microsoft.sqlserver.chainer.infrastructure.resources.dll |
14.0.3035.2 |
43.688 |
07-Jul-2018 |
08:24 |
x86 |
Microsoft.sqlserver.chainer.setup.resources.dll |
14.0.3035.2 |
23.200 |
07-Jul-2018 |
09:08 |
x86 |
Microsoft.sqlserver.configuration.agentextension.resources.dll |
14.0.3035.2 |
33.960 |
07-Jul-2018 |
08:55 |
x86 |
Microsoft.sqlserver.configuration.asextension.resources.dll |
14.0.3035.2 |
72.864 |
07-Jul-2018 |
09:01 |
x86 |
Microsoft.sqlserver.configuration.bootstrapextension.resources.dll |
14.0.3035.2 |
31.392 |
07-Jul-2018 |
08:49 |
x86 |
Microsoft.sqlserver.configuration.cluster.resources.dll |
14.0.3035.2 |
162.464 |
07-Jul-2018 |
08:49 |
x86 |
Microsoft.sqlserver.configuration.configextension.resources.dll |
14.0.3035.2 |
23.720 |
07-Jul-2018 |
08:40 |
x86 |
Microsoft.sqlserver.configuration.distributedreplayextension.resources.dll |
14.0.1000.169 |
26.808 |
23-Aug-2017 |
08:14 |
x86 |
Microsoft.sqlserver.configuration.dmf.common.resources.dll |
14.0.17041.0 |
24.312 |
05-Aug-2017 |
08:50 |
x86 |
Microsoft.sqlserver.configuration.dmf.resources.dll |
14.0.17041.0 |
36.600 |
05-Aug-2017 |
08:51 |
x86 |
Microsoft.sqlserver.configuration.extensibility_configextension.resources.dll |
14.0.3035.2 |
26.272 |
07-Jul-2018 |
09:01 |
x86 |
Microsoft.sqlserver.configuration.fulltext_configextension.resources.dll |
14.0.3035.2 |
25.760 |
07-Jul-2018 |
09:01 |
x86 |
Microsoft.sqlserver.configuration.impy_configextension.resources.dll |
14.0.3035.2 |
22.176 |
07-Jul-2018 |
09:01 |
x86 |
Microsoft.sqlserver.configuration.imr_configextension.resources.dll |
14.0.3035.2 |
22.184 |
07-Jul-2018 |
09:02 |
x86 |
Microsoft.sqlserver.configuration.installwizard.resources.dll |
14.0.3035.2 |
1.077.920 |
07-Jul-2018 |
09:01 |
x86 |
Microsoft.sqlserver.configuration.installwizardframework.resources.dll |
14.0.3035.2 |
23.208 |
07-Jul-2018 |
08:55 |
x86 |
Microsoft.sqlserver.configuration.ismasterextension.resources.dll |
14.0.1000.169 |
26.296 |
23-Aug-2017 |
08:14 |
x86 |
Microsoft.sqlserver.configuration.isworkerextension.resources.dll |
14.0.1000.169 |
25.272 |
23-Aug-2017 |
08:14 |
x86 |
Microsoft.sqlserver.configuration.managementtoolsextension.resources.dll |
14.0.3035.2 |
26.784 |
07-Jul-2018 |
09:08 |
x86 |
Microsoft.sqlserver.configuration.msiextension.resources.dll |
14.0.3035.2 |
75.432 |
07-Jul-2018 |
08:40 |
x86 |
Microsoft.sqlserver.configuration.polybaseconfigextension.resources.dll |
14.0.1000.169 |
49.336 |
23-Aug-2017 |
08:20 |
x86 |
Microsoft.sqlserver.configuration.powershellextension.resources.dll |
14.0.3035.2 |
26.792 |
07-Jul-2018 |
08:55 |
x86 |
Microsoft.sqlserver.configuration.repl_configextension.resources.dll |
14.0.3035.2 |
23.200 |
07-Jul-2018 |
08:55 |
x86 |
Microsoft.sqlserver.configuration.resources.dll |
14.0.3035.2 |
65.184 |
07-Jul-2018 |
08:49 |
x86 |
Microsoft.sqlserver.configuration.rsextension.resources.dll |
14.0.3035.2 |
61.600 |
07-Jul-2018 |
09:01 |
x86 |
Microsoft.sqlserver.configuration.rulesengineextension.resources.dll |
14.0.3035.2 |
37.024 |
07-Jul-2018 |
08:49 |
x86 |
Microsoft.sqlserver.configuration.saa_configextension.resources.dll |
14.0.1000.169 |
22.200 |
23-Aug-2017 |
08:24 |
x86 |
Microsoft.sqlserver.configuration.sco.resources.dll |
14.0.3035.2 |
769.696 |
07-Jul-2018 |
08:33 |
x86 |
Microsoft.sqlserver.configuration.scoextension.resources.dll |
14.0.1000.169 |
55.480 |
23-Aug-2017 |
07:36 |
x86 |
Microsoft.sqlserver.configuration.setupextension.resources.dll |
14.0.3035.2 |
305.832 |
07-Jul-2018 |
08:55 |
x86 |
Microsoft.sqlserver.configuration.slpextension.resources.dll |
14.0.3035.2 |
27.296 |
07-Jul-2018 |
08:55 |
x86 |
Microsoft.sqlserver.configuration.smartsetupextension.resources.dll |
14.0.3035.2 |
37.568 |
07-Jul-2018 |
08:33 |
x86 |
Microsoft.sqlserver.configuration.smpy_configextension.resources.dll |
14.0.3035.2 |
22.176 |
07-Jul-2018 |
09:01 |
x86 |
Microsoft.sqlserver.configuration.smr_configextension.resources.dll |
14.0.3035.2 |
22.176 |
07-Jul-2018 |
09:01 |
x86 |
Microsoft.sqlserver.configuration.sqlbrowserextension.resources.dll |
14.0.3035.2 |
41.632 |
07-Jul-2018 |
09:01 |
x86 |
Microsoft.sqlserver.configuration.sqlconfigbase.resources.dll |
14.0.3035.2 |
23.720 |
07-Jul-2018 |
08:49 |
x86 |
Microsoft.sqlserver.configuration.sqlserver_configextension.resources.dll |
2017.140.3035.2 |
150.184 |
07-Jul-2018 |
08:55 |
x86 |
Microsoft.sqlserver.configuration.ssisextension.resources.dll |
14.0.3035.2 |
27.304 |
07-Jul-2018 |
08:55 |
x86 |
Microsoft.sqlserver.configuration.uiextension.resources.dll |
14.0.3035.2 |
26.784 |
07-Jul-2018 |
09:01 |
x86 |
Microsoft.sqlserver.configuration.utilityextension.resources.dll |
14.0.1000.169 |
22.200 |
23-Aug-2017 |
08:06 |
x86 |
Microsoft.sqlserver.configuration.wizardframework.resources.dll |
14.0.3035.2 |
62.624 |
07-Jul-2018 |
08:55 |
x86 |
Microsoft.sqlserver.configuration.xtp.configextension.resources.dll |
14.0.1000.169 |
21.688 |
23-Aug-2017 |
08:14 |
x86 |
Microsoft.sqlserver.deployment.resources.dll |
14.0.1000.169 |
21.168 |
23-Aug-2017 |
06:58 |
x86 |
Microsoft.sqlserver.discovery.resources.dll |
14.0.3035.2 |
89.248 |
07-Jul-2018 |
08:49 |
x86 |
Microsoft.sqlserver.setup.chainer.workflow.resources.dll |
14.0.3035.2 |
32.416 |
07-Jul-2018 |
08:33 |
x86 |