KB5017593 - Aggiornamento cumulativo 18 per SQL Server 2019

Data di rilascio: 28 settembre 2022
Versione: 15.0.4261.1

Riepilogo

Questo articolo descrive il pacchetto di aggiornamento cumulativo 18 (CU18) per Microsoft SQL Server 2019. Questo aggiornamento contiene 21 correzioni che sono state emesse dopo il rilascio dell'aggiornamento cumulativo 17 di SQL Server 2019 e aggiorna i componenti nelle build seguenti:

  • SQL Server - Versione del prodotto: 15.0.4261.1, versione file: 2019.150.4261.1
  • Analysis Services - Versione del prodotto: 15.0.35.33, versione file: 2018.150.35.33

Problemi noti in questo aggiornamento

Violazione di accesso quando la sessione viene reimpostata

SQL Server 2019 CU14 ha introdotto una correzione per risolvere i risultati errati in piani paralleli restituiti dal SESSION_CONTEXT predefinito. Tuttavia, questa correzione potrebbe creare file di dump di violazione di accesso quando viene reimpostato per il SESSION riutilizzo. Per attenuare questo problema ed evitare risultati non corretti, è possibile disabilitare la correzione originale e anche disabilitare il parallelismo per l'elemento predefinito SESSION_CONTEXT. A tale scopo, usare i flag di traccia seguenti:

  • 11042 - Questo flag di traccia disabilita il parallelismo per l'elemento predefinito SESSION_CONTEXT.

  • 9432 - Questo flag di traccia disabilita la correzione introdotta in SQL Server 2019 CU14.

Microsoft sta lavorando a una correzione per questo problema e sarà disponibile in una cu futura.

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 cumulativo, vedere gli articoli della Microsoft Knowledge Base seguenti.

Informazioni di riferimento sui bug Descrizione Area di correzione Componente Piattaforma
14939335 L'installazione di Microsoft SQL Server 2019 che usa il file di configurazione ignora il valore per il ASCOLLATION parametro e torna alle impostazioni locali predefinite del sistema.

Nota: se non si applica questo SQL Server aggiornamento cumulativo, è possibile usare -ASCOLLATION nella riga di comando o nell'interfaccia utente come soluzione alternativa.
Esperienza di manutenzione SQL Server Windows
14913295 Il backup gestito non riesce in modo intermittente a causa del segnale di completamento mancante del SQL Server Agent che causa l'arresto dei backup per i database. Motore SQL Server Ripristino del backup Windows
14654911 Il READ_COMMITTED_SNAPSHOT livello di isolamento richiede comunque il blocco dell'oggetto IS. Di conseguenza, si verifica un blocco imprevisto nella colonna di tipo stringa con indice columnstore. Motore SQL Server Archivi colonne Windows
14654914 L'hint NOLOCK richiede ancora il blocco dell'oggetto IS. Di conseguenza, si verifica un blocco imprevisto nella colonna di tipo stringa con indice columnstore. Motore SQL Server Archivi colonne Windows
14989385 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
14964738 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
15029590 Il driver RsFx Filestream può causare una violazione di accesso per IRP_MJ_NETWORK_QUERY_OPEN le richieste (API GetFileAttributesWindows), che può essere attivata da un'applicazione di terze parti come McAfee Application Control in Windows 10. Motore SQL Server FileStream e FileTable Windows
14982785 L'asserzione "Status.Prepared" può verificarsi quando si esegue una transazione tra database che include una tabella ottimizzata per la memoria. Motore SQL Server In-Memory OLTP Windows
14916804 L'esecuzione di più processi SQL Server Agent che usano contemporaneamente account proxy ha esito negativo a causa di BCryptDecrypt problemi. Inoltre, si verifica uno degli errori seguenti:

- Impossibile avviare l'esecuzione del passaggio 1 (motivo: Errore di autenticazione <proxy ProxyName>, errore di sistema: ConnGetProxyPassword).  Il passaggio non è riuscito.

- BCryptDecrypt failed (-1073741762)
Unable to start execution of step 1 (reason: Error authenticating proxy <ProxyName>, system error: The user name or password is incorrect).  Il passaggio non è riuscito.

Nota: questo problema può verificarsi quando il numero di processori logici è elevato (maggiore di 32) e anche i processi di concorrenza sono molto elevati.
Motore SQL Server Servizi di gestione Windows
14993959 Un'applicazione in esecuzione in Read Committed Snapshot Isolation (RCSI) potrebbe non visualizzare i dati di cui è stato eseguito il commit da una transazione XA. Motore SQL Server Metodi per accedere ai dati archiviati Tutti
14931025 I dump di violazione di accesso vengono generati a volte quando vengono usate stored procedure che usano la funzionalità Scalar UDF Inlining. Motore SQL Server Programmabilità Windows
14978498 FIX: violazione di accesso quando si usa il query_post_execution_plan_profile XEvent e si riutilizza lo stesso piano di esecuzione (KB5017718) Motore SQL Server Esecuzione di query Tutti
14930792 In Microsoft SQL Server 2019 e 2017, la creazione di un indice su una colonna calcolata persistente e una funzione di partizione ha esito negativo. Si verifica inoltre l'errore 8624 seguente:

Errore interno del processore di query: l'elaboratore di query non è riuscito a produrre un piano di query. Per altre informazioni, contattare il Servizio Supporto Tecnico Clienti.
Motore SQL Server Query Optimizer Windows
1945560 FIX: le modifiche non vengono applicate a un articolo appena aggiunto in una topologia peer-to-peer con una porta personalizzata (KB5019307) Motore SQL Server Replica Windows
1890457 Corregge una condizione di utilizzo elevato della CPU che 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 modifiche. Motore SQL Server Replica Windows
1926384 La replica transazionale ha esito negativo con errori 12300 e 12301 quando la replica è abilitata rispettivamente nelle tabelle ottimizzate per la memoria con colonne calcolate e indice in colonne nullable. Motore SQL Server Replica Windows
14914170 Utilizzare la sp_changereplicationserverpasswords stored procedure per modificare la password dell'account di accesso di Microsoft SQL Server usato dagli agenti di replica. Ha esito negativo e causa l'errore seguente:

Msg 208, Level 16, State 1, Procedure <ProcedureName>, LineNumber <> [Batch Start LineNumber<>]
Nome oggetto 'MSreplservers' non valido.
Motore SQL Server Replica Windows
14942316 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
14987604 L'errore 9833 "Dati non validi per i caratteri con codifica UTF8" può verificarsi in uno degli scenari seguenti:

- Creare una pubblicazione di tipo merge o una sottoscrizione push di tipo merge in un database di pubblicazione con regole di confronto UTF-8.

- Si crea una sottoscrizione pull per una pubblicazione di tipo merge e il database di pubblicazione o il database di sottoscrizione dispone di regole di confronto UTF-8.
Motore SQL Server Replica Windows
15016426 Miglioramento: aggiungere nuove opzioni Azure SQL livello di servizio database alla funzionalità Stretch Database (KB5018050) Motore SQL Server Stretch DB Windows
14979551 FIX: l'installazione di SQL Server CU può attivare IndexOutOfRangeException (KB5017551) Installazione di SQL Patching 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:

Scaricare il pacchetto di aggiornamento cumulativo più recente per SQL Server 2019

Nota

  • L'Area download Microsoft presenterà sempre la versione più recente SQL Server cu 2019.
  • 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

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

Scaricare il pacchetto di aggiornamento cumulativo per SQL Server 2019 CU18

Nota

  • Microsoft Update Catalog contiene questo SQL Server cu 2019 e rilasciato in precedenza SQL Server versioni cu 2019.
  • Questa CU è disponibile anche tramite Windows Server Update Services (WSUS).
  • È consigliabile installare sempre l'aggiornamento cumulativo più recente disponibile.
Come ottenere o scaricare il pacchetto di aggiornamento cumulativo più recente per Linux

Per aggiornare SQL Server 2019 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 2019.

Come ottenere o scaricare l'aggiornamento cumulativo più recente per cluster Big Data (BDC)

Per aggiornare Microsoft SQL Server 2019 cluster Big Data (BDC) in Linux all'indirizzo CU più recente, vedere cluster Big Data Deployment Guidance.

A partire da SQL Server 2019 CU1, è possibile eseguire aggiornamenti sul posto per cluster Big Data dalle versioni supportate per la produzione (SQL Server 2019 GDR1). Per altre informazioni, vedere Come aggiornare SQL Server cluster Big Data.

Per altre informazioni, vedere le note sulla versione cluster Big Data.

Informazioni sui file

Informazioni sull'hash dei file

È possibile verificare il download calcolando l'hash del file SQLServer2019-KB5017593-x64.exe usando il comando seguente:

certutil -hashfile SQLServer2019-KB5017593-x64.exe SHA256

Nome del file Hash SHA256
SQLServer2019-KB5017593-x64.exe ED5B8C473A8FDA2EC0FCB6B2F7A861985FBB506D5C704748063A192E1D3E4478
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 Analysis Services 2019

