KB5016884 - Aggiornamento cumulativo 31 per SQL Server 2017

Data di rilascio: 20 settembre 2022
Versione: 14.0.3456.2

Nota

L'aggiornamento cumulativo 31 è l'ultimo aggiornamento cumulativo per Microsoft SQL Server 2017. SQL Server 2017 viene eseguita la transizione al supporto esteso dopo l'11 ottobre 2022.

Riepilogo

Questo articolo descrive il pacchetto di aggiornamento cumulativo 31 (CU31) per Microsoft SQL Server 2017. Questo aggiornamento contiene 20 correzioni che sono state emesse dopo il rilascio dell'aggiornamento cumulativo 30 di SQL Server 2017 e aggiorna i componenti nelle build seguenti:

  • SQL Server - Versione del prodotto: 14.0.3456.2, versione file: 2017.140.3456.2
  • Analysis Services - Versione del prodotto: 14.0.249.94, versione file: 2017.140.249.94

Problemi noti in questo aggiornamento

Si supponga che una tabella usata dalla replica usi una colonna che usa la NEWSEQUENTIALID funzione nella chiave primaria. Si verifica un errore quando si tenta di applicare lo snapshot nel Sottoscrittore. Di seguito sono riportati i comandi tentati e i messaggi di errore:

  • Tentativo di comando:
create procedure [sp_MSupd_PersonAddress]

@c1 int = NULL,

@c2 nvarchar(60) = NULL,

@c3 nvarchar(60) = NULL,

@c4 nvarchar(30) = NULL,

@c5 int = NULL,

@c6 nvarchar(15) = NULL,

@c7 [geography] = NULL,

@c8 uniqueidentifier = NULL,

@c9 datetime = NULL,

@pkc1 uniqueidentifier = NULL,

@bitmap binary(2)

as

begin 

declare @primarykey_text nvarchar(100) = ''

if (substring(@bitmap,1,1) & 128 = 128)

begin

if @pkc1 is null

     set @pkc1 = (newsequentialid())

