Résumé
Cette mise à jour de sécurité contient quatre correctifs et résout des vulnérabilités. Pour en savoir plus sur ces vulnérabilités, consultez les avis de sécurité suivants :
-
CVE-2024-37965 – Vulnérabilité d’élévation de privilège Microsoft SQL Server
-
CVE-2024-37980 – Microsoft SQL Server vulnérabilité d’élévation de privilèges
-
CVE-2024-43474 – Vulnérabilité de divulgation d’informations SQL Server
Les composants de Microsoft SQL Server ont été mis à jour vers les builds suivantes dans cette mise à jour de sécurité :
-
SQL Server – Version du produit : 14.0.2060.1, version du fichier : 2017.140.2060.1
Problèmes connus dans cette mise à jour
La tâche de capture CDC peut échouer si des colonnes sont manquantes dans les tables de modifications CDC
Après avoir appliqué cette mise à jour de sécurité, vous pourriez rencontrer les symptômes suivants dans vos bases de données pour lesquelles la capture des données modifiées (CDC) est activée :
-
Si vos tables compatibles CDC comportent des colonnes dont les noms contiennent des virgules, ces colonnes peuvent être manquantes dans vos tables de suivi CDC (cdc.<capture_instance>_CT). Cette condition peut entraîner l’échec de la tâche de capture. La vue de gestion dynamique (DMV) sys.dm_cdc_errors renverrait alors les messages d’erreur suivants :
Erreur 22863 : « Échec de l'insertion de lignes dans les tables de modifications de Change Data Capture. Reportez-vous aux erreurs précédentes de la session en cours pour identifier la cause et corriger les problèmes associés.
Les erreurs précédentes peuvent inclure 8144 (trop d'arguments) ou 257 (erreurs de conversion) ou 201 (paramètre attendu non fourni) en raison de colonnes manquantes.
Remarque: Ce symptôme se produit également si vous utilisez l'option KEEP_CDC lorsque vous restaurez une base de données sur laquelle CDC est activé et que vos tables compatibles CDC contiennent des colonnes dont les noms contiennent des virgules.
-
Votre application qui utilise les tables de modifications CDC peut échouer et renvoyer une erreur de colonne inconnue si la colonne est manquante. Par exemple, si le nom de votre colonne était <Customer,id>, vous pourriez recevoir le message d'erreur suivant :
Msg 207, Niveau 16, État 1, Ligne <LineNumber> Nom de colonne non valide « Client,id ».
-
Dans le journal des erreurs SQL Server, vous pouvez voir l’erreur suivante même si la mise à niveau de GDR est signalée comme réussie :
<DateTime> Impossible de mettre à niveau la base de données 'DatabaseName'. L'erreur « 22841 » a été générée : « Impossible de mettre à niveau les métadonnées de la base de données « DatabaseName » qui est activée pour la capture de données modifiées. L'échec s'est produit lors de l'exécution de l'action '(null)'. L'erreur renvoyée était 4924 : « ligne <LineNumber>, état 1, ALTER TABLE DROP COLUMN a échoué car la colonne « ColumnName » n'existe pas dans la table « TableName ». ». Utilisez l'action et l'erreur pour déterminer la cause de l'échec et soumettre à nouveau la demande. Utilisez l’erreur signalée pour déterminer la cause de l’échec, puis exécutez sys.sp_cdc_vupgrade dans le contexte de la base de données pour réexécuter la mise à niveau. <DateTime> sp_vupgrade_replication exécuté avec succès.
-
Si vous utilisez l'option KEEP_CDC lorsque vous restaurez une base de données pour laquelle CDC est activé, le processus de restauration peut échouer et générer une erreur vers la fin. La base de données est restaurée avec succès et renvoie le message d'erreur suivant :
100 pour cent transformé. 768 pages traitées pour la base de données « DatabaseName », fichier « FileName » sur le fichier 1. Traitement de 2 pages pour la base de données ' DatabaseName ', fichier ' FileName ' sur le fichier 1. Exécution DBCC terminée. Si DBCC affiche des messages d'erreur, contactez votre administrateur système. Msg 22841, Niveau 16, État 1, Procédure sys.sp_cdc_vupgrade, Ligne <LineNumber> [Ligne de début de lot 0] Impossible de mettre à niveau les métadonnées de la base de données « DatabaseName » qui est activée pour la capture de données modifiées. L'échec s'est produit lors de l'exécution de l'action '(null)'. L'erreur renvoyée était 4924 : « ligne <LineNumber>, état 1, ALTER TABLE DROP COLUMN a échoué car la colonne « Column&ID » n'existe pas dans la table « dbo_CDCTableTest_CT ». ». Utilisez l’action et l’erreur pour déterminer la cause de l’échec et soumettre à nouveau la demande. RESTORE DATABASE a traité avec succès 770 pages en 0,270 seconde (22,265 Mo/sec).
Cause
Ce problème se produit dans l’une des situations suivantes :
-
Si une colonne dont le nom contient une virgule existe dans la table de suivi CDC (cdc.<capture_instance>_CT), la colonne peut être supprimée en raison d'erreurs fonctionnelles dans le processus de mise à niveau CDC.
-
La procédure stockée Sp_vupgrade_replication est appelée par un processus de restauration de base de données ou pendant un processus de mise à niveau de SQL Server. Cette action peut échouer si une table de suivi CDC (cdc.<capture_instance>_CT) comporte des colonnes dont le nom contient un symbole, tel que &, <, >, ou des caractères dont le code décimal ASCII est inférieur à 32 (sauf 9-Tab et 10-LineFeed). Ce problème se produit en raison de l’utilisation de FOR XML PATH dans le processus de mise à niveau du CDC et parce que les règles qui s’appliquent aux noms de colonnes ont changé. Pour plus d'informations, voir Caractères non valides et règles d'échappement.
Remarque : Seules les colonnes décrites ici sont concernées par ce problème.
Solution de contournement
Pour contourner ce problème, appliquez l'une des méthodes suivantes :
-
Pour éviter que des colonnes ne soient supprimées et ne provoquent l'échec d'une restauration ou d'une mise à niveau CDC, vous pouvez utiliser l'indicateur de trace (TF) T15006 avant de mettre à niveau la version GDR :
-
Ouvrez le Gestionnaire de configuration SQL Server.
-
Sélectionnez et cliquez avec le bouton droit sur votre instance SQL Server, puis sélectionnez Propriétés.
-
Accédez à l’onglet Paramètres de démarrage.
-
Ajoutez TF T15006.
-
Sélectionnez Ajoutez > Appliquez.
-
Redémarrez le service SQL Server.
-
Effectuer la mise à niveau. L'indicateur de trace sera actif pendant la mise à niveau.
-
-
Si vous avez appliqué GDR et que les colonnes dont les noms contiennent des virgules ont été supprimées des tables de suivi CDC (cdc.<capture_instance>_CT), vous pouvez atténuer ce problème comme suit :
-
Ajoutez TF T15006, puis redémarrez le service SQL Server comme décrit dans la première résolution.
-
Si le scénario de restauration de la base de données est affecté, lancez un autre processus de restauration de la base de données.
-
Si la mise à niveau GDR entraîne la suppression des colonnes, désactivez et activez CDC sur la table affectée en utilisant sp_cdc_disable_table et sp_cdc_enable_table.
Remarque : La désactivation et la réactivation de CDC sur la table affectée entraîneront la perte des données modifiées.
-
Améliorations et correctifs inclus dans cette mise à jour
Un classeur Microsoft Excel téléchargeable contenant une liste récapitulative des versions, ainsi que leur cycle de vie actuel, est disponible. Le fichier Excel contient également des listes de correctifs détaillées. Téléchargez maintenant ce fichier Excel.
Remarque : Les entrées individuelles figurant dans le tableau suivant peuvent être référencées directement via un signet. Si vous sélectionnez un ID de référence de bogue dans le tableau, une balise de signet est ajoutée à l’URL au format « #bkmk_NNNNNNN ». Vous pouvez ensuite partager cette URL avec d’autres personnes afin qu’elles puissent accéder directement au correctif souhaité dans le tableau.
|
Référence de bogue |
Description |
Domaine du correctif |
Composant |
Platform |
|---|---|---|---|---|
|
Ajout d'une validation du paramètre MODÈLE lors de l'exécution de PREDICT afin d'éviter les erreurs dues à l'introduction de modèles erronés. |
Moteur SQL Server |
Exécution de la requête |
Tous |
|
|
Améliore la sécurité de la fonction de capture des données de modification (CDC) en ajoutant une capacité de verrouillage de la définition des métadonnées pour bloquer les opérations du langage de définition des données (DDL). |
Moteur SQL Server |
Réplication |
Tous |
|
|
Résout un problème à cause duquel les noms de table et de colonne lus à partir des métadonnées de base de données ne sont pas correctement cités dans certains cas lors de la création de lots SQL Server internes dans des procédures stockées qui gèrent des tables temporelles. Une fois le correctif appliqué, la citation est correctement effectuée. |
Moteur SQL Server |
Temporel |
Tous |
Procédure d'obtention et d'installation de la mise à jour
Cette mise à jour est disponible via Windows Update. Si vous activez les mises à jour automatiques, cette mise à jour est téléchargée et installée automatiquement si elle s’applique à votre ordinateur. Pour plus d’informations sur l’activation des mises à jour automatiques, consultez l’article Windows Update : FAQ.
Pour obtenir le package autonome de cette mise à jour, accédez au site web du catalogue Microsoft Update.
Remarque La logique de détection a été mise à jour pour cette publication de sécurité et pour les publications ultérieures sur le site web Catalogue Microsoft Update. Pour plus d’informations, consultez l’article Mises à jour de la logique de détection Microsoft Update pour la maintenance SQL Server.
Vous pouvez télécharger le fichier suivant à partir du Centre de téléchargement Microsoft :
Pour plus d’informations sur la procédure de téléchargement des fichiers du Support technique Microsoft, cliquez sur le numéro ci-dessous pour afficher l’article correspondant dans la Base de connaissances Microsoft :
Comment obtenir des fichiers de soutien technique Microsoft auprès des services en ligne
Microsoft a recherché les virus dans ce fichier à l’aide des logiciels de détection de virus les plus récents à la date de publication de ce fichier. Le fichier est stocké sur des serveurs sécurisés, ce qui empêche toute modification non autorisée du fichier.
Important : Si vous installez un module linguistique après cette mise à jour, vous devez réinstaller cette mise à jour. Par conséquent, nous vous conseillons d’installer les modules linguistiques nécessaires avant cette mise à jour. Pour plus d’informations, consultez l’article Ajouter des modules linguistiques à Windows.
Remarque : Cette mise à jour est disponible par le biais du Catalogue Microsoft Update pour tous les serveurs SQL Server, même si Reporting Services n’est pas installé. L’installation de cette mise à jour de sécurité est facultative pour les ordinateurs qui n’hébergent pas Microsoft SQL Server Reporting Services.
Informations supplémentaires
Pour appliquer cette mise à jour, vous devez avoir installé SQL Server 2017 ou un correctif logiciel grand public (GDR) pour SQL Server 2017 par le biais de SQL Server 2017 GDR.
Pour plus d’informations sur le déploiement de cette mise à jour, consultez la page Déploiements - Guide des mises à jour de sécurité.
|
Nom du fichier |
Hachage SHA-256 |
|---|---|
|
SQLServer2017-KB5042217-x64.exe |
4F74427B41B10C7DBACD665FAE564F33F08FD3FE3CF310494502C0AE8ADCAFAF |
Informations sur les fichiers
La version anglaise de ce package dispose des attributs de fichier répertoriés dans le tableau suivant ou ceux d’une version ultérieure. Les date et heure de création de ces fichiers sont exprimées en temps universel coordonné (UTC). Lorsque vous affichez les informations des fichiers, les données sont converties en heure locale. Pour connaître le décalage entre l’heure UTC et l’heure locale, utilisez l’onglet Fuseau horaire dans l’élément Date et heure du Panneau de configuration.
|
Nom du fichier |
Version du fichier |
Taille du fichier |
Date |
Time |
Platform |
|
Mediainfo.xml |
Non applicable |
11:20 |
31-juill-24 |
02:02 |
Non applicable |
|
Setup ou Setup.exe |
2017.140.2060.1 |
114 232 |
30-juill-24 |
22:31 |
x64 |
|
Setup.exe.config |
Non applicable |
344 |
29-juill-24 |
16:08 |
Non applicable |
|
Sqlsetupbootstrapper.dll |
2017.140.2060.1 |
267 304 |
30-juill-24 |
22:31 |
x64 |
|
Finish.rtf |
Non applicable |
40,427 |
29-juill-24 |
16:08 |
Non applicable |
|
Pythonlicense.rtf |
Non applicable |
50,561 |
29-juill-24 |
14:33 |
Non applicable |
|
Ropenlicense.rtf |
Non applicable |
37,940 |
29-juill-24 |
14:33 |
Non applicable |
|
Update_license.rtf |
Non applicable |
124,685 |
29-juill-24 |
14:32 |
Non applicable |
|
Finish.rtf |
Non applicable |
40,425 |
29-juill-24 |
16:10 |
Non applicable |
|
Pythonlicense.rtf |
Non applicable |
44,183 |
30-juill-24 |
22:24 |
Non applicable |
|
Ropenlicense.rtf |
Non applicable |
33,216 |
29-juill-24 |
20:59 |
Non applicable |
|
Update_license.rtf |
Non applicable |
123,965 |
30-juill-24 |
2,225 |
Non applicable |
|
Mediainfo.xml |
Non applicable |
11:20 |
31-juill-24 |
02:02 |
Non applicable |
|
Finish.rtf |
Non applicable |
38,372 |
30-juill-24 |
2,348 |
Non applicable |
|
Pythonlicense.rtf |
Non applicable |
45,402 |
29-juill-24 |
03:21 |
Non applicable |
|
Ropenlicense.rtf |
Non applicable |
911 |
29-juill-24 |
21:04 |
Non applicable |
|
Update_license.rtf |
Non applicable |
64,233 |
29-juill-24 |
03:21 |
Non applicable |
|
Sqlbrowser.msp |
Non applicable |
5 103 616 |
31-juill-24 |
02:51 |
Non applicable |
|
Sqlsupport.msi |
Non applicable |
19 648 512 |
31-juill-24 |
02:53 |
Non applicable |
|
Msodbcsql.msi |
Non applicable |
4,284,416 |
31-juill-24 |
02:53 |
Non applicable |
|
Sqllocaldb.msi |
Non applicable |
48 832 512 |
31-juill-24 |
02:53 |
Non applicable |
|
Sqlwriter.msp |
Non applicable |
2,179,072 |
31-juill-24 |
02:51 |
Non applicable |
|
Finish.rtf |
Non applicable |
40,429 |
31-juill-24 |
0.0.0.0 |
Non applicable |
|
Pythonlicense.rtf |
Non applicable |
43,682 |
29-juill-24 |
14:25 |
Non applicable |
|
Ropenlicense.rtf |
Non applicable |
33,582 |
30-juill-24 |
22:31 |
Non applicable |
|
Update_license.rtf |
Non applicable |
123,629 |
29-juill-24 |
14:26 |
Non applicable |
|
Finish.rtf |
Non applicable |
40,427 |
29-juill-24 |
16:02 |
Non applicable |
|
Pythonlicense.rtf |
Non applicable |
40,862 |
29-juill-24 |
1,424 |
Non applicable |
|
Ropenlicense.rtf |
Non applicable |
33,141 |
29-juill-24 |
1,424 |
Non applicable |
|
Update_license.rtf |
Non applicable |
123,682 |
30-juill-24 |
01:22:32 AM |
Non applicable |
|
Finish.rtf |
Non applicable |
40,425 |
31-juill-24 |
0.0.0.0 |
Non applicable |
|
Pythonlicense.rtf |
Non applicable |
52,334 |
29-juill-24 |
1 428 |
Non applicable |
|
Ropenlicense.rtf |
Non applicable |
37,434 |
29-juill-24 |
1 428 |
Non applicable |
|
Update_license.rtf |
Non applicable |
128,775 |
29-juill-24 |
1 428 |
Non applicable |
|
Finish.rtf |
Non applicable |
40,425 |
29-juill-24 |
22:30 |
Non applicable |
|
Pythonlicense.rtf |
Non applicable |
57,942 |
29-juill-24 |
21:00 |
Non applicable |
|
Ropenlicense.rtf |
Non applicable |
47,219 |
29-juill-24 |
21:00 |
Non applicable |
|
Update_license.rtf |
Non applicable |
146,899 |
29-juill-24 |
21:00 |
Non applicable |
|
Finish.rtf |
Non applicable |
40,423 |
31-juill-24 |
0.0.0.0 |
Non applicable |
|
Pythonlicense.rtf |
Non applicable |
43,688 |
30-juill-24 |
22:30 |
Non applicable |
|
Ropenlicense.rtf |
Non applicable |
33,584 |
30-juill-24 |
22:29 |
Non applicable |
|
Update_license.rtf |
Non applicable |
124,124 |
30-juill-24 |
22:31 |
Non applicable |
|
Finish.rtf |
Non applicable |
40,423 |
29-juill-24 |
15:59 |
Non applicable |
|
Pythonlicense.rtf |
Non applicable |
46,669 |
29-juill-24 |
20:59 |
Non applicable |
|
Ropenlicense.rtf |
Non applicable |
36,232 |
29-juill-24 |
20:59 |
Non applicable |
|
Update_license.rtf |
Non applicable |
126,361 |
29-juill-24 |
20:58 |
Non applicable |
|
Finish.rtf |
Non applicable |
40,427 |
29-juill-24 |
15:57 |
Non applicable |
|
Pythonlicense.rtf |
Non applicable |
48,793 |
30-juill-24 |
01:22:34 AM |
Non applicable |
|
Ropenlicense.rtf |
Non applicable |
37,540 |
29-juill-24 |
14:26 |
Non applicable |
|
Update_license.rtf |
Non applicable |
124,998 |
29-juill-24 |
14:26 |
Non applicable |
|
Finish.rtf |
Non applicable |
40,427 |
31-juill-24 |
00:05 |
Non applicable |
|
Pythonlicense.rtf |
Non applicable |
43,446 |
29-juill-24 |
1,429 |
Non applicable |
|
Ropenlicense.rtf |
Non applicable |
33,275 |
29-juill-24 |
14:30 |
Non applicable |
|
Update_license.rtf |
Non applicable |
124,584 |
29-juill-24 |
14:30 |
Non applicable |
|
Setup.rll |
2017.140.2060.1 |
19,408 |
30-juill-24 |
22:31 |
Non applicable |
|
Addnode.xml |
Non applicable |
10,653 |
31-juill-24 |
02:00 |
Non applicable |
|
Completeclusterwizard.xml |
Non applicable |
11,319 |
29-juill-24 |
1,612 |
Non applicable |
|
Completeimagewizard.xml |
Non applicable |
14,731 |
31-juill-24 |
03:00 |
Non applicable |
|
Componentupdate.xml |
Non applicable |
3,061 |
29-juill-24 |
16:10 |
Non applicable |
|
Configuration.uicfg |
Non applicable |
6,927 |
31-juill-24 |
03:00 |
Non applicable |
|
Editionupgradewizard.xml |
Non applicable |
5,673 |
31-juill-24 |
02:00 |
Non applicable |
|
Fixsqlregistrykey_x64.exe |
14.0.1000.169 |
48,312 |
31-juill-24 |
03:00 |
x64 |
|
Fixsqlregistrykey_x64.exe.config |
Non applicable |
344 |
29-juill-24 |
16:08 |
Non applicable |
|
Fixsqlregistrykey_x86.exe |
14.0.1000.169 |
48,824 |
29-juill-24 |
16:01 |
x86 |
|
Fixsqlregistrykey_x86.exe.config |
Non applicable |
344 |
29-juill-24 |
16:08 |
Non applicable |
|
Fusioncheck.dll |
2017.140.2060.1 |
98 240 |
30-juill-24 |
22:31 |
x64 |
|
Installclusterwizard.xml |
Non applicable |
18,002 |
31-juill-24 |
00:04 |
Non applicable |
|
Installwizard.xml |
Non applicable |
19,498 |
31-juill-24 |
00:04 |
Non applicable |
|
Instapi140.dll |
2017.140.2060.1 |
63,424 |
30-juill-24 |
22:19 |
x64 |
|
Landingpage.exe |
14.0.2060.1 |
436 264 |
30-juill-24 |
22:31 |
x64 |
|
Landingpage.exe.config |
Non applicable |
344 |
29-juill-24 |
16:08 |
Non applicable |
|
Microsoft.analysisservices.adomdclient.dll |
14.0.6.471 |
1 083 336 |
29-juill-24 |
03:21 |
x86 |
|
Microsoft.analysisservices.core.dll |
14.0.6.471 |
1 376 168 |
29-juill-24 |
21:02 |
x86 |
|
Microsoft.analysisservices.dll |
14.0.6.471 |
705 952 |
29-juill-24 |
21:00 |
x86 |
|
Microsoft.analysisservices.spclient.interfaces.dll |
14.0.6.471 |
27,048 |
29-juill-24 |
21:02 |
x86 |
|
Microsoft.analysisservices.tabular.dll |
14.0.6.471 |
978 344 |
29-juill-24 |
21:00 |
x86 |
|
Microsoft.analysisservices.tabular.json.dll |
14.0.6.471 |
514 984 |
29-juill-24 |
21:02 |
x86 |
|
Microsoft.diagnostics.tracing.eventsource.dll |
1.1.26.0 |
167,728 |
29-juill-24 |
15:38 |
x86 |
|
Microsoft.netenterpriseservers.exceptionmessagebox.dll |
14.0.1000.169 |
137,904 |
30-juill-24 |
2,350 |
x86 |
|
Microsoft.sql.chainer.package.dll |
14.0.2060.1 |
36,800 |
30-juill-24 |
22:31 |
x86 |
|
Microsoft.sql.chainer.package.xmlserializers.dll |
14.0.2060.1 |
65,064 |
30-juill-24 |
22:31 |
x86 |
|
Microsoft.sql.chainer.packagedata.dll |
14.0.2060.1 |
146 368 |
30-juill-24 |
22:31 |
x86 |
|
Microsoft.sql.chainer.product.dll |
14.0.2060.1 |
370 216 |
30-juill-24 |
22:31 |
x86 |
|
Microsoft.sql.chainer.product.xmlserializers.dll |
14.0.2060.1 |
64,448 |
30-juill-24 |
22:31 |
x86 |
|
Microsoft.sqlserver.chainer.extensioncommon.dll |
14.0.2060.1 |
107 464 |
30-juill-24 |
22:31 |
x86 |
|
Microsoft.sqlserver.chainer.extensioncommon.xmlserializers.dll |
14.0.2060.1 |
79,824 |
30-juill-24 |
22:31 |
x86 |
|
Microsoft.sqlserver.chainer.infrastructure.dll |
14.0.2060.1 |
404 008 |
30-juill-24 |
22:31 |
x86 |
|
Microsoft.sqlserver.chainer.infrastructure.xmlserializers.dll |
14.0.2060.1 |
201 256 |
30-juill-24 |
22:31 |
x86 |
|
Microsoft.sqlserver.chainer.workflowdata.dll |
14.0.2060.1 |
818 624 |
30-juill-24 |
22:31 |
x86 |
|
Microsoft.sqlserver.chainer.workflowdata.xmlserializers.dll |
14.0.2060.1 |
400 320 |
30-juill-24 |
22:31 |
x86 |
|
Microsoft.sqlserver.configuration.agentextension.dll |
14.0.2060.1 |
128 464 |
30-juill-24 |
22:31 |
x86 |
|
Microsoft.sqlserver.configuration.asextension.dll |
14.0.2060.1 |
400 320 |
30-juill-24 |
22:31 |
x86 |
|
Microsoft.sqlserver.configuration.astelemetryextension.dll |
14.0.1000.169 |
72,888 |
29-juill-24 |
16:07 |
x64 |
|
Microsoft.sqlserver.configuration.bootstrapextension.dll |
14.0.2060.1 |
71,104 |
30-juill-24 |
22:31 |
x86 |
|
Microsoft.sqlserver.configuration.bootstrapextension.xmlserializers.dll |
14.0.2060.1 |
26,152 |
30-juill-24 |
22:31 |
x86 |
|
Microsoft.sqlserver.configuration.cluster.dll |
14.0.2060.1 |
698 408 |
30-juill-24 |
22:31 |
x86 |
|
Microsoft.sqlserver.configuration.cluster.xmlserializers.dll |
14.0.2060.1 |
337,344 |
30-juill-24 |
22:31 |
x86 |
|
Microsoft.sqlserver.configuration.configextension.dll |
14.0.2060.1 |
81 464 |
30-juill-24 |
22:31 |
x86 |
|
Microsoft.sqlserver.configuration.configextension.xmlserializers.dll |
14.0.2060.1 |
37,928 |
30-juill-24 |
22:31 |
x86 |
|
Microsoft.sqlserver.configuration.connectioninfo.dll |
14.0.17041.0 |
170,232 |
29-juill-24 |
15:44 |
x86 |
|
Microsoft.sqlserver.configuration.distributedreplayextension.dll |
14.0.1000.169 |
79,032 |
31-juill-24 |
00:04 |
x86 |
|
Microsoft.sqlserver.configuration.dll |
14.0.2060.1 |
272 424 |
30-juill-24 |
22:31 |
x86 |
|
Microsoft.sqlserver.configuration.dmf.common.dll |
14.0.17041.0 |
70,904 |
31-juill-24 |
00:01 |
x86 |
|
Microsoft.sqlserver.configuration.dmf.dll |
14.0.17041.0 |
321,784 |
31-juill-24 |
00:01 |
x86 |
|
Microsoft.sqlserver.configuration.extensibility_configextension.dll |
14.0.2060.1 |
80,936 |
30-juill-24 |
22:31 |
x64 |
|
Microsoft.sqlserver.configuration.fulltext_configextension.dll |
14.0.2060.1 |
75,304 |
30-juill-24 |
22:31 |
x64 |
|
Microsoft.sqlserver.configuration.impy_configextension.dll |
14.0.2060.1 |
35,880 |
30-juill-24 |
22:31 |
x64 |
|
Microsoft.sqlserver.configuration.imr_configextension.dll |
14.0.2060.1 |
35,880 |
30-juill-24 |
22:31 |
x64 |
|
Microsoft.sqlserver.configuration.installwizard.dll |
14.0.2060.1 |
1 787 944 |
30-juill-24 |
22:31 |
x86 |
|
Microsoft.sqlserver.configuration.installwizardframework.dll |
14.0.2060.1 |
70 696 |
30-juill-24 |
22:31 |
x86 |
|
Microsoft.sqlserver.configuration.installwizardframework.xmlserializers.dll |
14.0.2060.1 |
60 968 |
30-juill-24 |
22:31 |
x86 |
|
Microsoft.sqlserver.configuration.ismasterextension.dll |
14.0.1000.169 |
79,032 |
31-juill-24 |
00:05 |
x86 |
|
Microsoft.sqlserver.configuration.istelemetryconfigextension.dll |
14.0.1000.169 |
41,656 |
31-juill-24 |
00:04 |
x86 |
|
Microsoft.sqlserver.configuration.isworkerextension.dll |
14.0.1000.169 |
75,448 |
29-juill-24 |
16:11 |
x86 |
|
Microsoft.sqlserver.configuration.managementtoolsextension.dll |
14.0.2060.1 |
40,384 |
30-juill-24 |
22:31 |
x86 |
|
Microsoft.sqlserver.configuration.mdsconfigextension.dll |
14.0.2060.1 |
22,464 |
30-juill-24 |
22:31 |
x86 |
|
Microsoft.sqlserver.configuration.msiextension.dll |
14.0.2060.1 |
454 696 |
30-juill-24 |
22:31 |
x86 |
|
Microsoft.sqlserver.configuration.msiextension.xmlserializers.dll |
14.0.2060.1 |
191,440 |
30-juill-24 |
22:31 |
x86 |
|
Microsoft.sqlserver.configuration.polybaseconfigextension.dll |
14.0.1000.169 |
185,008 |
29-juill-24 |
16:09 |
x86 |
|
Microsoft.sqlserver.configuration.powershellextension.dll |
14.0.2060.1 |
44,992 |
30-juill-24 |
22:31 |
x86 |
|
Microsoft.sqlserver.configuration.repl_configextension.dll |
14.0.2060.1 |
44,992 |
30-juill-24 |
22:31 |
x86 |
|
Microsoft.sqlserver.configuration.rsextension.dll |
14.0.2060.1 |
374 824 |
30-juill-24 |
22:31 |
x86 |
|
Microsoft.sqlserver.configuration.rulesengineextension.dll |
14.0.2060.1 |
94,776 |
30-juill-24 |
22:31 |
x86 |
|
Microsoft.sqlserver.configuration.rulesengineextension.xmlserializers.dll |
14.0.2060.1 |
38,336 |
30-juill-24 |
22:31 |
x86 |
|
Microsoft.sqlserver.configuration.saa_configextension.dll |
14.0.1000.169 |
35,512 |
31-juill-24 |
03:00 |
x64 |
|
Microsoft.sqlserver.configuration.sco.dll |
14.0.2060.1 |
2,087,352 |
30-juill-24 |
22:31 |
x86 |
|
Microsoft.sqlserver.configuration.sco.xmlserializers.dll |
14.0.2060.1 |
124,968 |
30-juill-24 |
22:31 |
x86 |
|
Microsoft.sqlserver.configuration.scoextension.dll |
14.0.1000.169 |
236,728 |
29-juill-24 |
1,553 |
x86 |
|
Microsoft.sqlserver.configuration.setupextension.dll |
14.0.2060.1 |
1 201 104 |
30-juill-24 |
22:31 |
x86 |
|
Microsoft.sqlserver.configuration.setupextension.xmlserializers.dll |
14.0.2060.1 |
442,304 |
30-juill-24 |
22:31 |
x86 |
|
Microsoft.sqlserver.configuration.sfc.dll |
14.0.17041.0 |
531,192 |
30-juill-24 |
23:45 |
x86 |
|
Microsoft.sqlserver.configuration.slpextension.dll |
14.0.2060.1 |
58 304 |
30-juill-24 |
22:31 |
x86 |
|
Microsoft.sqlserver.configuration.smartsetupextension.dll |
14.0.1000.169 |
232,120 |
30-juill-24 |
23:54 |
x86 |
|
Microsoft.sqlserver.configuration.smartsetupextension.xmlserializers.dll |
14.0.1000.169 |
76,984 |
29-juill-24 |
16:09 |
x86 |
|
Microsoft.sqlserver.configuration.smo.dll |
14.0.17041.0 |
4,181,752 |
30-juill-24 |
2,358 |
x86 |
|
Microsoft.sqlserver.configuration.smpy_configextension.dll |
14.0.2060.1 |
35,880 |
30-juill-24 |
22:31 |
x64 |
|
Microsoft.sqlserver.configuration.smr_configextension.dll |
14.0.2060.1 |
35,368 |
30-juill-24 |
22:31 |
x64 |
|
Microsoft.sqlserver.configuration.sniserverconfigext.dll |
2017.140.2060.1 |
291 880 |
30-juill-24 |
22:31 |
x64 |
|
Microsoft.sqlserver.configuration.sqlbrowserextension.dll |
14.0.2060.1 |
135,224 |
30-juill-24 |
22:31 |
x64 |
|
Microsoft.sqlserver.configuration.sqlconfigbase.dll |
14.0.2060.1 |
65,488 |
30-juill-24 |
22:31 |
x86 |
|
Microsoft.sqlserver.configuration.sqlconfigbase.xmlserializers.dll |
14.0.2060.1 |
28 728 |
30-juill-24 |
22:31 |
x86 |
|
Microsoft.sqlserver.configuration.sqlenum.dll |
14.0.17041.0 |
1,478,904 |
29-juill-24 |
16:04 |
x86 |
|
Microsoft.sqlserver.configuration.sqlserver_configextension.dll |
2017.140.2060.1 |
746 552 |
30-juill-24 |
22:31 |
x64 |
|
Microsoft.sqlserver.configuration.ssisextension.dll |
14.0.2060.1 |
74,688 |
30-juill-24 |
22:31 |
x86 |
|
microsoft.sqlserver.configuration.sstring.dll |
14.0.1000.169 |
33,464 |
30-juill-24 |
23:54 |
x86 |
|
Microsoft.sqlserver.configuration.telemetryconfigextension.dll |
14.0.1000.169 |
71,864 |
29-juill-24 |
16:07 |
x64 |
|
Microsoft.sqlserver.configuration.telemetryconfigextension.resources.dll |
14.0.1000.169 |
23,736 |
29-juill-24 |
1.5.4.0 |
x86 |
|
Microsoft.sqlserver.configuration.uiextension.dll |
14.0.2060.1 |
106,432 |
30-juill-24 |
22:31 |
x86 |
|
Microsoft.sqlserver.configuration.uiextension.xmlserializers.dll |
14.0.2060.1 |
52,168 |
30-juill-24 |
22:31 |
x86 |
|
Microsoft.sqlserver.configuration.utilityextension.dll |
14.0.1000.169 |
33,976 |
31-juill-24 |
00:04 |
x86 |
|
Microsoft.sqlserver.configuration.wizardframework.dll |
14.0.2060.1 |
179,256 |
30-juill-24 |
22:31 |
x86 |
|
Microsoft.sqlserver.configuration.wizardframework.xmlserializers.dll |
14.0.2060.1 |
59,960 |
30-juill-24 |
22:31 |
x86 |
|
Microsoft.sqlserver.configuration.wmiinterop.dll |
14.0.1000.169 |
329,400 |
29-juill-24 |
1,612 |
x86 |
|
Microsoft.sqlserver.configuration.xmlserializers.dll |
14.0.2060.1 |
154 664 |
30-juill-24 |
22:31 |
x86 |
|
Microsoft.sqlserver.configuration.xtp.configextension.dll |
14.0.1000.169 |
31,928 |
31-juill-24 |
06:00 |
x86 |
|
Microsoft.sqlserver.customcontrols.dll |
14.0.1000.169 |
44,728 |
31-juill-24 |
00:05 |
x86 |
|
Microsoft.sqlserver.datawarehouse.workloaddeployment.dll |
13.0.9124.17 |
700,072 |
29-juill-24 |
14:10 |
x86 |
|
Microsoft.sqlserver.deployment.dll |
14.0.1000.169 |
251,576 |
29-juill-24 |
1.5.5.0 |
x86 |
|
Microsoft.sqlserver.deployment.xmlserializers.dll |
14.0.1000.169 |
33,464 |
31-juill-24 |
03:00 |
x86 |
|
Microsoft.sqlserver.diagnostics.configuration.strace.dll |
14.0.1000.169 |
129,208 |
29-juill-24 |
16:09 |
x86 |
|
Microsoft.sqlserver.discovery.dll |
14.0.2060.1 |
215,096 |
30-juill-24 |
22:31 |
x86 |
|
Microsoft.sqlserver.discovery.xmlserializers.dll |
14.0.2060.1 |
214,976 |
30-juill-24 |
22:31 |
x86 |
|
Microsoft.sqlserver.instapi.dll |
14.0.1000.169 |
46,264 |
29-juill-24 |
16:06 |
x86 |
|
Microsoft.sqlserver.interop.firewallapi.dll |
14.0.0.0 |
38,584 |
31-juill-24 |
02:00 |
x86 |
|
Microsoft.sqlserver.interop.taskschd.dll |
14.0.0.0 |
52,920 |
31-juill-24 |
00:04 |
x86 |
|
Microsoft.sqlserver.interop.wuapilib.dll |
14.0.0.0 |
93,368 |
29-juill-24 |
16:07 |
x86 |
|
Microsoft.sqlserver.management.controls.dll |
14.0.17041.0 |
394,488 |
29-juill-24 |
16:03 |
x86 |
|
Microsoft.sqlserver.setup.chainer.workflow.dll |
14.0.2060.1 |
96,208 |
30-juill-24 |
22:31 |
x86 |
|
Microsoft.sqlserver.setup.chainer.workflow.xmlserializers.dll |
14.0.2060.1 |
68,136 |
30-juill-24 |
22:31 |
x86 |
|
Microsoft.sqlserver.usagetracking.dll |
2017.140.2060.1 |
48 584 |
30-juill-24 |
22:31 |
x64 |
|
Msvcp120.dll |
12.0.40649.5 |
660,128 |
30-juill-24 |
2,225 |
x64 |
|
Msvcr120.dll |
12.0.40649.5 |
963,744 |
29-juill-24 |
1 409 |
x64 |
|
newtonsoft.json.dll |
6.0.8.18111 |
513,424 |
29-juill-24 |
1 409 |
x86 |
|
Package.xsd |
Non applicable |
8,832 |
29-juill-24 |
16:09 |
Non applicable |
|
Patchwizard.xml |
Non applicable |
6,057 |
29-juill-24 |
1,424 |
Non applicable |
|
Pidgenx.dll |
15.0.169.500 |
1,475,160 |
30-juill-24 |
23:54 |
x64 |
|
Pidprivateconfigobjectmaps.xml |
Non applicable |
93,374 |
29-juill-24 |
15:59 |
Non applicable |
|
Prepareclusterwizard.xml |
Non applicable |
12,299 |
29-juill-24 |
16:11 |
Non applicable |
|
Prepareimagewizard.xml |
Non applicable |
8,246 |
29-juill-24 |
16:10 |
Non applicable |
|
Removenode.xml |
Non applicable |
4,946 |
29-juill-24 |
16:09 |
Non applicable |
|
Removepatchwizard.xml |
Non applicable |
5,680 |
29-juill-24 |
1,424 |
Non applicable |
|
Repairwizard.xml |
Non applicable |
5,423 |
29-juill-24 |
16:10 |
Non applicable |
|
Rsetup.exe |
9.2.0.63 |
197,512 |
30-juill-24 |
2,225 |
x86 |
|
Runrulesui.xml |
Non applicable |
1,403 |
31-juill-24 |
02:00 |
Non applicable |
|
Scenarioengine.exe |
14.0.2060.1 |
61,888 |
30-juill-24 |
22:31 |
x64 |
|
Scenarioengine.exe.config |
Non applicable |
344 |
29-juill-24 |
16:08 |
Non applicable |
|
Shellobjects.dll |
1,000 |
135,352 |
29-juill-24 |
1,614 |
x86 |
|
Sqlboot.dll |
2017.140.2060.1 |
188 968 |
30-juill-24 |
2,221 |
x64 |
|
Sqlcab.dll |
2017.140.2060.1 |
145,856 |
30-juill-24 |
01:22:32 AM |
x64 |
|
Sqlconf.dll |
2017.140.2060.1 |
54,312 |
30-juill-24 |
22:33 |
x64 |
|
Sqlmu.dll |
2017.140.2060.1 |
98 240 |
30-juill-24 |
01:22:32 AM |
x64 |
|
Sqlprocesssub.dll |
2017.140.2060.1 |
107 984 |
30-juill-24 |
01:22:32 AM |
x64 |
|
Sqlsccn.dll |
2017.140.2060.1 |
96 712 |
30-juill-24 |
01:22:32 AM |
x64 |
|
Uninstallwizard.xml |
Non applicable |
4,648 |
29-juill-24 |
16:10 |
Non applicable |
|
Upgradewizard.xml |
Non applicable |
14,573 |
29-juill-24 |
16:04 |
Non applicable |
|
Landingpage.resources.dll |
14.0.2060.1 |
77 760 |
30-juill-24 |
22:22 |
x86 |
|
Microsoft.netenterpriseservers.exceptionmessagebox.resources.dll |
14.0.1000.169 |
89,784 |
30-juill-24 |
2,356 |
x86 |
|
Microsoft.sql.chainer.package.resources.dll |
14.0.2060.1 |
22,480 |
30-juill-24 |
22:22 |
x86 |
|
Microsoft.sql.chainer.product.resources.dll |
14.0.2060.1 |
349,632 |
30-juill-24 |
2,221 |
x86 |
|
Microsoft.sqlserver.chainer.extensioncommon.resources.dll |
14.0.2060.1 |
35,264 |
30-juill-24 |
23:22 |
x86 |
|
Microsoft.sqlserver.chainer.infrastructure.resources.dll |
14.0.2060.1 |
41,424 |
30-juill-24 |
2,221 |
x86 |
|
Microsoft.sqlserver.chainer.setup.resources.dll |
14.0.2060.1 |
17,856 |
30-juill-24 |
22:22 |
x86 |
|
Microsoft.sqlserver.configuration.agentextension.resources.dll |
14.0.2060.1 |
30,144 |
30-juill-24 |
22:22 |
x86 |
|
Microsoft.sqlserver.configuration.asextension.resources.dll |
14.0.2060.1 |
71,120 |
30-juill-24 |
22:22 |
x86 |
|
Microsoft.sqlserver.configuration.bootstrapextension.resources.dll |
14.0.2060.1 |
27,176 |
30-juill-24 |
23:22 |
x86 |
|
Microsoft.sqlserver.configuration.cluster.resources.dll |
14.0.2060.1 |
169 528 |
30-juill-24 |
22:22 |
x86 |
|
Microsoft.sqlserver.configuration.configextension.resources.dll |
14.0.2060.1 |
18,984 |
30-juill-24 |
2,221 |
x86 |
|
Microsoft.sqlserver.configuration.connectioninfo.resources.dll |
14.0.17041.0 |
26,360 |
29-juill-24 |
15:58 |
x86 |
|
Microsoft.sqlserver.configuration.distributedreplayextension.resources.dll |
14.0.1000.169 |
27,320 |
29-juill-24 |
15:56 |
x86 |
|
Microsoft.sqlserver.configuration.dmf.common.resources.dll |
14.0.17041.0 |
24,824 |
29-juill-24 |
15:57 |
x86 |
|
Microsoft.sqlserver.configuration.dmf.resources.dll |
14.0.17041.0 |
39,672 |
29-juill-24 |
15:55 |
x86 |
|
Microsoft.sqlserver.configuration.extensibility_configextension.resources.dll |
14.0.2060.1 |
22,056 |
30-juill-24 |
22:22 |
x86 |
|
Microsoft.sqlserver.configuration.fulltext_configextension.resources.dll |
14.0.2060.1 |
20,520 |
30-juill-24 |
22:22 |
x86 |
|
Microsoft.sqlserver.configuration.impy_configextension.resources.dll |
14.0.2060.1 |
16,440 |
30-juill-24 |
22:22 |
x86 |
|
Microsoft.sqlserver.configuration.imr_configextension.resources.dll |
14.0.2060.1 |
16,424 |
30-juill-24 |
2,221 |
x86 |
|
Microsoft.sqlserver.configuration.installwizard.resources.dll |
14.0.2060.1 |
1 083 944 |
30-juill-24 |
2,221 |
x86 |
|
Microsoft.sqlserver.configuration.installwizardframework.resources.dll |
14.0.2060.1 |
17,464 |
30-juill-24 |
22:22 |
x86 |
|
Microsoft.sqlserver.configuration.ismasterextension.resources.dll |
14.0.1000.169 |
26,808 |
30-juill-24 |
23:55 |
x86 |
|
Microsoft.sqlserver.configuration.isworkerextension.resources.dll |
14.0.1000.169 |
25,784 |
29-juill-24 |
15:57 |
x86 |
|
Microsoft.sqlserver.configuration.managementtoolsextension.resources.dll |
14.0.2060.1 |
20,936 |
30-juill-24 |
22:22 |
x86 |
|
Microsoft.sqlserver.configuration.msiextension.resources.dll |
14.0.2060.1 |
74,176 |
30-juill-24 |
22:22 |
x86 |
|
Microsoft.sqlserver.configuration.polybaseconfigextension.resources.dll |
14.0.1000.169 |
50,872 |
30-juill-24 |
2,357 |
x86 |
|
Microsoft.sqlserver.configuration.powershellextension.resources.dll |
14.0.2060.1 |
20,928 |
30-juill-24 |
22:22 |
x86 |
|
Microsoft.sqlserver.configuration.repl_configextension.resources.dll |
14.0.2060.1 |
17,448 |
30-juill-24 |
22:22 |
x86 |
|
Microsoft.sqlserver.configuration.resources.dll |
14.0.2060.1 |
64,568 |
30-juill-24 |
22:22 |
x86 |
|
Microsoft.sqlserver.configuration.rsextension.resources.dll |
14.0.2060.1 |
62,504 |
30-juill-24 |
22:22 |
x86 |
|
Microsoft.sqlserver.configuration.rulesengineextension.resources.dll |
14.0.2060.1 |
32,296 |
30-juill-24 |
22:22 |
x86 |
|
Microsoft.sqlserver.configuration.saa_configextension.resources.dll |
14.0.1000.169 |
22,200 |
29-juill-24 |
15:57 |
x86 |
|
Microsoft.sqlserver.configuration.sco.resources.dll |
14.0.2060.1 |
1 001 000 |
30-juill-24 |
22:22 |
x86 |
|
Microsoft.sqlserver.configuration.scoextension.resources.dll |
14.0.1000.169 |
60,088 |
30-juill-24 |
2,356 |
x86 |
|
Microsoft.sqlserver.configuration.setupextension.resources.dll |
14.0.2060.1 |
322 512 |
30-juill-24 |
22:22 |
x86 |
|
Microsoft.sqlserver.configuration.sfc.resources.dll |
14.0.17041.0 |
158,456 |
30-juill-24 |
23:54 |
x86 |
|
Microsoft.sqlserver.configuration.slpextension.resources.dll |
14.0.2060.1 |
21,952 |
30-juill-24 |
22:22 |
x86 |
|
Microsoft.sqlserver.configuration.smartsetupextension.resources.dll |
14.0.1000.169 |
40,112 |
30-juill-24 |
2,358 |
x86 |
|
Microsoft.sqlserver.configuration.smo.resources.dll |
14.0.17041.0 |
867,064 |
30-juill-24 |
23:54 |
x86 |
|
Microsoft.sqlserver.configuration.smpy_configextension.resources.dll |
14.0.2060.1 |
16,424 |
30-juill-24 |
2,221 |
x86 |
|
Microsoft.sqlserver.configuration.smr_configextension.resources.dll |
14.0.2060.1 |
16,424 |
30-juill-24 |
22:22 |
x86 |
|
Microsoft.sqlserver.configuration.sniserverconfigext.resources.dll |
2017.140.1000.169 |
36,536 |
30-juill-24 |
23:55 |
x86 |
|
Microsoft.sqlserver.configuration.sqlbrowserextension.resources.dll |
14.0.2060.1 |
38,440 |
30-juill-24 |
22:22 |
x86 |
|
Microsoft.sqlserver.configuration.sqlconfigbase.resources.dll |
14.0.2060.1 |
18488 |
30-juill-24 |
2,221 |
x86 |
|
Microsoft.sqlserver.configuration.sqlenum.resources.dll |
14.0.17041.0 |
867,064 |
30-juill-24 |
23:55 |
x86 |
|
Microsoft.sqlserver.configuration.sqlserver_configextension.resources.dll |
2017.140.2060.1 |
153 128 |
30-juill-24 |
22:22 |
x86 |
|
Microsoft.sqlserver.configuration.ssisextension.resources.dll |
14.0.2060.1 |
21,440 |
30-juill-24 |
22:22 |
x86 |
|
Microsoft.sqlserver.configuration.uiextension.resources.dll |
14.0.2060.1 |
21,456 |
30-juill-24 |
22:22 |
x86 |
|
Microsoft.sqlserver.configuration.utilityextension.resources.dll |
14.0.1000.169 |
22,200 |
30-juill-24 |
23:54 |
x86 |
|
Microsoft.sqlserver.configuration.wizardframework.resources.dll |
14.0.2060.1 |
56,872 |
30-juill-24 |
2,221 |
x86 |
|
Microsoft.sqlserver.configuration.xtp.configextension.resources.dll |
14.0.1000.169 |
22,200 |
30-juill-24 |
2,356 |
x86 |
|
Microsoft.sqlserver.deployment.resources.dll |
14.0.1000.169 |
21,168 |
30-juill-24 |
23:55 |
x86 |
|
Microsoft.sqlserver.discovery.resources.dll |
14.0.2060.1 |
83,904 |
30-juill-24 |
23:22 |
x86 |
|
Microsoft.sqlserver.management.controls.resources.dll |
14.0.17041.0 |
85,752 |
30-juill-24 |
23:54 |
x86 |
|
Microsoft.sqlserver.setup.chainer.workflow.resources.dll |
14.0.2060.1 |
27,688 |
30-juill-24 |
2,221 |
x86 |
|
Landingpage.resources.dll |
14.0.2060.1 |
77 864 |
30-juill-24 |
22:29 |
x86 |
|
Microsoft.netenterpriseservers.exceptionmessagebox.resources.dll |
14.0.1000.169 |
89,784 |
30-juill-24 |
23:45 |
x86 |
|
Microsoft.sql.chainer.package.resources.dll |
14.0.2060.1 |
22,464 |
30-juill-24 |
22:29 |
x86 |
|
Microsoft.sql.chainer.product.resources.dll |
14.0.2060.1 |
349,632 |
30-juill-24 |
22:29 |
x86 |
|
Microsoft.sqlserver.chainer.extensioncommon.resources.dll |
14.0.2060.1 |
34,856 |
30-juill-24 |
22:29 |
x86 |
|
Microsoft.sqlserver.chainer.infrastructure.resources.dll |
14.0.2060.1 |
41,016 |
30-juill-24 |
22:29 |
x86 |
|
Microsoft.sqlserver.chainer.setup.resources.dll |
14.0.2060.1 |
17,960 |
30-juill-24 |
22:29 |
x86 |
|
Microsoft.sqlserver.configuration.agentextension.resources.dll |
14.0.2060.1 |
30,144 |
30-juill-24 |
22:29 |
x86 |
|
Microsoft.sqlserver.configuration.asextension.resources.dll |
14.0.2060.1 |
71,616 |
30-juill-24 |
22:29 |
x86 |
|
Microsoft.sqlserver.configuration.bootstrapextension.resources.dll |
14.0.2060.1 |
27,176 |
30-juill-24 |
22:29 |
x86 |
|
Microsoft.sqlserver.configuration.cluster.resources.dll |
14.0.2060.1 |
169 528 |
30-juill-24 |
22:29 |
x86 |
|
Microsoft.sqlserver.configuration.configextension.resources.dll |
14.0.2060.1 |
18,472 |
30-juill-24 |
22:29 |
x86 |
|
Microsoft.sqlserver.configuration.connectioninfo.resources.dll |
14.0.17041.0 |
25,848 |
29-juill-24 |
1,553 |
x86 |
|
Microsoft.sqlserver.configuration.distributedreplayextension.resources.dll |
14.0.1000.169 |
27,320 |
29-juill-24 |
01:22:36 AM |
x86 |
|
Microsoft.sqlserver.configuration.dmf.common.resources.dll |
14.0.17041.0 |
24,824 |
29-juill-24 |
1.5.5.0 |
x86 |
|
Microsoft.sqlserver.configuration.dmf.resources.dll |
14.0.17041.0 |
39,160 |
29-juill-24 |
15:55 |
x86 |
|
Microsoft.sqlserver.configuration.extensibility_configextension.resources.dll |
14.0.2060.1 |
21,544 |
30-juill-24 |
22:29 |
x86 |
|
Microsoft.sqlserver.configuration.fulltext_configextension.resources.dll |
14.0.2060.1 |
21,048 |
30-juill-24 |
22:29 |
x86 |
|
Microsoft.sqlserver.configuration.impy_configextension.resources.dll |
14.0.2060.1 |
16,320 |
30-juill-24 |
22:29 |
x86 |
|
Microsoft.sqlserver.configuration.imr_configextension.resources.dll |
14.0.2060.1 |
16,424 |
30-juill-24 |
22:29 |
x86 |
|
Microsoft.sqlserver.configuration.installwizard.resources.dll |
14.0.2060.1 |
1 087 544 |
30-juill-24 |
22:29 |
x86 |
|
Microsoft.sqlserver.configuration.installwizardframework.resources.dll |
14.0.2060.1 |
17,464 |
30-juill-24 |
22:29 |
x86 |
|
Microsoft.sqlserver.configuration.ismasterextension.resources.dll |
14.0.1000.169 |
27,320 |
30-juill-24 |
2,352 |
x86 |
|
Microsoft.sqlserver.configuration.isworkerextension.resources.dll |
14.0.1000.169 |
25,784 |
29-juill-24 |
22:42 |
x86 |
|
Microsoft.sqlserver.configuration.managementtoolsextension.resources.dll |
14.0.2060.1 |
21,032 |
30-juill-24 |
22:29 |
x86 |
|
Microsoft.sqlserver.configuration.msiextension.resources.dll |
14.0.2060.1 |
74,176 |
30-juill-24 |
22:29 |
x86 |
|
Microsoft.sqlserver.configuration.polybaseconfigextension.resources.dll |
14.0.1000.169 |
50,872 |
30-juill-24 |
2,350 |
x86 |
|
Microsoft.sqlserver.configuration.powershellextension.resources.dll |
14.0.2060.1 |
21,032 |
30-juill-24 |
22:29 |
x86 |
|
Microsoft.sqlserver.configuration.repl_configextension.resources.dll |
14.0.2060.1 |
17,344 |
30-juill-24 |
22:29 |
x86 |
|
Microsoft.sqlserver.configuration.resources.dll |
14.0.2060.1 |
65 576 |
30-juill-24 |
22:29 |
x86 |
|
Microsoft.sqlserver.configuration.rsextension.resources.dll |
14.0.2060.1 |
61,992 |
30-juill-24 |
22:29 |
x86 |
|
Microsoft.sqlserver.configuration.rulesengineextension.resources.dll |
14.0.2060.1 |
32,208 |
30-juill-24 |
22:29 |
x86 |
|
Microsoft.sqlserver.configuration.saa_configextension.resources.dll |
14.0.1000.169 |
22,192 |
29-juill-24 |
22:42 |
x86 |
|
Microsoft.sqlserver.configuration.sco.resources.dll |
14.0.2060.1 |
984 104 |
30-juill-24 |
22:29 |
x86 |
|
Microsoft.sqlserver.configuration.scoextension.resources.dll |
14.0.1000.169 |
59,056 |
29-juill-24 |
2,238 |
x86 |
|
Microsoft.sqlserver.configuration.setupextension.resources.dll |
14.0.2060.1 |
323 008 |
30-juill-24 |
22:29 |
x86 |
|
Microsoft.sqlserver.configuration.sfc.resources.dll |
14.0.17041.0 |
157,944 |
30-juill-24 |
2,352 |
x86 |
|
Microsoft.sqlserver.configuration.slpextension.resources.dll |
14.0.2060.1 |
21,952 |
30-juill-24 |
22:29 |
x86 |
|
Microsoft.sqlserver.configuration.smartsetupextension.resources.dll |
14.0.1000.169 |
41,144 |
30-juill-24 |
2,350 |
x86 |
|
Microsoft.sqlserver.configuration.smo.resources.dll |
14.0.17041.0 |
872,696 |
30-juill-24 |
2,350 |
x86 |
|
Microsoft.sqlserver.configuration.smpy_configextension.resources.dll |
14.0.2060.1 |
16,424 |
30-juill-24 |
22:29 |
x86 |
|
Microsoft.sqlserver.configuration.smr_configextension.resources.dll |
14.0.2060.1 |
16,424 |
30-juill-24 |
22:29 |
x86 |
|
Microsoft.sqlserver.configuration.sniserverconfigext.resources.dll |
2017.140.1000.169 |
36,536 |
29-juill-24 |
2,238 |
x86 |
|
Microsoft.sqlserver.configuration.sqlbrowserextension.resources.dll |
14.0.2060.1 |
38,336 |
30-juill-24 |
22:29 |
x86 |
|
Microsoft.sqlserver.configuration.sqlconfigbase.resources.dll |
14.0.2060.1 |
18,384 |
30-juill-24 |
22:29 |
x86 |
|
Microsoft.sqlserver.configuration.sqlenum.resources.dll |
14.0.17041.0 |
866,552 |
30-juill-24 |
2,350 |
x86 |
|
Microsoft.sqlserver.configuration.sqlserver_configextension.resources.dll |
2017.140.2060.1 |
153,640 |
30-juill-24 |
22:29 |
x86 |
|
Microsoft.sqlserver.configuration.ssisextension.resources.dll |
14.0.2060.1 |
21,440 |
30-juill-24 |
22:29 |
x86 |
|
Microsoft.sqlserver.configuration.uiextension.resources.dll |
14.0.2060.1 |
21,952 |
30-juill-24 |
22:29 |
x86 |
|
Microsoft.sqlserver.configuration.utilityextension.resources.dll |
14.0.1000.169 |
22,200 |
30-juill-24 |
23:51 |
x86 |
|
Microsoft.sqlserver.configuration.wizardframework.resources.dll |
14.0.2060.1 |
57,280 |
30-juill-24 |
22:29 |
x86 |
|
Microsoft.sqlserver.configuration.xtp.configextension.resources.dll |
14.0.1000.169 |
22,200 |
30-juill-24 |
23:51 |
x86 |
|
Microsoft.sqlserver.deployment.resources.dll |
14.0.1000.169 |
21,176 |
30-juill-24 |
23:51 |
x86 |
|
Microsoft.sqlserver.discovery.resources.dll |
14.0.2060.1 |
83,512 |
30-juill-24 |
22:29 |
x86 |
|
Microsoft.sqlserver.management.controls.resources.dll |
14.0.17041.0 |
85,752 |
29-juill-24 |
1,553 |
x86 |
|
Microsoft.sqlserver.setup.chainer.workflow.resources.dll |
14.0.2060.1 |
27,176 |
30-juill-24 |
22:29 |
x86 |
|
Landingpage.resources.dll |
14.0.2060.1 |
78,376 |
30-juill-24 |
01:22:26 AM |
x86 |
|
Microsoft.netenterpriseservers.exceptionmessagebox.resources.dll |
14.0.1000.169 |
89,784 |
29-juill-24 |
15:57 |
x86 |
|
Microsoft.sql.chainer.package.resources.dll |
14.0.2060.1 |
22,584 |
30-juill-24 |
01:22:26 AM |
x86 |
|
Microsoft.sql.chainer.product.resources.dll |
14.0.2060.1 |
349,632 |
30-juill-24 |
01:22:26 AM |
x86 |
|
Microsoft.sqlserver.chainer.extensioncommon.resources.dll |
14.0.2060.1 |
35,264 |
30-juill-24 |
01:22:26 AM |
x86 |
|
Microsoft.sqlserver.chainer.infrastructure.resources.dll |
14.0.2060.1 |
41,936 |
30-juill-24 |
01:22:26 AM |
x86 |
|
Microsoft.sqlserver.chainer.setup.resources.dll |
14.0.2060.1 |
18,472 |
30-juill-24 |
01:22:26 AM |
x86 |
|
Microsoft.sqlserver.configuration.agentextension.resources.dll |
14.0.2060.1 |
30,776 |
30-juill-24 |
01:22:26 AM |
x86 |
|
Microsoft.sqlserver.configuration.asextension.resources.dll |
14.0.2060.1 |
72,248 |
30-juill-24 |
01:22:26 AM |
x86 |
|
Microsoft.sqlserver.configuration.bootstrapextension.resources.dll |
14.0.2060.1 |
27,584 |
30-juill-24 |
01:22:26 AM |
x86 |
|
Microsoft.sqlserver.configuration.cluster.resources.dll |
14.0.2060.1 |
173 112 |
30-juill-24 |
01:22:26 AM |
x86 |
|
Microsoft.sqlserver.configuration.configextension.resources.dll |
14.0.2060.1 |
18,896 |
30-juill-24 |
01:22:26 AM |
x86 |
|
Microsoft.sqlserver.configuration.connectioninfo.resources.dll |
14.0.17041.0 |
26,360 |
29-juill-24 |
15:58 |
x86 |
|
Microsoft.sqlserver.configuration.distributedreplayextension.resources.dll |
14.0.1000.169 |
27,320 |
30-juill-24 |
23:54 |
x86 |
|
Microsoft.sqlserver.configuration.dmf.common.resources.dll |
14.0.17041.0 |
24,824 |
29-juill-24 |
15:55 |
x86 |
|
Microsoft.sqlserver.configuration.dmf.resources.dll |
14.0.17041.0 |
40,184 |
30-juill-24 |
23:55 |
x86 |
|
Microsoft.sqlserver.configuration.extensibility_configextension.resources.dll |
14.0.2060.1 |
21,952 |
30-juill-24 |
01:22:26 AM |
x86 |
|
Microsoft.sqlserver.configuration.fulltext_configextension.resources.dll |
14.0.2060.1 |
21,544 |
30-juill-24 |
01:22:26 AM |
x86 |
|
Microsoft.sqlserver.configuration.impy_configextension.resources.dll |
14.0.2060.1 |
16,336 |
30-juill-24 |
01:22:26 AM |
x86 |
|
Microsoft.sqlserver.configuration.imr_configextension.resources.dll |
14.0.2060.1 |
16,424 |
30-juill-24 |
2,225 |
x86 |
|
Microsoft.sqlserver.configuration.installwizard.resources.dll |
14.0.2060.1 |
1 087 424 |
30-juill-24 |
01:22:26 AM |
x86 |
|
Microsoft.sqlserver.configuration.installwizardframework.resources.dll |
14.0.2060.1 |
17,448 |
30-juill-24 |
01:22:26 AM |
x86 |
|
Microsoft.sqlserver.configuration.ismasterextension.resources.dll |
14.0.1000.169 |
26,808 |
29-juill-24 |
15:56 |
x86 |
|
Microsoft.sqlserver.configuration.isworkerextension.resources.dll |
14.0.1000.169 |
25,784 |
30-juill-24 |
23:55 |
x86 |
|
Microsoft.sqlserver.configuration.managementtoolsextension.resources.dll |
14.0.2060.1 |
20,944 |
30-juill-24 |
01:22:26 AM |
x86 |
|
Microsoft.sqlserver.configuration.msiextension.resources.dll |
14.0.2060.1 |
75,304 |
30-juill-24 |
01:22:26 AM |
x86 |
|
Microsoft.sqlserver.configuration.polybaseconfigextension.resources.dll |
14.0.1000.169 |
50,872 |
29-juill-24 |
15:57 |
x86 |
|
Microsoft.sqlserver.configuration.powershellextension.resources.dll |
14.0.2060.1 |
20,944 |
30-juill-24 |
01:22:26 AM |
x86 |
|
Microsoft.sqlserver.configuration.repl_configextension.resources.dll |
14.0.2060.1 |
17,352 |
30-juill-24 |
01:22:26 AM |
x86 |
|
Microsoft.sqlserver.configuration.resources.dll |
14.0.2060.1 |
66 088 |
30-juill-24 |
2,225 |
x86 |
|
Microsoft.sqlserver.configuration.rsextension.resources.dll |
14.0.2060.1 |
63 016 |
30-juill-24 |
01:22:26 AM |
x86 |
|
Microsoft.sqlserver.configuration.rulesengineextension.resources.dll |
14.0.2060.1 |
32,704 |
30-juill-24 |
01:22:26 AM |
x86 |
|
Microsoft.sqlserver.configuration.saa_configextension.resources.dll |
14.0.1000.169 |
22,200 |
30-juill-24 |
2,357 |
x86 |
|
Microsoft.sqlserver.configuration.sco.resources.dll |
14.0.2060.1 |
907 320 |
30-juill-24 |
01:22:26 AM |
x86 |
|
Microsoft.sqlserver.configuration.scoextension.resources.dll |
14.0.1000.169 |
61,112 |
29-juill-24 |
15:56 |
x86 |
|
Microsoft.sqlserver.configuration.setupextension.resources.dll |
14.0.2060.1 |
327 616 |
30-juill-24 |
01:22:26 AM |
x86 |
|
Microsoft.sqlserver.configuration.sfc.resources.dll |
14.0.17041.0 |
158,456 |
30-juill-24 |
2,357 |
x86 |
|
Microsoft.sqlserver.configuration.slpextension.resources.dll |
14.0.2060.1 |
22,056 |
30-juill-24 |
01:22:26 AM |
x86 |
|
Microsoft.sqlserver.configuration.smartsetupextension.resources.dll |
14.0.1000.169 |
41,656 |
29-juill-24 |
15:55 |
x86 |
|
Microsoft.sqlserver.configuration.smo.resources.dll |
14.0.17041.0 |
878,840 |
29-juill-24 |
15:57 |
x86 |
|
Microsoft.sqlserver.configuration.smpy_configextension.resources.dll |
14.0.2060.1 |
16,424 |
30-juill-24 |
01:22:26 AM |
x86 |
|
Microsoft.sqlserver.configuration.smr_configextension.resources.dll |
14.0.2060.1 |
16,320 |
30-juill-24 |
01:22:26 AM |
x86 |
|
Microsoft.sqlserver.configuration.sniserverconfigext.resources.dll |
2017.140.1000.169 |
36,536 |
30-juill-24 |
2,357 |
x86 |
|
Microsoft.sqlserver.configuration.sqlbrowserextension.resources.dll |
14.0.2060.1 |
38,848 |
30-juill-24 |
2,225 |
x86 |
|
Microsoft.sqlserver.configuration.sqlconfigbase.resources.dll |
14.0.2060.1 |
18,880 |
30-juill-24 |
01:22:26 AM |
x86 |
|
Microsoft.sqlserver.configuration.sqlenum.resources.dll |
14.0.17041.0 |
867,064 |
29-juill-24 |
15:55 |
x86 |
|
Microsoft.sqlserver.configuration.sqlserver_configextension.resources.dll |
2017.140.2060.1 |
155 192 |
30-juill-24 |
01:22:26 AM |
x86 |
|
Microsoft.sqlserver.configuration.ssisextension.resources.dll |
14.0.2060.1 |
21,456 |
30-juill-24 |
01:22:26 AM |
x86 |
|
Microsoft.sqlserver.configuration.uiextension.resources.dll |
14.0.2060.1 |
22,056 |
30-juill-24 |
01:22:26 AM |
x86 |
|
Microsoft.sqlserver.configuration.utilityextension.resources.dll |
14.0.1000.169 |
22,192 |
29-juill-24 |
15:58 |
x86 |
|
Microsoft.sqlserver.configuration.wizardframework.resources.dll |
14.0.2060.1 |
57,280 |
30-juill-24 |
01:22:26 AM |
x86 |
|
Microsoft.sqlserver.configuration.xtp.configextension.resources.dll |
14.0.1000.169 |
22,200 |
30-juill-24 |
23:55 |
x86 |
|
Microsoft.sqlserver.deployment.resources.dll |
14.0.1000.169 |
21,176 |
30-juill-24 |
2,356 |
x86 |
|
Microsoft.sqlserver.discovery.resources.dll |
14.0.2060.1 |
83,904 |
30-juill-24 |
01:22:26 AM |
x86 |
|
Microsoft.sqlserver.management.controls.resources.dll |
14.0.17041.0 |
85,752 |
30-juill-24 |
23:55 |
x86 |
|
Microsoft.sqlserver.setup.chainer.workflow.resources.dll |
14.0.2060.1 |
27,704 |
30-juill-24 |
01:22:26 AM |
x86 |
|
Landingpage.resources.dll |
14.0.2060.1 |
77 760 |
30-juill-24 |
22:31 |
x86 |
|
Microsoft.netenterpriseservers.exceptionmessagebox.resources.dll |
14.0.1000.169 |
89,784 |
29-juill-24 |
15:56 |
x86 |
|
Microsoft.sql.chainer.package.resources.dll |
14.0.2060.1 |
22,568 |
30-juill-24 |
22:31 |
x86 |
|
Microsoft.sql.chainer.product.resources.dll |
14.0.2060.1 |
349 648 |
30-juill-24 |
22:31 |
x86 |
|
Microsoft.sqlserver.chainer.extensioncommon.resources.dll |
14.0.2060.1 |
34,856 |
30-juill-24 |
22:31 |
x86 |
|
Microsoft.sqlserver.chainer.infrastructure.resources.dll |
14.0.2060.1 |
41,000 |
30-juill-24 |
22:31 |
x86 |
|
Microsoft.sqlserver.chainer.setup.resources.dll |
14.0.2060.1 |
17,976 |
30-juill-24 |
22:31 |
x86 |
|
Microsoft.sqlserver.configuration.agentextension.resources.dll |
14.0.2060.1 |
29,632 |
30-juill-24 |
22:31 |
x86 |
|
Microsoft.sqlserver.configuration.asextension.resources.dll |
14.0.2060.1 |
70 712 |
30-juill-24 |
22:31 |
x86 |
|
Microsoft.sqlserver.configuration.bootstrapextension.resources.dll |
14.0.2060.1 |
27,072 |
30-juill-24 |
22:31 |
x86 |
|
Microsoft.sqlserver.configuration.cluster.resources.dll |
14.0.2060.1 |
166 952 |
30-juill-24 |
22:31 |
x86 |
|
Microsoft.sqlserver.configuration.configextension.resources.dll |
14.0.2060.1 |
18,368 |
30-juill-24 |
22:31 |
x86 |
|
Microsoft.sqlserver.configuration.connectioninfo.resources.dll |
14.0.17041.0 |
26,360 |
30-juill-24 |
2,358 |
x86 |
|
Microsoft.sqlserver.configuration.distributedreplayextension.resources.dll |
14.0.1000.169 |
27,320 |
31-juill-24 |
00:04 |
x86 |
|
Microsoft.sqlserver.configuration.dmf.common.resources.dll |
14.0.17041.0 |
24,824 |
29-juill-24 |
16:06 |
x86 |
|
Microsoft.sqlserver.configuration.dmf.resources.dll |
14.0.17041.0 |
39,672 |
31-juill-24 |
00:04 |
x86 |
|
Microsoft.sqlserver.configuration.extensibility_configextension.resources.dll |
14.0.2060.1 |
21,560 |
30-juill-24 |
22:31 |
x86 |
|
Microsoft.sqlserver.configuration.fulltext_configextension.resources.dll |
14.0.2060.1 |
20,520 |
30-juill-24 |
22:31 |
x86 |
|
Microsoft.sqlserver.configuration.impy_configextension.resources.dll |
14.0.2060.1 |
16,424 |
30-juill-24 |
22:31 |
x86 |
|
Microsoft.sqlserver.configuration.imr_configextension.resources.dll |
14.0.2060.1 |
16,320 |
30-juill-24 |
22:31 |
x86 |
|
Microsoft.sqlserver.configuration.installwizard.resources.dll |
14.0.2060.1 |
1 083 432 |
30-juill-24 |
22:31 |
x86 |
|
Microsoft.sqlserver.configuration.installwizardframework.resources.dll |
14.0.2060.1 |
17,448 |
30-juill-24 |
22:31 |
x86 |
|
Microsoft.sqlserver.configuration.ismasterextension.resources.dll |
14.0.1000.169 |
27,320 |
31-juill-24 |
03:00 |
x86 |
|
Microsoft.sqlserver.configuration.isworkerextension.resources.dll |
14.0.1000.169 |
25,784 |
29-juill-24 |
16:10 |
x86 |
|
Microsoft.sqlserver.configuration.managementtoolsextension.resources.dll |
14.0.2060.1 |
21,048 |
30-juill-24 |
22:31 |
x86 |
|
Microsoft.sqlserver.configuration.msiextension.resources.dll |
14.0.2060.1 |
74,192 |
30-juill-24 |
22:31 |
x86 |
|
Microsoft.sqlserver.configuration.polybaseconfigextension.resources.dll |
14.0.1000.169 |
50,872 |
29-juill-24 |
16:10 |
x86 |
|
Microsoft.sqlserver.configuration.powershellextension.resources.dll |
14.0.2060.1 |
21,048 |
30-juill-24 |
22:31 |
x86 |
|
Microsoft.sqlserver.configuration.repl_configextension.resources.dll |
14.0.2060.1 |
17,464 |
30-juill-24 |
22:31 |
x86 |
|
Microsoft.sqlserver.configuration.resources.dll |
14.0.2060.1 |
65,080 |
30-juill-24 |
22:31 |
x86 |
|
Microsoft.sqlserver.configuration.rsextension.resources.dll |
14.0.2060.1 |
61 480 |
30-juill-24 |
22:31 |
x86 |
|
Microsoft.sqlserver.configuration.rulesengineextension.resources.dll |
14.0.2060.1 |
32,296 |
30-juill-24 |
22:31 |
x86 |
|
Microsoft.sqlserver.configuration.saa_configextension.resources.dll |
14.0.1000.169 |
22,192 |
31-juill-24 |
00:05 |
x86 |
|
Microsoft.sqlserver.configuration.sco.resources.dll |
14.0.2060.1 |
995 384 |
30-juill-24 |
22:31 |
x86 |
|
Microsoft.sqlserver.configuration.scoextension.resources.dll |
14.0.1000.169 |
60,088 |
31-juill-24 |
00:05 |
x86 |
|
Microsoft.sqlserver.configuration.setupextension.resources.dll |
14.0.2060.1 |
321 472 |
30-juill-24 |
22:31 |
x86 |
|
Microsoft.sqlserver.configuration.sfc.resources.dll |
14.0.17041.0 |
157,944 |
29-juill-24 |
16:07 |
x86 |
|
Microsoft.sqlserver.configuration.slpextension.resources.dll |
14.0.2060.1 |
21,952 |
30-juill-24 |
22:31 |
x86 |
|
Microsoft.sqlserver.configuration.smartsetupextension.resources.dll |
14.0.1000.169 |
41,144 |
31-juill-24 |
00:05 |
x86 |
|
Microsoft.sqlserver.configuration.smo.resources.dll |
14.0.17041.0 |
840,952 |
29-juill-24 |
16:10 |
x86 |
|
Microsoft.sqlserver.configuration.smpy_configextension.resources.dll |
14.0.2060.1 |
16,320 |
30-juill-24 |
22:31 |
x86 |
|
Microsoft.sqlserver.configuration.smr_configextension.resources.dll |
14.0.2060.1 |
16,424 |
30-juill-24 |
22:31 |
x86 |
|
Microsoft.sqlserver.configuration.sniserverconfigext.resources.dll |
2017.140.1000.169 |
36,536 |
31-juill-24 |
00:05 |
x86 |
|
Microsoft.sqlserver.configuration.sqlbrowserextension.resources.dll |
14.0.2060.1 |
38,456 |
30-juill-24 |
22:31 |
x86 |
|
Microsoft.sqlserver.configuration.sqlconfigbase.resources.dll |
14.0.2060.1 |
18,472 |
30-juill-24 |
22:31 |
x86 |
|
Microsoft.sqlserver.configuration.sqlenum.resources.dll |
14.0.17041.0 |
866,552 |
31-juill-24 |
00:04 |
x86 |
|
Microsoft.sqlserver.configuration.sqlserver_configextension.resources.dll |
2017.140.2060.1 |
152 104 |
30-juill-24 |
22:31 |
x86 |
|
Microsoft.sqlserver.configuration.ssisextension.resources.dll |
14.0.2060.1 |
21,544 |
30-juill-24 |
22:31 |
x86 |
|
Microsoft.sqlserver.configuration.uiextension.resources.dll |
14.0.2060.1 |
21,440 |
30-juill-24 |
22:31 |
x86 |
|
Microsoft.sqlserver.configuration.utilityextension.resources.dll |
14.0.1000.169 |
22,192 |
29-juill-24 |
16:05 |
x86 |
|
Microsoft.sqlserver.configuration.wizardframework.resources.dll |
14.0.2060.1 |
56,776 |
30-juill-24 |
22:31 |
x86 |
|
Microsoft.sqlserver.configuration.xtp.configextension.resources.dll |
14.0.1000.169 |
22,200 |
31-juill-24 |
06:00 |
x86 |
|
Microsoft.sqlserver.deployment.resources.dll |
14.0.1000.169 |
21,176 |
31-juill-24 |
03:00 |
x86 |
|
Microsoft.sqlserver.discovery.resources.dll |
14.0.2060.1 |
83 392 |
30-juill-24 |
22:31 |
x86 |
|
Microsoft.sqlserver.management.controls.resources.dll |
14.0.17041.0 |
85,752 |
31-juill-24 |
03:00 |
x86 |
|
Microsoft.sqlserver.setup.chainer.workflow.resources.dll |
14.0.2060.1 |
27,088 |
30-juill-24 |
22:31 |
x86 |
|
Landingpage.resources.dll |
14.0.2060.1 |
79,912 |
30-juill-24 |
22:29 |
x86 |
|
Microsoft.netenterpriseservers.exceptionmessagebox.resources.dll |
14.0.1000.169 |
89,784 |
29-juill-24 |
22:29 |
x86 |
|
Microsoft.sql.chainer.package.resources.dll |
14.0.2060.1 |
22,584 |
30-juill-24 |
22:29 |
x86 |
|
Microsoft.sql.chainer.product.resources.dll |
14.0.2060.1 |
349,624 |
30-juill-24 |
22:29 |
x86 |
|
Microsoft.sqlserver.chainer.extensioncommon.resources.dll |
14.0.2060.1 |
35,776 |
30-juill-24 |
22:29 |
x86 |
|
Microsoft.sqlserver.chainer.infrastructure.resources.dll |
14.0.2060.1 |
43,048 |
30-juill-24 |
22:29 |
x86 |
|
Microsoft.sqlserver.chainer.setup.resources.dll |
14.0.2060.1 |
18,472 |
30-juill-24 |
22:29 |
x86 |
|
Microsoft.sqlserver.configuration.agentextension.resources.dll |
14.0.2060.1 |
32,824 |
30-juill-24 |
22:29 |
x86 |
|
Microsoft.sqlserver.configuration.asextension.resources.dll |
14.0.2060.1 |
75,816 |
30-juill-24 |
22:29 |
x86 |
|
Microsoft.sqlserver.configuration.bootstrapextension.resources.dll |
14.0.2060.1 |
29,224 |
30-juill-24 |
22:29 |
x86 |
|
Microsoft.sqlserver.configuration.cluster.resources.dll |
14.0.2060.1 |
185 912 |
30-juill-24 |
22:29 |
x86 |
|
Microsoft.sqlserver.configuration.configextension.resources.dll |
14.0.2060.1 |
18,880 |
30-juill-24 |
22:29 |
x86 |
|
Microsoft.sqlserver.configuration.connectioninfo.resources.dll |
14.0.17041.0 |
36,600 |
30-juill-24 |
2,352 |
x86 |
|
Microsoft.sqlserver.configuration.distributedreplayextension.resources.dll |
14.0.1000.169 |
27,832 |
29-juill-24 |
15:55 |
x86 |
|
Microsoft.sqlserver.configuration.dmf.common.resources.dll |
14.0.17041.0 |
25,336 |
30-juill-24 |
23:53 |
x86 |
|
Microsoft.sqlserver.configuration.dmf.resources.dll |
14.0.17041.0 |
41,720 |
30-juill-24 |
2,352 |
x86 |
|
Microsoft.sqlserver.configuration.extensibility_configextension.resources.dll |
14.0.2060.1 |
21,952 |
30-juill-24 |
22:29 |
x86 |
|
Microsoft.sqlserver.configuration.fulltext_configextension.resources.dll |
14.0.2060.1 |
21,032 |
30-juill-24 |
22:29 |
x86 |
|
Microsoft.sqlserver.configuration.impy_configextension.resources.dll |
14.0.2060.1 |
16,424 |
30-juill-24 |
22:29 |
x86 |
|
Microsoft.sqlserver.configuration.imr_configextension.resources.dll |
14.0.2060.1 |
16,424 |
30-juill-24 |
22:29 |
x86 |
|
Microsoft.sqlserver.configuration.installwizard.resources.dll |
14.0.2060.1 |
1 095 720 |
30-juill-24 |
22:29 |
x86 |
|
Microsoft.sqlserver.configuration.installwizardframework.resources.dll |
14.0.2060.1 |
17,448 |
30-juill-24 |
22:29 |
x86 |
|
Microsoft.sqlserver.configuration.ismasterextension.resources.dll |
14.0.1000.169 |
27,320 |
29-juill-24 |
22:39 |
x86 |
|
Microsoft.sqlserver.configuration.isworkerextension.resources.dll |
14.0.1000.169 |
26,296 |
29-juill-24 |
22:42 |
x86 |
|
Microsoft.sqlserver.configuration.managementtoolsextension.resources.dll |
14.0.2060.1 |
21,048 |
30-juill-24 |
22:29 |
x86 |
|
Microsoft.sqlserver.configuration.msiextension.resources.dll |
14.0.2060.1 |
78,392 |
30-juill-24 |
22:29 |
x86 |
|
Microsoft.sqlserver.configuration.polybaseconfigextension.resources.dll |
14.0.1000.169 |
52,400 |
30-juill-24 |
2,352 |
x86 |
|
Microsoft.sqlserver.configuration.powershellextension.resources.dll |
14.0.2060.1 |
21,440 |
30-juill-24 |
22:29 |
x86 |
|
Microsoft.sqlserver.configuration.repl_configextension.resources.dll |
14.0.2060.1 |
17,344 |
30-juill-24 |
22:29 |
x86 |
|
Microsoft.sqlserver.configuration.resources.dll |
14.0.2060.1 |
70 080 |
30-juill-24 |
22:29 |
x86 |
|
Microsoft.sqlserver.configuration.rsextension.resources.dll |
14.0.2060.1 |
66 600 |
30-juill-24 |
22:29 |
x86 |
|
Microsoft.sqlserver.configuration.rulesengineextension.resources.dll |
14.0.2060.1 |
32,720 |
30-juill-24 |
22:29 |
x86 |
|
Microsoft.sqlserver.configuration.saa_configextension.resources.dll |
14.0.1000.169 |
22,200 |
30-juill-24 |
2,352 |
x86 |
|
Microsoft.sqlserver.configuration.sco.resources.dll |
14.0.2060.1 |
959 528 |
30-juill-24 |
22:29 |
x86 |
|
Microsoft.sqlserver.configuration.scoextension.resources.dll |
14.0.1000.169 |
62,648 |
30-juill-24 |
2,352 |
x86 |
|
Microsoft.sqlserver.configuration.setupextension.resources.dll |
14.0.2060.1 |
341 440 |
30-juill-24 |
22:29 |
x86 |
|
Microsoft.sqlserver.configuration.sfc.resources.dll |
14.0.17041.0 |
160,504 |
30-juill-24 |
2,350 |
x86 |
|
Microsoft.sqlserver.configuration.slpextension.resources.dll |
14.0.2060.1 |
21,944 |
30-juill-24 |
22:29 |
x86 |
|
Microsoft.sqlserver.configuration.smartsetupextension.resources.dll |
14.0.1000.169 |
44,216 |
29-juill-24 |
22:41 |
x86 |
|
Microsoft.sqlserver.configuration.smo.resources.dll |
14.0.17041.0 |
909,048 |
30-juill-24 |
2,350 |
x86 |
|
Microsoft.sqlserver.configuration.smpy_configextension.resources.dll |
14.0.2060.1 |
16,320 |
30-juill-24 |
22:29 |
x86 |
|
Microsoft.sqlserver.configuration.smr_configextension.resources.dll |
14.0.2060.1 |
16,424 |
30-juill-24 |
22:29 |
x86 |
|
Microsoft.sqlserver.configuration.sniserverconfigext.resources.dll |
2017.140.1000.169 |
27,824 |
30-juill-24 |
2,352 |
x86 |
|
Microsoft.sqlserver.configuration.sqlbrowserextension.resources.dll |
14.0.2060.1 |
40,400 |
30-juill-24 |
22:29 |
x86 |
|
Microsoft.sqlserver.configuration.sqlconfigbase.resources.dll |
14.0.2060.1 |
18,880 |
30-juill-24 |
22:29 |
x86 |
|
Microsoft.sqlserver.configuration.sqlenum.resources.dll |
14.0.17041.0 |
868,088 |
29-juill-24 |
1,553 |
x86 |
|
Microsoft.sqlserver.configuration.sqlserver_configextension.resources.dll |
2017.140.2060.1 |
160 808 |
30-juill-24 |
22:29 |
x86 |
|
Microsoft.sqlserver.configuration.ssisextension.resources.dll |
14.0.2060.1 |
21,952 |
30-juill-24 |
22:29 |
x86 |
|
Microsoft.sqlserver.configuration.uiextension.resources.dll |
14.0.2060.1 |
22,464 |
30-juill-24 |
22:29 |
x86 |
|
Microsoft.sqlserver.configuration.utilityextension.resources.dll |
14.0.1000.169 |
22,712 |
29-juill-24 |
22:43 |
x86 |
|
Microsoft.sqlserver.configuration.wizardframework.resources.dll |
14.0.2060.1 |
57,280 |
30-juill-24 |
22:29 |
x86 |
|
Microsoft.sqlserver.configuration.xtp.configextension.resources.dll |
14.0.1000.169 |
21,688 |
29-juill-24 |
01:22:36 AM |
x86 |
|
Microsoft.sqlserver.deployment.resources.dll |
14.0.1000.169 |
21,176 |
29-juill-24 |
22:39 |
x86 |
|
Microsoft.sqlserver.discovery.resources.dll |
14.0.2060.1 |
84,024 |
30-juill-24 |
22:29 |
x86 |
|
Microsoft.sqlserver.management.controls.resources.dll |
14.0.17041.0 |
85,752 |
29-juill-24 |
15:52 |
x86 |
|
Microsoft.sqlserver.setup.chainer.workflow.resources.dll |
14.0.2060.1 |
28,112 |
30-juill-24 |
22:29 |
x86 |
|
Landingpage.resources.dll |
14.0.2060.1 |
77,776 |
30-juill-24 |
22:29 |
x86 |
|
Microsoft.netenterpriseservers.exceptionmessagebox.resources.dll |
14.0.1000.169 |
89,784 |
30-juill-24 |
2,356 |
x86 |
|
Microsoft.sql.chainer.package.resources.dll |
14.0.2060.1 |
22,464 |
30-juill-24 |
2,228 |
x86 |
|
Microsoft.sql.chainer.product.resources.dll |
14.0.2060.1 |
349,632 |
30-juill-24 |
2,228 |
x86 |
|
Microsoft.sqlserver.chainer.extensioncommon.resources.dll |
14.0.2060.1 |
35,368 |
30-juill-24 |
22:29 |
x86 |
|
Microsoft.sqlserver.chainer.infrastructure.resources.dll |
14.0.2060.1 |
41,424 |
30-juill-24 |
2,228 |
x86 |
|
Microsoft.sqlserver.chainer.setup.resources.dll |
14.0.2060.1 |
17,856 |
30-juill-24 |
2,228 |
x86 |
|
Microsoft.sqlserver.configuration.agentextension.resources.dll |
14.0.2060.1 |
30,656 |
30-juill-24 |
2,228 |
x86 |
|
Microsoft.sqlserver.configuration.asextension.resources.dll |
14.0.2060.1 |
71,616 |
30-juill-24 |
22:29 |
x86 |
|
Microsoft.sqlserver.configuration.bootstrapextension.resources.dll |
14.0.2060.1 |
27,080 |
30-juill-24 |
2,228 |
x86 |
|
Microsoft.sqlserver.configuration.cluster.resources.dll |
14.0.2060.1 |
174 016 |
30-juill-24 |
2,228 |
x86 |
|
Microsoft.sqlserver.configuration.configextension.resources.dll |
14.0.2060.1 |
19,000 |
30-juill-24 |
22:29 |
x86 |
|
Microsoft.sqlserver.configuration.connectioninfo.resources.dll |
14.0.17041.0 |
26,360 |
30-juill-24 |
2,356 |
x86 |
|
Microsoft.sqlserver.configuration.distributedreplayextension.resources.dll |
14.0.1000.169 |
27,320 |
29-juill-24 |
15:55 |
x86 |
|
Microsoft.sqlserver.configuration.dmf.common.resources.dll |
14.0.17041.0 |
25,336 |
30-juill-24 |
2,356 |
x86 |
|
Microsoft.sqlserver.configuration.dmf.resources.dll |
14.0.17041.0 |
39,672 |
29-juill-24 |
15:56 |
x86 |
|
Microsoft.sqlserver.configuration.extensibility_configextension.resources.dll |
14.0.2060.1 |
21,544 |
30-juill-24 |
2,228 |
x86 |
|
Microsoft.sqlserver.configuration.fulltext_configextension.resources.dll |
14.0.2060.1 |
20,520 |
30-juill-24 |
2,228 |
x86 |
|
Microsoft.sqlserver.configuration.impy_configextension.resources.dll |
14.0.2060.1 |
16,424 |
30-juill-24 |
22:29 |
x86 |
|
Microsoft.sqlserver.configuration.imr_configextension.resources.dll |
14.0.2060.1 |
16,440 |
30-juill-24 |
2,228 |
x86 |
|
Microsoft.sqlserver.configuration.installwizard.resources.dll |
14.0.2060.1 |
1 083 432 |
30-juill-24 |
22:29 |
x86 |
|
Microsoft.sqlserver.configuration.installwizardframework.resources.dll |
14.0.2060.1 |
17,448 |
30-juill-24 |
22:29 |
x86 |
|
Microsoft.sqlserver.configuration.ismasterextension.resources.dll |
14.0.1000.169 |
26,808 |
30-juill-24 |
2,357 |
x86 |
|
Microsoft.sqlserver.configuration.isworkerextension.resources.dll |
14.0.1000.169 |
25,784 |
30-juill-24 |
23:54 |
x86 |
|
Microsoft.sqlserver.configuration.managementtoolsextension.resources.dll |
14.0.2060.1 |
20,928 |
30-juill-24 |
2,228 |
x86 |
|
Microsoft.sqlserver.configuration.msiextension.resources.dll |
14.0.2060.1 |
73,664 |
30-juill-24 |
2,228 |
x86 |
|
Microsoft.sqlserver.configuration.polybaseconfigextension.resources.dll |
14.0.1000.169 |
50,872 |
30-juill-24 |
2,356 |
x86 |
|
Microsoft.sqlserver.configuration.powershellextension.resources.dll |
14.0.2060.1 |
20,928 |
30-juill-24 |
2,228 |
x86 |
|
Microsoft.sqlserver.configuration.repl_configextension.resources.dll |
14.0.2060.1 |
17,344 |
30-juill-24 |
2,228 |
x86 |
|
Microsoft.sqlserver.configuration.resources.dll |
14.0.2060.1 |
65,472 |
30-juill-24 |
2,228 |
x86 |
|
Microsoft.sqlserver.configuration.rsextension.resources.dll |
14.0.2060.1 |
61,888 |
30-juill-24 |
22:29 |
x86 |
|
Microsoft.sqlserver.configuration.rulesengineextension.resources.dll |
14.0.2060.1 |
32,208 |
30-juill-24 |
2,228 |
x86 |
|
Microsoft.sqlserver.configuration.saa_configextension.resources.dll |
14.0.1000.169 |
22,200 |
29-juill-24 |
15:57 |
x86 |
|
Microsoft.sqlserver.configuration.sco.resources.dll |
14.0.2060.1 |
862 776 |
30-juill-24 |
2,228 |
x86 |
|
Microsoft.sqlserver.configuration.scoextension.resources.dll |
14.0.1000.169 |
60,600 |
29-juill-24 |
15:58 |
x86 |
|
Microsoft.sqlserver.configuration.setupextension.resources.dll |
14.0.2060.1 |
320 960 |
30-juill-24 |
2,228 |
x86 |
|
Microsoft.sqlserver.configuration.sfc.resources.dll |
14.0.17041.0 |
158,968 |
29-juill-24 |
15:56 |
x86 |
|
Microsoft.sqlserver.configuration.slpextension.resources.dll |
14.0.2060.1 |
21,952 |
30-juill-24 |
22:29 |
x86 |
|
Microsoft.sqlserver.configuration.smartsetupextension.resources.dll |
14.0.1000.169 |
41,144 |
30-juill-24 |
2,357 |
x86 |
|
Microsoft.sqlserver.configuration.smo.resources.dll |
14.0.17041.0 |
866,040 |
30-juill-24 |
2,356 |
x86 |
|
Microsoft.sqlserver.configuration.smpy_configextension.resources.dll |
14.0.2060.1 |
16,320 |
30-juill-24 |
2,228 |
x86 |
|
Microsoft.sqlserver.configuration.smr_configextension.resources.dll |
14.0.2060.1 |
16,440 |
30-juill-24 |
2,228 |
x86 |
|
Microsoft.sqlserver.configuration.sniserverconfigext.resources.dll |
2017.140.1000.169 |
27,320 |
29-juill-24 |
15:55 |
x86 |
|
Microsoft.sqlserver.configuration.sqlbrowserextension.resources.dll |
14.0.2060.1 |
38,336 |
30-juill-24 |
22:29 |
x86 |
|
Microsoft.sqlserver.configuration.sqlconfigbase.resources.dll |
14.0.2060.1 |
18,368 |
30-juill-24 |
22:29 |
x86 |
|
Microsoft.sqlserver.configuration.sqlenum.resources.dll |
14.0.17041.0 |
867,064 |
30-juill-24 |
2,358 |
x86 |
|
Microsoft.sqlserver.configuration.sqlserver_configextension.resources.dll |
2017.140.2060.1 |
154 168 |
30-juill-24 |
2,228 |
x86 |
|
Microsoft.sqlserver.configuration.ssisextension.resources.dll |
14.0.2060.1 |
21,440 |
30-juill-24 |
2,228 |
x86 |
|
Microsoft.sqlserver.configuration.uiextension.resources.dll |
14.0.2060.1 |
22,056 |
30-juill-24 |
2,228 |
x86 |
|
Microsoft.sqlserver.configuration.utilityextension.resources.dll |
14.0.1000.169 |
22,200 |
29-juill-24 |
15:57 |
x86 |
|
Microsoft.sqlserver.configuration.wizardframework.resources.dll |
14.0.2060.1 |
57,280 |
30-juill-24 |
2,228 |
x86 |
|
Microsoft.sqlserver.configuration.xtp.configextension.resources.dll |
14.0.1000.169 |
21,688 |
29-juill-24 |
15:58 |
x86 |
|
Microsoft.sqlserver.deployment.resources.dll |
14.0.1000.169 |
21,176 |
30-juill-24 |
2,357 |
x86 |
|
Microsoft.sqlserver.discovery.resources.dll |
14.0.2060.1 |
84,024 |
30-juill-24 |
2,228 |
x86 |
|
Microsoft.sqlserver.management.controls.resources.dll |
14.0.17041.0 |
85,752 |
29-juill-24 |
15:56 |
x86 |
|
Microsoft.sqlserver.setup.chainer.workflow.resources.dll |
14.0.2060.1 |
27,176 |
30-juill-24 |
2,228 |
x86 |
|
Landingpage.resources.dll |
14.0.2060.1 |
77 864 |
30-juill-24 |
22:27 |
x86 |
|
Microsoft.netenterpriseservers.exceptionmessagebox.resources.dll |
14.0.1000.169 |
89,776 |
31-juill-24 |
0.0.0.0 |
x86 |
|
Microsoft.sql.chainer.package.resources.dll |
14.0.2060.1 |
22,568 |
30-juill-24 |
2,228 |
x86 |
|
Microsoft.sql.chainer.product.resources.dll |
14.0.2060.1 |
349 752 |
30-juill-24 |
2,228 |
x86 |
|
Microsoft.sqlserver.chainer.extensioncommon.resources.dll |
14.0.2060.1 |
34,856 |
30-juill-24 |
2,228 |
x86 |
|
Microsoft.sqlserver.chainer.infrastructure.resources.dll |
14.0.2060.1 |
41,000 |
30-juill-24 |
2,228 |
x86 |
|
Microsoft.sqlserver.chainer.setup.resources.dll |
14.0.2060.1 |
17,856 |
30-juill-24 |
2,228 |
x86 |
|
Microsoft.sqlserver.configuration.agentextension.resources.dll |
14.0.2060.1 |
29,632 |
30-juill-24 |
2,228 |
x86 |
|
Microsoft.sqlserver.configuration.asextension.resources.dll |
14.0.2060.1 |
70 592 |
30-juill-24 |
2,228 |
x86 |
|
Microsoft.sqlserver.configuration.bootstrapextension.resources.dll |
14.0.2060.1 |
27,192 |
30-juill-24 |
22:29 |
x86 |
|
Microsoft.sqlserver.configuration.cluster.resources.dll |
14.0.2060.1 |
166 440 |
30-juill-24 |
2,228 |
x86 |
|
Microsoft.sqlserver.configuration.configextension.resources.dll |
14.0.2060.1 |
18,984 |
30-juill-24 |
2,228 |
x86 |
|
Microsoft.sqlserver.configuration.connectioninfo.resources.dll |
14.0.17041.0 |
25,848 |
29-juill-24 |
1,600 |
x86 |
|
Microsoft.sqlserver.configuration.distributedreplayextension.resources.dll |
14.0.1000.169 |
27,320 |
29-juill-24 |
16:03 |
x86 |
|
Microsoft.sqlserver.configuration.dmf.common.resources.dll |
14.0.17041.0 |
24,824 |
29-juill-24 |
16:01 |
x86 |
|
Microsoft.sqlserver.configuration.dmf.resources.dll |
14.0.17041.0 |
38,648 |
30-juill-24 |
2,358 |
x86 |
|
Microsoft.sqlserver.configuration.extensibility_configextension.resources.dll |
14.0.2060.1 |
21,544 |
30-juill-24 |
2,228 |
x86 |
|
Microsoft.sqlserver.configuration.fulltext_configextension.resources.dll |
14.0.2060.1 |
20,520 |
30-juill-24 |
2,228 |
x86 |
|
Microsoft.sqlserver.configuration.impy_configextension.resources.dll |
14.0.2060.1 |
16,440 |
30-juill-24 |
2,228 |
x86 |
|
Microsoft.sqlserver.configuration.imr_configextension.resources.dll |
14.0.2060.1 |
16,440 |
30-juill-24 |
2,228 |
x86 |
|
Microsoft.sqlserver.configuration.installwizard.resources.dll |
14.0.2060.1 |
1 083 320 |
30-juill-24 |
2,228 |
x86 |
|
Microsoft.sqlserver.configuration.installwizardframework.resources.dll |
14.0.2060.1 |
17,448 |
30-juill-24 |
22:29 |
x86 |
|
Microsoft.sqlserver.configuration.ismasterextension.resources.dll |
14.0.1000.169 |
26,808 |
30-juill-24 |
2,358 |
x86 |
|
Microsoft.sqlserver.configuration.isworkerextension.resources.dll |
14.0.1000.169 |
25,784 |
30-juill-24 |
2,358 |
x86 |
|
Microsoft.sqlserver.configuration.managementtoolsextension.resources.dll |
14.0.2060.1 |
21,032 |
30-juill-24 |
2,228 |
x86 |
|
Microsoft.sqlserver.configuration.msiextension.resources.dll |
14.0.2060.1 |
73,152 |
30-juill-24 |
2,228 |
x86 |
|
Microsoft.sqlserver.configuration.polybaseconfigextension.resources.dll |
14.0.1000.169 |
50,872 |
30-juill-24 |
23:59 |
x86 |
|
Microsoft.sqlserver.configuration.powershellextension.resources.dll |
14.0.2060.1 |
21,032 |
30-juill-24 |
2,228 |
x86 |
|
Microsoft.sqlserver.configuration.repl_configextension.resources.dll |
14.0.2060.1 |
17,352 |
30-juill-24 |
22:29 |
x86 |
|
Microsoft.sqlserver.configuration.resources.dll |
14.0.2060.1 |
64,040 |
30-juill-24 |
22:29 |
x86 |
|
Microsoft.sqlserver.configuration.rsextension.resources.dll |
14.0.2060.1 |
61,992 |
30-juill-24 |
22:29 |
x86 |
|
Microsoft.sqlserver.configuration.rulesengineextension.resources.dll |
14.0.2060.1 |
32,192 |
30-juill-24 |
2,228 |
x86 |
|
Microsoft.sqlserver.configuration.saa_configextension.resources.dll |
14.0.1000.169 |
22,192 |
29-juill-24 |
16:01 |
x86 |
|
Microsoft.sqlserver.configuration.sco.resources.dll |
14.0.2060.1 |
929 848 |
30-juill-24 |
2,228 |
x86 |
|
Microsoft.sqlserver.configuration.scoextension.resources.dll |
14.0.1000.169 |
58,032 |
29-juill-24 |
16:03 |
x86 |
|
Microsoft.sqlserver.configuration.setupextension.resources.dll |
14.0.2060.1 |
318 400 |
30-juill-24 |
22:29 |
x86 |
|
Microsoft.sqlserver.configuration.sfc.resources.dll |
14.0.17041.0 |
157,432 |
31-juill-24 |
00:01 |
x86 |
|
Microsoft.sqlserver.configuration.slpextension.resources.dll |
14.0.2060.1 |
22,072 |
30-juill-24 |
2,228 |
x86 |
|
Microsoft.sqlserver.configuration.smartsetupextension.resources.dll |
14.0.1000.169 |
40,120 |
29-juill-24 |
16:02 |
x86 |
|
Microsoft.sqlserver.configuration.smo.resources.dll |
14.0.17041.0 |
853,240 |
29-juill-24 |
1,600 |
x86 |
|
Microsoft.sqlserver.configuration.smpy_configextension.resources.dll |
14.0.2060.1 |
16,424 |
30-juill-24 |
2,228 |
x86 |
|
Microsoft.sqlserver.configuration.smr_configextension.resources.dll |
14.0.2060.1 |
16,424 |
30-juill-24 |
22:29 |
x86 |
|
Microsoft.sqlserver.configuration.sniserverconfigext.resources.dll |
2017.140.1000.169 |
36,536 |
29-juill-24 |
1,600 |
x86 |
|
Microsoft.sqlserver.configuration.sqlbrowserextension.resources.dll |
14.0.2060.1 |
37,824 |
30-juill-24 |
2,228 |
x86 |
|
Microsoft.sqlserver.configuration.sqlconfigbase.resources.dll |
14.0.2060.1 |
18,384 |
30-juill-24 |
2,228 |
x86 |
|
Microsoft.sqlserver.configuration.sqlenum.resources.dll |
14.0.17041.0 |
866,552 |
31-juill-24 |
0.0.0.0 |
x86 |
|
Microsoft.sqlserver.configuration.sqlserver_configextension.resources.dll |
2017.140.2060.1 |
152 104 |
30-juill-24 |
2,228 |
x86 |
|
Microsoft.sqlserver.configuration.ssisextension.resources.dll |
14.0.2060.1 |
21,544 |
30-juill-24 |
22:29 |
x86 |
|
Microsoft.sqlserver.configuration.uiextension.resources.dll |
14.0.2060.1 |
21,456 |
30-juill-24 |
2,228 |
x86 |
|
Microsoft.sqlserver.configuration.utilityextension.resources.dll |
14.0.1000.169 |
22,200 |
31-juill-24 |
00:01 |
x86 |
|
Microsoft.sqlserver.configuration.wizardframework.resources.dll |
14.0.2060.1 |
56,768 |
30-juill-24 |
2,228 |
x86 |
|
Microsoft.sqlserver.configuration.xtp.configextension.resources.dll |
14.0.1000.169 |
22,200 |
31-juill-24 |
0.0.0.0 |
x86 |
|
Microsoft.sqlserver.deployment.resources.dll |
14.0.1000.169 |
21,176 |
29-juill-24 |
1,600 |
x86 |
|
Microsoft.sqlserver.discovery.resources.dll |
14.0.2060.1 |
83 392 |
30-juill-24 |
2,228 |
x86 |
|
Microsoft.sqlserver.management.controls.resources.dll |
14.0.17041.0 |
85,752 |
31-juill-24 |
02:00 |
x86 |
|
Microsoft.sqlserver.setup.chainer.workflow.resources.dll |
14.0.2060.1 |
27,080 |
30-juill-24 |
22:29 |
x86 |
|
Landingpage.resources.dll |
14.0.2060.1 |
82,472 |
30-juill-24 |
22:33 |
x86 |
|
Microsoft.netenterpriseservers.exceptionmessagebox.resources.dll |
14.0.1000.169 |
89,784 |
30-juill-24 |
23:54 |
x86 |
|
Microsoft.sql.chainer.package.resources.dll |
14.0.2060.1 |
22,464 |
30-juill-24 |
01:22:34 AM |
x86 |
|
Microsoft.sql.chainer.product.resources.dll |
14.0.2060.1 |
349,632 |
30-juill-24 |
01:22:34 AM |
x86 |
|
Microsoft.sqlserver.chainer.extensioncommon.resources.dll |
14.0.2060.1 |
37,944 |
30-juill-24 |
22:33 |
x86 |
|
Microsoft.sqlserver.chainer.infrastructure.resources.dll |
14.0.2060.1 |
47,656 |
30-juill-24 |
22:33 |
x86 |
|
Microsoft.sqlserver.chainer.setup.resources.dll |
14.0.2060.1 |
19,392 |
30-juill-24 |
22:33 |
x86 |
|
Microsoft.sqlserver.configuration.agentextension.resources.dll |
14.0.2060.1 |
34,240 |
30-juill-24 |
01:22:34 AM |
x86 |
|
Microsoft.sqlserver.configuration.asextension.resources.dll |
14.0.2060.1 |
80,832 |
30-juill-24 |
01:22:34 AM |
x86 |
|
Microsoft.sqlserver.configuration.bootstrapextension.resources.dll |
14.0.2060.1 |
32,192 |
30-juill-24 |
01:22:34 AM |
x86 |
|
Microsoft.sqlserver.configuration.cluster.resources.dll |
14.0.2060.1 |
198 200 |
30-juill-24 |
22:33 |
x86 |
|
Microsoft.sqlserver.configuration.configextension.resources.dll |
14.0.2060.1 |
20,536 |
30-juill-24 |
22:33 |
x86 |
|
Microsoft.sqlserver.configuration.connectioninfo.resources.dll |
14.0.17041.0 |
28,408 |
29-juill-24 |
15:48 |
x86 |
|
Microsoft.sqlserver.configuration.distributedreplayextension.resources.dll |
14.0.1000.169 |
28,856 |
29-juill-24 |
16:01 |
x86 |
|
Microsoft.sqlserver.configuration.dmf.common.resources.dll |
14.0.17041.0 |
26,360 |
29-juill-24 |
15:48 |
x86 |
|
Microsoft.sqlserver.configuration.dmf.resources.dll |
14.0.17041.0 |
45,304 |
30-juill-24 |
2,347 |
x86 |
|
Microsoft.sqlserver.configuration.extensibility_configextension.resources.dll |
14.0.2060.1 |
23,592 |
30-juill-24 |
01:22:34 AM |
x86 |
|
Microsoft.sqlserver.configuration.fulltext_configextension.resources.dll |
14.0.2060.1 |
22,568 |
30-juill-24 |
01:22:34 AM |
x86 |
|
Microsoft.sqlserver.configuration.impy_configextension.resources.dll |
14.0.2060.1 |
16,440 |
30-juill-24 |
22:33 |
x86 |
|
Microsoft.sqlserver.configuration.imr_configextension.resources.dll |
14.0.2060.1 |
16,936 |
30-juill-24 |
01:22:34 AM |
x86 |
|
Microsoft.sqlserver.configuration.installwizard.resources.dll |
14.0.2060.1 |
1 115 584 |
30-juill-24 |
01:22:34 AM |
x86 |
|
Microsoft.sqlserver.configuration.installwizardframework.resources.dll |
14.0.2060.1 |
17,448 |
30-juill-24 |
01:22:34 AM |
x86 |
|
Microsoft.sqlserver.configuration.ismasterextension.resources.dll |
14.0.1000.169 |
27,832 |
31-juill-24 |
00:01 |
x86 |
|
Microsoft.sqlserver.configuration.isworkerextension.resources.dll |
14.0.1000.169 |
26,808 |
31-juill-24 |
02:00 |
x86 |
|
Microsoft.sqlserver.configuration.managementtoolsextension.resources.dll |
14.0.2060.1 |
20,928 |
30-juill-24 |
01:22:34 AM |
x86 |
|
Microsoft.sqlserver.configuration.msiextension.resources.dll |
14.0.2060.1 |
84 928 |
30-juill-24 |
22:33 |
x86 |
|
Microsoft.sqlserver.configuration.polybaseconfigextension.resources.dll |
14.0.1000.169 |
54,456 |
31-juill-24 |
02:00 |
x86 |
|
Microsoft.sqlserver.configuration.powershellextension.resources.dll |
14.0.2060.1 |
21,560 |
30-juill-24 |
01:22:34 AM |
x86 |
|
Microsoft.sqlserver.configuration.repl_configextension.resources.dll |
14.0.2060.1 |
17,464 |
30-juill-24 |
01:22:34 AM |
x86 |
|
Microsoft.sqlserver.configuration.resources.dll |
14.0.2060.1 |
77 864 |
30-juill-24 |
01:22:34 AM |
x86 |
|
Microsoft.sqlserver.configuration.rsextension.resources.dll |
14.0.2060.1 |
75,320 |
30-juill-24 |
01:22:34 AM |
x86 |
|
Microsoft.sqlserver.configuration.rulesengineextension.resources.dll |
14.0.2060.1 |
34,344 |
30-juill-24 |
01:22:34 AM |
x86 |
|
Microsoft.sqlserver.configuration.saa_configextension.resources.dll |
14.0.1000.169 |
22,200 |
30-juill-24 |
2,358 |
x86 |
|
Microsoft.sqlserver.configuration.sco.resources.dll |
14.0.2060.1 |
1 259 064 |
30-juill-24 |
01:22:34 AM |
x86 |
|
Microsoft.sqlserver.configuration.scoextension.resources.dll |
14.0.1000.169 |
66,232 |
29-juill-24 |
16:03 |
x86 |
|
Microsoft.sqlserver.configuration.setupextension.resources.dll |
14.0.2060.1 |
370 232 |
30-juill-24 |
01:22:34 AM |
x86 |
|
Microsoft.sqlserver.configuration.sfc.resources.dll |
14.0.17041.0 |
163,576 |
29-juill-24 |
1,545 |
x86 |
|
Microsoft.sqlserver.configuration.slpextension.resources.dll |
14.0.2060.1 |
22,464 |
30-juill-24 |
01:22:34 AM |
x86 |
|
Microsoft.sqlserver.configuration.smartsetupextension.resources.dll |
14.0.1000.169 |
48,312 |
29-juill-24 |
1,600 |
x86 |
|
Microsoft.sqlserver.configuration.smo.resources.dll |
14.0.17041.0 |
1,092,344 |
30-juill-24 |
2,347 |
x86 |
|
Microsoft.sqlserver.configuration.smpy_configextension.resources.dll |
14.0.2060.1 |
16,320 |
30-juill-24 |
01:22:34 AM |
x86 |
|
Microsoft.sqlserver.configuration.smr_configextension.resources.dll |
14.0.2060.1 |
16,936 |
30-juill-24 |
22:33 |
x86 |
|
Microsoft.sqlserver.configuration.sniserverconfigext.resources.dll |
2017.140.1000.169 |
28,848 |
29-juill-24 |
16:03 |
x86 |
|
Microsoft.sqlserver.configuration.sqlbrowserextension.resources.dll |
14.0.2060.1 |
44,584 |
30-juill-24 |
22:33 |
x86 |
|
Microsoft.sqlserver.configuration.sqlconfigbase.resources.dll |
14.0.2060.1 |
19,912 |
30-juill-24 |
01:22:34 AM |
x86 |
|
Microsoft.sqlserver.configuration.sqlenum.resources.dll |
14.0.17041.0 |
869,624 |
29-juill-24 |
15:46 |
x86 |
|
Microsoft.sqlserver.configuration.sqlserver_configextension.resources.dll |
2017.140.2060.1 |
171 048 |
30-juill-24 |
01:22:34 AM |
x86 |
|
Microsoft.sqlserver.configuration.ssisextension.resources.dll |
14.0.2060.1 |
22,480 |
30-juill-24 |
01:22:34 AM |
x86 |
|
Microsoft.sqlserver.configuration.uiextension.resources.dll |
14.0.2060.1 |
23,504 |
30-juill-24 |
01:22:34 AM |
x86 |
|
Microsoft.sqlserver.configuration.utilityextension.resources.dll |
14.0.1000.169 |
22,712 |
29-juill-24 |
15:59 |
x86 |
|
Microsoft.sqlserver.configuration.wizardframework.resources.dll |
14.0.2060.1 |
57,792 |
30-juill-24 |
22:33 |
x86 |
|
Microsoft.sqlserver.configuration.xtp.configextension.resources.dll |
14.0.1000.169 |
22,200 |
29-juill-24 |
16:03 |
x86 |
|
Microsoft.sqlserver.deployment.resources.dll |
14.0.1000.169 |
21,176 |
30-juill-24 |
23:59 |
x86 |
|
Microsoft.sqlserver.discovery.resources.dll |
14.0.2060.1 |
83,896 |
30-juill-24 |
01:22:34 AM |
x86 |
|
Microsoft.sqlserver.management.controls.resources.dll |
14.0.17041.0 |
85,752 |
30-juill-24 |
2,348 |
x86 |
|
Microsoft.sqlserver.setup.chainer.workflow.resources.dll |
14.0.2060.1 |
29,736 |
30-juill-24 |
01:22:34 AM |
x86 |
|
Masterdataservices.msi |
Non applicable |
25,206,784 |
31-juill-24 |
02:53 |
Non applicable |
|
Masterdataservicesexceladdin.msi |
Non applicable |
3,256,320 |
31-juill-24 |
02:53 |
Non applicable |
|
Rsfx.msi |
Non applicable |
2,252,800 |
31-juill-24 |
02:53 |
Non applicable |
|
Sql_as.msp |
Non applicable |
96 866 304 |
31-juill-24 |
02:52 |
Non applicable |
|
Sql_batchparser.msp |
Non applicable |
1,454,080 |
31-juill-24 |
02:52 |
Non applicable |
|
Sql_common_core.msp |
Non applicable |
5 935 104 |
31-juill-24 |
02:52 |
Non applicable |
|
Sql_dqc.msp |
Non applicable |
1,859,584 |
31-juill-24 |
02:52 |
Non applicable |
|
Sql_dq_common.msp |
Non applicable |
2 801 664 |
31-juill-24 |
02:51 |
Non applicable |
|
Sql_dreplay_client.msp |
Non applicable |
1 765 376 |
31-juill-24 |
02:51 |
Non applicable |
|
Sql_dreplay_controller.msp |
Non applicable |
1,798,144 |
31-juill-24 |
02:51 |
Non applicable |
|
Sql_engine_core_inst.msp |
Non applicable |
67 432,448 |
31-juill-24 |
02:51 |
Non applicable |
|
Sql_engine_core_shared.msp |
Non applicable |
14 426 112 |
31-juill-24 |
02:52 |
Non applicable |
|
Sql_extensibility.msp |
Non applicable |
2,023,424 |
31-juill-24 |
02:52 |
Non applicable |
|
Sql_fulltext.msp |
Non applicable |
1,667,072 |
31-juill-24 |
02:52 |
Non applicable |
|
Sql_inst_mpy.msp |
Non applicable |
1,298,432 |
31-juill-24 |
02:52 |
Non applicable |
|
Sql_inst_mr.msp |
Non applicable |
1,298,432 |
31-juill-24 |
02:52 |
Non applicable |
|
Sql_is.msp |
Non applicable |
25 542 656 |
31-juill-24 |
02:52 |
Non applicable |
|
Sql_polybase_core_inst.msp |
Non applicable |
141 197 312 |
31-juill-24 |
02:52 |
Non applicable |
|
Sql_shared_mpy.msp |
Non applicable |
1,298,432 |
31-juill-24 |
02:51 |
Non applicable |
|
Sql_shared_mr.msp |
Non applicable |
1,298,432 |
31-juill-24 |
02:51 |
Non applicable |
|
Sql_tools_extensions.msp |
Non applicable |
13 975 552 |
31-juill-24 |
02:51 |
Non applicable |
|
Sql_xevent.msp |
Non applicable |
1,556,480 |
31-juill-24 |
02:51 |
Non applicable |
|
Microsoft.netenterpriseservers.exceptionmessagebox.resources.dll |
14.0.1000.169 |
89,784 |
29-juill-24 |
15:46 |
x86 |
|
Microsoft.sqlserver.configuration.connectioninfo.resources.dll |
14.0.17041.0 |
25,336 |
29-juill-24 |
15:48 |
x86 |
|
Microsoft.sqlserver.configuration.sfc.resources.dll |
14.0.17041.0 |
155,896 |
29-juill-24 |
1,545 |
x86 |
|
Microsoft.sqlserver.configuration.smo.resources.dll |
14.0.17041.0 |
756,984 |
30-juill-24 |
23:49 |
x86 |
|
Microsoft.sqlserver.configuration.sniserverconfigext.resources.dll |
2017.140.1000.169 |
26,296 |
30-juill-24 |
2,347 |
x86 |
|
Microsoft.sqlserver.configuration.sqlenum.resources.dll |
14.0.17041.0 |
865,528 |
30-juill-24 |
2,348 |
x86 |
|
Microsoft.sqlserver.management.controls.resources.dll |
14.0.17041.0 |
85,752 |
30-juill-24 |
2,348 |
x86 |
|
Microsoft.netenterpriseservers.exceptionmessagebox.resources.dll |
14.0.1000.169 |
89,784 |
29-juill-24 |
15:37 |
x86 |
|
Microsoft.sqlserver.configuration.connectioninfo.resources.dll |
14.0.17041.0 |
25,336 |
30-juill-24 |
2,344 |
x86 |
|
Microsoft.sqlserver.configuration.sfc.resources.dll |
14.0.17041.0 |
155,896 |
29-juill-24 |
15:41 |
x86 |
|
Microsoft.sqlserver.configuration.smo.resources.dll |
14.0.17041.0 |
764,152 |
29-juill-24 |
1.5.4.0 |
x86 |
|
Microsoft.sqlserver.configuration.sniserverconfigext.resources.dll |
2017.140.1000.169 |
26,288 |
29-juill-24 |
15:41 |
x86 |
|
Microsoft.sqlserver.configuration.sqlenum.resources.dll |
14.0.17041.0 |
865,528 |
30-juill-24 |
2,344 |
x86 |
|
Microsoft.sqlserver.management.controls.resources.dll |
14.0.17041.0 |
85,752 |
29-juill-24 |
15:44 |
x86 |
|
Landingpage.resources.dll |
14.0.2060.1 |
75,712 |
30-juill-24 |
01:22:26 AM |
x86 |
|
Microsoft.sql.chainer.package.resources.dll |
14.0.2060.1 |
22,568 |
30-juill-24 |
01:22:26 AM |
x86 |
|
Microsoft.sql.chainer.product.resources.dll |
14.0.2060.1 |
349 736 |
30-juill-24 |
01:22:26 AM |
x86 |
|
Microsoft.sqlserver.chainer.extensioncommon.resources.dll |
14.0.2060.1 |
33,216 |
30-juill-24 |
01:22:26 AM |
x86 |
|
Microsoft.sqlserver.chainer.infrastructure.resources.dll |
14.0.2060.1 |
38,440 |
30-juill-24 |
01:22:26 AM |
x86 |
|
Microsoft.sqlserver.chainer.setup.resources.dll |
14.0.2060.1 |
17,344 |
30-juill-24 |
01:22:26 AM |
x86 |
|
Microsoft.sqlserver.configuration.agentextension.resources.dll |
14.0.2060.1 |
28,096 |
30-juill-24 |
01:22:26 AM |
x86 |
|
Microsoft.sqlserver.configuration.asextension.resources.dll |
14.0.2060.1 |
66 496 |
30-juill-24 |
01:22:26 AM |
x86 |
|
Microsoft.sqlserver.configuration.bootstrapextension.resources.dll |
14.0.2060.1 |
25,640 |
30-juill-24 |
01:22:26 AM |
x86 |
|
Microsoft.sqlserver.configuration.cluster.resources.dll |
14.0.2060.1 |
156,216 |
30-juill-24 |
01:22:26 AM |
x86 |
|
Microsoft.sqlserver.configuration.configextension.resources.dll |
14.0.2060.1 |
17,960 |
30-juill-24 |
01:22:26 AM |
x86 |
|
Microsoft.sqlserver.configuration.distributedreplayextension.resources.dll |
14.0.1000.169 |
26,808 |
30-juill-24 |
2,348 |
x86 |
|
Microsoft.sqlserver.configuration.dmf.common.resources.dll |
14.0.17041.0 |
24,312 |
29-juill-24 |
15:48 |
x86 |
|
Microsoft.sqlserver.configuration.dmf.resources.dll |
14.0.17041.0 |
36,600 |
30-juill-24 |
2,348 |
x86 |
|
Microsoft.sqlserver.configuration.extensibility_configextension.resources.dll |
14.0.2060.1 |
20,520 |
30-juill-24 |
01:22:26 AM |
x86 |
|
Microsoft.sqlserver.configuration.fulltext_configextension.resources.dll |
14.0.2060.1 |
20,008 |
30-juill-24 |
01:22:26 AM |
x86 |
|
Microsoft.sqlserver.configuration.impy_configextension.resources.dll |
14.0.2060.1 |
16,424 |
30-juill-24 |
01:22:26 AM |
x86 |
|
Microsoft.sqlserver.configuration.imr_configextension.resources.dll |
14.0.2060.1 |
16,424 |
30-juill-24 |
01:22:26 AM |
x86 |
|
Microsoft.sqlserver.configuration.installwizard.resources.dll |
14.0.2060.1 |
1 071 160 |
30-juill-24 |
01:22:26 AM |
x86 |
|
Microsoft.sqlserver.configuration.installwizardframework.resources.dll |
14.0.2060.1 |
17,344 |
30-juill-24 |
01:22:26 AM |
x86 |
|
Microsoft.sqlserver.configuration.ismasterextension.resources.dll |
14.0.1000.169 |
26,296 |
29-juill-24 |
1,547 |
x86 |
|
Microsoft.sqlserver.configuration.isworkerextension.resources.dll |
14.0.1000.169 |
25,272 |
29-juill-24 |
1,547 |
x86 |
|
Microsoft.sqlserver.configuration.managementtoolsextension.resources.dll |
14.0.2060.1 |
21,048 |
30-juill-24 |
01:22:26 AM |
x86 |
|
Microsoft.sqlserver.configuration.msiextension.resources.dll |
14.0.2060.1 |
69,176 |
30-juill-24 |
01:22:26 AM |
x86 |
|
Microsoft.sqlserver.configuration.polybaseconfigextension.resources.dll |
14.0.1000.169 |
49,336 |
30-juill-24 |
2,347 |
x86 |
|
Microsoft.sqlserver.configuration.powershellextension.resources.dll |
14.0.2060.1 |
21,032 |
30-juill-24 |
01:22:26 AM |
x86 |
|
Microsoft.sqlserver.configuration.repl_configextension.resources.dll |
14.0.2060.1 |
17,344 |
30-juill-24 |
01:22:26 AM |
x86 |
|
Microsoft.sqlserver.configuration.resources.dll |
14.0.2060.1 |
58,816 |
30-juill-24 |
01:22:26 AM |
x86 |
|
Microsoft.sqlserver.configuration.rsextension.resources.dll |
14.0.2060.1 |
55,848 |
30-juill-24 |
01:22:26 AM |
x86 |
|
Microsoft.sqlserver.configuration.rulesengineextension.resources.dll |
14.0.2060.1 |
31,288 |
30-juill-24 |
01:22:26 AM |
x86 |
|
Microsoft.sqlserver.configuration.saa_configextension.resources.dll |
14.0.1000.169 |
22,200 |
29-juill-24 |
15:48 |
x86 |
|
Microsoft.sqlserver.configuration.sco.resources.dll |
14.0.2060.1 |
771 640 |
30-juill-24 |
01:22:26 AM |
x86 |
|
Microsoft.sqlserver.configuration.scoextension.resources.dll |
14.0.1000.169 |
55,984 |
30-juill-24 |
2,348 |
x86 |
|
Microsoft.sqlserver.configuration.setupextension.resources.dll |
14.0.2060.1 |
298 944 |
30-juill-24 |
01:22:26 AM |
x86 |
|
Microsoft.sqlserver.configuration.slpextension.resources.dll |
14.0.2060.1 |
21,440 |
30-juill-24 |
01:22:26 AM |
x86 |
|
Microsoft.sqlserver.configuration.smartsetupextension.resources.dll |
14.0.1000.169 |
37,560 |
29-juill-24 |
1,549 |
x86 |
|
Microsoft.sqlserver.configuration.smpy_configextension.resources.dll |
14.0.2060.1 |
16,424 |
30-juill-24 |
01:22:26 AM |
x86 |
|
Microsoft.sqlserver.configuration.smr_configextension.resources.dll |
14.0.2060.1 |
16,424 |
30-juill-24 |
01:22:26 AM |
x86 |
|
Microsoft.sqlserver.configuration.sqlbrowserextension.resources.dll |
14.0.2060.1 |
35,880 |
30-juill-24 |
01:22:26 AM |
x86 |
|
Microsoft.sqlserver.configuration.sqlconfigbase.resources.dll |
14.0.2060.1 |
17,960 |
30-juill-24 |
01:22:26 AM |
x86 |
|
Microsoft.sqlserver.configuration.sqlserver_configextension.resources.dll |
2017.140.2060.1 |
143 912 |
30-juill-24 |
01:22:26 AM |
x86 |
|
Microsoft.sqlserver.configuration.ssisextension.resources.dll |
14.0.2060.1 |
21,544 |
30-juill-24 |
01:22:26 AM |
x86 |
|
Microsoft.sqlserver.configuration.uiextension.resources.dll |
14.0.2060.1 |
21,032 |
30-juill-24 |
01:22:26 AM |
x86 |
|
Microsoft.sqlserver.configuration.utilityextension.resources.dll |
14.0.1000.169 |
22,200 |
29-juill-24 |
1,549 |
x86 |
|
Microsoft.sqlserver.configuration.wizardframework.resources.dll |
14.0.2060.1 |
56,784 |
30-juill-24 |
01:22:26 AM |
x86 |
|
Microsoft.sqlserver.configuration.xtp.configextension.resources.dll |
14.0.1000.169 |
21,688 |
30-juill-24 |
2,348 |
x86 |
|
Microsoft.sqlserver.deployment.resources.dll |
14.0.1000.169 |
21,176 |
30-juill-24 |
2,348 |
x86 |
|
Microsoft.sqlserver.discovery.resources.dll |
14.0.2060.1 |
83 496 |
30-juill-24 |
01:22:26 AM |
x86 |
|
Microsoft.sqlserver.setup.chainer.workflow.resources.dll |
14.0.2060.1 |
26,664 |
30-juill-24 |
01:22:26 AM |
x86 |
|
Landingpage.resources.dll |
14.0.2060.1 |
75,816 |
30-juill-24 |
22:29 |
x86 |
|
Microsoft.sql.chainer.package.resources.dll |
14.0.2060.1 |
22,584 |
30-juill-24 |
2,228 |
x86 |
|
Microsoft.sql.chainer.product.resources.dll |
14.0.2060.1 |
349 640 |
30-juill-24 |
2,228 |
x86 |
|
Microsoft.sqlserver.chainer.extensioncommon.resources.dll |
14.0.2060.1 |
33,832 |
30-juill-24 |
2,228 |
x86 |
|
Microsoft.sqlserver.chainer.infrastructure.resources.dll |
14.0.2060.1 |
37,840 |
30-juill-24 |
2,228 |
x86 |
|
Microsoft.sqlserver.chainer.setup.resources.dll |
14.0.2060.1 |
17,464 |
30-juill-24 |
2,228 |
x86 |
|
Microsoft.sqlserver.configuration.agentextension.resources.dll |
14.0.2060.1 |
28,112 |
30-juill-24 |
22:29 |
x86 |
|
Microsoft.sqlserver.configuration.asextension.resources.dll |
14.0.2060.1 |
67 128 |
30-juill-24 |
22:29 |
x86 |
|
Microsoft.sqlserver.configuration.bootstrapextension.resources.dll |
14.0.2060.1 |
25,640 |
30-juill-24 |
2,228 |
x86 |
|
Microsoft.sqlserver.configuration.cluster.resources.dll |
14.0.2060.1 |
156,608 |
30-juill-24 |
2,228 |
x86 |
|
Microsoft.sqlserver.configuration.configextension.resources.dll |
14.0.2060.1 |
17,960 |
30-juill-24 |
2,228 |
x86 |
|
Microsoft.sqlserver.configuration.distributedreplayextension.resources.dll |
14.0.1000.169 |
26,808 |
30-juill-24 |
2,344 |
x86 |
|
Microsoft.sqlserver.configuration.dmf.common.resources.dll |
14.0.17041.0 |
24,312 |
30-juill-24 |
23:42 |
x86 |
|
Microsoft.sqlserver.configuration.dmf.resources.dll |
14.0.17041.0 |
36,600 |
30-juill-24 |
2,344 |
x86 |
|
Microsoft.sqlserver.configuration.extensibility_configextension.resources.dll |
14.0.2060.1 |
20,520 |
30-juill-24 |
2,228 |
x86 |
|
Microsoft.sqlserver.configuration.fulltext_configextension.resources.dll |
14.0.2060.1 |
19,904 |
30-juill-24 |
22:29 |
x86 |
|
Microsoft.sqlserver.configuration.impy_configextension.resources.dll |
14.0.2060.1 |
16,440 |
30-juill-24 |
2,228 |
x86 |
|
Microsoft.sqlserver.configuration.imr_configextension.resources.dll |
14.0.2060.1 |
16,424 |
30-juill-24 |
22:29 |
x86 |
|
Microsoft.sqlserver.configuration.installwizard.resources.dll |
14.0.2060.1 |
1 072 168 |
30-juill-24 |
22:29 |
x86 |
|
Microsoft.sqlserver.configuration.installwizardframework.resources.dll |
14.0.2060.1 |
17,448 |
30-juill-24 |
2,228 |
x86 |
|
Microsoft.sqlserver.configuration.ismasterextension.resources.dll |
14.0.1000.169 |
26,296 |
30-juill-24 |
2,344 |
x86 |
|
Microsoft.sqlserver.configuration.isworkerextension.resources.dll |
14.0.1000.169 |
25,272 |
30-juill-24 |
2,344 |
x86 |
|
Microsoft.sqlserver.configuration.managementtoolsextension.resources.dll |
14.0.2060.1 |
20,928 |
30-juill-24 |
2,228 |
x86 |
|
Microsoft.sqlserver.configuration.msiextension.resources.dll |
14.0.2060.1 |
69,688 |
30-juill-24 |
2,228 |
x86 |
|
Microsoft.sqlserver.configuration.polybaseconfigextension.resources.dll |
14.0.1000.169 |
49,336 |
29-juill-24 |
15:39 |
x86 |
|
Microsoft.sqlserver.configuration.powershellextension.resources.dll |
14.0.2060.1 |
20,928 |
30-juill-24 |
2,228 |
x86 |
|
Microsoft.sqlserver.configuration.repl_configextension.resources.dll |
14.0.2060.1 |
17,352 |
30-juill-24 |
2,228 |
x86 |
|
Microsoft.sqlserver.configuration.resources.dll |
14.0.2060.1 |
59,432 |
30-juill-24 |
2,228 |
x86 |
|
Microsoft.sqlserver.configuration.rsextension.resources.dll |
14.0.2060.1 |
55,744 |
30-juill-24 |
2,228 |
x86 |
|
Microsoft.sqlserver.configuration.rulesengineextension.resources.dll |
14.0.2060.1 |
31,168 |
30-juill-24 |
2,228 |
x86 |
|
Microsoft.sqlserver.configuration.saa_configextension.resources.dll |
14.0.1000.169 |
22,200 |
29-juill-24 |
15:41 |
x86 |
|
Microsoft.sqlserver.configuration.sco.resources.dll |
14.0.2060.1 |
763 960 |
30-juill-24 |
22:29 |
x86 |
|
Microsoft.sqlserver.configuration.scoextension.resources.dll |
14.0.1000.169 |
55,480 |
30-juill-24 |
01:23:43 AM |
x86 |
|
Microsoft.sqlserver.configuration.setupextension.resources.dll |
14.0.2060.1 |
299,968 |
30-juill-24 |
22:29 |
x86 |
|
Microsoft.sqlserver.configuration.slpextension.resources.dll |
14.0.2060.1 |
21,560 |
30-juill-24 |
22:29 |
x86 |
|
Microsoft.sqlserver.configuration.smartsetupextension.resources.dll |
14.0.1000.169 |
37,560 |
29-juill-24 |
15:38 |
x86 |
|
Microsoft.sqlserver.configuration.smpy_configextension.resources.dll |
14.0.2060.1 |
16,424 |
30-juill-24 |
2,228 |
x86 |
|
Microsoft.sqlserver.configuration.smr_configextension.resources.dll |
14.0.2060.1 |
16,440 |
30-juill-24 |
22:29 |
x86 |
|
Microsoft.sqlserver.configuration.sqlbrowserextension.resources.dll |
14.0.2060.1 |
35,880 |
30-juill-24 |
2,228 |
x86 |
|
Microsoft.sqlserver.configuration.sqlconfigbase.resources.dll |
14.0.2060.1 |
17,856 |
30-juill-24 |
2,228 |
x86 |
|
Microsoft.sqlserver.configuration.sqlserver_configextension.resources.dll |
2017.140.2060.1 |
144 424 |
30-juill-24 |
2,228 |
x86 |
|
Microsoft.sqlserver.configuration.ssisextension.resources.dll |
14.0.2060.1 |
21,456 |
30-juill-24 |
2,228 |
x86 |
|
Microsoft.sqlserver.configuration.uiextension.resources.dll |
14.0.2060.1 |
21,048 |
30-juill-24 |
2,228 |
x86 |
|
Microsoft.sqlserver.configuration.utilityextension.resources.dll |
14.0.1000.169 |
22,200 |
29-juill-24 |
1.5.4.0 |
x86 |
|
Microsoft.sqlserver.configuration.wizardframework.resources.dll |
14.0.2060.1 |
56,768 |
30-juill-24 |
2,228 |
x86 |
|
Microsoft.sqlserver.configuration.xtp.configextension.resources.dll |
14.0.1000.169 |
21,688 |
29-juill-24 |
15:38 |
x86 |
|
Microsoft.sqlserver.deployment.resources.dll |
14.0.1000.169 |
21,168 |
30-juill-24 |
2,344 |
x86 |
|
Microsoft.sqlserver.discovery.resources.dll |
14.0.2060.1 |
83 392 |
30-juill-24 |
22:29 |
x86 |
|
Microsoft.sqlserver.setup.chainer.workflow.resources.dll |
14.0.2060.1 |
26,664 |
30-juill-24 |
2,228 |
x86 |
Informations sur la protection et la sécurité
Se protéger en ligne : Support sécurité Windows
Découvrez comment nous vous protégeons des cybermenaces : Sécurité Microsoft