Nome del file Versione del file dimensioni dei file Data Ora Piattaforma
Asplatformhost.dll 2018.150.35.33 292768 12-Set-22 15:45 x64
Mashupcompression.dll 2.87.142.0 140672 12-Set-22 15:45 x64
Microsoft.analysisservices.minterop.dll 15.0.35.33 758192 12-Set-22 15:45 x86
Microsoft.analysisservices.server.core.resources.dll 15.0.35.33 175536 12-Set-22 15:45 x86
Microsoft.analysisservices.server.core.resources.dll 15.0.35.33 199600 12-Set-22 15:45 x86
Microsoft.analysisservices.server.core.resources.dll 15.0.35.33 202152 12-Set-22 15:45 x86
Microsoft.analysisservices.server.core.resources.dll 15.0.35.33 198576 12-Set-22 15:45 x86
Microsoft.analysisservices.server.core.resources.dll 15.0.35.33 214960 12-Set-22 15:45 x86
Microsoft.analysisservices.server.core.resources.dll 15.0.35.33 197552 12-Set-22 15:45 x86
Microsoft.analysisservices.server.core.resources.dll 15.0.35.33 193440 12-Set-22 15:45 x86
Microsoft.analysisservices.server.core.resources.dll 15.0.35.33 252320 12-Set-22 15:45 x86
Microsoft.analysisservices.server.core.resources.dll 15.0.35.33 174000 12-Set-22 15:45 x86
Microsoft.analysisservices.server.core.resources.dll 15.0.35.33 197024 12-Set-22 15:45 x86
Microsoft.analysisservices.server.tabular.dll 15.0.35.33 1098680 12-Set-22 15:45 x86
Microsoft.analysisservices.server.tabular.json.dll 15.0.35.33 567200 12-Set-22 15:45 x86
Microsoft.analysisservices.server.tabular.resources.dll 15.0.35.33 54720 12-Set-22 15:45 x86
Microsoft.analysisservices.server.tabular.resources.dll 15.0.35.33 59296 12-Set-22 15:45 x86
Microsoft.analysisservices.server.tabular.resources.dll 15.0.35.33 59824 12-Set-22 15:45 x86
Microsoft.analysisservices.server.tabular.resources.dll 15.0.35.33 58800 12-Set-22 15:45 x86
Microsoft.analysisservices.server.tabular.resources.dll 15.0.35.33 61872 12-Set-22 15:45 x86
Microsoft.analysisservices.server.tabular.resources.dll 15.0.35.33 58296 12-Set-22 15:45 x86
Microsoft.analysisservices.server.tabular.resources.dll 15.0.35.33 58288 12-Set-22 15:45 x86
Microsoft.analysisservices.server.tabular.resources.dll 15.0.35.33 67504 12-Set-22 15:45 x86
Microsoft.analysisservices.server.tabular.resources.dll 15.0.35.33 53680 12-Set-22 15:45 x86
Microsoft.analysisservices.server.tabular.resources.dll 15.0.35.33 58288 12-Set-22 15:45 x86
Microsoft.analysisservices.timedimgenerator.resources.dll 15.0.35.33 17824 12-Set-22 15:45 x86
Microsoft.analysisservices.timedimgenerator.resources.dll 15.0.35.33 17824 12-Set-22 15:45 x86
Microsoft.analysisservices.timedimgenerator.resources.dll 15.0.35.33 17824 12-Set-22 15:45 x86
Microsoft.analysisservices.timedimgenerator.resources.dll 15.0.35.33 17824 12-Set-22 15:45 x86
Microsoft.analysisservices.timedimgenerator.resources.dll 15.0.35.33 17824 12-Set-22 15:45 x86
Microsoft.analysisservices.timedimgenerator.resources.dll 15.0.35.33 17824 12-Set-22 15:45 x86
Microsoft.analysisservices.timedimgenerator.resources.dll 15.0.35.33 17824 12-Set-22 15:45 x86
Microsoft.analysisservices.timedimgenerator.resources.dll 15.0.35.33 18848 12-Set-22 15:45 x86
Microsoft.analysisservices.timedimgenerator.resources.dll 15.0.35.33 17824 12-Set-22 15:45 x86
Microsoft.analysisservices.timedimgenerator.resources.dll 15.0.35.33 17824 12-Set-22 15:45 x86
Microsoft.data.edm.netfx35.dll 5.7.0.62516 660872 12-Set-22 15:45 x86
Microsoft.data.mashup.dll 2.87.142.0 191352 12-Set-22 15:45 x86
Microsoft.data.mashup.oledb.dll 2.87.142.0 30592 12-Set-22 15:45 x86
Microsoft.data.mashup.preview.dll 2.87.142.0 76672 12-Set-22 15:45 x86
Microsoft.data.mashup.providercommon.dll 2.87.142.0 103808 12-Set-22 15:45 x86
Microsoft.data.mashup.providercommon.resources.dll 2.87.142.0 37760 12-Set-22 15:45 x86
Microsoft.data.mashup.providercommon.resources.dll 2.87.142.0 41864 12-Set-22 15:45 x86
Microsoft.data.mashup.providercommon.resources.dll 2.87.142.0 41856 12-Set-22 15:45 x86
Microsoft.data.mashup.providercommon.resources.dll 2.87.142.0 41856 12-Set-22 15:45 x86
Microsoft.data.mashup.providercommon.resources.dll 2.87.142.0 32120 12-Set-22 15:45 x86
Microsoft.data.mashup.providercommon.resources.dll 2.87.142.0 41856 12-Set-22 15:45 x86
Microsoft.data.mashup.providercommon.resources.dll 2.87.142.0 41864 12-Set-22 15:45 x86
Microsoft.data.mashup.providercommon.resources.dll 2.87.142.0 45952 12-Set-22 15:45 x86
Microsoft.data.mashup.providercommon.resources.dll 2.87.142.0 37752 12-Set-22 15:45 x86
Microsoft.data.mashup.providercommon.resources.dll 2.87.142.0 41864 12-Set-22 15:45 x86
Microsoft.data.odata.netfx35.dll 5.7.0.62516 1454464 12-Set-22 15:45 x86
Microsoft.data.odata.query.netfx35.dll 5.7.0.62516 181120 12-Set-22 15:45 x86
Microsoft.data.sapclient.dll 1.0.0.25 929592 12-Set-22 15:45 x86
Microsoft.data.sapclient.resources.dll 1.0.0.25 34616 12-Set-22 15:45 x86
Microsoft.data.sapclient.resources.dll 1.0.0.25 34624 12-Set-22 15:45 x86
Microsoft.data.sapclient.resources.dll 1.0.0.25 34600 12-Set-22 15:45 x86
Microsoft.data.sapclient.resources.dll 1.0.0.25 35128 12-Set-22 15:45 x86
Microsoft.data.sapclient.resources.dll 1.0.0.25 46888 12-Set-22 15:45 x86
Microsoft.data.sapclient.resources.dll 1.0.0.25 34616 12-Set-22 15:45 x86
Microsoft.data.sapclient.resources.dll 1.0.0.25 37672 12-Set-22 15:45 x86
Microsoft.data.sapclient.resources.dll 1.0.0.25 33064 12-Set-22 15:45 x86
Microsoft.hostintegration.connectors.dll 2.87.142.0 5283720 12-Set-22 15:45 x86
Microsoft.mashup.container.exe 2.87.142.0 23432 12-Set-22 15:45 x64
Microsoft.mashup.container.netfx40.exe 2.87.142.0 22912 12-Set-22 15:45 x64
Microsoft.mashup.container.netfx45.exe 2.87.142.0 22912 12-Set-22 15:45 x64
Microsoft.mashup.eventsource.dll 2.87.142.0 149384 12-Set-22 15:45 x86
Microsoft.mashup.oauth.dll 2.87.142.0 78720 12-Set-22 15:45 x86
Microsoft.mashup.oauth.resources.dll 2.87.142.0 14712 12-Set-22 15:45 x86
Microsoft.mashup.oauth.resources.dll 2.87.142.0 15240 12-Set-22 15:45 x86
Microsoft.mashup.oauth.resources.dll 2.87.142.0 15240 12-Set-22 15:45 x86
Microsoft.mashup.oauth.resources.dll 2.87.142.0 15232 12-Set-22 15:45 x86
Microsoft.mashup.oauth.resources.dll 2.87.142.0 15232 12-Set-22 15:45 x86
Microsoft.mashup.oauth.resources.dll 2.87.142.0 15224 12-Set-22 15:45 x86
Microsoft.mashup.oauth.resources.dll 2.87.142.0 14728 12-Set-22 15:45 x86
Microsoft.mashup.oauth.resources.dll 2.87.142.0 15744 12-Set-22 15:45 x86
Microsoft.mashup.oauth.resources.dll 2.87.142.0 14720 12-Set-22 15:45 x86
Microsoft.mashup.oauth.resources.dll 2.87.142.0 14728 12-Set-22 15:45 x86
Microsoft.mashup.oledbinterop.dll 2.87.142.0 199560 12-Set-22 15:45 x64
Microsoft.mashup.oledbprovider.dll 2.87.142.0 64888 12-Set-22 15:45 x86
Microsoft.mashup.oledbprovider.resources.dll 2.87.142.0 13176 12-Set-22 15:45 x86
Microsoft.mashup.oledbprovider.resources.dll 2.87.142.0 13192 12-Set-22 15:45 x86
Microsoft.mashup.oledbprovider.resources.dll 2.87.142.0 13192 12-Set-22 15:45 x86
Microsoft.mashup.oledbprovider.resources.dll 2.87.142.0 13192 12-Set-22 15:45 x86
Microsoft.mashup.oledbprovider.resources.dll 2.87.142.0 13176 12-Set-22 15:45 x86
Microsoft.mashup.oledbprovider.resources.dll 2.87.142.0 13184 12-Set-22 15:45 x86
Microsoft.mashup.oledbprovider.resources.dll 2.87.142.0 13176 12-Set-22 15:45 x86
Microsoft.mashup.oledbprovider.resources.dll 2.87.142.0 13184 12-Set-22 15:45 x86
Microsoft.mashup.oledbprovider.resources.dll 2.87.142.0 13192 12-Set-22 15:45 x86
Microsoft.mashup.oledbprovider.resources.dll 2.87.142.0 13192 12-Set-22 15:45 x86
Microsoft.mashup.scriptdom.dll 2.40.4554.261 2371808 12-Set-22 15:45 x86
Microsoft.mashup.shims.dll 2.87.142.0 27528 12-Set-22 15:45 x86
Microsoft.mashup.storage.xmlserializers.dll 1.0.0.0 140168 12-Set-22 15:45 x86
Microsoft.mashupengine.dll 2.87.142.0 14835080 12-Set-22 15:45 x86
Microsoft.mashupengine.resources.dll 2.87.142.0 566136 12-Set-22 15:45 x86
Microsoft.mashupengine.resources.dll 2.87.142.0 676728 12-Set-22 15:45 x86
Microsoft.mashupengine.resources.dll 2.87.142.0 672640 12-Set-22 15:45 x86
Microsoft.mashupengine.resources.dll 2.87.142.0 652152 12-Set-22 15:45 x86
Microsoft.mashupengine.resources.dll 2.87.142.0 701312 12-Set-22 15:45 x86
Microsoft.mashupengine.resources.dll 2.87.142.0 660352 12-Set-22 15:45 x86
Microsoft.mashupengine.resources.dll 2.87.142.0 639872 12-Set-22 15:45 x86
Microsoft.mashupengine.resources.dll 2.87.142.0 881536 12-Set-22 15:45 x86
Microsoft.mashupengine.resources.dll 2.87.142.0 553848 12-Set-22 15:45 x86
Microsoft.mashupengine.resources.dll 2.87.142.0 648064 12-Set-22 15:45 x86
Microsoft.odata.core.netfx35.dll 6.15.0.0 1437560 12-Set-22 15:45 x86
Microsoft.odata.edm.netfx35.dll 6.15.0.0 778632 12-Set-22 15:45 x86
Microsoft.powerbi.adomdclient.dll 15.1.61.21 1109368 12-Set-22 15:45 x86
Microsoft.spatial.netfx35.dll 6.15.0.0 126344 12-Set-22 15:45 x86
Msmdctr.dll 2018.150.35.33 38320 12-Set-22 15:45 x64
Msmdlocal.dll 2018.150.35.33 66291632 12-Set-22 15:45 x64
Msmdlocal.dll 2018.150.35.33 47785376 12-Set-22 15:45 x86
Msmdpump.dll 2018.150.35.33 10188728 12-Set-22 15:45 x64
Msmdredir.dll 2018.150.35.33 7956928 12-Set-22 15:45 x86
Msmdspdm.resources.dll 15.0.35.33 16800 12-Set-22 15:45 x86
Msmdspdm.resources.dll 15.0.35.33 16800 12-Set-22 15:45 x86
Msmdspdm.resources.dll 15.0.35.33 17312 12-Set-22 15:45 x86
Msmdspdm.resources.dll 15.0.35.33 16800 12-Set-22 15:45 x86
Msmdspdm.resources.dll 15.0.35.33 17312 12-Set-22 15:45 x86
Msmdspdm.resources.dll 15.0.35.33 17312 12-Set-22 15:45 x86
Msmdspdm.resources.dll 15.0.35.33 17312 12-Set-22 15:45 x86
Msmdspdm.resources.dll 15.0.35.33 18336 12-Set-22 15:45 x86
Msmdspdm.resources.dll 15.0.35.33 16800 12-Set-22 15:45 x86
Msmdspdm.resources.dll 15.0.35.33 16800 12-Set-22 15:45 x86
Msmdsrv.exe 2018.150.35.33 65831328 12-Set-22 15:45 x64
Msmdsrv.rll 2018.150.35.33 833440 12-Set-22 15:45 x64
Msmdsrv.rll 2018.150.35.33 1628064 12-Set-22 15:45 x64
Msmdsrv.rll 2018.150.35.33 1453984 12-Set-22 15:45 x64
Msmdsrv.rll 2018.150.35.33 1642912 12-Set-22 15:45 x64
Msmdsrv.rll 2018.150.35.33 1608608 12-Set-22 15:45 x64
Msmdsrv.rll 2018.150.35.33 1001376 12-Set-22 15:45 x64
Msmdsrv.rll 2018.150.35.33 992672 12-Set-22 15:45 x64
Msmdsrv.rll 2018.150.35.33 1536928 12-Set-22 15:45 x64
Msmdsrv.rll 2018.150.35.33 1521568 12-Set-22 15:45 x64
Msmdsrv.rll 2018.150.35.33 810912 12-Set-22 15:45 x64
Msmdsrv.rll 2018.150.35.33 1596320 12-Set-22 15:45 x64
Msmdsrvi.rll 2018.150.35.33 832416 12-Set-22 15:45 x64
Msmdsrvi.rll 2018.150.35.33 1624480 12-Set-22 15:45 x64
Msmdsrvi.rll 2018.150.35.33 1450912 12-Set-22 15:45 x64
Msmdsrvi.rll 2018.150.35.33 1637792 12-Set-22 15:45 x64
Msmdsrvi.rll 2018.150.35.33 1604512 12-Set-22 15:45 x64
Msmdsrvi.rll 2018.150.35.33 998816 12-Set-22 15:45 x64
Msmdsrvi.rll 2018.150.35.33 991136 12-Set-22 15:45 x64
Msmdsrvi.rll 2018.150.35.33 1532832 12-Set-22 15:45 x64
Msmdsrvi.rll 2018.150.35.33 1517984 12-Set-22 15:45 x64
Msmdsrvi.rll 2018.150.35.33 809888 12-Set-22 15:45 x64
Msmdsrvi.rll 2018.150.35.33 1591712 12-Set-22 15:45 x64
Msmgdsrv.dll 2018.150.35.33 10185640 12-Set-22 15:45 x64
Msmgdsrv.dll 2018.150.35.33 8279472 12-Set-22 15:45 x86
Msolap.dll 2018.150.35.33 11016112 12-Set-22 15:45 x64
Msolap.dll 2018.150.35.33 8608160 12-Set-22 15:45 x86
Msolui.dll 2018.150.35.33 306592 12-Set-22 15:45 x64
Msolui.dll 2018.150.35.33 286112 12-Set-22 15:45 x86
Powerbiextensions.dll 2.87.142.0 8853888 12-Set-22 15:45 x86
Private_odbc32.dll 10.0.14832.1000 728448 12-Set-22 15:45 x64
Sqlboot.dll 2019.150.4261.1 214944 12-Set-22 15:45 x64
Sqlceip.exe 15.0.4261.1 292800 12-Set-22 15:45 x86
Sqldumper.exe 2019.150.4261.1 153504 12-Set-22 15:45 x86
Sqldumper.exe 2019.150.4261.1 186304 12-Set-22 15:45 x64
System.spatial.netfx35.dll 5.7.0.62516 117640 12-Set-22 15:45 x86
Tmapi.dll 2018.150.35.33 6178208 12-Set-22 15:45 x64
Tmcachemgr.dll 2018.150.35.33 4917688 12-Set-22 15:45 x64
Tmpersistence.dll 2018.150.35.33 1184672 12-Set-22 15:45 x64
Tmtransactions.dll 2018.150.35.33 6806432 12-Set-22 15:45 x64
Xmsrv.dll 2018.150.35.33 26025904 12-Set-22 15:45 x64
Xmsrv.dll 2018.150.35.33 35460528 12-Set-22 15:45 x86