update [Person].[

(Transaction sequence number: 0x0000002400000F30005500000000, Command ID: 7)
  • Messaggi di errore:

La funzione predefinita newsequentialid() può essere usata solo in un'espressione DEFAULT per una colonna di tipo 'uniqueidentifier' in un'istruzione CREATE TABLE o ALTER TABLE. Non può essere combinato con altri operatori per formare un'espressione scalare complessa. (Origine: MSSQLServer, numero di errore: 302)

Ottenere assistenza: http://help/302

Nota

L'unico modo per risolvere questo problema consiste nel modificare la colonna della chiave primaria nella NEWID funzione durante l'acquisizione dello snapshot e quindi impostarla di nuovo sulla NEWSEQUENTIALID funzione dopo l'applicazione dello snapshot. È possibile eseguire il comando seguente:

ALTER TABLE [Person].[Address] DROP CONSTRAINT [PK_Address_rowguid]

GO

ALTER TABLE [Person].[Address] ADD  CONSTRAINT [PK_Address_rowguid]  DEFAULT (NEWID()) FOR [rowguid]

GO

ALTER TABLE [Person].[Address] DROP CONSTRAINT [PK_Address_rowguid]

GO

ALTER TABLE [Person].[Address] ADD  CONSTRAINT [PK_Address_rowguid]  DEFAULT (NEWSEQUENTIALID()) FOR [rowguid]

GO

Miglioramenti e correzioni inclusi in questo aggiornamento

È disponibile una cartella di lavoro di Excel scaricabile che contiene un elenco riepilogativo delle compilazioni, insieme al relativo ciclo di vita del supporto corrente. Il file di Excel contiene anche elenchi dettagliati delle correzioni per SQL Server 2019 e SQL Server 2017. Selezionare questa opzione per scaricare il file di Excel.

Nota

È possibile fare riferimento direttamente alle singole voci nella tabella seguente tramite un segnalibro. Se si seleziona un ID riferimento al bug nella tabella, all'URL viene aggiunto un tag segnalibro usando il formato "#NNNNNNNN". È quindi possibile condividere questo URL con altri utenti in modo che possano passare direttamente alla correzione desiderata nella tabella.

Per altre informazioni sui bug corretti e sui miglioramenti inclusi in questo aggiornamento di manutenzione, vedere gli articoli della Microsoft Knowledge Base seguenti.

Informazioni di riferimento sui bug Descrizione Area di correzione Componente Piattaforma
14915051 Risolve la vulnerabilità Denial of Service (DoS) per la libreria Newtonsoft in SQL Server 2017. Analysis Services Analysis Services Windows
14676488 L'errore 9003 si verifica con il numero di sequenza di log non corretto (LSN) quando si esegue un ripristino successivo dopo aver specificato l'LSN al limite del file di log virtuale (VLF) usando l'istruzione RESTORE WITH STANDBY . Ecco il messaggio di errore:

Msg 3013, Level 16, State 1, LineNumber <>

RESTORE DATABASE sta terminando in modo anomalo.

Msg 9003, Level 17, State 11, LineNumber <>

Il numero di analisi del log (<LogScanNumber>) passato all'analisi del log nel database '<DatabaseName>' non è valido. Questo errore può indicare il danneggiamento dei dati o che il file di log (con estensione ldf) non corrisponde al file di dati (.mdf). Se si è verificato questo errore durante la replica, ricreare la pubblicazione. In caso contrario, eseguire il ripristino dal backup se il problema causa un errore durante l'avvio.
Motore SQL Server Ripristino del backup Windows
14924205 I dump non restituiti si verificano spesso in ColumnStoreAttributeCache::ColumnStoreColumnAttributeNode::GetSegmentById. Motore SQL Server Archivi colonne Windows
14989388 Gli ID filegroup dei file appartenenti al database clone possono non essere corretti se il database di origine presenta lacune negli ID del filegroup a causa della rimozione di file o filegroup. Quando si tenta di inserire dati nella tabella che appartiene al database clone generato in modo non corretto, viene visualizzato un messaggio di errore simile al messaggio seguente:
Msg 622, Level 16, State 3, LineNumber>
<
Il filegroup "<FileGroupName>" non ha file assegnati.
Le tabelle, gli indici, le colonne di testo, le colonne ntext e le colonne immagine non possono essere popolate in questo filegroup fino a quando non viene aggiunto un file.
Motore SQL Server Gestione database Windows
14964725 La funzionalità FILESTREAM non viene abilitata dopo il riavvio del sistema operativo a causa delle condizioni di corsa di più istanze di SQL Server. Nel log degli errori è possibile visualizzare il messaggio di errore seguente:

Errore: 5591, Gravità: 16, Stato: 5. La funzionalità FILESTREAM è disabilitata.
Motore SQL Server FileStream e FileTable Windows
14860451 La richiesta di sola lettura passa ancora al nodo primario di lettura-scrittura in un gruppo di disponibilità Always On quando il nodo dell'elenco di routing di sola lettura diventa inattivo. Motore SQL Server Disponibilità elevata e ripristino di emergenza Tutti
14904061 Un errore di asserzione si verifica nella replica secondaria quando si usano gruppi di disponibilità Always On in reti ad alta latenza in SQL Server 2017.

Questo errore di asserzione potrebbe essere visualizzato nel log degli errori:

Asserzione: File: <"e:\\b\\s3\\sources\\sql\\ntdbms\\storeng\\dfs\\trans\\lsnlocmap.cpp">, line=358 Failed Assertion = 'pos - pndx < map-EntryCount>'
Motore SQL Server Disponibilità elevata e ripristino di emergenza Tutti
14209349 I metadati tempdb ottimizzati per la memoria (HkTempDB) continuano a consumare memoria in VARHEAP: LOB Page Allocator. Motore SQL Server In-Memory OLTP Windows
14923181 Una perdita di memoria si verifica nell'indice di intervallo delle tabelle in memoria dopo l'analisi parallela dell'indice. Motore SQL Server In-Memory OLTP Tutti
14923920 Una perdita di memoria si verifica in "Heap dell'indice di intervallo" nella tabella in memoria con indici non cluster, ogni volta che sono presenti inserimenti simultanei. Motore SQL Server In-Memory OLTP Tutti
13766490 Problemi di prestazioni e deadlock si verificano in SQL Server Agent nel database msdb con backup automatizzati. Nel log SQL Server Agent vengono inoltre visualizzati i messaggi di errore seguenti:

<Errore SQLServer DateTime>: 1205, La transazione (ID processo) è stata bloccata per le risorse di blocco con un altro processo ed è stata scelta come vittima del deadlock. Ripetere la transazione.

<DateTime> Impossibile recuperare <jobID> dal server.
Motore SQL Server Servizi di gestione Windows
15009086 Una violazione di accesso può verificarsi dopo l'applicazione dell'aggiornamento cumulativo 30 (CU30) SQL Server 2017. Questo problema può verificarsi quando si esegue un'operazione di inserimento bulk seguita da un'istruzione SELECT nella stessa transazione e il modello di recupero del database è semplice o con registrazione bulk. Motore SQL Server Metodi per accedere ai dati archiviati Tutti
14979530 FIX: l'installazione di SQL Server CU può attivare IndexOutOfRangeException (KB5017551) Installazione di SQL Patching Windows
14976696 FIX: ParameterRuntimeValue non è presente in Showplan XML quando si usa la sys.dm_exec_query_statistics_xml DMV (KB5017788) Motore SQL Server Esecuzione di query Tutti
14876278 Un dump dell'utilità di pianificazione non cedente si verifica in sqldk!SOS_MemoryWorkSpace::Lookup. Motore SQL Server Esecuzione di query Tutti
14918513 FIX: ForceLastGoodPlan non tiene conto delle query interrotte e timeout nella logica di rilevamento della regressione (KB5008184) Motore SQL Server Query Store Tutti
14810743 FIX: errore 20598 dopo l'aggiunta di colonne con vincoli predefiniti come parte della chiave primaria per una tabella esistente e la configurazione della replica transazionale (KB5018231) Motore SQL Server Replica Windows
14914142 L'errore 208 si verifica quando si usa lasp_changereplicationserverpasswords stored procedure per modificare le password archiviate per l'account di accesso di Microsoft SQL Server usato dagli agenti di replica. Ecco il messaggio di errore:

Msg 208, Level 16, State 1, Procedure master.sys.sp_MSchangerepltablepasswords, LineNumber><[Batch Start Line 0]

Nome oggetto non valido 'MSreplservers'.
Motore SQL Server Replica Windows
14962805 L'utilizzo elevato della CPU si verifica quando si abilita il rilevamento delle modifiche in un numero elevato di tabelle e si esegue la pulizia automatica o manuale delle tabelle di rilevamento delle modifiche. Motore SQL Server Replica Windows
14931590 Miglioramento: aggiungere nuove opzioni Azure SQL livello di servizio database alla funzionalità Stretch Database (KB5018050) Motore SQL Server Stretch DB Windows

Come ottenere o scaricare questo o il pacchetto di aggiornamento cumulativo più recente

Come ottenere o scaricare il pacchetto di aggiornamento cumulativo più recente per Windows (scelta consigliata)

L'aggiornamento seguente è disponibile nell'Area download Microsoft:

Se la pagina di download non viene visualizzata, contattare il servizio clienti e il supporto tecnico Microsoft per ottenere il pacchetto di aggiornamento cumulativo.

Come ottenere o scaricare questo pacchetto di aggiornamento cumulativo per Windows da Microsoft Update Catalog

Nota

Dopo il rilascio degli aggiornamenti cumulativi futuri per SQL Server 2017, questa e tutte le CU precedenti possono essere scaricate da Microsoft Update Catalog. Tuttavia, è consigliabile installare sempre l'aggiornamento cumulativo più recente disponibile.

L'aggiornamento seguente è disponibile nel catalogo di Microsoft Update:

Come ottenere o scaricare il pacchetto di aggiornamento cumulativo più recente per Linux

Per aggiornare SQL Server 2017 in Linux alla versione più recente dell'aggiornamento cumulativo, è necessario innanzitutto configurare il repository degli aggiornamenti cumulativi. Aggiornare quindi i pacchetti SQL Server usando il comando di aggiornamento specifico della piattaforma appropriato.

Per istruzioni di installazione e collegamenti diretti ai download del pacchetto CU, vedere le note sulla versione di SQL Server 2017.

Informazioni sui file

Informazioni sull'hash dei file

È possibile verificare il download calcolando l'hash del file SQLServer2017-KB5016884-x64.exe tramite il comando seguente:

certutil -hashfile SQLServer2017-KB5016884-x64.exe SHA256

Nome del file Hash SHA256
SQLServer2017-KB5016884-x64.exe AE3554BA0A474B4D1A6B2D3BB7F00A4F6308DBE50178FFF67BAA8B21CC74DBC2
Informazioni sul file del pacchetto di aggiornamento cumulativo

La versione inglese di questo pacchetto include gli attributi del file (o versioni successive) elencati nella tabella seguente. Le date e le ore per questi file sono elencate in Coordinated Universal Time (UTC). Quando si visualizzano le informazioni sul file, vengono convertite in ora locale. Per trovare la differenza tra l'ora UTC e l'ora locale, usare la scheda Fuso orario nell'elemento Data e ora in Pannello di controllo.

Versioni basate su x64

SQL Server 2017 Analysis Services

Nome del file Versione del file dimensioni dei file Data Ora Piattaforma
Asplatformhost.dll 2017.140.249.94 260520 2-Set-22 21:50 x64
Microsoft.analysisservices.minterop.dll 14.0.249.94 736672 2-Set-22 21:28 x86
Microsoft.analysisservices.server.core.dll 14.0.249.94 1375136 2-Set-22 21:50 x86
Microsoft.analysisservices.server.tabular.dll 14.0.249.94 978856 2-Set-22 21:50 x86
Microsoft.analysisservices.server.tabular.json.dll 14.0.249.94 582056 2-Set-22 21:50 x86
Microsoft.applicationinsights.dll 2.7.0.13435 329872 2-Set-22 21:30 x86
Microsoft.data.edm.netfx35.dll 5.7.0.62516 661072 2-Set-22 21:28 x86
Microsoft.data.mashup.dll 2.80.5803.541 186232 2-Set-22 21:28 x86
Microsoft.data.mashup.oledb.dll 2.80.5803.541 30080 2-Set-22 21:28 x86
Microsoft.data.mashup.preview.dll 2.80.5803.541 74832 2-Set-22 21:28 x86
Microsoft.data.mashup.providercommon.dll 2.80.5803.541 102264 2-Set-22 21:28 x86
Microsoft.data.odata.netfx35.dll 5.7.0.62516 1454672 2-Set-22 21:28 x86
Microsoft.data.odata.query.netfx35.dll 5.7.0.62516 181112 2-Set-22 21:28 x86
Microsoft.data.sapclient.dll 1.0.0.25 920656 2-Set-22 21:28 x86
Microsoft.hostintegration.connectors.dll 2.80.5803.541 5262728 2-Set-22 21:28 x86
Microsoft.mashup.container.exe 2.80.5803.541 22392 2-Set-22 21:28 x64
Microsoft.mashup.container.netfx40.exe 2.80.5803.541 21880 2-Set-22 21:28 x64
Microsoft.mashup.container.netfx45.exe 2.80.5803.541 22096 2-Set-22 21:28 x64
Microsoft.mashup.eventsource.dll 2.80.5803.541 149368 2-Set-22 21:28 x86
Microsoft.mashup.oauth.dll 2.80.5803.541 78712 2-Set-22 21:28 x86
Microsoft.mashup.oledbinterop.dll 2.80.5803.541 192392 2-Set-22 21:28 x64
Microsoft.mashup.oledbprovider.dll 2.80.5803.541 59984 2-Set-22 21:28 x86
Microsoft.mashup.shims.dll 2.80.5803.541 27512 2-Set-22 21:28 x86
Microsoft.mashup.storage.xmlserializers.dll 1.0.0.0 140368 2-Set-22 21:28 x86
Microsoft.mashupengine.dll 2.80.5803.541 14271872 2-Set-22 21:28 x86
Microsoft.odata.core.netfx35.dll 6.15.0.0 1437568 2-Set-22 21:28 x86
Microsoft.odata.edm.netfx35.dll 6.15.0.0 778632 2-Set-22 21:28 x86
Microsoft.powerbi.adomdclient.dll 15.1.27.19 1104976 2-Set-22 21:28 x86
Microsoft.spatial.netfx35.dll 6.15.0.0 126336 2-Set-22 21:28 x86
Msmdctr.dll 2017.140.249.94 34216 2-Set-22 21:51 x64
Msmdlocal.dll 2017.140.249.94 40421288 2-Set-22 21:48 x86
Msmdlocal.dll 2017.140.249.94 60767160 2-Set-22 21:51 x64
Msmdpump.dll 2017.140.249.94 9334184 2-Set-22 21:51 x64
Msmdredir.dll 2017.140.249.94 7089568 2-Set-22 21:48 x86
Msmdsrv.exe 2017.140.249.94 60669352 2-Set-22 21:51 x64
Msmgdsrv.dll 2017.140.249.94 7306144 2-Set-22 21:48 x86
Msmgdsrv.dll 2017.140.249.94 9001888 2-Set-22 21:51 x64
Msolap.dll 2017.140.249.94 7773624 2-Set-22 21:48 x86
Msolap.dll 2017.140.249.94 10257832 2-Set-22 21:51 x64
Msolui.dll 2017.140.249.94 281504 2-Set-22 21:48 x86
Msolui.dll 2017.140.249.94 305056 2-Set-22 21:51 x64
Powerbiextensions.dll 2.80.5803.541 9470032 2-Set-22 21:28 x86
Private_odbc32.dll 10.0.14832.1000 728456 2-Set-22 21:28 x64
Sql_as_keyfile.dll 2017.140.3456.2 94648 2-Set-22 21:50 x64
Sqlboot.dll 2017.140.3456.2 191912 2-Set-22 21:51 x64
Sqlceip.exe 14.0.3456.2 269216 2-Set-22 21:30 x86
Sqldumper.exe 2017.140.3456.2 139688 2-Set-22 21:29 x64
Sqldumper.exe 2017.140.3456.2 117176 2-Set-22 21:47 x86
System.spatial.netfx35.dll 5.7.0.62516 117640 2-Set-22 21:28 x86
Tmapi.dll 2017.140.249.94 5815712 2-Set-22 21:53 x64
Tmcachemgr.dll 2017.140.249.94 4158888 2-Set-22 21:53 x64
Tmpersistence.dll 2017.140.249.94 1126312 2-Set-22 21:53 x64
Tmtransactions.dll 2017.140.249.94 1637288 2-Set-22 21:53 x64
Xe.dll 2017.140.3456.2 667576 2-Set-22 21:53 x64
Xmlrw.dll 2017.140.3456.2 251816 2-Set-22 21:48 x86
Xmlrw.dll 2017.140.3456.2 299424 2-Set-22 21:53 x64
Xmlrwbin.dll 2017.140.3456.2 183712 2-Set-22 21:48 x86
Xmlrwbin.dll 2017.140.3456.2 218552 2-Set-22 21:53 x64
Xmsrv.dll 2017.140.249.94 33350560 2-Set-22 21:48 x86
Xmsrv.dll 2017.140.249.94 25377192 2-Set-22 21:53 x64

Common Core di Servizi di database SQL Server 2017

Nome del file Versione del file dimensioni dei file Data Ora Piattaforma
Batchparser.dll 2017.140.3456.2 154552 2-Set-22 21:43 x86
Batchparser.dll 2017.140.3456.2 175016 2-Set-22 21:50 x64
Instapi150.dll 2017.140.3456.2 56744 2-Set-22 21:48 x86
Instapi150.dll 2017.140.3456.2 66472 2-Set-22 21:51 x64
Isacctchange.dll 2017.140.3456.2 23480 2-Set-22 21:46 x86
Isacctchange.dll 2017.140.3456.2 25016 2-Set-22 21:50 x64
Microsoft.analysisservices.adomdclient.dll 14.0.249.94 1082784 2-Set-22 21:47 x86
Microsoft.analysisservices.adomdclient.dll 14.0.249.94 1082784 2-Set-22 21:50 x86
Microsoft.analysisservices.core.dll 14.0.249.94 1375648 2-Set-22 21:46 x86
Microsoft.analysisservices.xmla.dll 14.0.249.94 735648 2-Set-22 21:47 x86
Microsoft.analysisservices.xmla.dll 14.0.249.94 735656 2-Set-22 21:50 x86
Microsoft.sqlserver.edition.dll 14.0.3456.2 31672 2-Set-22 21:47 x86
Microsoft.sqlserver.mgdsqldumper.v4x.dll 2017.140.3456.2 72632 2-Set-22 21:47 x86
Microsoft.sqlserver.mgdsqldumper.v4x.dll 2017.140.3456.2 76216 2-Set-22 21:51 x64
Microsoft.sqlserver.rmo.dll 14.0.3456.2 565664 2-Set-22 21:47 x86
Microsoft.sqlserver.rmo.dll 14.0.3456.2 565664 2-Set-22 21:51 x86
Msasxpress.dll 2017.140.249.94 26016 2-Set-22 21:48 x86
Msasxpress.dll 2017.140.249.94 30112 2-Set-22 21:51 x64
Pbsvcacctsync.dll 2017.140.3456.2 63416 2-Set-22 21:48 x86
Pbsvcacctsync.dll 2017.140.3456.2 78264 2-Set-22 21:51 x64
Sql_common_core_keyfile.dll 2017.140.3456.2 94648 2-Set-22 21:50 x64
Sqldumper.exe 2017.140.3456.2 139688 2-Set-22 21:29 x64
Sqldumper.exe 2017.140.3456.2 117176 2-Set-22 21:47 x86
Sqlftacct.dll 2017.140.3456.2 50080 2-Set-22 21:48 x86
Sqlftacct.dll 2017.140.3456.2 58272 2-Set-22 21:51 x64
Sqlmanager.dll 2017.140.17218.0 602848 2-Set-22 21:47 x86
Sqlmanager.dll 2017.140.17218.0 734952 2-Set-22 21:51 x64
Sqlmgmprovider.dll 2017.140.3456.2 369576 2-Set-22 21:47 x86
Sqlmgmprovider.dll 2017.140.3456.2 414120 2-Set-22 21:51 x64
Sqlsecacctchg.dll 2017.140.3456.2 29088 2-Set-22 21:48 x86
Sqlsecacctchg.dll 2017.140.3456.2 31672 2-Set-22 21:51 x64
Sqlsvcsync.dll 2017.140.3456.2 268200 2-Set-22 21:48 x86
Sqlsvcsync.dll 2017.140.3456.2 352160 2-Set-22 21:51 x64
Sqltdiagn.dll 2017.140.3456.2 54696 2-Set-22 21:47 x86
Sqltdiagn.dll 2017.140.3456.2 61864 2-Set-22 21:51 x64
Svrenumapi150.dll 2017.140.3456.2 889256 2-Set-22 21:48 x86
Svrenumapi150.dll 2017.140.3456.2 1168808 2-Set-22 21:51 x64

SQL Server 2017 Data Quality Client

Nome del file Versione del file dimensioni dei file Data Ora Piattaforma
Dumpbin.exe 12.10.30102.2 24624 2-Set-22 21:48 x86
Link.exe 12.10.30102.2 852528 2-Set-22 21:48 x86
Mspdb120.dll 12.10.30102.2 259632 2-Set-22 21:48 x86
Sql_dqc_keyfile.dll 2017.140.3456.2 94648 2-Set-22 21:50 x64
Stdole.dll 7.0.9466.0 32296 2-Set-22 21:48 x86

SQL Server 2017 Data Quality

Nome del file Versione del file dimensioni dei file Data Ora Piattaforma
Microsoft.practices.enterpriselibrary.common.dll 4.1.0.0 208648 2-Set-22 21:47 x86
Microsoft.practices.enterpriselibrary.common.dll 4.1.0.0 208648 2-Set-22 21:50 x86
Microsoft.practices.enterpriselibrary.logging.dll 4.1.0.0 264968 2-Set-22 21:47 x86
Microsoft.practices.enterpriselibrary.logging.dll 4.1.0.0 264968 2-Set-22 21:50 x86

sql_dreplay_client SQL Server 2017

Nome del file Versione del file dimensioni dei file Data Ora Piattaforma
Dreplayclient.exe 2017.140.3456.2 115104 2-Set-22 21:43 x86
Dreplaycommon.dll 2017.140.3456.2 694176 2-Set-22 21:43 x86
Dreplayserverps.dll 2017.140.3456.2 27064 2-Set-22 21:43 x86
Dreplayutil.dll 2017.140.3456.2 304552 2-Set-22 21:43 x86
Instapi150.dll 2017.140.3456.2 66472 2-Set-22 21:51 x64
Sql_dreplay_client_keyfile.dll 2017.140.3456.2 94648 2-Set-22 21:50 x64
Sqlresourceloader.dll 2017.140.3456.2 23480 2-Set-22 21:47 x86

SQL Server 2017 sql_dreplay_controller

Nome del file Versione del file dimensioni dei file Data Ora Piattaforma
Dreplaycommon.dll 2017.140.3456.2 694176 2-Set-22 21:43 x86
Dreplaycontroller.exe 2017.140.3456.2 344488 2-Set-22 21:43 x86
Dreplayprocess.dll 2017.140.3456.2 165800 2-Set-22 21:43 x86
Dreplayserverps.dll 2017.140.3456.2 27064 2-Set-22 21:43 x86
Instapi150.dll 2017.140.3456.2 66472 2-Set-22 21:51 x64
Sql_dreplay_controller_keyfile.dll 2017.140.3456.2 94648 2-Set-22 21:50 x64
Sqlresourceloader.dll 2017.140.3456.2 23480 2-Set-22 21:47 x86

Istanza di base di Servizi di database SQL Server 2017

Nome del file Versione del file dimensioni dei file Data Ora Piattaforma
Backuptourl.exe 14.0.3456.2 34720 2-Set-22 21:50 x64
Batchparser.dll 2017.140.3456.2 175016 2-Set-22 21:50 x64
C1.dll 18.10.40116.18 925232 2-Set-22 21:29 x64
C2.dll 18.10.40116.18 5341440 2-Set-22 21:29 x64
Cl.exe 18.10.40116.18 192048 2-Set-22 21:29 x64
Clui.dll 18.10.40116.10 486144 2-Set-22 21:45 x64
Databasemailprotocols.dll 14.0.17178.0 48352 2-Set-22 21:50 x86
Datacollectorcontroller.dll 2017.140.3456.2 221600 2-Set-22 21:50 x64
Dcexec.exe 2017.140.3456.2 68512 2-Set-22 21:50 x64
Fssres.dll 2017.140.3456.2 84896 2-Set-22 21:51 x64
Hadrres.dll 2017.140.3456.2 183720 2-Set-22 21:51 x64
Hkcompile.dll 2017.140.3456.2 1417112 2-Set-22 21:51 x64
Hkengine.dll 2017.140.3456.2 5857208 2-Set-22 21:51 x64
Hkruntime.dll 2017.140.3456.2 157088 2-Set-22 21:51 x64
Link.exe 12.10.40116.18 1017392 2-Set-22 21:29 x64
Microsoft.analysisservices.applocal.xmla.dll 14.0.249.94 735144 2-Set-22 21:50 x86
Microsoft.applicationinsights.dll 2.7.0.13435 329872 2-Set-22 21:30 x86
Microsoft.sqlautoadmin.autobackupagent.dll 14.0.3456.2 232864 2-Set-22 21:50 x86
Microsoft.sqlautoadmin.sqlautoadmin.dll 14.0.3456.2 74144 2-Set-22 21:50 x86
Microsoft.sqlserver.types.dll 2017.140.3456.2 386984 2-Set-22 21:51 x86
Microsoft.sqlserver.vdiinterface.dll 2017.140.3456.2 66472 2-Set-22 21:51 x64
Microsoft.sqlserver.xe.core.dll 2017.140.3456.2 59304 2-Set-22 21:51 x64
Microsoft.sqlserver.xevent.configuration.dll 2017.140.3456.2 146344 2-Set-22 21:51 x64
Microsoft.sqlserver.xevent.dll 2017.140.3456.2 153504 2-Set-22 21:51 x64
Microsoft.sqlserver.xevent.linq.dll 2017.140.3456.2 297888 2-Set-22 21:51 x64
Microsoft.sqlserver.xevent.targets.dll 2017.140.3456.2 69024 2-Set-22 21:51 x64
Msobj120.dll 12.10.40116.18 129576 2-Set-22 21:29 x64
Mspdbcore.dll 12.10.40116.18 559144 2-Set-22 21:29 x64
Mspdbcore.dll 12.10.40116.18 559144 2-Set-22 21:29 x64
Msvcp120.dll 12.10.40116.18 661040 2-Set-22 21:29 x64
Msvcr120.dll 12.10.40116.18 964656 2-Set-22 21:29 x64
Odsole70.dll 2017.140.3456.2 86944 2-Set-22 21:51 x64
Opends60.dll 2017.140.3456.2 27048 2-Set-22 21:51 x64
Qds.dll 2017.140.3456.2 1179040 2-Set-22 21:51 x64
Rsfxft.dll 2017.140.3456.2 29112 2-Set-22 21:51 x64
Secforwarder.dll 2017.140.3456.2 31648 2-Set-22 21:51 x64
Sqagtres.dll 2017.140.3456.2 70072 2-Set-22 21:51 x64
Sql_engine_core_inst_keyfile.dll 2017.140.3456.2 94648 2-Set-22 21:50 x64
Sqlaamss.dll 2017.140.3456.2 85944 2-Set-22 21:51 x64
Sqlaccess.dll 2017.140.3456.2 469944 2-Set-22 21:51 x64
Sqlagent.exe 2017.140.3456.2 599464 2-Set-22 21:51 x64
Sqlagentctr140.dll 2017.140.3456.2 48568 2-Set-22 21:47 x86
Sqlagentctr140.dll 2017.140.3456.2 57272 2-Set-22 21:51 x64
Sqlagentlog.dll 2017.140.3456.2 27048 2-Set-22 21:51 x64
Sqlagentmail.dll 2017.140.3456.2 48056 2-Set-22 21:51 x64
Sqlboot.dll 2017.140.3456.2 191912 2-Set-22 21:51 x64
Sqlceip.exe 14.0.3456.2 269216 2-Set-22 21:30 x86
Sqlcmdss.dll 2017.140.3456.2 68536 2-Set-22 21:51 x64
Sqlctr140.dll 2017.140.3456.2 107448 2-Set-22 21:48 x86
Sqlctr140.dll 2017.140.3456.2 124848 2-Set-22 21:51 x64
Sqldk.dll 2017.140.3456.2 2806184 2-Set-22 21:51 x64
Sqldtsss.dll 2017.140.3456.2 103336 2-Set-22 21:51 x64
Sqlevn70.rll 2017.140.3456.2 1500584 2-Set-22 21:29 x64
Sqlevn70.rll 2017.140.3456.2 3301792 2-Set-22 21:29 x64
Sqlevn70.rll 2017.140.3456.2 3486624 2-Set-22 21:28 x64
Sqlevn70.rll 2017.140.3456.2 3920288 2-Set-22 21:42 x64
Sqlevn70.rll 2017.140.3456.2 4032920 2-Set-22 21:29 x64
Sqlevn70.rll 2017.140.3456.2 3218328 2-Set-22 21:32 x64
Sqlevn70.rll 2017.140.3456.2 3372456 2-Set-22 21:29 x64
Sqlevn70.rll 2017.140.3456.2 3922848 2-Set-22 21:29 x64
Sqlevn70.rll 2017.140.3456.2 3792296 2-Set-22 21:40 x64
Sqlevn70.rll 2017.140.3456.2 3826080 2-Set-22 21:32 x64
Sqlevn70.rll 2017.140.3456.2 2093480 2-Set-22 21:46 x64
Sqlevn70.rll 2017.140.3456.2 2039712 2-Set-22 21:45 x64
Sqlevn70.rll 2017.140.3456.2 3641256 2-Set-22 21:29 x64
Sqlevn70.rll 2017.140.3456.2 3343776 2-Set-22 21:28 x64
Sqlevn70.rll 2017.140.3456.2 3785128 2-Set-22 21:29 x64
Sqlevn70.rll 2017.140.3456.2 3593624 2-Set-22 21:29 x64
Sqlevn70.rll 2017.140.3456.2 3601816 2-Set-22 21:29 x64
Sqlevn70.rll 2017.140.3456.2 3407784 2-Set-22 21:29 x64
Sqlevn70.rll 2017.140.3456.2 3296160 2-Set-22 21:41 x64
Sqlevn70.rll 2017.140.3456.2 1447840 2-Set-22 21:29 x64
Sqlevn70.rll 2017.140.3456.2 3682712 2-Set-22 21:32 x64
Sqlevn70.rll 2017.140.3456.2 3790752 2-Set-22 21:29 x64
Sqliosim.com 2017.140.3456.2 307624 2-Set-22 21:51 x64
Sqliosim.exe 2017.140.3456.2 3014056 2-Set-22 21:51 x64
Sqllang.dll 2017.140.3456.2 41384344 2-Set-22 21:51 x64
Sqlmin.dll 2017.140.3456.2 40599968 2-Set-22 21:51 x64
Sqlolapss.dll 2017.140.3456.2 103336 2-Set-22 21:51 x64
Sqlos.dll 2017.140.3456.2 20376 2-Set-22 21:51 x64
Sqlpowershellss.dll 2017.140.3456.2 63912 2-Set-22 21:51 x64
Sqlrepss.dll 2017.140.3456.2 62888 2-Set-22 21:51 x64
Sqlresld.dll 2017.140.3456.2 25016 2-Set-22 21:51 x64
Sqlresourceloader.dll 2017.140.3456.2 26552 2-Set-22 21:51 x64
Sqlscm.dll 2017.140.3456.2 66976 2-Set-22 21:51 x64
Sqlscriptdowngrade.dll 2017.140.3456.2 21944 2-Set-22 21:51 x64
Sqlscriptupgrade.dll 2017.140.3456.2 5893560 2-Set-22 21:51 x64
Sqlserverspatial150.dll 2017.140.3456.2 726944 2-Set-22 21:51 x64
Sqlservr.exe 2017.140.3456.2 482712 2-Set-22 21:51 x64
Sqlsvc.dll 2017.140.3456.2 157112 2-Set-22 21:51 x64
Sqltses.dll 2017.140.3456.2 9560480 2-Set-22 21:51 x64
Sqsrvres.dll 2017.140.3456.2 256936 2-Set-22 21:51 x64
Stretchcodegen.exe 14.0.3456.2 50600 2-Set-22 21:51 x86
Svl.dll 2017.140.3456.2 147872 2-Set-22 21:51 x64
Xe.dll 2017.140.3456.2 667576 2-Set-22 21:53 x64
Xmlrw.dll 2017.140.3456.2 299424 2-Set-22 21:53 x64
Xmlrwbin.dll 2017.140.3456.2 218552 2-Set-22 21:53 x64
Xpadsi.exe 2017.140.3456.2 85928 2-Set-22 21:51 x64
Xplog70.dll 2017.140.3456.2 72088 2-Set-22 21:53 x64
Xpqueue.dll 2017.140.3456.2 69024 2-Set-22 21:53 x64
Xprepl.dll 2017.140.3456.2 97704 2-Set-22 21:53 x64
Xpsqlbot.dll 2017.140.3456.2 26536 2-Set-22 21:53 x64
Xpstar.dll 2017.140.3456.2 446368 2-Set-22 21:51 x64

SQL Server 2017 Database Services Core Shared

Nome del file Versione del file dimensioni dei file Data Ora Piattaforma
Batchparser.dll 2017.140.3456.2 154552 2-Set-22 21:43 x86
Batchparser.dll 2017.140.3456.2 175016 2-Set-22 21:50 x64
Bcp.exe 2017.140.3456.2 114088 2-Set-22 21:51 x64
Commanddest.dll 2017.140.3456.2 240040 2-Set-22 21:50 x64
Datacollectorenumerators.dll 2017.140.3456.2 110520 2-Set-22 21:50 x64
Datacollectortasks.dll 2017.140.3456.2 182184 2-Set-22 21:50 x64
Distrib.exe 2017.140.3456.2 199072 2-Set-22 21:51 x64
Dteparse.dll 2017.140.3456.2 105896 2-Set-22 21:50 x64
Dteparsemgd.dll 2017.140.3456.2 83384 2-Set-22 21:50 x64
Dtepkg.dll 2017.140.3456.2 132008 2-Set-22 21:50 x64
Dtexec.exe 2017.140.3456.2 69024 2-Set-22 21:50 x64
Dts.dll 2017.140.3456.2 2995112 2-Set-22 21:50 x64
Dtscomexpreval.dll 2017.140.3456.2 469416 2-Set-22 21:50 x64
Dtsconn.dll 2017.140.3456.2 494504 2-Set-22 21:50 x64
Dtshost.exe 2017.140.3456.2 100280 2-Set-22 21:51 x64
Dtslog.dll 2017.140.3456.2 114600 2-Set-22 21:50 x64
Dtsmsg150.dll 2017.140.3456.2 539560 2-Set-22 21:51 x64
Dtspipeline.dll 2017.140.3456.2 1262504 2-Set-22 21:50 x64
Dtspipelineperf150.dll 2017.140.3456.2 42424 2-Set-22 21:50 x64
Dtuparse.dll 2017.140.3456.2 83368 2-Set-22 21:50 x64
Dtutil.exe 2017.140.3456.2 142760 2-Set-22 21:50 x64
Exceldest.dll 2017.140.3456.2 254888 2-Set-22 21:50 x64
Excelsrc.dll 2017.140.3456.2 276904 2-Set-22 21:50 x64
Execpackagetask.dll 2017.140.3456.2 162216 2-Set-22 21:50 x64
Flatfiledest.dll 2017.140.3456.2 380840 2-Set-22 21:50 x64
Flatfilesrc.dll 2017.140.3456.2 393640 2-Set-22 21:50 x64
Foreachfileenumerator.dll 2017.140.3456.2 90536 2-Set-22 21:50 x64
Hkengperfctrs.dll 2017.140.3456.2 53664 2-Set-22 21:51 x64
Ionic.zip.dll 1.9.1.8 471440 2-Set-22 21:44 x86
Logread.exe 2017.140.3456.2 630696 2-Set-22 21:51 x64
Mergetxt.dll 2017.140.3456.2 59304 2-Set-22 21:51 x64
Microsoft.analysisservices.applocal.core.dll 14.0.249.94 1376160 2-Set-22 21:50 x86
Microsoft.data.datafeedclient.dll 13.1.1.0 171208 2-Set-22 21:44 x86
Microsoft.exceptionmessagebox.dll 14.0.3456.2 132008 2-Set-22 21:47 x86
Microsoft.sqlserver.integrationservice.hadoop.common.dll 14.0.3456.2 49592 2-Set-22 21:50 x86
Microsoft.sqlserver.integrationservice.hadoopcomponents.dll 14.0.3456.2 83872 2-Set-22 21:50 x86
Microsoft.sqlserver.integrationservice.hadooptasks.dll 14.0.3456.2 67512 2-Set-22 21:50 x86
Microsoft.sqlserver.maintenanceplantasks.dll 14.0.3456.2 386488 2-Set-22 21:47 x86
Microsoft.sqlserver.manageddts.dll 14.0.3456.2 608680 2-Set-22 21:51 x86
Microsoft.sqlserver.replication.dll 2017.140.3456.2 1659304 2-Set-22 21:51 x64
Microsoft.sqlserver.rmo.dll 14.0.3456.2 565664 2-Set-22 21:47 x86
Microsoft.sqlserver.xevent.configuration.dll 2017.140.3456.2 146344 2-Set-22 21:51 x64
Microsoft.sqlserver.xevent.dll 2017.140.3456.2 153504 2-Set-22 21:51 x64
Msdtssrvrutil.dll 2017.140.3456.2 97208 2-Set-22 21:50 x64
Msgprox.dll 2017.140.3456.2 266168 2-Set-22 21:51 x64
Msxmlsql.dll 2017.140.3456.2 1442208 2-Set-22 21:51 x64
Newtonsoft.json.dll 6.0.8.18111 522856 2-Set-22 21:44 x86
Oledbdest.dll 2017.140.3456.2 255400 2-Set-22 21:50 x64
Oledbsrc.dll 2017.140.3456.2 283048 2-Set-22 21:50 x64
Osql.exe 2017.140.3456.2 69544 2-Set-22 21:50 x64
Qrdrsvc.exe 2017.140.3456.2 469944 2-Set-22 21:51 x64
Rawdest.dll 2017.140.3456.2 200632 2-Set-22 21:51 x64
Rawsource.dll 2017.140.3456.2 188344 2-Set-22 21:51 x64
Rdistcom.dll 2017.140.3456.2 853432 2-Set-22 21:51 x64
Recordsetdest.dll 2017.140.3456.2 178616 2-Set-22 21:51 x64
Replagnt.dll 2017.140.3456.2 25000 2-Set-22 21:51 x64
Repldp.dll 2017.140.3456.2 286648 2-Set-22 21:51 x64
Replerrx.dll 2017.140.3456.2 149936 2-Set-22 21:53 x64
Replisapi.dll 2017.140.3456.2 358304 2-Set-22 21:53 x64
Replmerg.exe 2017.140.3456.2 521120 2-Set-22 21:51 x64
Replprov.dll 2017.140.3456.2 798136 2-Set-22 21:53 x64
Replrec.dll 2017.140.3456.2 973744 2-Set-22 21:53 x64
Replsub.dll 2017.140.3456.2 441272 2-Set-22 21:53 x64
Replsync.dll 2017.140.3456.2 149432 2-Set-22 21:53 x64
Sort00001000.dll 4.0.30319.576 871680 2-Set-22 21:51 x64
Sort00060101.dll 4.0.30319.576 75016 2-Set-22 21:51 x64
Spresolv.dll 2017.140.3456.2 248248 2-Set-22 21:51 x64
Sql_engine_core_shared_keyfile.dll 2017.140.3456.2 94648 2-Set-22 21:50 x64
Sqlcmd.exe 2017.140.3456.2 243128 2-Set-22 21:51 x64
Sqldiag.exe 2017.140.3456.2 1255848 2-Set-22 21:51 x64
Sqldistx.dll 2017.140.3456.2 220576 2-Set-22 21:51 x64
Sqllogship.exe 14.0.3456.2 100256 2-Set-22 21:51 x64
Sqlmergx.dll 2017.140.3456.2 356256 2-Set-22 21:51 x64
Sqlresld.dll 2017.140.3456.2 22968 2-Set-22 21:47 x86
Sqlresld.dll 2017.140.3456.2 25016 2-Set-22 21:51 x64
Sqlresourceloader.dll 2017.140.3456.2 23480 2-Set-22 21:47 x86
Sqlresourceloader.dll 2017.140.3456.2 26552 2-Set-22 21:51 x64
Sqlscm.dll 2017.140.3456.2 56248 2-Set-22 21:47 x86
Sqlscm.dll 2017.140.3456.2 66976 2-Set-22 21:51 x64
Sqlsvc.dll 2017.140.3456.2 129448 2-Set-22 21:47 x86
Sqlsvc.dll 2017.140.3456.2 157112 2-Set-22 21:51 x64
Sqltaskconnections.dll 2017.140.3456.2 177064 2-Set-22 21:51 x64
Sqlwep140.dll 2017.140.3456.2 99768 2-Set-22 21:51 x64
Ssdebugps.dll 2017.140.3456.2 27552 2-Set-22 21:51 x64
Ssisoledb.dll 2017.140.3456.2 210328 2-Set-22 21:51 x64
Ssradd.dll 2017.140.3456.2 71080 2-Set-22 21:51 x64
Ssravg.dll 2017.140.3456.2 71584 2-Set-22 21:51 x64
Ssrdown.dll 2017.140.3456.2 56232 2-Set-22 21:51 x64
Ssrmax.dll 2017.140.3456.2 69544 2-Set-22 21:51 x64
Ssrmin.dll 2017.140.3456.2 69536 2-Set-22 21:51 x64
Ssrpub.dll 2017.140.3456.2 56744 2-Set-22 21:51 x64
Ssrup.dll 2017.140.3456.2 56224 2-Set-22 21:51 x64
Tablediff.exe 14.0.3456.2 80808 2-Set-22 21:53 x64
Txagg.dll 2017.140.3456.2 356264 2-Set-22 21:51 x64
Txbdd.dll 2017.140.3456.2 169384 2-Set-22 21:51 x64
Txdatacollector.dll 2017.140.3456.2 361384 2-Set-22 21:51 x64
Txdataconvert.dll 2017.140.3456.2 287144 2-Set-22 21:51 x64
Txderived.dll 2017.140.3456.2 598440 2-Set-22 21:51 x64
Txlookup.dll 2017.140.3456.2 522152 2-Set-22 21:51 x64
Txmerge.dll 2017.140.3456.2 225720 2-Set-22 21:51 x64
Txmergejoin.dll 2017.140.3456.2 274344 2-Set-22 21:51 x64
Txmulticast.dll 2017.140.3456.2 121784 2-Set-22 21:51 x64
Txrowcount.dll 2017.140.3456.2 122792 2-Set-22 21:51 x64
Txsort.dll 2017.140.3456.2 250808 2-Set-22 21:51 x64
Txsplit.dll 2017.140.3456.2 590760 2-Set-22 21:51 x64
Txunionall.dll 2017.140.3456.2 178104 2-Set-22 21:51 x64
Xe.dll 2017.140.3456.2 667576 2-Set-22 21:53 x64
Xmlrw.dll 2017.140.3456.2 299424 2-Set-22 21:53 x64
Xmlsub.dll 2017.140.3456.2 256440 2-Set-22 21:53 x64

SQL Server 2017 sql_extensibility

Nome del file Versione del file dimensioni dei file Data Ora Piattaforma
Launchpad.exe 2017.140.3456.2 1127864 2-Set-22 21:51 x64
Sql_extensibility_keyfile.dll 2017.140.3456.2 94648 2-Set-22 21:50 x64
Sqlsatellite.dll 2017.140.3456.2 918440 2-Set-22 21:51 x64

motore di Full-Text SQL Server 2017

Nome del file Versione del file dimensioni dei file Data Ora Piattaforma
Fd.dll 2017.140.3456.2 666552 2-Set-22 21:51 x64
Fdhost.exe 2017.140.3456.2 110496 2-Set-22 21:51 x64
Fdlauncher.exe 2017.140.3456.2 58272 2-Set-22 21:51 x64
Nlsdl.dll 6.0.6001.18000 46360 2-Set-22 21:51 x64
Sql_fulltext_keyfile.dll 2017.140.3456.2 94648 2-Set-22 21:50 x64
Sqlft140ph.dll 2017.140.3456.2 63912 2-Set-22 21:51 x64

SQL Server 2017 sql_inst_mr

Nome del file Versione del file dimensioni dei file Data Ora Piattaforma
Imrdll.dll 14.0.3456.2 18360 2-Set-22 21:50 x86
Sql_inst_mr_keyfile.dll 2017.140.3456.2 94648 2-Set-22 21:50 x64

SQL Server 2017 Integration Services

Nome del file Versione del file dimensioni dei file Data Ora Piattaforma
Attunity.sqlserver.cdccontroltask.dll 5.0.0.112 75264 2-Set-22 21:43 x86
Attunity.sqlserver.cdccontroltask.dll 5.0.0.112 75264 2-Set-22 21:50 x86
Attunity.sqlserver.cdcsplit.dll 5.0.0.112 36352 2-Set-22 21:43 x86
Attunity.sqlserver.cdcsplit.dll 5.0.0.112 36352 2-Set-22 21:50 x86
Attunity.sqlserver.cdcsrc.dll 5.0.0.112 76288 2-Set-22 21:43 x86
Attunity.sqlserver.cdcsrc.dll 5.0.0.112 76288 2-Set-22 21:50 x86
Commanddest.dll 2017.140.3456.2 194976 2-Set-22 21:43 x86
Commanddest.dll 2017.140.3456.2 240040 2-Set-22 21:50 x64
Dteparse.dll 2017.140.3456.2 95136 2-Set-22 21:43 x86
Dteparse.dll 2017.140.3456.2 105896 2-Set-22 21:50 x64
Dteparsemgd.dll 2017.140.3456.2 77752 2-Set-22 21:43 x86
Dteparsemgd.dll 2017.140.3456.2 83384 2-Set-22 21:50 x64
Dtepkg.dll 2017.140.3456.2 111016 2-Set-22 21:43 x86
Dtepkg.dll 2017.140.3456.2 132008 2-Set-22 21:50 x64
Dtexec.exe 2017.140.3456.2 61856 2-Set-22 21:43 x86
Dtexec.exe 2017.140.3456.2 69024 2-Set-22 21:50 x64
Dts.dll 2017.140.3456.2 2545048 2-Set-22 21:43 x86
Dts.dll 2017.140.3456.2 2995112 2-Set-22 21:50 x64
Dtscomexpreval.dll 2017.140.3456.2 412064 2-Set-22 21:43 x86
Dtscomexpreval.dll 2017.140.3456.2 469416 2-Set-22 21:50 x64
Dtsconn.dll 2017.140.3456.2 396704 2-Set-22 21:43 x86
Dtsconn.dll 2017.140.3456.2 494504 2-Set-22 21:50 x64
Dtsdebughost.exe 2017.140.3456.2 89504 2-Set-22 21:43 x86
Dtsdebughost.exe 2017.140.3456.2 105896 2-Set-22 21:50 x64
Dtshost.exe 2017.140.3456.2 85408 2-Set-22 21:48 x86
Dtshost.exe 2017.140.3456.2 100280 2-Set-22 21:51 x64
Dtslog.dll 2017.140.3456.2 97176 2-Set-22 21:43 x86
Dtslog.dll 2017.140.3456.2 114600 2-Set-22 21:50 x64
Dtsmsg150.dll 2017.140.3456.2 535456 2-Set-22 21:48 x86
Dtsmsg150.dll 2017.140.3456.2 539560 2-Set-22 21:51 x64
Dtspipeline.dll 2017.140.3456.2 1054624 2-Set-22 21:43 x86
Dtspipeline.dll 2017.140.3456.2 1262504 2-Set-22 21:50 x64
Dtspipelineperf150.dll 2017.140.3456.2 36792 2-Set-22 21:43 x86
Dtspipelineperf150.dll 2017.140.3456.2 42424 2-Set-22 21:50 x64
Dtuparse.dll 2017.140.3456.2 74656 2-Set-22 21:43 x86
Dtuparse.dll 2017.140.3456.2 83368 2-Set-22 21:50 x64
Dtutil.exe 2017.140.3456.2 121768 2-Set-22 21:43 x86
Dtutil.exe 2017.140.3456.2 142760 2-Set-22 21:50 x64
Exceldest.dll 2017.140.3456.2 208792 2-Set-22 21:43 x86
Exceldest.dll 2017.140.3456.2 254888 2-Set-22 21:50 x64
Excelsrc.dll 2017.140.3456.2 224672 2-Set-22 21:43 x86
Excelsrc.dll 2017.140.3456.2 276904 2-Set-22 21:50 x64
Execpackagetask.dll 2017.140.3456.2 129440 2-Set-22 21:43 x86
Execpackagetask.dll 2017.140.3456.2 162216 2-Set-22 21:50 x64
Flatfiledest.dll 2017.140.3456.2 326552 2-Set-22 21:43 x86
Flatfiledest.dll 2017.140.3456.2 380840 2-Set-22 21:50 x64
Flatfilesrc.dll 2017.140.3456.2 338328 2-Set-22 21:43 x86
Flatfilesrc.dll 2017.140.3456.2 393640 2-Set-22 21:50 x64
Foreachfileenumerator.dll 2017.140.3456.2 74648 2-Set-22 21:43 x86
Foreachfileenumerator.dll 2017.140.3456.2 90536 2-Set-22 21:50 x64
Ionic.zip.dll 1.9.1.8 471440 2-Set-22 21:30 x86
Ionic.zip.dll 1.9.1.8 471440 2-Set-22 21:44 x86
Isdeploymentwizard.exe 14.0.3456.2 461208 2-Set-22 21:46 x86
Isdeploymentwizard.exe 14.0.3456.2 460704 2-Set-22 21:50 x64
Isserverexec.exe 14.0.3456.2 143288 2-Set-22 21:46 x86
Isserverexec.exe 14.0.3456.2 142760 2-Set-22 21:50 x64
Microsoft.analysisservices.applocal.core.dll 14.0.249.94 1376184 2-Set-22 21:47 x86
Microsoft.analysisservices.applocal.core.dll 14.0.249.94 1376160 2-Set-22 21:50 x86
Microsoft.applicationinsights.dll 2.7.0.13435 329872 2-Set-22 21:30 x86
Microsoft.data.datafeedclient.dll 13.1.1.0 171208 2-Set-22 21:30 x86
Microsoft.data.datafeedclient.dll 13.1.1.0 171208 2-Set-22 21:44 x86
Microsoft.sqlserver.astasks.dll 14.0.3456.2 106400 2-Set-22 21:50 x86
Microsoft.sqlserver.bulkinserttaskconnections.dll 2017.140.3456.2 101304 2-Set-22 21:47 x86
Microsoft.sqlserver.bulkinserttaskconnections.dll 2017.140.3456.2 106400 2-Set-22 21:50 x64
Microsoft.sqlserver.integrationservice.hadoop.common.dll 14.0.3456.2 49592 2-Set-22 21:47 x86
Microsoft.sqlserver.integrationservice.hadoop.common.dll 14.0.3456.2 49592 2-Set-22 21:50 x86
Microsoft.sqlserver.integrationservice.hadoopcomponents.dll 14.0.3456.2 83872 2-Set-22 21:47 x86
Microsoft.sqlserver.integrationservice.hadoopcomponents.dll 14.0.3456.2 83872 2-Set-22 21:50 x86
Microsoft.sqlserver.integrationservice.hadooptasks.dll 14.0.3456.2 67512 2-Set-22 21:47 x86
Microsoft.sqlserver.integrationservice.hadooptasks.dll 14.0.3456.2 67512 2-Set-22 21:50 x86
Microsoft.sqlserver.integrationservices.isserverdbupgrade.dll 14.0.3456.2 508856 2-Set-22 21:47 x86
Microsoft.sqlserver.integrationservices.isserverdbupgrade.dll 14.0.3456.2 508856 2-Set-22 21:51 x86
Microsoft.sqlserver.integrationservices.server.dll 14.0.3456.2 77720 2-Set-22 21:47 x86
Microsoft.sqlserver.integrationservices.server.dll 14.0.3456.2 77736 2-Set-22 21:51 x86
Microsoft.sqlserver.integrationservices.wizard.common.dll 14.0.3456.2 410024 2-Set-22 21:47 x86
Microsoft.sqlserver.integrationservices.wizard.common.dll 14.0.3456.2 410040 2-Set-22 21:51 x86
Microsoft.sqlserver.maintenanceplantasks.dll 14.0.3456.2 386488 2-Set-22 21:47 x86
Microsoft.sqlserver.manageddts.dll 14.0.3456.2 608680 2-Set-22 21:47 x86
Microsoft.sqlserver.manageddts.dll 14.0.3456.2 608680 2-Set-22 21:51 x86
Microsoft.sqlserver.management.integrationservices.dll 14.0.3456.2 247200 2-Set-22 21:47 x86
Microsoft.sqlserver.management.integrationservices.dll 14.0.3456.2 247224 2-Set-22 21:51 x86
Microsoft.sqlserver.management.integrationservicesenum.dll 14.0.3456.2 49080 2-Set-22 21:47 x86
Microsoft.sqlserver.management.integrationservicesenum.dll 14.0.3456.2 49080 2-Set-22 21:51 x86
Microsoft.sqlserver.xevent.configuration.dll 2017.140.3456.2 136088 2-Set-22 21:47 x86
Microsoft.sqlserver.xevent.configuration.dll 2017.140.3456.2 146344 2-Set-22 21:51 x64
Microsoft.sqlserver.xevent.dll 2017.140.3456.2 139680 2-Set-22 21:47 x86
Microsoft.sqlserver.xevent.dll 2017.140.3456.2 153504 2-Set-22 21:51 x64
Msdtssrvr.exe 14.0.3456.2 213920 2-Set-22 21:51 x64
Msdtssrvrutil.dll 2017.140.3456.2 84384 2-Set-22 21:46 x86
Msdtssrvrutil.dll 2017.140.3456.2 97208 2-Set-22 21:50 x64
Msmdpp.dll 2017.140.249.94 9193912 2-Set-22 21:51 x64
Newtonsoft.json.dll 6.0.8.18111 513424 2-Set-22 21:29 x86
Newtonsoft.json.dll 6.0.8.18111 513424 2-Set-22 21:42 x86
Newtonsoft.json.dll 6.0.8.18111 522856 2-Set-22 21:30 x86
Newtonsoft.json.dll 6.0.8.18111 522856 2-Set-22 21:44 x86
Oledbdest.dll 2017.140.3456.2 208800 2-Set-22 21:46 x86
Oledbdest.dll 2017.140.3456.2 255400 2-Set-22 21:50 x64
Oledbsrc.dll 2017.140.3456.2 227232 2-Set-22 21:46 x86
Oledbsrc.dll 2017.140.3456.2 283048 2-Set-22 21:50 x64
Rawdest.dll 2017.140.3456.2 160696 2-Set-22 21:48 x86
Rawdest.dll 2017.140.3456.2 200632 2-Set-22 21:51 x64
Rawsource.dll 2017.140.3456.2 147360 2-Set-22 21:48 x86
Rawsource.dll 2017.140.3456.2 188344 2-Set-22 21:51 x64
Recordsetdest.dll 2017.140.3456.2 143264 2-Set-22 21:48 x86
Recordsetdest.dll 2017.140.3456.2 178616 2-Set-22 21:51 x64
Sql_is_keyfile.dll 2017.140.3456.2 94648 2-Set-22 21:50 x64
Sqlceip.exe 14.0.3456.2 269216 2-Set-22 21:30 x86
Sqldest.dll 2017.140.3456.2 207800 2-Set-22 21:47 x86
Sqldest.dll 2017.140.3456.2 254904 2-Set-22 21:51 x64
Sqltaskconnections.dll 2017.140.3456.2 146336 2-Set-22 21:47 x86
Sqltaskconnections.dll 2017.140.3456.2 177064 2-Set-22 21:51 x64
Ssisoledb.dll 2017.140.3456.2 170936 2-Set-22 21:47 x86
Ssisoledb.dll 2017.140.3456.2 210328 2-Set-22 21:51 x64
Txagg.dll 2017.140.3456.2 296352 2-Set-22 21:48 x86
Txagg.dll 2017.140.3456.2 356264 2-Set-22 21:51 x64
Txbdd.dll 2017.140.3456.2 133536 2-Set-22 21:48 x86
Txbdd.dll 2017.140.3456.2 169384 2-Set-22 21:51 x64
Txbestmatch.dll 2017.140.3456.2 487352 2-Set-22 21:48 x86
Txbestmatch.dll 2017.140.3456.2 599464 2-Set-22 21:51 x64
Txcache.dll 2017.140.3456.2 140192 2-Set-22 21:48 x86
Txcache.dll 2017.140.3456.2 179128 2-Set-22 21:51 x64
Txcharmap.dll 2017.140.3456.2 243096 2-Set-22 21:48 x86
Txcharmap.dll 2017.140.3456.2 285608 2-Set-22 21:51 x64
Txcopymap.dll 2017.140.3456.2 139680 2-Set-22 21:48 x86
Txcopymap.dll 2017.140.3456.2 179128 2-Set-22 21:51 x64
Txdataconvert.dll 2017.140.3456.2 247200 2-Set-22 21:48 x86
Txdataconvert.dll 2017.140.3456.2 287144 2-Set-22 21:51 x64
Txderived.dll 2017.140.3456.2 509856 2-Set-22 21:48 x86
Txderived.dll 2017.140.3456.2 598440 2-Set-22 21:51 x64
Txfileextractor.dll 2017.140.3456.2 155040 2-Set-22 21:48 x86
Txfileextractor.dll 2017.140.3456.2 197544 2-Set-22 21:51 x64
Txfileinserter.dll 2017.140.3456.2 153504 2-Set-22 21:48 x86
Txfileinserter.dll 2017.140.3456.2 190904 2-Set-22 21:51 x64
Txgroupdups.dll 2017.140.3456.2 225184 2-Set-22 21:48 x86
Txgroupdups.dll 2017.140.3456.2 287144 2-Set-22 21:51 x64
Txlineage.dll 2017.140.3456.2 104352 2-Set-22 21:48 x86
Txlineage.dll 2017.140.3456.2 131000 2-Set-22 21:51 x64
Txlookup.dll 2017.140.3456.2 440760 2-Set-22 21:48 x86
Txlookup.dll 2017.140.3456.2 522152 2-Set-22 21:51 x64
Txmerge.dll 2017.140.3456.2 170912 2-Set-22 21:48 x86
Txmerge.dll 2017.140.3456.2 225720 2-Set-22 21:51 x64
Txmergejoin.dll 2017.140.3456.2 215968 2-Set-22 21:48 x86
Txmergejoin.dll 2017.140.3456.2 274344 2-Set-22 21:51 x64
Txmulticast.dll 2017.140.3456.2 97184 2-Set-22 21:48 x86
Txmulticast.dll 2017.140.3456.2 121784 2-Set-22 21:51 x64
Txpivot.dll 2017.140.3456.2 174496 2-Set-22 21:48 x86
Txpivot.dll 2017.140.3456.2 219064 2-Set-22 21:51 x64
Txrowcount.dll 2017.140.3456.2 96160 2-Set-22 21:48 x86
Txrowcount.dll 2017.140.3456.2 122792 2-Set-22 21:51 x64
Txsampling.dll 2017.140.3456.2 129952 2-Set-22 21:48 x86
Txsampling.dll 2017.140.3456.2 168360 2-Set-22 21:51 x64
Txscd.dll 2017.140.3456.2 164256 2-Set-22 21:48 x86
Txscd.dll 2017.140.3456.2 214952 2-Set-22 21:51 x64
Txsort.dll 2017.140.3456.2 202144 2-Set-22 21:48 x86
Txsort.dll 2017.140.3456.2 250808 2-Set-22 21:51 x64
Txsplit.dll 2017.140.3456.2 504760 2-Set-22 21:48 x86
Txsplit.dll 2017.140.3456.2 590760 2-Set-22 21:51 x64
Txtermextraction.dll 2017.140.3456.2 8609192 2-Set-22 21:48 x86
Txtermextraction.dll 2017.140.3456.2 8670616 2-Set-22 21:51 x64
Txtermlookup.dll 2017.140.3456.2 4101048 2-Set-22 21:48 x86
Txtermlookup.dll 2017.140.3456.2 4151208 2-Set-22 21:51 x64
Txunionall.dll 2017.140.3456.2 134040 2-Set-22 21:48 x86
Txunionall.dll 2017.140.3456.2 178104 2-Set-22 21:51 x64
Txunpivot.dll 2017.140.3456.2 154528 2-Set-22 21:48 x86
Txunpivot.dll 2017.140.3456.2 193976 2-Set-22 21:51 x64
Xe.dll 2017.140.3456.2 589752 2-Set-22 21:48 x86
Xe.dll 2017.140.3456.2 667576 2-Set-22 21:53 x64

SQL Server 2017 sql_polybase_core_inst

Nome del file Versione del file dimensioni dei file Data Ora Piattaforma
Dms.dll 13.0.9124.22 523848 2-Set-22 21:40 x86
Dmsnative.dll 2016.130.9124.22 78408 2-Set-22 21:40 x64
Dwengineservice.dll 13.0.9124.22 45640 2-Set-22 21:40 x86
Instapi150.dll 2017.140.3456.2 66472 2-Set-22 21:40 x64
Microsoft.sqlserver.datawarehouse.backup.backupmetadata.dll 13.0.9124.22 74824 2-Set-22 21:40 x86
Microsoft.sqlserver.datawarehouse.catalog.dll 13.0.9124.22 213576 2-Set-22 21:40 x86
Microsoft.sqlserver.datawarehouse.common.dll 13.0.9124.22 1799240 2-Set-22 21:40 x86
Microsoft.sqlserver.datawarehouse.configuration.dll 13.0.9124.22 116808 2-Set-22 21:40 x86
Microsoft.sqlserver.datawarehouse.datamovement.common.dll 13.0.9124.22 390216 2-Set-22 21:40 x86
Microsoft.sqlserver.datawarehouse.datamovement.manager.dll 13.0.9124.22 196168 2-Set-22 21:40 x86
Microsoft.sqlserver.datawarehouse.datamovement.messagetypes.dll 13.0.9124.22 131144 2-Set-22 21:40 x86
Microsoft.sqlserver.datawarehouse.datamovement.messagingprotocol.dll 13.0.9124.22 63048 2-Set-22 21:40 x86
Microsoft.sqlserver.datawarehouse.diagnostics.dll 13.0.9124.22 55368 2-Set-22 21:40 x86
Microsoft.sqlserver.datawarehouse.distributor.dll 13.0.9124.22 93768 2-Set-22 21:40 x86
Microsoft.sqlserver.datawarehouse.engine.dll 13.0.9124.22 792648 2-Set-22 21:40 x86
Microsoft.sqlserver.datawarehouse.engine.statsstream.dll 13.0.9124.22 87624 2-Set-22 21:40 x86
Microsoft.sqlserver.datawarehouse.eventing.dll 13.0.9124.22 77896 2-Set-22 21:40 x86
Microsoft.sqlserver.datawarehouse.fabric.appliance.dll 13.0.9124.22 42056 2-Set-22 21:40 x86
Microsoft.sqlserver.datawarehouse.fabric.interface.dll 13.0.9124.22 36936 2-Set-22 21:40 x86
Microsoft.sqlserver.datawarehouse.fabric.polybase.dll 13.0.9124.22 47688 2-Set-22 21:40 x86
Microsoft.sqlserver.datawarehouse.fabric.xdbinterface.dll 13.0.9124.22 27208 2-Set-22 21:40 x86
Microsoft.sqlserver.datawarehouse.failover.dll 13.0.9124.22 32328 2-Set-22 21:40 x86
Microsoft.sqlserver.datawarehouse.hadoop.hadoopbridge.dll 13.0.9124.22 129608 2-Set-22 21:40 x86
Microsoft.sqlserver.datawarehouse.loadercommon.dll 13.0.9124.22 95304 2-Set-22 21:40 x86
Microsoft.sqlserver.datawarehouse.loadmanager.dll 13.0.9124.22 109128 2-Set-22 21:40 x86
Microsoft.sqlserver.datawarehouse.localization.dll 13.0.9124.22 264264 2-Set-22 21:40 x86
Microsoft.sqlserver.datawarehouse.localization.resources.dll 13.0.9124.22 105032 2-Set-22 21:31 x86
Microsoft.sqlserver.datawarehouse.localization.resources.dll 13.0.9124.22 119368 2-Set-22 21:45 x86
Microsoft.sqlserver.datawarehouse.localization.resources.dll 13.0.9124.22 122440 2-Set-22 21:43 x86
Microsoft.sqlserver.datawarehouse.localization.resources.dll 13.0.9124.22 118856 2-Set-22 21:29 x86
Microsoft.sqlserver.datawarehouse.localization.resources.dll 13.0.9124.22 129096 2-Set-22 21:32 x86
Microsoft.sqlserver.datawarehouse.localization.resources.dll 13.0.9124.22 121416 2-Set-22 21:45 x86
Microsoft.sqlserver.datawarehouse.localization.resources.dll 13.0.9124.22 116296 2-Set-22 21:29 x86
Microsoft.sqlserver.datawarehouse.localization.resources.dll 13.0.9124.22 149576 2-Set-22 21:41 x86
Microsoft.sqlserver.datawarehouse.localization.resources.dll 13.0.9124.22 102984 2-Set-22 21:29 x86
Microsoft.sqlserver.datawarehouse.localization.resources.dll 13.0.9124.22 118344 2-Set-22 21:39 x86
Microsoft.sqlserver.datawarehouse.nodes.dll 13.0.9124.22 70216 2-Set-22 21:40 x86
Microsoft.sqlserver.datawarehouse.nulltransaction.dll 13.0.9124.22 28744 2-Set-22 21:40 x86
Microsoft.sqlserver.datawarehouse.parallelizer.dll 13.0.9124.22 43592 2-Set-22 21:40 x86
Microsoft.sqlserver.datawarehouse.resourcemanagement.dll 13.0.9124.22 83528 2-Set-22 21:40 x86
Microsoft.sqlserver.datawarehouse.setup.componentupgradelibrary.dll 13.0.9124.22 136776 2-Set-22 21:40 x86
Microsoft.sqlserver.datawarehouse.sql.dll 13.0.9124.22 2340936 2-Set-22 21:40 x86
Microsoft.sqlserver.datawarehouse.sql.parser.dll 13.0.9124.22 3860040 2-Set-22 21:40 x86
Microsoft.sqlserver.datawarehouse.sql.parser.resources.dll 13.0.9124.22 110664 2-Set-22 21:31 x86
Microsoft.sqlserver.datawarehouse.sql.parser.resources.dll 13.0.9124.22 123464 2-Set-22 21:45 x86
Microsoft.sqlserver.datawarehouse.sql.parser.resources.dll 13.0.9124.22 128072 2-Set-22 21:43 x86
Microsoft.sqlserver.datawarehouse.sql.parser.resources.dll 13.0.9124.22 123976 2-Set-22 21:29 x86
Microsoft.sqlserver.datawarehouse.sql.parser.resources.dll 13.0.9124.22 136776 2-Set-22 21:32 x86
Microsoft.sqlserver.datawarehouse.sql.parser.resources.dll 13.0.9124.22 124488 2-Set-22 21:45 x86
Microsoft.sqlserver.datawarehouse.sql.parser.resources.dll 13.0.9124.22 121416 2-Set-22 21:29 x86
Microsoft.sqlserver.datawarehouse.sql.parser.resources.dll 13.0.9124.22 156232 2-Set-22 21:41 x86
Microsoft.sqlserver.datawarehouse.sql.parser.resources.dll 13.0.9124.22 108616 2-Set-22 21:29 x86
Microsoft.sqlserver.datawarehouse.sql.parser.resources.dll 13.0.9124.22 122952 2-Set-22 21:39 x86
Microsoft.sqlserver.datawarehouse.sqldistributor.dll 13.0.9124.22 70216 2-Set-22 21:40 x86
Microsoft.sqlserver.datawarehouse.transactsql.scriptdom.dll 13.0.9124.22 2756168 2-Set-22 21:40 x86
Microsoft.sqlserver.datawarehouse.utilities.dll 13.0.9124.22 751688 2-Set-22 21:40 x86
Mpdwinterop.dll 2017.140.3456.2 401312 2-Set-22 21:40 x64
Mpdwsvc.exe 2017.140.3456.2 7325088 2-Set-22 21:40 x64
Secforwarder.dll 2017.140.3456.2 31648 2-Set-22 21:40 x64
Sharedmemory.dll 2016.130.9124.22 64584 2-Set-22 21:40 x64
Sqldk.dll 2017.140.3456.2 2737056 2-Set-22 21:40 x64
Sqldumper.exe 2017.140.3456.2 139688 2-Set-22 21:40 x64
Sqlevn70.rll 2017.140.3456.2 1500584 2-Set-22 21:29 x64
Sqlevn70.rll 2017.140.3456.2 3920288 2-Set-22 21:42 x64
Sqlevn70.rll 2017.140.3456.2 3218328 2-Set-22 21:32 x64
Sqlevn70.rll 2017.140.3456.2 3922848 2-Set-22 21:29 x64
Sqlevn70.rll 2017.140.3456.2 3826080 2-Set-22 21:32 x64
Sqlevn70.rll 2017.140.3456.2 2093480 2-Set-22 21:46 x64
Sqlevn70.rll 2017.140.3456.2 2039712 2-Set-22 21:45 x64
Sqlevn70.rll 2017.140.3456.2 3593624 2-Set-22 21:29 x64
Sqlevn70.rll 2017.140.3456.2 3601816 2-Set-22 21:29 x64
Sqlevn70.rll 2017.140.3456.2 1447840 2-Set-22 21:29 x64
Sqlevn70.rll 2017.140.3456.2 3790752 2-Set-22 21:29 x64
Sqlncli13e.dll 2017.140.3456.2 2259360 2-Set-22 21:40 x64
Sqlos.dll 2017.140.3456.2 20376 2-Set-22 21:40 x64
Sqlsortpdw.dll 2016.130.9124.22 4347976 2-Set-22 21:40 x64
Sqltses.dll 2017.140.3456.2 9730464 2-Set-22 21:40 x64

SQL Server 2017 sql_shared_mr

Nome del file Versione del file dimensioni dei file Data Ora Piattaforma
Smrdll.dll 14.0.3456.2 18360 2-Set-22 21:51 x86
Sql_engine_core_shared_keyfile.dll 2017.140.3456.2 94648 2-Set-22 21:50 x64

SQL Server 2017 sql_tools_extensions

Nome del file Versione del file dimensioni dei file Data Ora Piattaforma
Autoadmin.dll 2017.140.3456.2 1442728 2-Set-22 21:48 x86
Dtaengine.exe 2017.140.3456.2 198560 2-Set-22 21:43 x86
Dteparse.dll 2017.140.3456.2 95136 2-Set-22 21:43 x86
Dteparse.dll 2017.140.3456.2 105896 2-Set-22 21:50 x64
Dteparsemgd.dll 2017.140.3456.2 77752 2-Set-22 21:43 x86
Dteparsemgd.dll 2017.140.3456.2 83384 2-Set-22 21:50 x64
Dtepkg.dll 2017.140.3456.2 111016 2-Set-22 21:43 x86
Dtepkg.dll 2017.140.3456.2 132008 2-Set-22 21:50 x64
Dtexec.exe 2017.140.3456.2 61856 2-Set-22 21:43 x86
Dtexec.exe 2017.140.3456.2 69024 2-Set-22 21:50 x64
Dts.dll 2017.140.3456.2 2545048 2-Set-22 21:43 x86
Dts.dll 2017.140.3456.2 2995112 2-Set-22 21:50 x64
Dtscomexpreval.dll 2017.140.3456.2 412064 2-Set-22 21:43 x86
Dtscomexpreval.dll 2017.140.3456.2 469416 2-Set-22 21:50 x64
Dtsconn.dll 2017.140.3456.2 396704 2-Set-22 21:43 x86
Dtsconn.dll 2017.140.3456.2 494504 2-Set-22 21:50 x64
Dtshost.exe 2017.140.3456.2 85408 2-Set-22 21:48 x86
Dtshost.exe 2017.140.3456.2 100280 2-Set-22 21:51 x64
Dtslog.dll 2017.140.3456.2 97176 2-Set-22 21:43 x86
Dtslog.dll 2017.140.3456.2 114600 2-Set-22 21:50 x64
Dtsmsg150.dll 2017.140.3456.2 535456 2-Set-22 21:48 x86
Dtsmsg150.dll 2017.140.3456.2 539560 2-Set-22 21:51 x64
Dtspipeline.dll 2017.140.3456.2 1054624 2-Set-22 21:43 x86
Dtspipeline.dll 2017.140.3456.2 1262504 2-Set-22 21:50 x64
Dtspipelineperf150.dll 2017.140.3456.2 36792 2-Set-22 21:43 x86
Dtspipelineperf150.dll 2017.140.3456.2 42424 2-Set-22 21:50 x64
Dtuparse.dll 2017.140.3456.2 74656 2-Set-22 21:43 x86
Dtuparse.dll 2017.140.3456.2 83368 2-Set-22 21:50 x64
Dtutil.exe 2017.140.3456.2 121768 2-Set-22 21:43 x86
Dtutil.exe 2017.140.3456.2 142760 2-Set-22 21:50 x64
Exceldest.dll 2017.140.3456.2 208792 2-Set-22 21:43 x86
Exceldest.dll 2017.140.3456.2 254888 2-Set-22 21:50 x64
Excelsrc.dll 2017.140.3456.2 224672 2-Set-22 21:43 x86
Excelsrc.dll 2017.140.3456.2 276904 2-Set-22 21:50 x64
Flatfiledest.dll 2017.140.3456.2 326552 2-Set-22 21:43 x86
Flatfiledest.dll 2017.140.3456.2 380840 2-Set-22 21:50 x64
Flatfilesrc.dll 2017.140.3456.2 338328 2-Set-22 21:43 x86
Flatfilesrc.dll 2017.140.3456.2 393640 2-Set-22 21:50 x64
Foreachfileenumerator.dll 2017.140.3456.2 74648 2-Set-22 21:43 x86
Foreachfileenumerator.dll 2017.140.3456.2 90536 2-Set-22 21:50 x64
Microsoft.sqlserver.astasks.dll 14.0.3456.2 106400 2-Set-22 21:47 x86
Microsoft.sqlserver.astasksui.dll 14.0.3456.2 180632 2-Set-22 21:47 x86
Microsoft.sqlserver.chainer.infrastructure.dll 14.0.3456.2 404392 2-Set-22 21:47 x86
Microsoft.sqlserver.chainer.infrastructure.dll 14.0.3456.2 404384 2-Set-22 21:50 x86
Microsoft.sqlserver.configuration.sco.dll 14.0.3456.2 2087856 2-Set-22 21:47 x86
Microsoft.sqlserver.configuration.sco.dll 14.0.3456.2 2087848 2-Set-22 21:50 x86
Microsoft.sqlserver.manageddts.dll 14.0.3456.2 608680 2-Set-22 21:47 x86
Microsoft.sqlserver.manageddts.dll 14.0.3456.2 608680 2-Set-22 21:51 x86
Microsoft.sqlserver.management.integrationservices.dll 14.0.3456.2 247200 2-Set-22 21:47 x86
Microsoft.sqlserver.management.integrationservicesenum.dll 14.0.3456.2 49080 2-Set-22 21:47 x86
Microsoft.sqlserver.xevent.configuration.dll 2017.140.3456.2 136088 2-Set-22 21:47 x86
Microsoft.sqlserver.xevent.configuration.dll 2017.140.3456.2 146344 2-Set-22 21:51 x64
Microsoft.sqlserver.xevent.dll 2017.140.3456.2 139680 2-Set-22 21:47 x86
Microsoft.sqlserver.xevent.dll 2017.140.3456.2 153504 2-Set-22 21:51 x64
Msdtssrvrutil.dll 2017.140.3456.2 84384 2-Set-22 21:46 x86
Msdtssrvrutil.dll 2017.140.3456.2 97208 2-Set-22 21:50 x64
Msmgdsrv.dll 2017.140.249.94 7306144 2-Set-22 21:48 x86
Oledbdest.dll 2017.140.3456.2 208800 2-Set-22 21:46 x86
Oledbdest.dll 2017.140.3456.2 255400 2-Set-22 21:50 x64
Oledbsrc.dll 2017.140.3456.2 227232 2-Set-22 21:46 x86
Oledbsrc.dll 2017.140.3456.2 283048 2-Set-22 21:50 x64
Sql_tools_extensions_keyfile.dll 2017.140.3456.2 94648 2-Set-22 21:50 x64
Sqlresld.dll 2017.140.3456.2 22968 2-Set-22 21:47 x86
Sqlresld.dll 2017.140.3456.2 25016 2-Set-22 21:51 x64
Sqlresourceloader.dll 2017.140.3456.2 23480 2-Set-22 21:47 x86
Sqlresourceloader.dll 2017.140.3456.2 26552 2-Set-22 21:51 x64
Sqlscm.dll 2017.140.3456.2 56248 2-Set-22 21:47 x86
Sqlscm.dll 2017.140.3456.2 66976 2-Set-22 21:51 x64
Sqlsvc.dll 2017.140.3456.2 129448 2-Set-22 21:47 x86
Sqlsvc.dll 2017.140.3456.2 157112 2-Set-22 21:51 x64
Sqltaskconnections.dll 2017.140.3456.2 146336 2-Set-22 21:47 x86
Sqltaskconnections.dll 2017.140.3456.2 177064 2-Set-22 21:51 x64
Txdataconvert.dll 2017.140.3456.2 247200 2-Set-22 21:48 x86
Txdataconvert.dll 2017.140.3456.2 287144 2-Set-22 21:51 x64
Xe.dll 2017.140.3456.2 589752 2-Set-22 21:48 x86
Xe.dll 2017.140.3456.2 667576 2-Set-22 21:53 x64
Xmlrw.dll 2017.140.3456.2 251816 2-Set-22 21:48 x86
Xmlrw.dll 2017.140.3456.2 299424 2-Set-22 21:53 x64
Xmlrwbin.dll 2017.140.3456.2 183712 2-Set-22 21:48 x86
Xmlrwbin.dll 2017.140.3456.2 218552 2-Set-22 21:53 x64

Note per questo aggiornamento

Prerequisiti

Per applicare questo pacchetto di aggiornamento cumulativo, è necessario eseguire SQL Server 2017.

Informazioni sul riavvio

Potrebbe essere necessario riavviare il computer dopo aver applicato questo pacchetto di aggiornamento cumulativo.

Informazioni del Registro di sistema

Per usare uno degli hotfix in questo pacchetto, non è necessario apportare modifiche al Registro di sistema.

Note importanti

Questo articolo fornisce anche informazioni importanti sulle situazioni seguenti:

  • Pacemaker: nelle distribuzioni che usano la versione più recente disponibile di Pacemaker viene apportata una modifica comportamentale. Vengono forniti metodi di mitigazione.

  • Query Store: è necessario eseguire questo script se si usa il Query Store e microsoft SQL Server 2017 cumulative update 2 (CU2) è stato installato in precedenza.

Versione della build cu di Analysis Services

A partire da Microsoft SQL Server 2017, il numero di versione della build di Analysis Services e SQL Server numero di versione della build del motore di database non corrispondono. Per altre informazioni, vedere Verificare la versione di compilazione dell'aggiornamento cumulativo di Analysis Services.

Aggiornamenti cumulativi (CU)

Gli aggiornamenti cumulativi sono ora disponibili nell'Area download Microsoft.

Solo l'aggiornamento cumulativo più recente rilasciato per SQL Server 2017 è disponibile nell'Area download.

I pacchetti CU per Linux sono disponibili all'indirizzo https://packages.microsoft.com/.

Nota

  • Ogni nuova cu contiene tutte le correzioni incluse con l'cu precedente per la versione installata di SQL Server.
  • SQL Server CU sono certificate agli stessi livelli dei Service Pack e devono essere installate allo stesso livello di attendibilità.
  • È consigliabile installare in modo proattivo e continuativo le unità di certificazione man mano che diventano disponibili in base alle linee guida seguenti:
    - I dati cronologici mostrano che un numero significativo di casi di supporto implica un problema che è già stato risolto in un'unità di certificazione rilasciata.
    - Le unità di certificazione possono contenere valori aggiuntivi oltre gli hotfix. Sono inclusi gli aggiornamenti di supporto, gestibilità e affidabilità.
  • È consigliabile testare SQL Server CU prima di distribuirle in ambienti di produzione.
Avviso pacemaker

IMPORTANTE

Tutte le distribuzioni (incluse RHEL 7.3 e 7.4) che usano il pacchetto Pacemaker più recente disponibile 1.1.18-11.el7 introducono una modifica del comportamento per l'impostazione del cluster se il start-failure-is-fatal relativo valore è false. Questa modifica influisce sul flusso di lavoro di failover. Se si verifica un'interruzione di una replica primaria, è previsto il failover del cluster in una delle repliche secondarie disponibili. Gli utenti noteranno invece che il cluster continua a provare ad avviare la replica primaria non riuscita. Se il database primario non viene mai online (a causa di un'interruzione permanente), il cluster non esegue mai il failover in un'altra replica secondaria disponibile.

Questo problema interessa tutte le versioni SQL Server, indipendentemente dalla versione dell'aggiornamento cumulativo in cui si trovano.

Per attenuare il problema, usare uno dei metodi seguenti.

Metodo 1

attenersi alla seguente procedura:

  1. Rimuovere l'override start-failure-is-fatal dal cluster esistente.

    # RHEL, Ubuntu pcs property unset start-failure-is-fatal # or pcs property set start-failure-is-fatal=true # SLES crm configure property start-failure-is-fatal=true

  2. Ridurre il cluster-recheck-interval valore.

    # RHEL, Ubuntu pcs property set cluster-recheck-interval=<Xmin> # SLES crm configure property cluster-recheck-interval=<Xmin>

  3. Aggiungere la failure-timeout meta proprietà a ogni risorsa del gruppo di disponibilità.

    # RHEL, Ubuntu pcs resource update ag1 meta failure-timeout=60s # SLES crm configure edit ag1 # Nell'editor di testo aggiungere 'meta failure-timeout=60s' dopo qualsiasi 'param' e prima di qualsiasi 'op's

    Nota

    In questo codice sostituire il valore con <Xmin> in base alle esigenze. Se una replica viene arrestata, il cluster tenta di riavviare la replica a un intervallo associato al failure-timeout valore e al cluster-recheck-interval valore. Ad esempio, se failure-timeout è impostato su 60 secondi e cluster-recheck-interval è impostato su 120 secondi, il riavvio viene eseguito a un intervallo maggiore di 60 secondi ma inferiore a 120 secondi. È consigliabile 60s impostare su failure-timeout e cluster-recheck-interval su un valore maggiore di 60 secondi. È consigliabile non impostare su cluster-recheck-interval un valore ridotto. Per altre informazioni, vedere la documentazione di Pacemaker o consultare il provider di sistema.

Metodo 2

Ripristinare Pacemaker versione 1.1.16.

Query Store avviso

IMPORTANTE

È necessario eseguire questo script se si usa Query Store e si esegue l'aggiornamento da SQL Server 2017 Cumulative Update 2 (CU2) direttamente a SQL Server 2017 Cumulative Update 3 (CU3) o a qualsiasi aggiornamento cumulativo successivo. Non è necessario eseguire questo script se in precedenza è stato installato SQL Server aggiornamento cumulativo 3 (CU3) 2017 o qualsiasi aggiornamento cumulativo SQL Server 2017 successivo.

SET NOCOUNT ON;
DROP TABLE IF EXISTS #tmpUserDBs;

SELECT [database_id], 0 AS [IsDone]
INTO #tmpUserDBs
FROM master.sys.databases
WHERE [database_id] > 4
 AND [state] = 0 -- must be ONLINE
 AND is_read_only = 0 -- cannot be READ_ONLY
 AND [database_id] NOT IN (SELECT dr.database_id FROM sys.dm_hadr_database_replica_states dr -- Except all local Always On secondary replicas
  INNER JOIN sys.dm_hadr_availability_replica_states rs ON dr.group_id = rs.group_id
  INNER JOIN sys.databases d ON dr.database_id = d.database_id
  WHERE rs.role = 2 -- Is Secondary
   AND dr.is_local = 1
   AND rs.is_local = 1)

DECLARE @userDB sysname;

WHILE (SELECT COUNT([database_id]) FROM #tmpUserDBs WHERE [IsDone] = 0) > 0
BEGIN
 SELECT TOP 1 @userDB = DB_NAME([database_id]) FROM #tmpUserDBs WHERE [IsDone] = 0

 -- PRINT 'Working on database ' + @userDB

 EXEC ('USE [' + @userDB + '];
DECLARE @clearPlan bigint, @clearQry bigint;
IF EXISTS (SELECT [actual_state] FROM sys.database_query_store_options WHERE [actual_state] IN (1,2))
BEGIN
 IF EXISTS (SELECT plan_id FROM sys.query_store_plan WHERE engine_version = ''14.0.3008.27'')
 BEGIN
  DROP TABLE IF EXISTS #tmpclearPlans;
  SELECT plan_id, query_id, 0 AS [IsDone]
  INTO #tmpclearPlans
  FROM sys.query_store_plan WHERE engine_version = ''14.0.3008.27''
  WHILE (SELECT COUNT(plan_id) FROM #tmpclearPlans WHERE [IsDone] = 0) > 0
  BEGIN
   SELECT TOP 1 @clearPlan = plan_id, @clearQry = query_id FROM #tmpclearPlans WHERE [IsDone] = 0
   EXECUTE sys.sp_query_store_unforce_plan @clearQry, @clearPlan;
   EXECUTE sys.sp_query_store_remove_plan @clearPlan;
   UPDATE #tmpclearPlans
   SET [IsDone] = 1
   WHERE plan_id = @clearPlan AND query_id = @clearQry
  END;
  PRINT ''- Cleared possibly affected plans in database [' + @userDB + ']''
 END
 ELSE
 BEGIN
  PRINT ''- No affected plans in database [' + @userDB + ']''
 END
END
ELSE
BEGIN
 PRINT ''- Query Store not enabled in database [' + @userDB + ']''
END')
  UPDATE #tmpUserDBs
  SET [IsDone] = 1
  WHERE [database_id] = DB_ID(@userDB)
END
Distribuzione dell'ambiente ibrido

Quando si distribuisce un aggiornamento in un ambiente ibrido, ad esempio Always On, replica, cluster e mirroring, è consigliabile fare riferimento agli articoli seguenti prima di distribuire l'aggiornamento:

Nota

Se non si vuole usare il processo di aggiornamento in sequenza, seguire questa procedura per applicare un aggiornamento:

  • Installare l'aggiornamento nel nodo passivo.
  • Installare l'aggiornamento nel nodo attivo (richiede un riavvio del servizio).

Nota

Se è stato abilitato Always On insieme al catalogo SSISDB, vedere le informazioni su SSIS con Always On su come applicare un aggiornamento in questi ambienti.

Supporto della lingua

SQL Server CU sono attualmente multilingue. Di conseguenza, questo pacchetto cu non è specifico di una lingua. Si applica a tutte le lingue supportate.

Componenti (funzionalità) aggiornati

Un pacchetto CU include tutti gli aggiornamenti disponibili per tutti i componenti (funzionalità) di SQL Server 2017. Tuttavia, il pacchetto di aggiornamento cumulativo aggiorna solo i componenti attualmente installati nell'istanza di SQL Server che si seleziona per la manutenzione. Se all'istanza di viene aggiunta una funzionalità di SQL Server , ad esempio Analysis Services, dopo l'applicazione dell'CU, è necessario riapplicare questa cu in modo da aggiornare la nuova funzionalità all'cu.

Supporto per questo aggiornamento

Se si verificano altri problemi o se è necessaria una risoluzione dei problemi, potrebbe essere necessario creare una richiesta di servizio. I soliti costi di supporto si applicano a domande di supporto aggiuntive e a problemi che non sono idonei per questo pacchetto di aggiornamento cumulativo specifico. Per un elenco completo dei numeri di telefono del servizio clienti e del supporto tecnico Microsoft o per creare una richiesta di servizio separata, visitare il sito Web del supporto tecnico Microsoft.

Come disinstallare questo aggiornamento

Come disinstallare questo aggiornamento in Windows
  1. In Pannello di controllo aprire l'elemento Programmi e funzionalità e quindi selezionare Visualizza aggiornamenti installati.
  2. Individuare la voce che corrisponde a questo pacchetto di aggiornamento cumulativo in SQL Server 2017.
  3. Tenere premuta (o fare clic con il pulsante destro del mouse) sulla voce e quindi selezionare Disinstalla.
Come disinstallare questo aggiornamento in Linux

Per disinstallare questa cu in Linux, è necessario eseguire il rollback del pacchetto alla versione precedente. Per altre informazioni su come eseguire il rollback dell'installazione, vedere Rollback SQL Server.

Informazioni sulla dichiarazione di non responsabilità di terze parti

I prodotti di terze parti citati in questo articolo sono realizzati da società indipendenti da Microsoft. Microsoft non rilascia alcuna garanzia implicita o esplicita relativa alle prestazioni o all'affidabilità di tali prodotti.

Riferimenti