Common Core di Servizi di database SQL Server 2019

Nome del file Versione del file dimensioni dei file Data Ora Piattaforma
Batchparser.dll 2019.150.4261.1 165792 12-Set-22 15:45 x86
Batchparser.dll 2019.150.4261.1 182192 12-Set-22 15:45 x64
Instapi150.dll 2019.150.4261.1 75680 12-Set-22 15:45 x86
Instapi150.dll 2019.150.4261.1 87968 12-Set-22 15:45 x64
Microsoft.sqlserver.mgdsqldumper.dll 2019.150.4261.1 100256 12-Set-22 15:45 x64
Microsoft.sqlserver.mgdsqldumper.dll 2019.150.4261.1 87968 12-Set-22 15:45 x86
Microsoft.sqlserver.rmo.dll 15.0.4261.1 550832 12-Set-22 15:45 x86
Microsoft.sqlserver.rmo.dll 15.0.4261.1 550840 12-Set-22 15:45 x86
Msasxpress.dll 2018.150.35.33 32160 12-Set-22 15:45 x64
Msasxpress.dll 2018.150.35.33 27072 12-Set-22 15:45 x86
Pbsvcacctsync.dll 2019.150.4261.1 75680 12-Set-22 15:45 x86
Pbsvcacctsync.dll 2019.150.4261.1 87984 12-Set-22 15:45 x64
Sqldumper.exe 2019.150.4261.1 153504 12-Set-22 15:45 x86
Sqldumper.exe 2019.150.4261.1 186304 12-Set-22 15:45 x64
Sqlftacct.dll 2019.150.4261.1 59320 12-Set-22 15:45 x86
Sqlftacct.dll 2019.150.4261.1 79776 12-Set-22 15:45 x64
Sqlmanager.dll 2019.150.4261.1 743344 12-Set-22 15:45 x86
Sqlmanager.dll 2019.150.4261.1 878512 12-Set-22 15:45 x64
Sqlmgmprovider.dll 2019.150.4261.1 432040 12-Set-22 15:45 x64
Sqlmgmprovider.dll 2019.150.4261.1 378792 12-Set-22 15:45 x86
Sqlsvcsync.dll 2019.150.4261.1 276384 12-Set-22 15:45 x86
Sqlsvcsync.dll 2019.150.4261.1 358304 12-Set-22 15:45 x64
Svrenumapi150.dll 2019.150.4261.1 911288 12-Set-22 15:45 x86
Svrenumapi150.dll 2019.150.4261.1 1161152 12-Set-22 15:45 x64

SQL Server 2019 sql_dreplay_client

Nome del file Versione del file dimensioni dei file Data Ora Piattaforma
Dreplayclient.exe 2019.150.4261.1 137144 12-Set-22 15:46 x86
Dreplaycommon.dll 2019.150.4261.1 666552 12-Set-22 15:46 x86
Dreplayutil.dll 2019.150.4261.1 305072 12-Set-22 15:46 x86
Instapi150.dll 2019.150.4261.1 87968 12-Set-22 15:45 x64
Sqlresourceloader.dll 2019.150.4261.1 38832 12-Set-22 15:45 x86

SQL Server 2019 sql_dreplay_controller

Nome del file Versione del file dimensioni dei file Data Ora Piattaforma
Dreplaycommon.dll 2019.150.4261.1 666552 12-Set-22 15:46 x86
Dreplaycontroller.exe 2019.150.4261.1 366504 12-Set-22 15:46 x86
Instapi150.dll 2019.150.4261.1 87968 12-Set-22 15:46 x64
Sqlresourceloader.dll 2019.150.4261.1 38832 12-Set-22 15:46 x86

Istanza di base di Servizi di database SQL Server 2019

Nome del file Versione del file dimensioni dei file Data Ora Piattaforma
Aetm-enclave-simulator.dll 2019.150.4261.1 4658080 12-Set-22 16:50 x64
Aetm-enclave.dll 2019.150.4261.1 4612504 12-Set-22 16:50 x64
Aetm-sgx-enclave-simulator.dll 2019.150.4261.1 4931896 12-Set-22 16:50 x64
Aetm-sgx-enclave.dll 2019.150.4261.1 4873536 12-Set-22 16:50 x64
Azureattest.dll 10.0.18965.1000 255056 12-Set-22 16:50 x64
Azureattestmanager.dll 10.0.18965.1000 97528 12-Set-22 16:50 x64
Batchparser.dll 2019.150.4261.1 182192 12-Set-22 16:50 x64
C1.dll 19.16.27034.0 2438520 12-Set-22 16:50 x64
C2.dll 19.16.27034.0 7239032 12-Set-22 16:50 x64
Cl.exe 19.16.27034.0 424360 12-Set-22 16:50 x64
Clui.dll 19.16.27034.0 541048 12-Set-22 16:50 x64
Datacollectorcontroller.dll 2019.150.4261.1 280488 12-Set-22 16:50 x64
Dcexec.exe 2019.150.4261.1 87968 12-Set-22 16:50 x64
Fssres.dll 2019.150.4261.1 96168 12-Set-22 16:50 x64
Hadrres.dll 2019.150.4261.1 202656 12-Set-22 16:50 x64
Hkcompile.dll 2019.150.4261.1 1292224 12-Set-22 16:50 x64
Hkengine.dll 2019.150.4261.1 5789600 12-Set-22 16:50 x64
Hkruntime.dll 2019.150.4261.1 182176 12-Set-22 16:50 x64
Hktempdb.dll 2019.150.4261.1 63408 12-Set-22 16:50 x64
Link.exe 14.16.27034.0 1707936 12-Set-22 16:50 x64
Microsoft.sqlautoadmin.autobackupagent.dll 15.0.4261.1 235432 12-Set-22 16:50 x86
Microsoft.sqlserver.xevent.linq.dll 2019.150.4261.1 325536 12-Set-22 16:50 x64
Microsoft.sqlserver.xevent.targets.dll 2019.150.4261.1 92064 12-Set-22 16:50 x64
Msobj140.dll 14.16.27034.0 134008 12-Set-22 16:50 x64
Mspdb140.dll 14.16.27034.0 632184 12-Set-22 16:50 x64
Mspdbcore.dll 14.16.27034.0 632184 12-Set-22 16:50 x64
Msvcp140.dll 14.16.27034.0 628200 12-Set-22 16:50 x64
Qds.dll 2019.150.4261.1 1185704 12-Set-22 16:50 x64
Rsfxft.dll 2019.150.4261.1 51112 12-Set-22 16:50 x64
Secforwarder.dll 2019.150.4261.1 79776 12-Set-22 16:41 x64
Sqagtres.dll 2019.150.4261.1 87968 12-Set-22 16:50 x64
Sqlaamss.dll 2019.150.4261.1 108472 12-Set-22 16:50 x64
Sqlaccess.dll 2019.150.4261.1 493496 12-Set-22 16:50 x64
Sqlagent.exe 2019.150.4261.1 731040 12-Set-22 16:50 x64
Sqlagentctr150.dll 2019.150.4261.1 67512 12-Set-22 16:50 x86
Sqlagentctr150.dll 2019.150.4261.1 79776 12-Set-22 16:50 x64
Sqlboot.dll 2019.150.4261.1 214944 12-Set-22 16:50 x64
Sqlceip.exe 15.0.4261.1 292800 12-Set-22 16:50 x86
Sqlcmdss.dll 2019.150.4261.1 87968 12-Set-22 16:50 x64
Sqlctr150.dll 2019.150.4261.1 116648 12-Set-22 16:50 x86
Sqlctr150.dll 2019.150.4261.1 141240 12-Set-22 16:50 x64
Sqldk.dll 2019.150.4261.1 3155872 12-Set-22 16:41 x64
Sqldtsss.dll 2019.150.4261.1 108456 12-Set-22 16:50 x64
Sqlevn70.rll 2019.150.4261.1 1595312 12-Set-22 16:37 x64
Sqlevn70.rll 2019.150.4261.1 3499960 12-Set-22 16:37 x64
Sqlevn70.rll 2019.150.4261.1 3696568 12-Set-22 16:37 x64
Sqlevn70.rll 2019.150.4261.1 4163512 12-Set-22 16:37 x64
Sqlevn70.rll 2019.150.4261.1 4282288 12-Set-22 16:37 x64
Sqlevn70.rll 2019.150.4261.1 3413920 12-Set-22 16:37 x64
Sqlevn70.rll 2019.150.4261.1 3581856 12-Set-22 16:37 x64
Sqlevn70.rll 2019.150.4261.1 4159392 12-Set-22 16:37 x64
Sqlevn70.rll 2019.150.4261.1 4011936 12-Set-22 16:37 x64
Sqlevn70.rll 2019.150.4261.1 4065184 12-Set-22 16:37 x64
Sqlevn70.rll 2019.150.4261.1 2221984 12-Set-22 16:37 x64
Sqlevn70.rll 2019.150.4261.1 2172832 12-Set-22 16:37 x64
Sqlevn70.rll 2019.150.4261.1 3868576 12-Set-22 16:37 x64
Sqlevn70.rll 2019.150.4261.1 3544992 12-Set-22 16:37 x64
Sqlevn70.rll 2019.150.4261.1 4016032 12-Set-22 16:37 x64
Sqlevn70.rll 2019.150.4261.1 3819424 12-Set-22 16:37 x64
Sqlevn70.rll 2019.150.4261.1 3819424 12-Set-22 16:37 x64
Sqlevn70.rll 2019.150.4261.1 3614624 12-Set-22 16:37 x64
Sqlevn70.rll 2019.150.4261.1 3499960 12-Set-22 16:37 x64
Sqlevn70.rll 2019.150.4261.1 1537976 12-Set-22 16:37 x64
Sqlevn70.rll 2019.150.4261.1 3909536 12-Set-22 16:37 x64
Sqlevn70.rll 2019.150.4261.1 4028320 12-Set-22 16:37 x64
Sqllang.dll 2019.150.4261.1 39946144 12-Set-22 16:50 x64
Sqlmin.dll 2019.150.4261.1 40554400 12-Set-22 16:50 x64
Sqlolapss.dll 2019.150.4261.1 104352 12-Set-22 16:50 x64
Sqlos.dll 2019.150.4261.1 42936 12-Set-22 16:41 x64
Sqlpowershellss.dll 2019.150.4261.1 83872 12-Set-22 16:50 x64
Sqlrepss.dll 2019.150.4261.1 83872 12-Set-22 16:50 x64
Sqlresourceloader.dll 2019.150.4261.1 51128 12-Set-22 16:50 x64
Sqlscm.dll 2019.150.4261.1 87984 12-Set-22 16:50 x64
Sqlscriptdowngrade.dll 2019.150.4261.1 38840 12-Set-22 16:50 x64
Sqlscriptupgrade.dll 2019.150.4261.1 5806008 12-Set-22 16:50 x64
Sqlserverspatial150.dll 2019.150.4261.1 673720 12-Set-22 16:50 x64
Sqlservr.exe 2019.150.4261.1 628664 12-Set-22 16:50 x64
Sqlsvc.dll 2019.150.4261.1 182176 12-Set-22 16:50 x64
Sqltses.dll 2019.150.4261.1 9119672 12-Set-22 16:41 x64
Sqsrvres.dll 2019.150.4261.1 280480 12-Set-22 16:50 x64
Stretchcodegen.exe 15.0.4261.1 59320 12-Set-22 16:50 x86
Svl.dll 2019.150.4261.1 161696 12-Set-22 16:50 x64
Vcruntime140.dll 14.16.27034.0 85992 12-Set-22 16:50 x64
Xe.dll 2019.150.4261.1 722856 12-Set-22 16:50 x64
Xpadsi.exe 2019.150.4261.1 116640 12-Set-22 16:50 x64
Xplog70.dll 2019.150.4261.1 92072 12-Set-22 16:50 x64
Xpqueue.dll 2019.150.4261.1 92064 12-Set-22 16:50 x64
Xprepl.dll 2019.150.4261.1 120752 12-Set-22 16:50 x64
Xpstar.dll 2019.150.4261.1 472992 12-Set-22 16:50 x64

SQL Server 2019 Database Services Core Shared

Nome del file Versione del file dimensioni dei file Data Ora Piattaforma
Batchparser.dll 2019.150.4261.1 182192 12-Set-22 15:45 x64
Batchparser.dll 2019.150.4261.1 165792 12-Set-22 15:45 x86
Commanddest.dll 2019.150.4261.1 264128 12-Set-22 15:45 x64
Datacollectortasks.dll 2019.150.4261.1 227248 12-Set-22 15:45 x64
Distrib.exe 2019.150.4261.1 235424 12-Set-22 15:45 x64
Dteparse.dll 2019.150.4261.1 124848 12-Set-22 15:45 x64
Dteparsemgd.dll 2019.150.4261.1 133024 12-Set-22 15:45 x64
Dtepkg.dll 2019.150.4261.1 149432 12-Set-22 15:45 x64
Dtexec.exe 2019.150.4261.1 72616 12-Set-22 15:45 x64
Dts.dll 2019.150.4261.1 3143608 12-Set-22 15:45 x64
Dtscomexpreval.dll 2019.150.4261.1 501664 12-Set-22 15:45 x64
Dtsconn.dll 2019.150.4261.1 522144 12-Set-22 15:45 x64
Dtshost.exe 2019.150.4261.1 105376 12-Set-22 15:45 x64
Dtsmsg150.dll 2019.150.4261.1 567200 12-Set-22 15:45 x64
Dtspipeline.dll 2019.150.4261.1 1329072 12-Set-22 15:45 x64
Dtswizard.exe 15.0.4261.1 886688 12-Set-22 15:45 x64
Dtuparse.dll 2019.150.4261.1 100280 12-Set-22 15:45 x64
Dtutil.exe 2019.150.4261.1 148400 12-Set-22 15:45 x64
Exceldest.dll 2019.150.4261.1 280504 12-Set-22 15:45 x64
Excelsrc.dll 2019.150.4261.1 309152 12-Set-22 15:45 x64
Execpackagetask.dll 2019.150.4261.1 186296 12-Set-22 15:45 x64
Flatfiledest.dll 2019.150.4261.1 411552 12-Set-22 15:45 x64
Flatfilesrc.dll 2019.150.4261.1 427952 12-Set-22 15:45 x64
Logread.exe 2019.150.4261.1 718752 12-Set-22 15:45 x64
Mergetxt.dll 2019.150.4261.1 75704 12-Set-22 15:45 x64
Microsoft.sqlserver.integrationservice.hadoop.common.dll 15.0.4261.1 59320 12-Set-22 15:45 x86
Microsoft.sqlserver.integrationservices.runtimetelemetry.dll 15.0.4261.1 42912 12-Set-22 15:45 x86
Microsoft.sqlserver.maintenanceplantasks.dll 15.0.4261.1 391104 12-Set-22 15:45 x86
Microsoft.sqlserver.replication.dll 2019.150.4261.1 1689504 12-Set-22 15:45 x64
Microsoft.sqlserver.replication.dll 2019.150.4261.1 1640352 12-Set-22 15:45 x86
Microsoft.sqlserver.rmo.dll 15.0.4261.1 550840 12-Set-22 15:45 x86
Msdtssrvrutil.dll 2019.150.4261.1 112560 12-Set-22 15:45 x64
Msgprox.dll 2019.150.4261.1 300968 12-Set-22 15:45 x64
Msoledbsql.dll 2018.182.3.0 148432 12-Set-22 15:45 x64
Msxmlsql.dll 2019.150.4261.1 1496992 12-Set-22 15:45 x64
Oledbdest.dll 2019.150.4261.1 280496 12-Set-22 15:45 x64
Oledbsrc.dll 2019.150.4261.1 313264 12-Set-22 15:45 x64
Osql.exe 2019.150.4261.1 92088 12-Set-22 15:45 x64
Qrdrsvc.exe 2019.150.4261.1 497584 12-Set-22 15:45 x64
Rawdest.dll 2019.150.4261.1 227248 12-Set-22 15:45 x64
Rawsource.dll 2019.150.4261.1 210856 12-Set-22 15:45 x64
Rdistcom.dll 2019.150.4261.1 915376 12-Set-22 15:45 x64
Recordsetdest.dll 2019.150.4261.1 202656 12-Set-22 15:45 x64
Repldp.dll 2019.150.4261.1 313264 12-Set-22 15:45 x64
Replerrx.dll 2019.150.4261.1 182184 12-Set-22 15:45 x64
Replisapi.dll 2019.150.4261.1 395168 12-Set-22 15:45 x64
Replmerg.exe 2019.150.4261.1 563104 12-Set-22 15:45 x64
Replprov.dll 2019.150.4261.1 858016 12-Set-22 15:45 x64
Replrec.dll 2019.150.4261.1 1034144 12-Set-22 15:45 x64
Replsub.dll 2019.150.4261.1 472992 12-Set-22 15:45 x64
Replsync.dll 2019.150.4261.1 165808 12-Set-22 15:45 x64
Spresolv.dll 2019.150.4261.1 276392 12-Set-22 15:45 x64
Sqlcmd.exe 2019.150.4261.1 264096 12-Set-22 15:45 x64
Sqldiag.exe 2019.150.4261.1 1140640 12-Set-22 15:45 x64
Sqldistx.dll 2019.150.4261.1 247720 12-Set-22 15:45 x64
Sqllogship.exe 15.0.4261.1 104384 12-Set-22 15:45 x64
Sqlmergx.dll 2019.150.4261.1 399264 12-Set-22 15:45 x64
Sqlresourceloader.dll 2019.150.4261.1 38832 12-Set-22 15:45 x86
Sqlresourceloader.dll 2019.150.4261.1 51128 12-Set-22 15:45 x64
Sqlscm.dll 2019.150.4261.1 79776 12-Set-22 15:45 x86
Sqlscm.dll 2019.150.4261.1 87984 12-Set-22 15:45 x64
Sqlsvc.dll 2019.150.4261.1 149408 12-Set-22 15:45 x86
Sqlsvc.dll 2019.150.4261.1 182176 12-Set-22 15:45 x64
Sqltaskconnections.dll 2019.150.4261.1 202656 12-Set-22 15:45 x64
Ssradd.dll 2019.150.4261.1 83888 12-Set-22 15:45 x64
Ssravg.dll 2019.150.4261.1 83896 12-Set-22 15:45 x64
Ssrdown.dll 2019.150.4261.1 75696 12-Set-22 15:45 x64
Ssrmax.dll 2019.150.4261.1 83896 12-Set-22 15:45 x64
Ssrmin.dll 2019.150.4261.1 83896 12-Set-22 15:45 x64
Ssrpub.dll 2019.150.4261.1 75696 12-Set-22 15:45 x64
Ssrup.dll 2019.150.4261.1 75704 12-Set-22 15:45 x64
Txagg.dll 2019.150.4261.1 391072 12-Set-22 15:45 x64
Txbdd.dll 2019.150.4261.1 190376 12-Set-22 15:45 x64
Txdatacollector.dll 2019.150.4261.1 473008 12-Set-22 15:45 x64
Txdataconvert.dll 2019.150.4261.1 317344 12-Set-22 15:45 x64
Txderived.dll 2019.150.4261.1 640944 12-Set-22 15:45 x64
Txlookup.dll 2019.150.4261.1 542632 12-Set-22 15:45 x64
Txmerge.dll 2019.150.4261.1 247728 12-Set-22 15:45 x64
Txmergejoin.dll 2019.150.4261.1 309168 12-Set-22 15:45 x64
Txmulticast.dll 2019.150.4261.1 145312 12-Set-22 15:45 x64
Txrowcount.dll 2019.150.4261.1 141224 12-Set-22 15:45 x64
Txsort.dll 2019.150.4261.1 288672 12-Set-22 15:45 x64
Txsplit.dll 2019.150.4261.1 624544 12-Set-22 15:45 x64
Txunionall.dll 2019.150.4261.1 198560 12-Set-22 15:45 x64
Xe.dll 2019.150.4261.1 722856 12-Set-22 15:45 x64
Xmlsub.dll 2019.150.4261.1 296880 12-Set-22 15:45 x64

SQL Server 2019 sql_extensibility

Nome del file Versione del file dimensioni dei file Data Ora Piattaforma
Commonlauncher.dll 2019.150.4261.1 92064 12-Set-22 15:46 x64
Exthost.exe 2019.150.4261.1 239536 12-Set-22 15:46 x64
Launchpad.exe 2019.150.4261.1 1222584 12-Set-22 15:46 x64
Sqlsatellite.dll 2019.150.4261.1 1021856 12-Set-22 15:46 x64

motore Full-Text SQL Server 2019

Nome del file Versione del file dimensioni dei file Data Ora Piattaforma
Fd.dll 2019.150.4261.1 685992 12-Set-22 15:45 x64
Fdhost.exe 2019.150.4261.1 128960 12-Set-22 15:45 x64
Fdlauncher.exe 2019.150.4261.1 79800 12-Set-22 15:45 x64
Sqlft150ph.dll 2019.150.4261.1 92088 12-Set-22 15:45 x64

SQL Server 2019 sql_inst_mr

Nome del file Versione del file dimensioni dei file Data Ora Piattaforma
Imrdll.dll 15.0.4261.1 30624 12-Set-22 15:45 x86

SQL Server 2019 Integration Services

Nome del file Versione del file dimensioni dei file Data Ora Piattaforma
Commanddest.dll 2019.150.4261.1 227232 12-Set-22 15:52 x86
Commanddest.dll 2019.150.4261.1 264128 12-Set-22 15:53 x64
Dteparse.dll 2019.150.4261.1 112552 12-Set-22 15:52 x86
Dteparse.dll 2019.150.4261.1 124848 12-Set-22 15:53 x64
Dteparsemgd.dll 2019.150.4261.1 133024 12-Set-22 15:52 x64
Dteparsemgd.dll 2019.150.4261.1 116648 12-Set-22 15:52 x86
Dtepkg.dll 2019.150.4261.1 133048 12-Set-22 15:52 x86
Dtepkg.dll 2019.150.4261.1 149432 12-Set-22 15:53 x64
Dtexec.exe 2019.150.4261.1 63928 12-Set-22 15:52 x86
Dtexec.exe 2019.150.4261.1 72616 12-Set-22 15:53 x64
Dts.dll 2019.150.4261.1 3143608 12-Set-22 15:52 x64
Dts.dll 2019.150.4261.1 2762656 12-Set-22 15:53 x86
Dtscomexpreval.dll 2019.150.4261.1 444320 12-Set-22 15:52 x86
Dtscomexpreval.dll 2019.150.4261.1 501664 12-Set-22 15:53 x64
Dtsconn.dll 2019.150.4261.1 522144 12-Set-22 15:52 x64
Dtsconn.dll 2019.150.4261.1 432032 12-Set-22 15:53 x86
Dtsdebughost.exe 2019.150.4261.1 93600 12-Set-22 15:52 x86
Dtsdebughost.exe 2019.150.4261.1 112032 12-Set-22 15:53 x64
Dtshost.exe 2019.150.4261.1 88480 12-Set-22 15:52 x86
Dtshost.exe 2019.150.4261.1 105376 12-Set-22 15:53 x64
Dtsmsg150.dll 2019.150.4261.1 554936 12-Set-22 15:52 x86
Dtsmsg150.dll 2019.150.4261.1 567200 12-Set-22 15:52 x64
Dtspipeline.dll 2019.150.4261.1 1120176 12-Set-22 15:52 x86
Dtspipeline.dll 2019.150.4261.1 1329072 12-Set-22 15:53 x64
Dtswizard.exe 15.0.4261.1 886688 12-Set-22 15:53 x64
Dtswizard.exe 15.0.4261.1 890808 12-Set-22 15:53 x86
Dtuparse.dll 2019.150.4261.1 100280 12-Set-22 15:52 x64
Dtuparse.dll 2019.150.4261.1 87992 12-Set-22 15:53 x86
Dtutil.exe 2019.150.4261.1 129976 12-Set-22 15:52 x86
Dtutil.exe 2019.150.4261.1 148400 12-Set-22 15:52 x64
Exceldest.dll 2019.150.4261.1 235424 12-Set-22 15:53 x86
Exceldest.dll 2019.150.4261.1 280504 12-Set-22 15:53 x64
Excelsrc.dll 2019.150.4261.1 260000 12-Set-22 15:53 x86
Excelsrc.dll 2019.150.4261.1 309152 12-Set-22 15:53 x64
Execpackagetask.dll 2019.150.4261.1 186296 12-Set-22 15:52 x64
Execpackagetask.dll 2019.150.4261.1 149400 12-Set-22 15:52 x86
Flatfiledest.dll 2019.150.4261.1 411552 12-Set-22 15:52 x64
Flatfiledest.dll 2019.150.4261.1 358304 12-Set-22 15:52 x86
Flatfilesrc.dll 2019.150.4261.1 427952 12-Set-22 15:52 x64
Flatfilesrc.dll 2019.150.4261.1 370608 12-Set-22 15:53 x86
Isdbupgradewizard.exe 15.0.4261.1 120744 12-Set-22 15:52 x86
Isdbupgradewizard.exe 15.0.4261.1 120744 12-Set-22 15:53 x86
Isserverexec.exe 15.0.4261.1 149408 12-Set-22 15:52 x86
Isserverexec.exe 15.0.4261.1 145328 12-Set-22 15:52 x64
Microsoft.sqlserver.astasks.dll 15.0.4261.1 116664 12-Set-22 15:52 x86
Microsoft.sqlserver.integrationservice.hadoop.common.dll 15.0.4261.1 59320 12-Set-22 15:52 x86
Microsoft.sqlserver.integrationservice.hadoop.common.dll 15.0.4261.1 59304 12-Set-22 15:52 x86
Microsoft.sqlserver.integrationservices.isserverdbupgrade.dll 15.0.4261.1 509872 12-Set-22 15:52 x86
Microsoft.sqlserver.integrationservices.isserverdbupgrade.dll 15.0.4261.1 509864 12-Set-22 15:53 x86
Microsoft.sqlserver.integrationservices.runtimetelemetry.dll 15.0.4261.1 42912 12-Set-22 15:52 x86
Microsoft.sqlserver.integrationservices.runtimetelemetry.dll 15.0.4261.1 42912 12-Set-22 15:52 x86
Microsoft.sqlserver.maintenanceplantasks.dll 15.0.4261.1 391104 12-Set-22 15:53 x86
Microsoft.sqlserver.management.integrationservicesenum.dll 15.0.4261.1 59312 12-Set-22 15:52 x86
Microsoft.sqlserver.management.integrationservicesenum.dll 15.0.4261.1 59304 12-Set-22 15:52 x86
Microsoft.sqlserver.scripttask.dll 15.0.4261.1 141240 12-Set-22 15:52 x86
Microsoft.sqlserver.scripttask.dll 15.0.4261.1 141224 12-Set-22 15:53 x86
Msdtssrvr.exe 15.0.4261.1 219064 12-Set-22 15:53 x64
Msdtssrvrutil.dll 2019.150.4261.1 100256 12-Set-22 15:53 x86
Msdtssrvrutil.dll 2019.150.4261.1 112560 12-Set-22 15:53 x64
Msmdpp.dll 2018.150.35.33 10063800 12-Set-22 15:45 x64
Odbcdest.dll 2019.150.4261.1 370592 12-Set-22 15:52 x64
Odbcdest.dll 2019.150.4261.1 321440 12-Set-22 15:53 x86
Odbcsrc.dll 2019.150.4261.1 329640 12-Set-22 15:53 x86
Odbcsrc.dll 2019.150.4261.1 382888 12-Set-22 15:53 x64
Oledbdest.dll 2019.150.4261.1 280496 12-Set-22 15:52 x64
Oledbdest.dll 2019.150.4261.1 239528 12-Set-22 15:53 x86
Oledbsrc.dll 2019.150.4261.1 264112 12-Set-22 15:53 x86
Oledbsrc.dll 2019.150.4261.1 313264 12-Set-22 15:53 x64
Rawdest.dll 2019.150.4261.1 227248 12-Set-22 15:52 x64
Rawdest.dll 2019.150.4261.1 190368 12-Set-22 15:53 x86
Rawsource.dll 2019.150.4261.1 210856 12-Set-22 15:52 x64
Rawsource.dll 2019.150.4261.1 178096 12-Set-22 15:52 x86
Recordsetdest.dll 2019.150.4261.1 202656 12-Set-22 15:52 x64
Recordsetdest.dll 2019.150.4261.1 173984 12-Set-22 15:53 x86
Sqlceip.exe 15.0.4261.1 292800 12-Set-22 15:45 x86
Sqldest.dll 2019.150.4261.1 239536 12-Set-22 15:52 x86
Sqldest.dll 2019.150.4261.1 276384 12-Set-22 15:53 x64
Sqltaskconnections.dll 2019.150.4261.1 169912 12-Set-22 15:52 x86
Sqltaskconnections.dll 2019.150.4261.1 202656 12-Set-22 15:52 x64
Txagg.dll 2019.150.4261.1 329632 12-Set-22 15:52 x86
Txagg.dll 2019.150.4261.1 391072 12-Set-22 15:53 x64
Txbdd.dll 2019.150.4261.1 153520 12-Set-22 15:52 x86
Txbdd.dll 2019.150.4261.1 190376 12-Set-22 15:53 x64
Txbestmatch.dll 2019.150.4261.1 653216 12-Set-22 15:52 x64
Txbestmatch.dll 2019.150.4261.1 546720 12-Set-22 15:53 x86
Txcache.dll 2019.150.4261.1 198576 12-Set-22 15:52 x64
Txcache.dll 2019.150.4261.1 165792 12-Set-22 15:53 x86
Txcharmap.dll 2019.150.4261.1 313248 12-Set-22 15:52 x64
Txcharmap.dll 2019.150.4261.1 272304 12-Set-22 15:53 x86
Txcopymap.dll 2019.150.4261.1 165792 12-Set-22 15:53 x86
Txcopymap.dll 2019.150.4261.1 198560 12-Set-22 15:53 x64
Txdataconvert.dll 2019.150.4261.1 276400 12-Set-22 15:53 x86
Txdataconvert.dll 2019.150.4261.1 317344 12-Set-22 15:53 x64
Txderived.dll 2019.150.4261.1 559016 12-Set-22 15:53 x86
Txderived.dll 2019.150.4261.1 640944 12-Set-22 15:53 x64
Txfileextractor.dll 2019.150.4261.1 219040 12-Set-22 15:52 x64
Txfileextractor.dll 2019.150.4261.1 182192 12-Set-22 15:53 x86
Txfileinserter.dll 2019.150.4261.1 182192 12-Set-22 15:53 x86
Txfileinserter.dll 2019.150.4261.1 214960 12-Set-22 15:53 x64
Txgroupdups.dll 2019.150.4261.1 255920 12-Set-22 15:53 x86
Txgroupdups.dll 2019.150.4261.1 313256 12-Set-22 15:53 x64
Txlineage.dll 2019.150.4261.1 128936 12-Set-22 15:52 x86
Txlineage.dll 2019.150.4261.1 153520 12-Set-22 15:53 x64
Txlookup.dll 2019.150.4261.1 468912 12-Set-22 15:53 x86
Txlookup.dll 2019.150.4261.1 542632 12-Set-22 15:53 x64
Txmerge.dll 2019.150.4261.1 247728 12-Set-22 15:52 x64
Txmerge.dll 2019.150.4261.1 202672 12-Set-22 15:53 x86
Txmergejoin.dll 2019.150.4261.1 309168 12-Set-22 15:52 x64
Txmergejoin.dll 2019.150.4261.1 247728 12-Set-22 15:53 x86
Txmulticast.dll 2019.150.4261.1 145312 12-Set-22 15:52 x64
Txmulticast.dll 2019.150.4261.1 116656 12-Set-22 15:53 x86
Txpivot.dll 2019.150.4261.1 206768 12-Set-22 15:52 x86
Txpivot.dll 2019.150.4261.1 239520 12-Set-22 15:53 x64
Txrowcount.dll 2019.150.4261.1 112576 12-Set-22 15:53 x86
Txrowcount.dll 2019.150.4261.1 141224 12-Set-22 15:53 x64
Txsampling.dll 2019.150.4261.1 157600 12-Set-22 15:52 x86
Txsampling.dll 2019.150.4261.1 194464 12-Set-22 15:52 x64
Txscd.dll 2019.150.4261.1 198576 12-Set-22 15:53 x86
Txscd.dll 2019.150.4261.1 235432 12-Set-22 15:53 x64
Txsort.dll 2019.150.4261.1 288672 12-Set-22 15:52 x64
Txsort.dll 2019.150.4261.1 231328 12-Set-22 15:53 x86
Txsplit.dll 2019.150.4261.1 624544 12-Set-22 15:52 x64
Txsplit.dll 2019.150.4261.1 550824 12-Set-22 15:53 x86
Txtermextraction.dll 2019.150.4261.1 8644520 12-Set-22 15:53 x86
Txtermextraction.dll 2019.150.4261.1 8701864 12-Set-22 15:53 x64
Txtermlookup.dll 2019.150.4261.1 4138912 12-Set-22 15:53 x86
Txtermlookup.dll 2019.150.4261.1 4183968 12-Set-22 15:53 x64
Txunionall.dll 2019.150.4261.1 198560 12-Set-22 15:52 x64
Txunionall.dll 2019.150.4261.1 161720 12-Set-22 15:53 x86
Txunpivot.dll 2019.150.4261.1 182176 12-Set-22 15:53 x86
Txunpivot.dll 2019.150.4261.1 214944 12-Set-22 15:53 x64
Xe.dll 2019.150.4261.1 722856 12-Set-22 15:52 x64
Xe.dll 2019.150.4261.1 632736 12-Set-22 15:52 x86

SQL Server 2019 sql_polybase_core_inst

Nome del file Versione del file dimensioni dei file Data Ora Piattaforma
Dms.dll 15.0.1951.0 558480 12-Set-22 16:42 x86
Dmsnative.dll 2018.150.1951.0 151464 12-Set-22 16:42 x64
Dwengineservice.dll 15.0.1951.0 43944 12-Set-22 16:42 x86
Eng_polybase_odbcdrivermongo_2321_mongodbodbc_sb64_dll.64 2.3.21.1023 18691056 12-Set-22 16:42 x64
Eng_polybase_odbcdrivermongo_2321_saslsspi_dll.64 1.0.2.1003 147504 12-Set-22 16:42 x64
Eng_polybase_odbcdrivermongo_238_mongodbodbc_sb64_dll.64 2.3.8.1008 17142672 12-Set-22 16:42 x64
Eng_polybase_odbcdrivermongo_238_saslsspi_dll.64 1.0.2.1003 146304 12-Set-22 16:42 x64
Eng_polybase_odbcdriveroracle_802_mscurl28_dll.64 8.0.2.304 2532096 12-Set-22 16:42 x64
Eng_polybase_odbcdriveroracle_802_msora28_dll.64 8.0.2.2592 2425088 12-Set-22 16:42 x64
Eng_polybase_odbcdriveroracle_802_msora28r_dll.64 8.0.2.2592 151808 12-Set-22 16:42 x64
Eng_polybase_odbcdriveroracle_802_msssl28_dll.64 8.0.2.244 2416384 12-Set-22 16:42 x64
Eng_polybase_odbcdriveroracle_802_mstls28_dll.64 8.0.2.216 2953472 12-Set-22 16:42 x64
Icudt58.dll 58.2.0.0 27109768 12-Set-22 16:42 x64
Icudt58.dll 58.2.0.0 27109832 12-Set-22 16:42 x64
Icudt58.dll 58.3.0.0 27110344 12-Set-22 16:42 x64
Icuin58.dll 58.2.0.0 2425288 12-Set-22 16:42 x64
Icuin58.dll 58.2.0.0 2431880 12-Set-22 16:42 x64
Icuin58.dll 58.3.0.0 2551752 12-Set-22 16:42 x64
Icuin58.dll 58.3.0.0 2562504 12-Set-22 16:42 x64
Icuuc42.dll 8.0.2.124 15491840 12-Set-22 16:42 x64
Icuuc58.dll 58.2.0.0 1775048 12-Set-22 16:42 x64
Icuuc58.dll 58.2.0.0 1783688 12-Set-22 16:42 x64
Icuuc58.dll 58.3.0.0 1888712 12-Set-22 16:42 x64
Icuuc58.dll 58.3.0.0 1924040 12-Set-22 16:42 x64
Instapi150.dll 2019.150.4261.1 87968 12-Set-22 16:42 x64
Libcrypto-1_1-x64.dll 1.1.0.10 2620304 12-Set-22 16:42 x64
Libcrypto 1.1.1.4 2953680 12-Set-22 16:42 x64
Libcrypto 1.1.1.14 4085336 12-Set-22 16:42 x64
Libcrypto 1.1.1.11 4321232 12-Set-22 16:42 x64
Libsasl.dll 2.1.26.0 292224 12-Set-22 16:42 x64
Libsasl.dll 2.1.26.0 521664 12-Set-22 16:42 x64
Libssl-1_1-x64.dll 1.1.0.10 648080 12-Set-22 16:42 x64
Libssl 1.1.1.14 1195600 12-Set-22 16:42 x64
Libssl 1.1.1.11 1322960 12-Set-22 16:42 x64
Libssl 1.1.1.4 798160 12-Set-22 16:42 x64
Microsoft.sqlserver.datawarehouse.backup.backupmetadata.dll 15.0.1951.0 66448 12-Set-22 16:42 x86
Microsoft.sqlserver.datawarehouse.catalog.dll 15.0.1951.0 292256 12-Set-22 16:42 x86
Microsoft.sqlserver.datawarehouse.common.dll 15.0.1951.0 1955752 12-Set-22 16:42 x86
Microsoft.sqlserver.datawarehouse.configuration.dll 15.0.1951.0 168360 12-Set-22 16:42 x86
Microsoft.sqlserver.datawarehouse.datamovement.common.dll 15.0.1951.0 648080 12-Set-22 16:42 x86
Microsoft.sqlserver.datawarehouse.datamovement.manager.dll 15.0.1951.0 245136 12-Set-22 16:42 x86
Microsoft.sqlserver.datawarehouse.datamovement.messagetypes.dll 15.0.1951.0 138128 12-Set-22 16:42 x86
Microsoft.sqlserver.datawarehouse.datamovement.messagingprotocol.dll 15.0.1951.0 78752 12-Set-22 16:42 x86
Microsoft.sqlserver.datawarehouse.diagnostics.dll 15.0.1951.0 50088 12-Set-22 16:42 x86
Microsoft.sqlserver.datawarehouse.distributor.dll 15.0.1951.0 87440 12-Set-22 16:42 x86
Microsoft.sqlserver.datawarehouse.engine.dll 15.0.1951.0 1128336 12-Set-22 16:42 x86
Microsoft.sqlserver.datawarehouse.engine.statsstream.dll 15.0.1951.0 79760 12-Set-22 16:42 x86
Microsoft.sqlserver.datawarehouse.eventing.dll 15.0.1951.0 69520 12-Set-22 16:42 x86
Microsoft.sqlserver.datawarehouse.fabric.appliance.dll 15.0.1951.0 34208 12-Set-22 16:42 x86
Microsoft.sqlserver.datawarehouse.fabric.interface.dll 15.0.1951.0 30112 12-Set-22 16:42 x86
Microsoft.sqlserver.datawarehouse.fabric.polybase.dll 15.0.1951.0 45472 12-Set-22 16:42 x86
Microsoft.sqlserver.datawarehouse.fabric.xdbinterface.dll 15.0.1951.0 20384 12-Set-22 16:42 x86
Microsoft.sqlserver.datawarehouse.failover.dll 15.0.1951.0 25504 12-Set-22 16:42 x86
Microsoft.sqlserver.datawarehouse.hadoop.hadoopbridge.dll 15.0.1951.0 130472 12-Set-22 16:42 x86
Microsoft.sqlserver.datawarehouse.loadercommon.dll 15.0.1951.0 85408 12-Set-22 16:42 x86
Microsoft.sqlserver.datawarehouse.loadmanager.dll 15.0.1951.0 99744 12-Set-22 16:42 x86
Microsoft.sqlserver.datawarehouse.localization.dll 15.0.1951.0 291744 12-Set-22 16:42 x86
Microsoft.sqlserver.datawarehouse.localization.resources.dll 15.0.1951.0 119200 12-Set-22 16:42 x86
Microsoft.sqlserver.datawarehouse.localization.resources.dll 15.0.1951.0 137120 12-Set-22 16:42 x86
Microsoft.sqlserver.datawarehouse.localization.resources.dll 15.0.1951.0 140192 12-Set-22 16:42 x86
Microsoft.sqlserver.datawarehouse.localization.resources.dll 15.0.1951.0 136600 12-Set-22 16:42 x86
Microsoft.sqlserver.datawarehouse.localization.resources.dll 15.0.1951.0 149400 12-Set-22 16:42 x86
Microsoft.sqlserver.datawarehouse.localization.resources.dll 15.0.1951.0 138656 12-Set-22 16:42 x86
Microsoft.sqlserver.datawarehouse.localization.resources.dll 15.0.1951.0 133536 12-Set-22 16:42 x86
Microsoft.sqlserver.datawarehouse.localization.resources.dll 15.0.1951.0 175520 12-Set-22 16:42 x86
Microsoft.sqlserver.datawarehouse.localization.resources.dll 15.0.1951.0 116128 12-Set-22 16:42 x86
Microsoft.sqlserver.datawarehouse.localization.resources.dll 15.0.1951.0 135584 12-Set-22 16:42 x86
Microsoft.sqlserver.datawarehouse.nodes.dll 15.0.1951.0 71592 12-Set-22 16:42 x86
Microsoft.sqlserver.datawarehouse.nulltransaction.dll 15.0.1951.0 20888 12-Set-22 16:42 x86
Microsoft.sqlserver.datawarehouse.parallelizer.dll 15.0.1951.0 36240 12-Set-22 16:42 x86
Microsoft.sqlserver.datawarehouse.resourcemanagement.dll 15.0.1951.0 127912 12-Set-22 16:42 x86
Microsoft.sqlserver.datawarehouse.sql.dll 15.0.1951.0 3063696 12-Set-22 16:42 x86
Microsoft.sqlserver.datawarehouse.sql.parser.dll 15.0.1951.0 3954576 12-Set-22 16:42 x86
Microsoft.sqlserver.datawarehouse.sql.parser.resources.dll 15.0.1951.0 117136 12-Set-22 16:42 x86
Microsoft.sqlserver.datawarehouse.sql.parser.resources.dll 15.0.1951.0 131984 12-Set-22 16:42 x86
Microsoft.sqlserver.datawarehouse.sql.parser.resources.dll 15.0.1951.0 136592 12-Set-22 16:42 x86
Microsoft.sqlserver.datawarehouse.sql.parser.resources.dll 15.0.1951.0 132496 12-Set-22 16:42 x86
Microsoft.sqlserver.datawarehouse.sql.parser.resources.dll 15.0.1951.0 147360 12-Set-22 16:42 x86
Microsoft.sqlserver.datawarehouse.sql.parser.resources.dll 15.0.1951.0 133008 12-Set-22 16:42 x86
Microsoft.sqlserver.datawarehouse.sql.parser.resources.dll 15.0.1951.0 129424 12-Set-22 16:42 x86
Microsoft.sqlserver.datawarehouse.sql.parser.resources.dll 15.0.1951.0 169888 12-Set-22 16:42 x86
Microsoft.sqlserver.datawarehouse.sql.parser.resources.dll 15.0.1951.0 114064 12-Set-22 16:42 x86
Microsoft.sqlserver.datawarehouse.sql.parser.resources.dll 15.0.1951.0 130960 12-Set-22 16:42 x86
Microsoft.sqlserver.datawarehouse.sqldistributor.dll 15.0.1951.0 66464 12-Set-22 16:42 x86
Microsoft.sqlserver.datawarehouse.transactsql.scriptdom.dll 15.0.1951.0 2681744 12-Set-22 16:42 x86
Microsoft.sqlserver.datawarehouse.utilities.dll 15.0.1951.0 2435496 12-Set-22 16:42 x86
Mpdwinterop.dll 2019.150.4261.1 452528 12-Set-22 16:42 x64
Mpdwsvc.exe 2019.150.4261.1 7399328 12-Set-22 16:42 x64
Msodbcsql17.dll 2017.174.1.1 2016120 12-Set-22 16:42 x64
Odbc32.dll 10.0.17763.1 720792 12-Set-22 16:42 x64
Odbccp32.dll 10.0.17763.1 138136 12-Set-22 16:42 x64
Odbctrac.dll 10.0.17763.1 175000 12-Set-22 16:42 x64
Saslplain.dll 2.1.26.0 170880 12-Set-22 16:42 x64
Saslplain.dll 2.1.26.0 377792 12-Set-22 16:42 x64
Secforwarder.dll 2019.150.4261.1 79776 12-Set-22 16:42 x64
Sharedmemory.dll 2018.150.1951.0 60320 12-Set-22 16:42 x64
Sqldk.dll 2019.150.4261.1 3155872 12-Set-22 16:42 x64
Sqldumper.exe 2019.150.4261.1 186304 12-Set-22 16:42 x64
Sqlevn70.rll 2019.150.4261.1 1595312 12-Set-22 16:42 x64
Sqlevn70.rll 2019.150.4261.1 4163512 12-Set-22 16:42 x64
Sqlevn70.rll 2019.150.4261.1 3413920 12-Set-22 16:42 x64
Sqlevn70.rll 2019.150.4261.1 4159392 12-Set-22 16:42 x64
Sqlevn70.rll 2019.150.4261.1 4065184 12-Set-22 16:42 x64
Sqlevn70.rll 2019.150.4261.1 2221984 12-Set-22 16:42 x64
Sqlevn70.rll 2019.150.4261.1 2172832 12-Set-22 16:42 x64
Sqlevn70.rll 2019.150.4261.1 3819424 12-Set-22 16:42 x64
Sqlevn70.rll 2019.150.4261.1 3819424 12-Set-22 16:42 x64
Sqlevn70.rll 2019.150.4261.1 1537976 12-Set-22 16:42 x64
Sqlevn70.rll 2019.150.4261.1 4028320 12-Set-22 16:42 x64
Sqlos.dll 2019.150.4261.1 42936 12-Set-22 16:42 x64
Sqlsortpdw.dll 2018.150.1951.0 4840352 12-Set-22 16:42 x64
Sqltses.dll 2019.150.4261.1 9119672 12-Set-22 16:42 x64
Tdataodbc_sb 17.0.0.27 12914640 12-Set-22 16:42 x64
Tdataodbc_sb 16.20.0.1078 14995920 12-Set-22 16:42 x64
Terasso.dll 16.20.0.13 2158896 12-Set-22 16:42 x64
Terasso.dll 17.0.0.28 2357064 12-Set-22 16:42 x64
Zlibwapi.dll 1.2.11.0 281472 12-Set-22 16:42 x64
Zlibwapi.dll 1.2.11.0 499248 12-Set-22 16:42 x64

SQL Server 2019 sql_shared_mr

Nome del file Versione del file dimensioni dei file Data Ora Piattaforma
Smrdll.dll 15.0.4261.1 30624 12-Set-22 15:45 x86

SQL Server 2019 sql_tools_extensions

Nome del file Versione del file dimensioni dei file Data Ora Piattaforma
Autoadmin.dll 2019.150.4261.1 1632168 12-Set-22 16:27 x86
Dtaengine.exe 2019.150.4261.1 219064 12-Set-22 16:27 x86
Dteparse.dll 2019.150.4261.1 112552 12-Set-22 16:26 x86
Dteparse.dll 2019.150.4261.1 124848 12-Set-22 16:26 x64
Dteparsemgd.dll 2019.150.4261.1 133024 12-Set-22 16:26 x64
Dteparsemgd.dll 2019.150.4261.1 116648 12-Set-22 16:27 x86
Dtepkg.dll 2019.150.4261.1 149432 12-Set-22 16:26 x64
Dtepkg.dll 2019.150.4261.1 133048 12-Set-22 16:27 x86
Dtexec.exe 2019.150.4261.1 72616 12-Set-22 16:26 x64
Dtexec.exe 2019.150.4261.1 63928 12-Set-22 16:27 x86
Dts.dll 2019.150.4261.1 2762656 12-Set-22 16:27 x86
Dts.dll 2019.150.4261.1 3143608 12-Set-22 16:27 x64
Dtscomexpreval.dll 2019.150.4261.1 444320 12-Set-22 16:26 x86
Dtscomexpreval.dll 2019.150.4261.1 501664 12-Set-22 16:26 x64
Dtsconn.dll 2019.150.4261.1 522144 12-Set-22 16:26 x64
Dtsconn.dll 2019.150.4261.1 432032 12-Set-22 16:27 x86
Dtshost.exe 2019.150.4261.1 105376 12-Set-22 16:26 x64
Dtshost.exe 2019.150.4261.1 88480 12-Set-22 16:26 x86
Dtsmsg150.dll 2019.150.4261.1 567200 12-Set-22 16:26 x64
Dtsmsg150.dll 2019.150.4261.1 554936 12-Set-22 16:27 x86
Dtspipeline.dll 2019.150.4261.1 1120176 12-Set-22 16:27 x86
Dtspipeline.dll 2019.150.4261.1 1329072 12-Set-22 16:27 x64
Dtswizard.exe 15.0.4261.1 886688 12-Set-22 16:27 x64
Dtswizard.exe 15.0.4261.1 890808 12-Set-22 16:27 x86
Dtuparse.dll 2019.150.4261.1 100280 12-Set-22 16:26 x64
Dtuparse.dll 2019.150.4261.1 87992 12-Set-22 16:27 x86
Dtutil.exe 2019.150.4261.1 129976 12-Set-22 16:27 x86
Dtutil.exe 2019.150.4261.1 148400 12-Set-22 16:27 x64
Exceldest.dll 2019.150.4261.1 235424 12-Set-22 16:26 x86
Exceldest.dll 2019.150.4261.1 280504 12-Set-22 16:26 x64
Excelsrc.dll 2019.150.4261.1 260000 12-Set-22 16:26 x86
Excelsrc.dll 2019.150.4261.1 309152 12-Set-22 16:26 x64
Flatfiledest.dll 2019.150.4261.1 358304 12-Set-22 16:26 x86
Flatfiledest.dll 2019.150.4261.1 411552 12-Set-22 16:26 x64
Flatfilesrc.dll 2019.150.4261.1 370608 12-Set-22 16:26 x86
Flatfilesrc.dll 2019.150.4261.1 427952 12-Set-22 16:26 x64
Microsoft.sqlserver.astasks.dll 15.0.4261.1 116648 12-Set-22 16:27 x86
Microsoft.sqlserver.chainer.infrastructure.dll 15.0.4261.1 403360 12-Set-22 16:27 x86
Microsoft.sqlserver.chainer.infrastructure.dll 15.0.4261.1 403360 12-Set-22 16:27 x86
Microsoft.sqlserver.configuration.sco.dll 15.0.4261.1 3004328 12-Set-22 16:27 x86
Microsoft.sqlserver.integrationservices.runtimetelemetry.dll 15.0.4261.1 42912 12-Set-22 16:26 x86
Microsoft.sqlserver.management.integrationservicesenum.dll 15.0.4261.1 59304 12-Set-22 16:26 x86
Microsoft.sqlserver.olapenum.dll 15.0.18185.0 100800 12-Set-22 16:27 x86
Msdtssrvrutil.dll 2019.150.4261.1 100256 12-Set-22 16:26 x86
Msdtssrvrutil.dll 2019.150.4261.1 112560 12-Set-22 16:26 x64
Msmgdsrv.dll 2018.150.35.33 8279472 12-Set-22 16:27 x86
Oledbdest.dll 2019.150.4261.1 239528 12-Set-22 16:26 x86
Oledbdest.dll 2019.150.4261.1 280496 12-Set-22 16:26 x64
Oledbsrc.dll 2019.150.4261.1 264112 12-Set-22 16:26 x86
Oledbsrc.dll 2019.150.4261.1 313264 12-Set-22 16:26 x64
Sqlresourceloader.dll 2019.150.4261.1 38832 12-Set-22 16:26 x86
Sqlresourceloader.dll 2019.150.4261.1 51128 12-Set-22 16:26 x64
Sqlscm.dll 2019.150.4261.1 87984 12-Set-22 16:27 x64
Sqlscm.dll 2019.150.4261.1 79776 12-Set-22 16:27 x86
Sqlsvc.dll 2019.150.4261.1 182176 12-Set-22 16:27 x64
Sqlsvc.dll 2019.150.4261.1 149408 12-Set-22 16:27 x86
Sqltaskconnections.dll 2019.150.4261.1 169912 12-Set-22 16:27 x86
Sqltaskconnections.dll 2019.150.4261.1 202656 12-Set-22 16:27 x64
Txdataconvert.dll 2019.150.4261.1 276400 12-Set-22 16:27 x86
Txdataconvert.dll 2019.150.4261.1 317344 12-Set-22 16:27 x64
Xe.dll 2019.150.4261.1 632736 12-Set-22 16:27 x86
Xe.dll 2019.150.4261.1 722856 12-Set-22 16:27 x64

Note per questo aggiornamento

Prerequisiti

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

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 le informazioni importanti seguenti.

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)

  • 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 una CU rilasciata.
    • Le unità di certificazione possono contenere valori aggiuntivi oltre agli hotfix. Sono inclusi gli aggiornamenti di supporto, gestibilità e affidabilità.
  • È consigliabile testare SQL Server CU prima di distribuirle in ambienti di produzione.
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:

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 di SQL Server 2019 (funzionalità). 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 2019.
  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.

Riferimenti