SQL Server 2019: Cumulative Update 14 (KB5007182) Now Available

Table of Contents

SQL Server 2019 Cumulative Update

Overview of Cumulative Update 14

Microsoft has officially released Cumulative Update package 14 (CU14) for SQL Server 2019, identified by KB5007182. This crucial update, released on November 22, 2021, brings the SQL Server 2019 version to 15.0.4188.2. CU14 is a significant release, incorporating a total of 32 fixes and improvements that have been developed since the preceding Cumulative Update 13.

The release ensures that all components of your SQL Server 2019 installation are brought up to the latest standards. Specifically, the SQL Server product version is updated to 15.0.4188.2 with a file version of 2019.150.4188.2. For Analysis Services, the product version is updated to 15.0.35.19 and the file version to 2018.150.35.19. This comprehensive update package is designed to enhance the stability, performance, and security of your SQL Server 2019 environment.

Key Enhancements and Resolved Issues

Cumulative Update 14 addresses a range of issues across various SQL Server components, delivering a more robust and efficient database management system. These fixes target areas from performance and query execution to high availability and data services. By applying this update, users can benefit from a more reliable and optimized SQL Server experience, ensuring smoother operations and improved data integrity.

Addressing Critical Known Issues

This update includes important resolutions for specific challenges identified in earlier versions. Two notable issues have received attention, enhancing the reliability of query processing and parallel execution. It is vital for users to be aware of these improvements for better system planning and maintenance.

Firstly, a critical issue involving parallel queries running in batch mode has been addressed. Previously, after installing CU14, such queries could lead to an access violation and the creation of a memory dump file. While earlier workarounds involved running queries with a Degree of Parallelism of 1 or disabling batch mode processing using trace flag 9453, this specific issue has been definitively resolved in SQL Server 2019 CU15. This highlights the continuous improvement cycle in SQL Server updates.

Secondly, queries utilizing the built-in SESSION_CONTEXT function presented challenges, potentially returning incorrect results or triggering access violation (AV) dumps when executed in parallel query plans. This problem was rooted in how SESSION_CONTEXT interacted with parallel execution threads, particularly during session reset for reuse. The fix for this behavior improves the accuracy and stability of applications relying on SESSION_CONTEXT within parallelized workloads.

Detailed Fixes Included in CU14

CU14 bundles 32 specific fixes that enhance the performance and reliability of SQL Server 2019. These range from improvements in Analysis Services and Integration Services to critical updates for the SQL Server Engine. Each fix is meticulously designed to address specific scenarios and improve the overall functionality of the database system. The table below provides a comprehensive list of these resolved issues, categorized by their respective fix area and component.

Bug Reference Description Fix Area Component Platform
14253632 Fixes an issue in SSAS 2017 where msmdsrv.log did not function correctly when MaxFileSizeMB and MaxNumberOfLogFiles configuration settings were customized. This ensures proper logging in Analysis Services environments. Analysis Services Analysis Services Windows
14302888 Addresses an issue where DirectQuery queries lacked a table join clause. This occurred in DirectQuery models with many-to-many relationships when running DAX queries, leading to incomplete results. Analysis Services Analysis Services Windows
14253624 Resolves an error in SSIS 2017 during Dimension Processing. The error message “clsid {ID}” could not be created and error code 0x80070005 “Access is denied.” indicated component registration issues, which are now fixed. Integration Services Integration Services Windows
14253642 Fixes a problem in MDS 2017 where derived hierarchy permissions were lost. This occurred when copying versions, ensuring that access controls are now correctly preserved. Master Data Services Master Data Services Windows
14253635 FIX: Error when you use columnstore indexes and run versioned scans if all rows in a compressed rowgroup are deleted in SQL Server 2017 and 2019 (KB5004936). This critical fix prevents errors during specific columnstore index operations. SQL Server Engine Column Stores All
14080213 Fixes a failed assertion caused by implicit conversion where a predicate’s precision was greater than the value. This issue could lead to severe errors and session termination, which is now prevented. SQL Server Engine Column Stores Windows
14276893 Addresses an Access Violation (AV) at RbpEarlyFilter::TinyBitmapFilterSIMD occurring during queries on CLUSTERED COLUMNSTORE INDEX (CCI) tables. This enhances the stability of columnstore index queries. SQL Server Engine Column Stores All
14227887 Fixes an assert dump “pwchId && cwchId <= MAX_PATH && cwchId > 0” during Always On availability group (AG) Virtual Device Interface (VDI) seeding. This improves the reliability of AG seeding processes. SQL Server Engine High Availability and Disaster Recovery Windows
14253625 Resolves an issue where Last_sent_time and Last_received_time columns in DMV dm_hadr_database_replica_states were not updating. This ensures accurate monitoring of AG replica states. SQL Server Engine High Availability and Disaster Recovery Windows
14295884 Fixes an “ex_terminator - Last chance exception handling” memory dump. This dump was associated with a lease timeout during Always On availability groups (AG) database recovery, improving AG stability. SQL Server Engine High Availability and Disaster Recovery Windows
14311616 Addresses an error during the restoration of a database file (.mdf) larger than 15 GB on SQL Server 2019 Big Data Cluster (BDC) with high availability (HA) configuration. This allows for successful large database restores in BDC. SQL Server Engine High Availability and Disaster Recovery Linux
14328046 Fixes an access violation exception that could occur when sp_server_diagnostics was executed. This improves the robustness of diagnostic procedures. SQL Server Engine High Availability and Disaster Recovery Windows
14162439 Fixes a warning message occurring during snapshot creation when running DBCC CHECKDB against a database with a memory optimized filegroup. This prevents unnecessary warnings and ensures smooth database checks. SQL Server Engine In-Memory OLTP Windows
14265296 FIX: Non-yielding scheduler dumps during the recovery of a secondary availability database with a database snapshot (KB5007794). This prevents scheduler issues during specific recovery scenarios. SQL Server Engine Methods to access stored data All
13966323 Fixes the EXCEPTION_INVALID_CRT_PARAMETER dump generated on insert or update of wide replicated tables. This enhances the stability of replication processes. SQL Server Engine Methods to access stored data Windows
14134000 Resolves an issue where CollectPageLatchFields could cause an access violation (AV) under certain timing conditions when the latch_suspend_end XEvent was enabled. The fix ensures buffer stability. SQL Server Engine Methods to access stored data Windows
14295855 Fixes an Access Violation (AV) that could occur when running dynamic management views (DMVs) queries. This improves the reliability of DMV data retrieval. SQL Server Engine Methods to access stored data Windows
14307204 FIX: The built-in SESSION_CONTEXT returns wrong results in parallel plans (KB5008114). This crucial fix ensures correct results when using SESSION_CONTEXT in parallel query plans. SQL Server Engine Programmability All
14235259 FIX: An assertion occurs when Compute Scalar operator operates on computed, temporary lobs with batch mode (KB5007842). This prevents assertions during specific query execution scenarios. SQL Server Engine Query Execution Windows
14254562 Fixes a self-deadlock issue where threads would always wait for HASH_TABLE_DELETE (HTDELETE) during parallel queries in batch mode. This improves parallel query performance and stability. SQL Server Engine Query Execution Windows
14294740 Fixes a non-yielding scheduler dump in sqldk!SOS_MemoryWorkSpace::Lookup. This prevents scheduler stalls and improves system responsiveness. SQL Server Engine Query Execution All
14306964 Fixes an issue causing the assertion fNoReaderWriterConflict. This resolves a specific conflict scenario in query execution. SQL Server Engine Query Execution Windows
14199142 Fixes an issue where the query processor could not produce a query plan. This occurred if the USE PLAN hint specified a query plan with a left outer join and an inner join, improving query optimizer flexibility. SQL Server Engine Query Optimizer Windows
14250829 Addresses an error where executing a query with BATCH_MODE_ON_ROWSTORE = ON caused compilation errors and dumps. This enhances stability when using batch mode on rowstore. SQL Server Engine Query Optimizer All
14302678 FIX: ForceLastGoodPlan doesn’t account for aborted and timed out queries in regression detection logic (KB5008184). This improves the accuracy of regression detection in Query Store. SQL Server Engine Query Store All
14304467 FIX: Missing change data capture cleanup execution isn’t identified because of a deadlock without an error message (KB5008296). This improves CDC cleanup reliability and error reporting. SQL Server Engine Replication Windows
14255609 Fixes a runtime error when building a 32-bit application referencing Microsoft.SqlServer.Rmo.dll but Microsoft.SqlServer.Replication.dll was not in GAC_32. This resolves dependency issues for replication applications. SQL Server Engine Replication Windows
14288658 Fixes an issue where SQL Server 2019 stopped responding and crashed due to “ex_terminator - Last chance exception handling” when using SQL Server Service Broker. This enhances Service Broker stability. SQL Server Engine Service Broker Windows
14309095 Improvement: Cardinality estimation in Spatial TVF functions in SQL Server 2019 (KB5008107). This enhancement improves query plan quality for spatial functions. SQL Server Engine Spatial All
14298184 FIX: Severe spinlock contention occurs in SQL Server 2019 (KB4538688). This critical fix reduces performance bottlenecks caused by spinlock contention. SQL Server Engine SQL OS All
14307249 FIX: Creating a resumable clustered index on a table with LOB causes corruption in SQL Server 2019 (KB5007719). This prevents data corruption during resumable index creation on LOB data. SQL Server Engine Table Index Partition All
14307250 FIX: Add checkpoint handling for the first row in NonOptimizedGetAndInsertRows (KB5007744). This improves the robustness of data insertion processes. SQL Server Engine Table Index Partition All

Obtaining and Installing Cumulative Update 14

The latest cumulative update package for SQL Server 2019 can be obtained directly from the Microsoft Download Center. This ensures you always receive the most current release available. If the download page is not accessible, you may contact Microsoft Customer Service and Support to acquire the necessary package.

Alternatively, this cumulative update package is also available through the Microsoft Update Catalog. The catalog provides access to this specific CU14 release, as well as all previously released SQL Server 2019 CUs. This update is also distributed via Windows Server Update Services (WSUS), making it accessible for centralized deployment. It is strongly recommended to install the latest available cumulative update to ensure your systems are fully protected and optimized.

For Linux Environments

To update your SQL Server 2019 instance on Linux to the latest CU, it is essential to first configure the Cumulative Update repository. Once the repository is correctly set up, you can proceed to update your SQL Server packages by executing the appropriate platform-specific update command for your Linux distribution. For detailed installation instructions and direct links to the CU package downloads, please consult the official SQL Server 2019 Release Notes.

For Big Data Clusters (BDC)

Upgrading Microsoft SQL Server 2019 Big Data Clusters (BDC) on Linux to the latest CU requires consulting the specific Big Data Clusters Deployment Guidance. Since SQL Server 2019 CU1, in-place upgrades for Big Data Clusters have been supported from production-supported releases (SQL Server 2019 GDR1). Further information on how to upgrade SQL Server Big Data Clusters can be found in the relevant documentation, and for comprehensive details, refer to the Big Data Clusters release notes.

Important Considerations Before Deployment

Before deploying any cumulative update to your SQL Server environment, it is crucial to understand several important factors. These considerations help ensure a smooth update process and maintain the integrity and availability of your database systems. Familiarizing yourself with these guidelines is a key step in proactive system management.

Analysis Services Build Version Alignment

Starting with Microsoft SQL Server 2017, the build version number for Analysis Services no longer consistently matches that of the SQL Server Database Engine. This divergence means that checking the database engine version alone is not sufficient to confirm the Analysis Services update level. For accurate verification, it is necessary to consult the specific documentation on how to verify the Analysis Services cumulative update build version.

Cumulative Update Philosophy

Each new Cumulative Update (CU) released for SQL Server is designed to be comprehensive, containing all fixes and improvements included in previous CUs for the specific installed version. This ensures that applying the latest CU brings your system fully up-to-date with all prior patches. SQL Server CUs undergo rigorous certification, matching the same high levels of confidence as service packs. Therefore, they should be installed with an equivalent level of assurance and planning.

Microsoft strongly recommends the ongoing, proactive installation of CUs as they become available. Historical data indicates that a significant number of support cases could have been avoided if an already released CU had been installed. Furthermore, CUs often provide added value beyond simple hotfixes, including crucial updates for supportability, manageability, and overall reliability of the SQL Server platform. It is a best practice to thoroughly test SQL Server CUs in a staging environment before deploying them to production environments to ensure compatibility and prevent unforeseen issues.

Deployment in Hybrid Environments

When deploying updates to complex hybrid environments, such as those utilizing Always On Availability Groups, transactional replication, failover clusters, or database mirroring, careful planning is essential. It is highly recommended to consult specific articles tailored to these scenarios before initiating the update process.

For failover cluster instances, if you opt against using the rolling update process, the update should be installed first on the passive node, followed by the active node, which will require a service restart. For Availability Group servers, especially when the SSISDB catalog is enabled, detailed guidance is available on how to apply updates with minimal downtime and data loss. Specific instructions also exist for applying hotfixes in transactional replication and database mirroring topologies, as well as general replication topologies. Finally, for mirrored instances, dedicated upgrade procedures should be followed to maintain data consistency and availability.

Language Support and Component Updates

SQL Server Cumulative Updates are designed for global applicability, supporting multiple languages. This means that a single CU package is not language-specific but applies to all supported languages, simplifying deployment across diverse linguistic environments. It’s important to note that a CU package updates only those SQL Server components that are currently installed on the instance you choose to service. If a new SQL Server feature, such as Analysis Services, is added to the instance after a CU has been applied, you must reapply the CU to ensure that the newly installed feature is also updated to the current CU level.

Verifying the Update and File Information

File Hash Verification

To ensure the integrity of your downloaded SQL Server 2019 Cumulative Update 14 package (SQLServer2019-KB5007182-x64.exe), you can compute its SHA256 hash. This verification step helps confirm that the file has not been tampered with during download. Execute the following command in your command prompt:

certutil -hashfile SQLServer2019-KB5007182-x64.exe SHA256

The expected SHA256 hash for the SQLServer2019-KB5007182-x64.exe file is: 19D2ABA52942A16659C2C7702A22373082CF1129A3F1D45D47B9D4929D1082C9. Comparing your computed hash with this value confirms the authenticity of your download.

Detailed File Attributes (x64-based versions)

The English version of this cumulative update package includes specific file attributes, such as file name, version, size, date, time, and platform. These details are listed in Coordinated Universal Time (UTC) and converted to local time when viewed. To understand the difference between UTC and your local time, refer to the Time Zone tab within the Date and Time settings in your Control Panel.

The following tables list the detailed file attributes for the various components updated by SQL Server 2019 CU14 (x64-based versions).

SQL Server 2019 Analysis Services

File name File version File size Date Time Platform
Asplatformhost.dll 2018.150.35.19 291720 03-Nov-21 19:56 x64
Mashupcompression.dll 2.80.5803.541 140672 03-Nov-21 19:57 x64
Microsoft.analysisservices.minterop.dll 15.0.35.19 757152 03-Nov-21 19:56 x86
Microsoft.analysisservices.server.core.resources.dll 15.0.35.19 174496 03-Nov-21 19:56 x86
Microsoft.analysisservices.server.core.resources.dll 15.0.35.19 198560 03-Nov-21 19:56 x86
Microsoft.analysisservices.server.core.resources.dll 15.0.35.19 201112 03-Nov-21 19:56 x86
Microsoft.analysisservices.server.core.resources.dll 15.0.35.19 197520 03-Nov-21 19:56 x86
Microsoft.analysisservices.server.core.resources.dll 15.0.35.19 213912 03-Nov-21 19:56 x86
Microsoft.analysisservices.server.core.resources.dll 15.0.35.19 196512 03-Nov-21 19:56 x86
Microsoft.analysisservices.server.core.resources.dll 15.0.35.19 192408 03-Nov-21 19:56 x86
Microsoft.analysisservices.server.core.resources.dll 15.0.35.19 251288 03-Nov-21 19:56 x86
Microsoft.analysisservices.server.core.resources.dll 15.0.35.19 172960 03-Nov-21 19:56 x86
Microsoft.analysisservices.server.core.resources.dll 15.0.35.19 196000 03-Nov-21 19:56 x86
Microsoft.analysisservices.server.tabular.dll 15.0.35.19 1097112 03-Nov-21 19:56 x86
Microsoft.analysisservices.server.tabular.json.dll 15.0.35.19 479632 03-Nov-21 19:56 x86
Microsoft.analysisservices.server.tabular.resources.dll 15.0.35.19 53656 03-Nov-21 19:56 x86
Microsoft.analysisservices.server.tabular.resources.dll 15.0.35.19 58264 03-Nov-21 19:56 x86
Microsoft.analysisservices.server.tabular.resources.dll 15.0.35.19 58776 03-Nov-21 19:56 x86
Microsoft.analysisservices.server.tabular.resources.dll 15.0.35.19 57744 03-Nov-21 19:56 x86
Microsoft.analysisservices.server.tabular.resources.dll 15.0.35.19 60832 03-Nov-21 19:56 x86
Microsoft.analysisservices.server.tabular.resources.dll 15.0.35.19 57248 03-Nov-21 19:56 x86
Microsoft.analysisservices.server.tabular.resources.dll 15.0.35.19 57248 03-Nov-21 19:56 x86
Microsoft.analysisservices.server.tabular.resources.dll 15.0.35.19 66464 03-Nov-21 19:56 x86
Microsoft.analysisservices.server.tabular.resources.dll 15.0.35.19 52640 03-Nov-21 19:56 x86
Microsoft.analysisservices.server.tabular.resources.dll 15.0.35.19 57248 03-Nov-21 19:56 x86
Microsoft.analysisservices.timedimgenerator.resources.dll 15.0.35.19 16800 03-Nov-21 19:56 x86
Microsoft.analysisservices.timedimgenerator.resources.dll 15.0.35.19 16784 03-Nov-21 19:56 x86
Microsoft.analysisservices.timedimgenerator.resources.dll 15.0.35.19 16800 03-Nov-21 19:56 x86
Microsoft.analysisservices.timedimgenerator.resources.dll 15.0.35.19 16792 03-Nov-21 19:56 x86
Microsoft.analysisservices.timedimgenerator.resources.dll 15.0.35.19 16800 03-Nov-21 19:56 x86
Microsoft.analysisservices.timedimgenerator.resources.dll 15.0.35.19 16792 03-Nov-21 19:56 x86
Microsoft.analysisservices.timedimgenerator.resources.dll 15.0.35.19 16800 03-Nov-21 19:56 x86
Microsoft.analysisservices.timedimgenerator.resources.dll 15.0.35.19 17824 03-Nov-21 19:56 x86
Microsoft.analysisservices.timedimgenerator.resources.dll 15.0.35.19 16784 03-Nov-21 19:56 x86
Microsoft.analysisservices.timedimgenerator.resources.dll 15.0.35.19 16800 03-Nov-21 19:56 x86
Microsoft.data.edm.netfx35.dll 5.7.0.62516 661072 03-Nov-21 19:57 x86
Microsoft.data.mashup.dll 2.80.5803.541 186232 03-Nov-21 19:57 x86
Microsoft.data.mashup.oledb.dll 2.80.5803.541 30080 03-Nov-21 19:57 x86
Microsoft.data.mashup.preview.dll 2.80.5803.541 74832 03-Nov-21 19:57 x86
Microsoft.data.mashup.providercommon.dll 2.80.5803.541 102264 03-Nov-21 19:57 x86
Microsoft.data.mashup.providercommon.resources.dll 2.80.5803.541 37760 03-Nov-21 19:57 x86
Microsoft.data.mashup.providercommon.resources.dll 2.80.5803.541 41864 03-Nov-21 19:57 x86
Microsoft.data.mashup.providercommon.resources.dll 2.80.5803.541 41864 03-Nov-21 19:57 x86
Microsoft.data.mashup.providercommon.resources.dll 2.80.5803.541 41848 03-Nov-21 19:57 x86
Microsoft.data.mashup.providercommon.resources.dll 2.80.5803.541 42064 03-Nov-21 19:57 x86
Microsoft.data.mashup.providercommon.resources.dll 2.80.5803.541 41856 03-Nov-21 19:57 x86
Microsoft.data.mashup.providercommon.resources.dll 2.80.5803.541 41848 03-Nov-21 19:57 x86
Microsoft.data.mashup.providercommon.resources.dll 2.80.5803.541 45960 03-Nov-21 19:57 x86
Microsoft.data.mashup.providercommon.resources.dll 2.80.5803.541 37760 03-Nov-21 19:57 x86
Microsoft.data.mashup.providercommon.resources.dll 2.80.5803.541 42064 03-Nov-21 19:57 x86
Microsoft.data.odata.netfx35.dll 5.7.0.62516 1454672 03-Nov-21 19:57 x86
Microsoft.data.odata.query.netfx35.dll 5.7.0.62516 181112 03-Nov-21 19:57 x86
Microsoft.data.sapclient.dll 1.0.0.25 920656 03-Nov-21 19:57 x86
Microsoft.data.sapclient.resources.dll 1.0.0.25 34608 03-Nov-21 19:57 x86
Microsoft.data.sapclient.resources.dll 1.0.0.25 34816 03-Nov-21 19:57 x86
Microsoft.data.sapclient.resources.dll 1.0.0.25 34816 03-Nov-21 19:57 x86
Microsoft.data.sapclient.resources.dll 1.0.0.25 35120 03-Nov-21 19:57 x86
Microsoft.data.sapclient.resources.dll 1.0.0.25 47112 03-Nov-21 19:57 x86
Microsoft.data.sapclient.resources.dll 1.0.0.25 34600 03-Nov-21 19:57 x86
Microsoft.data.sapclient.resources.dll 1.0.0.25 34824 03-Nov-21 19:57 x86
Microsoft.data.sapclient.resources.dll 1.0.0.25 33072 03-Nov-21 19:57 x86
Microsoft.data.sapclient.resources.dll 1.0.0.25 33080 03-Nov-21 19:57 x86
Microsoft.data.sapclient.resources.dll 1.0.0.25 37672 03-Nov-21 19:57 x86
Microsoft.hostintegration.connectors.dll 2.80.5803.541 5262728 03-Nov-21 19:57 x86
Microsoft.mashup.container.exe 2.80.5803.541 22392 03-Nov-21 19:57 x64
Microsoft.mashup.container.netfx40.exe 2.80.5803.541 21880 03-Nov-21 19:57 x64
Microsoft.mashup.container.netfx45.exe 2.80.5803.541 22096 03-Nov-21 19:57 x64
Microsoft.mashup.eventsource.dll 2.80.5803.541 149368 03-Nov-21 19:57 x86
Microsoft.mashup.oauth.dll 2.80.5803.541 78712 03-Nov-21 19:57 x86
Microsoft.mashup.oauth.resources.dll 2.80.5803.541 14728 03-Nov-21 19:57 x86
Microsoft.mashup.oauth.resources.dll 2.80.5803.541 15240 03-Nov-21 19:57 x86
Microsoft.mashup.oauth.resources.dll 2.80.5803.541 15464 03-Nov-21 19:57 x86
Microsoft.mashup.oauth.resources.dll 2.80.5803.541 15224 03-Nov-21 19:57 x86
Microsoft.mashup.oauth.resources.dll 2.80.5803.541 15440 03-Nov-21 19:57 x86
Microsoft.mashup.oauth.resources.dll 2.80.5803.541 15232 03-Nov-21 19:57 x86
Microsoft.mashup.oauth.resources.dll 2.80.5803.541 14720 03-Nov-21 19:57 x86
Microsoft.mashup.oauth.resources.dll 2.80.5803.541 15744 03-Nov-21 19:57 x86
Microsoft.mashup.oauth.resources.dll 2.80.5803.541 14720 03-Nov-21 19:57 x86
Microsoft.mashup.oauth.resources.dll 2.80.5803.541 14928 03-Nov-21 19:57 x86
Microsoft.mashup.oledbinterop.dll 2.80.5803.541 192392 03-Nov-21 19:57 x64
Microsoft.mashup.oledbprovider.dll 2.80.5803.541 59984 03-Nov-21 19:57 x86
Microsoft.mashup.oledbprovider.resources.dll 2.80.5803.541 13192 03-Nov-21 19:57 x86
Microsoft.mashup.oledbprovider.resources.dll 2.80.5803.541 13192 03-Nov-21 19:57 x86
Microsoft.mashup.oledbprovider.resources.dll 2.80.5803.541 13392 03-Nov-21 19:57 x86
Microsoft.mashup.oledbprovider.resources.dll 2.80.5803.541 13192 03-Nov-21 19:57 x86
Microsoft.mashup.oledbprovider.resources.dll 2.80.5803.541 13184 03-Nov-21 19:57 x86
Microsoft.mashup.oledbprovider.resources.dll 2.80.5803.541 13184 03-Nov-21 19:57 x86
Microsoft.mashup.oledbprovider.resources.dll 2.80.5803.541 13192 03-Nov-21 19:57 x86
Microsoft.mashup.oledbprovider.resources.dll 2.80.5803.541 13392 03-Nov-21 19:57 x86
Microsoft.mashup.oledbprovider.resources.dll 2.80.5803.541 13184 03-Nov-21 19:57 x86
Microsoft.mashup.oledbprovider.resources.dll 2.80.5803.541 13392 03-Nov-21 19:57 x86
Microsoft.mashup.scriptdom.dll 2.40.4554.261 2371808 03-Nov-21 19:57 x86
Microsoft.mashup.shims.dll 2.80.5803.541 27512 03-Nov-21 19:57 x86
Microsoft.mashup.storage.xmlserializers.dll 1.0.0.0 140368 03-Nov-21 19:57 x86
Microsoft.mashupengine.dll 2.80.5803.541 14271872 03-Nov-21 19:57 x86
Microsoft.mashupengine.resources.dll 2.80.5803.541 553864 03-Nov-21 19:57 x86
Microsoft.mashupengine.resources.dll 2.80.5803.541 664656 03-Nov-21 19:57 x86
Microsoft.mashupengine.resources.dll 2.80.5803.541 656256 03-Nov-21 19:57 x86
Microsoft.mashupengine.resources.dll 2.80.5803.541 639880 03-Nov-21 19:57 x86
Microsoft.mashupengine.resources.dll 2.80.5803.541 689024 03-Nov-21 19:57 x86
Microsoft.mashupengine.resources.dll 2.80.5803.541 648064 03-Nov-21 19:57 x86
Microsoft.mashupengine.resources.dll 2.80.5803.541 627592 03-Nov-21 19:57 x86
Microsoft.mashupengine.resources.dll 2.80.5803.541 865360 03-Nov-21 19:57 x86
Microsoft.mashupengine.resources.dll 2.80.5803.541 545656 03-Nov-21 19:57 x86
Microsoft.mashupengine.resources.dll 2.80.5803.541 640080 03-Nov-21 19:57 x86
Microsoft.odata.core.netfx35.dll 6.15.0.0 1437568 03-Nov-21 19:57 x86
Microsoft.odata.edm.netfx35.dll 6.15.0.0 778632 03-Nov-21 19:57 x86
Microsoft.powerbi.adomdclient.dll 15.1.27.19 1104976 03-Nov-21 19:57 x86
Microsoft.spatial.netfx35.dll 6.15.0.0 126336 03-Nov-21 19:57 x86
Msmdctr.dll 2018.150.35.19 37256 03-Nov-21 19:56 x64
Msmdlocal.dll 2018.150.35.19 66289056 03-Nov-21 19:56 x64
Msmdlocal.dll 2018.150.35.19 47783816 03-Nov-21 19:56 x86
Msmdpump.dll 2018.150.35.19 10187672 03-Nov-21 19:56 x64
Msmdredir.dll 2018.150.35.19 7955864 03-Nov-21 19:56 x86
Msmdspdm.resources.dll 15.0.35.19 15768 03-Nov-21 19:56 x86
Msmdspdm.resources.dll 15.0.35.19 15768 03-Nov-21 19:56 x86
Msmdspdm.resources.dll 15.0.35.19 16280 03-Nov-21 19:56 x86
Msmdspdm.resources.dll 15.0.35.19 15768 03-Nov-21 19:56 x86
Msmdspdm.resources.dll 15.0.35.19 16280 03-Nov-21 19:56 x86
Msmdspdm.resources.dll 15.0.35.19 16280 03-Nov-21 19:56 x86
Msmdspdm.resources.dll 15.0.35.19 16280 03-Nov-21 19:56 x86
Msmdspdm.resources.dll 15.0.35.19 17304 03-Nov-21 19:56 x86
Msmdspdm.resources.dll 15.0.35.19 15760 03-Nov-21 19:56 x86
Msmdspdm.resources.dll 15.0.35.19 15768 03-Nov-21 19:56 x86
Msmdsrv.exe 2018.150.35.19 65826184 03-Nov-21 19:56 x64
Msmdsrv.rll 2018.150.35.19 832392 03-Nov-21 19:56 x64
Msmdsrv.rll 2018.150.35.19 1627032 03-Nov-21 19:56 x64
Msmdsrv.rll 2018.150.35.19 1452952 03-Nov-21 19:56 x64
Msmdsrv.rll 2018.150.35.19 1641880 03-Nov-21 19:56 x64
Msmdsrv.rll 2018.150.35.19 1607576 03-Nov-21 19:56 x64
Msmdsrv.rll 2018.150.35.19 1000344 03-Nov-21 19:56 x64
Msmdsrv.rll 2018.150.35.19 991632 03-Nov-21 19:56 x64
Msmdsrv.rll 2018.150.35.19 1535896 03-Nov-21 19:56 x64
Msmdsrv.rll 2018.150.35.19 1520536 03-Nov-21 19:56 x64
Msmdsrv.rll 2018.150.35.19 809880 03-Nov-21 19:56 x64
Msmdsrv.rll 2018.150.35.19 1595280 03-Nov-21 19:56 x64
Msmdsrvi.rll 2018.150.35.19 831368 03-Nov-21 19:56 x64
Msmdsrvi.rll 2018.150.35.19 1623432 03-Nov-21 19:56 x64
Msmdsrvi.rll 2018.150.35.19 1449864 03-Nov-21 19:56 x64
Msmdsrvi.rll 2018.150.35.19 1636744 03-Nov-21 19:56 x64
Msmdsrvi.rll 2018.150.35.19 1603464 03-Nov-21 19:56 x64
Msmdsrvi.rll 2018.150.35.19 997768 03-Nov-21 19:56 x64
Msmdsrvi.rll 2018.150.35.19 990088 03-Nov-21 19:56 x64
Msmdsrvi.rll 2018.150.35.19 1531784 03-Nov-21 19:56 x64
Msmdsrvi.rll 2018.150.35.19 1516936 03-Nov-21 19:56 x64
Msmdsrvi.rll 2018.150.35.19 808840 03-Nov-21 19:56 x64
Msmdsrvi.rll 2018.150.35.19 1590664 03-Nov-21 19:56 x64
Msmgdsrv.dll 2018.150.35.19 10184608 03-Nov-21 19:56 x64
Msmgdsrv.dll 2018.150.35.19 8278408 03-Nov-21 19:56 x86
Msolap.dll 2018.150.35.19 11015048 03-Nov-21 19:56 x64
Msolap.dll 2018.150.35.19 8607112 03-Nov-21 19:56 x86
Msolui.dll 2018.150.35.19 305560 03-Nov-21 19:56 x64
Msolui.dll 2018.150.35.19 285080 03-Nov-21 19:56 x86
Powerbiextensions.dll 2.80.5803.541 9470032 03-Nov-21 19:57 x86
Private_odbc32.dll 10.0.14832.1000 728456 03-Nov-21 19:57 x64
Sqlboot.dll 2019.150.4188.2 213896 03-Nov-21 19:56 x64
Sqlceip.exe 15.0.4188.2 291728 03-Nov-21 19:57 x86
Sqldumper.exe 2019.150.4188.2 152480 03-Nov-21 19:57 x86
Sqldumper.exe 2019.150.4188.2 185216 03-Nov-21 19:57 x64
System.spatial.netfx35.dll 5.7.0.62516 117640 03-Nov-21 19:57 x86
Tmapi.dll 2018.150.35.19 6177160 03-Nov-21 19:56 x64
Tmcachemgr.dll 2018.150.35.19 4916632 03-Nov-21 19:56 x64
Tmpersistence.dll 2018.150.35.19 1183624 03-Nov-21 19:56 x64
Tmtransactions.dll 2018.150.35.19 6805384 03-Nov-21 19:56 x64
Xmsrv.dll 2018.150.35.19 26024864 03-Nov-21 19:56 x64
Xmsrv.dll 2018.150.35.19 35459488 03-Nov-21 19:56 x86

SQL Server 2019 Database Services Common Core

File name File version File size Date Time Platform
Instapi150.dll 2019.150.4188.2 74632 03-Nov-21 19:57 x86
Instapi150.dll 2019.150.4188.2 86912 03-Nov-21 19:57 x64
Microsoft.sqlserver.mgdsqldumper.dll 2019.150.4188.2 99208 03-Nov-21 19:58 x64
Microsoft.sqlserver.mgdsqldumper.dll 2019.150.4188.2 86912 03-Nov-21 19:58 x86
Microsoft.sqlserver.rmo.dll 15.0.4188.2 549776 03-Nov-21 19:58 x86
Microsoft.sqlserver.rmo.dll 15.0.4188.2 549784 03-Nov-21 19:59 x86
Msasxpress.dll 2018.150.35.19 31112 03-Nov-21 19:59 x64
Msasxpress.dll 2018.150.35.19 25992 03-Nov-21 19:59 x86
Pbsvcacctsync.dll 2019.150.4188.2 86928 03-Nov-21 19:57 x64
Pbsvcacctsync.dll 2019.150.4188.2 74656 03-Nov-21 19:58 x86
Sqldumper.exe 2019.150.4188.2 152480 03-Nov-21 19:57 x86
Sqldumper.exe 2019.150.4188.2 185216 03-Nov-21 19:58 x64
Sqlftacct.dll 2019.150.4188.2 78728 03-Nov-21 19:58 x64
Sqlftacct.dll 2019.150.4188.2 58256 03-Nov-21 19:58 x86
Sqlmanager.dll 2019.150.4188.2 877448 03-Nov-21 19:58 x64
Sqlmanager.dll 2019.150.4188.2 742288 03-Nov-21 19:58 x86
Sqlmgmprovider.dll 2019.150.4188.2 377744 03-Nov-21 19:58 x86
Sqlmgmprovider.dll 2019.150.4188.2 430976 03-Nov-21 19:58 x64
Sqlsvcsync.dll 2019.150.4188.2 275336 03-Nov-21 19:58 x86
Sqlsvcsync.dll 2019.150.4188.2 357264 03-Nov-21 19:59 x64
Svrenumapi150.dll 2019.150.4188.2 910240 03-Nov-21 19:58 x86
Svrenumapi150.dll 2019.150.4188.2 1160080 03-Nov-21 19:58 x64

SQL Server 2019 sql_dreplay_client

File name File version File size Date Time Platform
Dreplayclient.exe 2019.150.4188.2 136088 03-Nov-21 19:57 x86
Dreplaycommon.dll 2019.150.4188.2 665496 03-Nov-21 19:57 x86
Dreplayutil.dll 2019.150.4188.2 304024 03-Nov-21 19:57 x86
Instapi150.dll 2019.150.4188.2 86912 03-Nov-21 19:57 x64
Sqlresourceloader.dll 2019.150.4188.2 37776 03-Nov-21 19:57 x86

SQL Server 2019 sql_dreplay_controller

File name File version File size Date Time Platform
Dreplaycommon.dll 2019.150.4188.2 665496 03-Nov-21 19:58 x86
Dreplaycontroller.exe 2019.150.4188.2 365464 03-Nov-21 19:58 x86
Instapi150.dll 2019.150.4188.2 86912 03-Nov-21 19:57 x64
Sqlresourceloader.dll 2019.150.4188.2 37776 03-Nov-21 19:58 x86

SQL Server 2019 Database Services Core Instance

File name File version File size Date Time Platform
Aetm-enclave-simulator.dll 2019.150.4188.2 4657048 03-Nov-21 20:58 x64
Aetm-enclave.dll 2019.150.4188.2 4611472 03-Nov-21 20:58 x64
Aetm-sgx-enclave-simulator.dll 2019.150.4188.2 4931344 03-Nov-21 20:58 x64
Aetm-sgx-enclave.dll 2019.150.4188.2 4871952 03-Nov-21 20:58 x64
Azureattest.dll 10.0.18965.1000 255056 03-Nov-21 19:50 x64
Azureattestmanager.dll 10.0.18965.1000 97528 03-Nov-21 19:50 x64
C1.dll 19.16.27034.0 2438520 03-Nov-21 20:58 x64
C2.dll 19.16.27034.0 7239032 03-Nov-21 20:58 x64
Cl.exe 19.16.27034.0 424360 03-Nov-21 20:58 x64
Clui.dll 19.16.27034.0 541048 03-Nov-21 20:58 x64
Datacollectorcontroller.dll 2019.150.4188.2 279424 03-Nov-21 20:58 x64
Dcexec.exe 2019.150.4188.2 86928 03-Nov-21 20:58 x64
Fssres.dll 2019.150.4188.2 95120 03-Nov-21 20:58 x64
Hadrres.dll 2019.150.4188.2 201616 03-Nov-21 20:58 x64
Hkcompile.dll 2019.150.4188.2 1291160 03-Nov-21 20:58 x64
Hkengine.dll 2019.150.4188.2 5784472 03-Nov-21 20:58 x64
Hkruntime.dll 2019.150.4188.2 181136 03-Nov-21 20:58 x64
Hktempdb.dll 2019.150.4188.2 62360 03-Nov-21 20:58 x64
Link.exe 14.16.27034.0 1707936 03-Nov-21 20:58 x64
Microsoft.sqlautoadmin.autobackupagent.dll 15.0.4188.2 234384 03-Nov-21 20:58 x86
Microsoft.sqlserver.xevent.linq.dll 2019.150.4188.2 324496 03-Nov-21 20:58 x64
Microsoft.sqlserver.xevent.targets.dll 2019.150.4188.2 91008 03-Nov-21 20:58 x64
Msobj140.dll 14.16.27034.0 134008 03-Nov-21 20:58 x64
Mspdb140.dll 14.16.27034.0 632184 03-Nov-21 20:58 x64
Mspdbcore.dll 14.16.27034.0 632184 03-Nov-21 20:58 x64
Msvcp140.dll 14.16.27034.0 628200 03-Nov-21 20:58 x64
Qds.dll 2019.150.4188.2 1184656 03-Nov-21 20:58 x64
Rsfxft.dll 2019.150.4188.2 50048 03-Nov-21 20:58 x64
Secforwarder.dll 2019.150.4188.2 78736 03-Nov-21 20:58 x64
Sqagtres.dll 2019.150.4188.2 86936 03-Nov-21 20:58 x64
Sqlaamss.dll 2019.150.4188.2 107392 03-Nov-21 20:58 x64
Sqlaccess.dll 2019.150.4188.2 492448 03-Nov-21 20:58 x64
Sqlagent.exe 2019.150.4188.2 729984 03-Nov-21 20:58 x64
Sqlagentctr150.dll 2019.150.4188.2 66456 03-Nov-21 20:58 x86
Sqlagentctr150.dll 2019.150.4188.2 78736 03-Nov-21 20:58 x64
Sqlboot.dll 2019.150.4188.2 213896 03-Nov-21 20:58 x64
Sqlceip.exe 15.0.4188.2 291728 03-Nov-21 20:58 x86
Sqlcmdss.dll 2019.150.4188.2 86928 03-Nov-21 20:58 x64
Sqlctr150.dll 2019.150.4188.2 140176 03-Nov-21 20:58 x64
Sqlctr150.dll 2019.150.4188.2 115600 03-Nov-21 20:58 x86
Sqldk.dll 2019.150.4188.2 3142536 03-Nov-21 20:58 x64
Sqldtsss.dll 2019.150.4188.2 107408 03-Nov-21 20:58 x64
Sqlevn70.rll 2019.150.4188.2 1594272 03-Nov-21 20:58 x64
Sqlevn70.rll 2019.150.4188.2 3498904 03-Nov-21 20:58 x64
Sqlevn70.rll 2019.150.4188.2 3695512 03-Nov-21 20:58 x64
Sqlevn70.rll 2019.150.4188.2 4162456 03-Nov-21 20:58 x64
Sqlevn70.rll 2019.150.4188.2 4281240 03-Nov-21 20:58 x64
Sqlevn70.rll 2019.150.4188.2 3412896 03-Nov-21 20:58 x64
Sqlevn70.rll 2019.150.4188.2 3580824 03-Nov-21 20:58 x64
Sqlevn70.rll 2019.150.4188.2 4154264 03-Nov-21 20:58 x64
Sqlevn70.rll 2019.150.4188.2 4010912 03-Nov-21 20:58 x64
Sqlevn70.rll 2019.150.4188.2 4060056 03-Nov-21 20:58 x64
Sqlevn70.rll 2019.150.4188.2 2220952 03-Nov-21 20:58 x64
Sqlevn70.rll 2019.150.4188.2 2171808 03-Nov-21 20:58 x64
Sqlevn70.rll 2019.150.4188.2 3867552 03-Nov-21 20:58 x64
Sqlevn70.rll 2019.150.4188.2 3543960 03-Nov-21 20:58 x64
Sqlevn70.rll 2019.150.4188.2 4015008 03-Nov-21 20:58 x64
Sqlevn70.rll 2019.150.4188.2 3818400 03-Nov-21 20:58 x64
Sqlevn70.rll 2019.150.4188.2 3814296 03-Nov-21 20:58 x64
Sqlevn70.rll 2019.150.4188.2 3613592 03-Nov-21 20:58 x64
Sqlevn70.rll 2019.150.4188.2 3498896 03-Nov-21 20:58 x64
Sqlevn70.rll 2019.150.4188.2 1536928 03-Nov-21 20:58 x64
Sqlevn70.rll 2019.150.4188.2 3904408 03-Nov-21 20:58 x64
Sqlevn70.rll 2019.150.4188.2 4027296 03-Nov-21 20:58 x64
Sqllang.dll 2019.150.4188.2 39977880 03-Nov-21 20:58 x64
Sqlmin.dll 2019.150.4188.2 40519560 03-Nov-21 20:58 x64
Sqlolapss.dll 2019.150.4188.2 103320 03-Nov-21 20:58 x64
Sqlos.dll 2019.150.4188.2 41856 03-Nov-21 20:58 x64
Sqlpowershellss.dll 2019.150.4188.2 82840 03-Nov-21 20:58 x64
Sqlrepss.dll 2019.150.4188.2 82848 03-Nov-21 20:58 x64
Sqlresourceloader.dll 2019.150.4188.2 50064 03-Nov-21 19:57 x64
Sqlscm.dll 2019.150.4188.2 86936 03-Nov-21 19:57 x64
Sqlscriptdowngrade.dll 2019.150.4188.2 37776 03-Nov-21 20:58 x64
Sqlscriptupgrade.dll 2019.150.4188.2 5804928 03-Nov-21 20:58 x64
Sqlserverspatial150.dll 2019.150.4188.2 672648 03-Nov-21 20:58 x64
Sqlservr.exe 2019.150.4188.2 627600 03-Nov-21 20:58 x64
Sqlsvc.dll 2019.150.4188.2 181120 03-Nov-21 19:57 x64
Sqltses.dll 2019.150.4188.2 9114520 03-Nov-21 20:58 x64
Sqsrvres.dll 2019.150.4188.2 279440 03-Nov-21 20:58 x64
Svl.dll 2019.150.4188.2 160640 03-Nov-21 20:58 x64
Vcruntime140.dll 14.16.27034.0 85992 03-Nov-21 20:58 x64
Xe.dll 2019.150.4188.2 721808 03-Nov-21 19:57 x64
Xpadsi.exe 2019.150.4188.2 115608 03-Nov-21 20:58 x64
Xplog70.dll 2019.150.4188.2 91024 03-Nov-21 20:58 x64
Xpqueue.dll 2019.150.4188.2 91024 03-Nov-21 20:58 x64
Xprepl.dll 2019.150.4188.2 119696 03-Nov-21 20:58 x64
Xpstar.dll 2019.150.4188.2 471968 03-Nov-21 20:58 x64

SQL Server 2019 Database Services Core Shared

File name File version File size Date Time Platform
Commanddest.dll 2019.150.4188.2 263072 03-Nov-21 19:50 x64
Datacollectortasks.dll 2019.150.4188.2 230280 03-Nov-21 19:57 x64
Distrib.exe 2019.150.4188.2 234384 03-Nov-21 19:57 x64
Dteparse.dll 2019.150.4188.2 123784 03-Nov-21 19:57 x64
Dteparsemgd.dll 2019.150.4188.2 131976 03-Nov-21 19:57 x64
Dtepkg.dll 2019.150.4188.2 148376 03-Nov-21 19:57 x64
Dtexec.exe 2019.150.4188.2 71560 03-Nov-21 19:57 x64
Dts.dll 2019.150.4188.2 3142552 03-Nov-21 19:50 x64
Dtscomexpreval.dll 2019.150.4188.2 500608 03-Nov-21 19:50 x64
Dtsconn.dll 2019.150.4188.2 521096 03-Nov-21 19:50 x64
Dtshost.exe 2019.150.4188.2 104328 03-Nov-21 19:57 x64
Dtsmsg150.dll 2019.150.4188.2 566160 03-Nov-21 19:57 x64
Dtspipeline.dll 2019.150.4188.2 1328016 03-Nov-21 19:50 x64
Dtswizard.exe 15.0.4188.2 885648 03-Nov-21 19:57 x64
Dtuparse.dll 2019.150.4188.2 99200 03-Nov-21 19:57 x64
Dtutil.exe 2019.150.4188.2 147336 03-Nov-21 19:57 x64
Exceldest.dll 2019.150.4188.2 279432 03-Nov-21 19:50 x64
Excelsrc.dll 2019.150.4188.2 308104 03-Nov-21 19:50 x64
Execpackagetask.dll 2019.150.4188.2 185248 03-Nov-21 19:50 x64
Flatfiledest.dll 2019.150.4188.2 410496 03-Nov-21 19:50 x64
Flatfilesrc.dll 2019.150.4188.2 426880 03-Nov-21 19:50 x64
Logread.exe 2019.150.4188.2 717696 03-Nov-21 19:57 x64
Mergetxt.dll 2019.150.4188.2 74624 03-Nov-21 19:57 x64
Microsoft.sqlserver.integrationservice.hadoop.common.dll 15.0.4188.2 58256 03-Nov-21 19:50 x86
Microsoft.sqlserver.integrationservices.runtimetelemetry.dll 15.0.4188.2 41856 03-Nov-21 19:50 x86
Microsoft.sqlserver.maintenanceplantasks.dll 15.0.4188.2 390016 03-Nov-21 19:57 x86
Microsoft.sqlserver.replication.dll 2019.150.4188.2 1639320 03-Nov-21 19:57 x86
Microsoft.sqlserver.rmo.dll 15.0.4188.2 549784 03-Nov-21 19:57 x86
Msdtssrvrutil.dll 2019.150.4188.2 111504 03-Nov-21 19:50 x64
Msgprox.dll 2019.150.4188.2 299912 03-Nov-21 19:57 x64
Msoledbsql.dll 2018.182.3.0 148432 03-Nov-21 19:57 x64
Msxmlsql.dll 2019.150.4188.2 1495952 03-Nov-21 19:57 x64
Oledbdest.dll 2019.150.4188.2 279432 03-Nov-21 19:50 x64
Oledbsrc.dll 2019.150.4188.2 312200 03-Nov-21 19:50 x64
Osql.exe 2019.150.4188.2 91008 03-Nov-21 19:57 x64
Qrdrsvc.exe 2019.150.4188.2 496528 03-Nov-21 19:57 x64
Rawdest.dll 2019.150.4188.2 226200 03-Nov-21 19:50 x64
Rawsource.dll 2019.150.4188.2 209816 03-Nov-21 19:50 x64
Rdistcom.dll 2019.150.4188.2 914320 03-Nov-21 19:57 x64
Recordsetdest.dll 2019.150.4188.2 209816 03-Nov-21 19:50 x64
Repldp.dll 2019.150.4188.2 312208 03-Nov-21 19:57 x64
Replerrx.dll 2019.150.4188.2 181120 03-Nov-21 19:57 x64
Replisapi.dll 2019.150.4188.2 394128 03-Nov-21 19:57 x64
Replmerg.exe 2019.150.4188.2 562048 03-Nov-21 19:57 x64
Replprov.dll 2019.150.4188.2 856960 03-Nov-21 19:57 x64
Replrec.dll 2019.150.4188.2 1033088 03-Nov-21 19:57 x64
Replsub.dll 2019.150.4188.2 471936 03-Nov-21 19:57 x64
Replsync.dll 2019.150.4188.2 164752 03-Nov-21 19:57 x64
Spresolv.dll 2019.150.4188.2 275344 03-Nov-21 19:57 x64
Sqlcmd.exe 2019.150.4188.2 263072 03-Nov-21 19:57 x64
Sqldiag.exe 2019.150.4188.2 1139608 03-Nov-21 19:57 x64
Sqldistx.dll 2019.150.4188.2 246672 03-Nov-21 19:57 x64
Sqllogship.exe 15.0.4188.2 103320 03-Nov-21 19:58 x64
Sqlmergx.dll 2019.150.4188.2 398216 03-Nov-21 19:57 x64
Sqlresourceloader.dll 2019.150.4188.2 37776 03-Nov-21 19:57 x86
Sqlresourceloader.dll 2019.150.4188.2 50064 03-Nov-21 19:57 x64
Sqlscm.dll 2019.150.4188.2 86936 03-Nov-21 19:57 x64
Sqlscm.dll 2019.150.4188.2 78752 03-Nov-21 19:57 x86
Sqlsvc.dll 2019.150.4188.2 148360 03-Nov-21 19:57 x86
Sqlsvc.dll 2019.150.4188.2 181120 03-Nov-21 19:57 x64
Sqltaskconnections.dll 2019.150.4188.2 205704 03-Nov-21 19:50 x64
Ssradd.dll 2019.150.4188.2 82816 03-Nov-21 19:57 x64
Ssravg.dll 2019.150.4188.2 82824 03-Nov-21 19:57 x64
Ssrdown.dll 2019.150.4188.2 74624 03-Nov-21 19:57 x64
Ssrmax.dll 2019.150.4188.2 82824 03-Nov-21 19:57 x64
Ssrmin.dll 2019.150.4188.2 82816 03-Nov-21 19:57 x64
Ssrpub.dll 2019.150.4188.2 74624 03-Nov-21 19:57 x64
Ssrup.dll 2019.150.4188.2 74624 03-Nov-21 19:57 x64
Txagg.dll 2019.150.4188.2 390016 03-Nov-21 19:50 x64
Txbdd.dll 2019.150.4188.2 189312 03-Nov-21 19:50 x64
Txdatacollector.dll 2019.150.4188.2 484232 03-Nov-21 19:57 x64
Txdataconvert.dll 2019.150.4188.2 316312 03-Nov-21 19:50 x64
Txderived.dll 2019.150.4188.2 639896 03-Nov-21 19:50 x64
Txlookup.dll 2019.150.4188.2 541576 03-Nov-21 19:50 x64
Txmerge.dll 2019.150.4188.2 258952 03-Nov-21 19:50 x64
Txmergejoin.dll 2019.150.4188.2 312200 03-Nov-21 19:50 x64
Txmulticast.dll 2019.150.4188.2 148352 03-Nov-21 19:50 x64
Txrowcount.dll 2019.150.4188.2 144264 03-Nov-21 19:50 x64
Txsort.dll 2019.150.4188.2 291744 03-Nov-21 19:50 x64
Txsplit.dll 2019.150.4188.2 623520 03-Nov-21 19:50 x64
Txunionall.dll 2019.150.4188.2 205696 03-Nov-21 19:50 x64
Xe.dll 2019.150.4188.2 721808 03-Nov-21 19:57 x64
Xmlsub.dll 2019.150.4188.2 295816 03-Nov-21 19:57 x64

SQL Server 2019 sql_extensibility

File name File version File size Date Time Platform
Commonlauncher.dll 2019.150.4188.2 95128 03-Nov-21 19:57 x64
Exthost.exe 2019.150.4188.2 238496 03-Nov-21 19:57 x64
Launchpad.exe 2019.150.4188.2 1221536 03-Nov-21 19:57 x64
Sqlsatellite.dll 2019.150.4188.2 1020816 03-Nov-21 19:57 x64

SQL Server 2019 Full-Text Engine

File name File version File size Date Time Platform
Fd.dll 2019.150.4188.2 684928 03-Nov-21 19:57 x64
Fdhost.exe 2019.150.4188.2 127896 03-Nov-21 19:57 x64
Fdlauncher.exe 2019.150.4188.2 78744 03-Nov-21 19:57 x64
Sqlft150ph.dll 2019.150.4188.2 91032 03-Nov-21 19:57 x64

SQL Server 2019 sql_inst_mr

File name File version File size Date Time Platform
Imrdll.dll 15.0.4188.2 29584 03-Nov-21 19:57 x86

SQL Server 2019 Integration Services

File name File version File size Date Time Platform
Commanddest.dll 2019.150.4188.2 263072 03-Nov-21 19:58 x64
Commanddest.dll 2019.150.4188.2 226176 03-Nov-21 19:58 x86
Dteparse.dll 2019.150.4188.2 111488 03-Nov-21 19:58 x86
Dteparse.dll 2019.150.4188.2 123784 03-Nov-21 19:58 x64
Dteparsemgd.dll 2019.150.4188.2 115584 03-Nov-21 19:58 x86
Dteparsemgd.dll 2019.150.4188.2 131976 03-Nov-21 19:58 x64
Dtepkg.dll 2019.150.4188.2 131992 03-Nov-21 19:58 x86
Dtepkg.dll 2019.150.4188.2 148376 03-Nov-21 19:58 x64
Dtexec.exe 2019.150.4188.2 62880 03-Nov-21 19:58 x86
Dtexec.exe 2019.150.4188.2 71560 03-Nov-21 19:58 x64
Dts.dll 2019.150.4188.2 2761616 03-Nov-21 19:58 x86
Dts.dll 2019.150.4188.2 3142552 03-Nov-21 19:58 x64
Dtscomexpreval.dll 2019.150.4188.2 443288 03-Nov-21 19:58 x86
Dtscomexpreval.dll 2019.150.4188.2 500608 03-Nov-21 19:58 x64
Dtsconn.dll 2019.150.4188.2 430984 03-Nov-21 19:58 x86
Dtsconn.dll 2019.150.4188.2 521096 03-Nov-21 19:58 x64
Dtsdebughost.exe 2019.150.4188.2 111000 03-Nov-21 19:58 x64
Dtsdebughost.exe 2019.150.4188.2 92552 03-Nov-21 19:58 x86
Dtshost.exe 2019.150.4188.2 104328 03-Nov-21 19:58 x64
Dtshost.exe 2019.150.4188.2 87424 03-Nov-21 19:58 x86
Dtsmsg150.dll 2019.150.4188.2 553872 03-Nov-21 19:58 x86
Dtsmsg150.dll 2019.150.4188.2 566160 03-Nov-21 19:58 x64
Dtspipeline.dll 2019.150.4188.2 1328016 03-Nov-21 19:58 x64
Dtspipeline.dll 2019.150.4188.2 1119120 03-Nov-21 19:58 x86
Dtswizard.exe 15.0.4188.2 885648 03-Nov-21 19:58 x64
Dtswizard.exe 15.0.4188.2 889744 03-Nov-21 19:58 x86
Dtuparse.dll 2019.150.4188.2 86936 03-Nov-21 19:58 x86
Dtuparse.dll 2019.150.4188.2 99200 03-Nov-21 19:58 x64
Dtutil.exe 2019.150.4188.2 128912 03-Nov-21 19:58 x86
Dtutil.exe 2019.150.4188.2 147336 03-Nov-21 19:58 x64
Exceldest.dll 2019.150.4188.2 234384 03-Nov-21 19:58 x86
Exceldest.dll 2019.150.4188.2 279432 03-Nov-21 19:58 x64
Excelsrc.dll 2019.150.4188.2 258960 03-Nov-21 19:58 x86
Excelsrc.dll 2019.150.4188.2 308104 03-Nov-21 19:58 x64
Execpackagetask.dll 2019.150.4188.2 185248 03-Nov-21 19:58 x64
Execpackagetask.dll 2019.150.4188.2 148360 03-Nov-21 19:58 x86
Flatfiledest.dll 2019.150.4188.2 357256 03-Nov-21 19:58 x86
Flatfiledest.dll 2019.150.4188.2 410496 03-Nov-21 19:58 x64
Flatfilesrc.dll 2019.150.4188.2 369544 03-Nov-21 19:58 x86
Flatfilesrc.dll 2019.150.4188.2 426880 03-Nov-21 19:58 x64
Isdbupgradewizard.exe 15.0.4188.2 119696 03-Nov-21 19:58 x86
Isserverexec.exe 15.0.4188.2 144272 03-Nov-21 19:58 x64
Isserverexec.exe 15.0.4188.2 148368 03-Nov-21 19:58 x86
Microsoft.sqlserver.astasks.dll 15.0.4188.2 115584 03-Nov-21 19:58 x86
Microsoft.sqlserver.integrationservice.hadoop.common.dll 15.0.4188.2 58240 03-Nov-21 19:58 x86
Microsoft.sqlserver.integrationservice.hadoop.common.dll 15.0.4188.2 58256 03-Nov-21 19:58 x86
Microsoft.sqlserver.integrationservices.isserverdbupgrade.dll 15.0.4188.2 508816 03-Nov-21 19:58 x86
Microsoft.sqlserver.integrationservices.isserverdbupgrade.dll 15.0.4188.2 508824 03-Nov-21 19:58 x86
Microsoft.sqlserver.integrationservices.runtimetelemetry.dll 15.0.4188.2 41856 03-Nov-21 19:58 x86
Microsoft.sqlserver.integrationservices.runtimetelemetry.dll 15.0.4188.2 41864 03-Nov-21 19:58 x86
Microsoft.sqlserver.maintenanceplantasks.dll 15.0.4188.2 390016 03-Nov-21 19:58 x86
Microsoft.sqlserver.management.integrationservicesenum.dll 15.0.4188.2 58240 03-Nov-21 19:58 x86
Microsoft.sqlserver.management.integrationservicesenum.dll 15.0.4188.2 58264 03-Nov-21 19:58 x86
Microsoft.sqlserver.scripttask.dll 15.0.4188.2 140176 03-Nov-21 19:58 x86
Microsoft.sqlserver.scripttask.dll 15.0.4188.2 140176 03-Nov-21 19:58 x86
Msdtssrvr.exe 15.0.4188.2 217984 03-Nov-21 19:58 x64
Msdtssrvrutil.dll 2019.150.4188.2 111504 03-Nov-21 19:58 x64
Msdtssrvrutil.dll 2019.150.4188.2 99208 03-Nov-21 19:58 x86
Msmdpp.dll 2018.150.35.19 10062744 03-Nov-21 19:58 x64
Odbcdest.dll 2019.150.4188.2 316320 03-Nov-21 19:58 x86
Odbcdest.dll 2019.150.4188.2 369536 03-Nov-21 19:58 x64
Odbcsrc.dll 2019.150.4188.2 328584 03-Nov-21 19:58 x86
Odbcsrc.dll 2019.150.4188.2 381840 03-Nov-21 19:58 x64
Oledbdest.dll 2019.150.4188.2 238464 03-Nov-21 19:58 x86
Oledbdest.dll 2019.150.4188.2 279432 03-Nov-21 19:58 x64
Oledbsrc.dll 2019.150.4188.2 263064 03-Nov-21 19:58 x86
Oledbsrc.dll 2019.150.4188.2 312200 03-Nov-21 19:58 x64
Rawdest.dll 2019.150.4188.2 189320 03-Nov-21 19:58 x86
Rawdest.dll 2019.150.4188.2 226200 03-Nov-21 19:58 x64
Rawsource.dll 2019.150.4188.2 177032 03-Nov-21 19:58 x86
Rawsource.dll 2019.150.4188.2 209816 03-Nov-21 19:58 x64
Recordsetdest.dll 2019.150.4188.2 177032 03-Nov-21 19:58 x86
Recordsetdest.dll 2019.150.4188.2 209816 03-Nov-21 19:58 x64
Sqlceip.exe 15.0.4188.2 291728 03-Nov-21 19:58 x86
Sqldest.dll 2019.150.4188.2 275328 03-Nov-21 19:58 x64
Sqldest.dll 2019.150.4188.2 238464 03-Nov-21 19:58 x86
Sqltaskconnections.dll 2019.150.4188.2 205704 03-Nov-21 19:58 x64
Sqltaskconnections.dll 2019.150.4188.2 168832 03-Nov-21 19:58 x86
Txagg.dll 2019.150.4188.2 390016 03-Nov-21 19:58 x64
Txagg.dll 2019.150.4188.2 328600 03-Nov-21 19:58 x86
Txbdd.dll 2019.150.4188.2 156544 03-Nov-21 19:58 x86
Txbdd.dll 2019.150.4188.2 189312 03-Nov-21 19:58 x64
Txbestmatch.dll 2019.150.4188.2 545696 03-Nov-21 19:58 x86
Txbestmatch.dll 2019.150.4188.2 652184 03-Nov-21 19:58 x64
Txcache.dll 2019.150.4188.2 172928 03-Nov-21 19:58 x86
Txcache.dll 2019.150.4188.2 209800 03-Nov-21 19:58 x64
Txcharmap.dll 2019.150.4188.2 275328 03-Nov-21 19:58 x86
Txcharmap.dll 2019.150.4188.2 316312 03-Nov-21 19:58 x64
Txcopymap.dll 2019.150.4188.2 172944 03-Nov-21 19:58 x86
Txcopymap.dll 2019.150.4188.2 201600 03-Nov-21 19:58 x64
Txdataconvert.dll 2019.150.4188.2 275344 03-Nov-21 19:58 x86
Txdataconvert.dll 2019.150.4188.2 316312 03-Nov-21 19:58 x64
Txderived.dll 2019.150.4188.2 557960 03-Nov-21 19:58 x86
Txderived.dll 2019.150.4188.2 639896 03-Nov-21 19:58 x64
Txfileextractor.dll 2019.150.4188.2 222096 03-Nov-21 19:58 x64
Txfileextractor.dll 2019.150.4188.2 185216 03-Nov-21 19:58 x86
Txfileinserter.dll 2019.150.4188.2 185224 03-Nov-21 19:58 x86
Txfileinserter.dll 2019.150.4188.2 222088 03-Nov-21 19:58 x64
Txgroupdups.dll 2019.150.4188.2 320384 03-Nov-21 19:58 x64
Txgroupdups.dll 2019.150.4188.2 254872 03-Nov-21 19:58 x86
Txlineage.dll 2019.150.4188.2 156568 03-Nov-21 19:58 x64
Txlineage.dll 2019.150.4188.2 127880 03-Nov-21 19:58 x86
Txlookup.dll 2019.150.4188.2 467864 03-Nov-21 19:58 x86
Txlookup.dll 2019.150.4188.2 541576 03-Nov-21 19:58 x64
Txmerge.dll 2019.150.4188.2 258952 03-Nov-21 19:58 x64
Txmerge.dll 2019.150.4188.2 205704 03-Nov-21 19:58 x86
Txmergejoin.dll 2019.150.4188.2 254856 03-Nov-21 19:58 x86
Txmergejoin.dll 2019.150.4188.2 312200 03-Nov-21 19:58 x64
Txmulticast.dll 2019.150.4188.2 119704 03-Nov-21 19:58 x86
Txmulticast.dll 2019.150.4188.2 148352 03-Nov-21 19:58 x64
Txpivot.dll 2019.150.4188.2 209792 03-Nov-21 19:58 x86
Txpivot.dll 2019.150.4188.2 242568 03-Nov-21 19:58 x64
Txrowcount.dll 2019.150.4188.2 115584 03-Nov-21 19:58 x86
Txrowcount.dll 2019.150.4188.2 144264 03-Nov-21 19:58 x64
Txsampling.dll 2019.150.4188.2 193432 03-Nov-21 19:58 x64
Txsampling.dll 2019.150.4188.2 160648 03-Nov-21 19:58 x86
Txscd.dll 2019.150.4188.2 197512 03-Nov-21 19:58 x86
Txscd.dll 2019.150.4188.2 234368 03-Nov-21 19:58 x64
Txsort.dll 2019.150.4188.2 291744 03-Nov-21 19:58 x64
Txsort.dll 2019.150.4188.2 234368 03-Nov-21 19:58 x86
Txsplit.dll 2019.150.4188.2 549760 03-Nov-21 19:58 x86
Txsplit.dll 2019.150.4188.2 623520 03-Nov-21 19:58 x64
Txtermextraction.dll 2019.150.4188.2 8643464 03-Nov-21 19:58 x86
Txtermextraction.dll 2019.150.4188.2 8700816 03-Nov-21 19:58 x64
Txtermlookup.dll 2019.150.4188.2 4182912 03-Nov-21 19:58 x64
Txtermlookup.dll 2019.150.4188.2 4137880 03-Nov-21 19:58 x86
Txunionall.dll 2019.150.4188.2 205696 03-Nov-21 19:58 x64
Txunionall.dll 2019.150.4188.2 160672 03-Nov-21 19:58 x86
Txunpivot.dll 2019.150.4188.2 222080 03-Nov-21 19:58 x64
Txunpivot.dll 2019.150.4188.2 181144 03-Nov-21 19:58 x86
Xe.dll 2019.150.4188.2 631704 03-Nov-21 19:58 x86
Xe.dll 2019.150.4188.2 721808 03-Nov-21 19:58 x64

SQL Server 2019 sql_polybase_core_inst

File name File version File size Date Time Platform
Dms.dll 15.0.1951.0 558480 03-Nov-21 20:47 x86
Dmsnative.dll 2018.150.1951.0 151464 03-Nov-21 20:47 x64
Dwengineservice.dll 15.0.1951.0 43944 03-Nov-21 20:47 x86
Eng_polybase_odbcdrivermongo_238_mongodbodbc_sb64_dll.64 2.3.8.1008 17142672 03-Nov-21 20:47 x64
Eng_polybase_odbcdrivermongo_238_saslsspi_dll.64 1.0.2.1003 146304 03-Nov-21 20:47 x64
Eng_polybase_odbcdriveroracle_802_mscurl28_dll.64 8.0.2.116 2446928 03-Nov-21 20:47 x64
Eng_polybase_odbcdriveroracle_802_msora28_dll.64 8.0.2.2371 2250320 03-Nov-21 20:47 x64
Eng_polybase_odbcdriveroracle_802_msora28r_dll.64 8.0.2.2371 147024 03-Nov-21 20:47 x64
Eng_polybase_odbcdriveroracle_802_msssl28_dll.64 8.0.2.244 2412624 03-Nov-21 20:47 x64
Eng_polybase_odbcdriveroracle_802_mstls28_dll.64 8.0.2.39 2928720 03-Nov-21 20:47 x64
Icudt58.dll 58.2.0.0 27109768 03-Nov-21 20:47 x64
Icudt58.dll 58.2.0.0 27109832 03-Nov-21 20:47 x64
Icuin58.dll 58.2.0.0 2425288 03-Nov-21 20:47 x64
Icuin58.dll 58.2.0.0 2431880 03-Nov-21 20:47 x64
Icuuc42.dll 8.0.2.124 15488080 03-Nov-21 20:47 x64
Icuuc58.dll 58.2.0.0 1775048 03-Nov-21 20:47 x64
Icuuc58.dll 58.2.0.0 1783688 03-Nov-21 20:47 x64
Instapi150.dll 2019.150.4188.2 86912 03-Nov-21 20:47 x64
Libcrypto-1_1-x64.dll 1.1.0.10 2620304 03-Nov-21 20:47 x64
Libcrypto 1.1.1.4 2953680 03-Nov-21 20:47 x64
Libsasl.dll 2.1.26.0 292224 03-Nov-21 20:47 x64
Libssl-1_1-x64.dll 1.1.0.10 648080 03-Nov-21 20:47 x64
Libssl 1.1.1.4 798160 03-Nov-21 20:47 x64
Microsoft.sqlserver.datawarehouse.backup.backupmetadata.dll 15.0.1951.0 66448 03-Nov-21 20:47 x86
Microsoft.sqlserver.datawarehouse.catalog.dll 15.0.1951.0 292256 03-Nov-21 20:47 x86
Microsoft.sqlserver.datawarehouse.common.dll 15.0.1951.0 1955752 03-Nov-21 20:47 x86
Microsoft.sqlserver.datawarehouse.configuration.dll 15.0.1951.0 168360 03-Nov-21 20:47 x86
Microsoft.sqlserver.datawarehouse.datamovement.common.dll 15.0.1951.0 648080 03-Nov-21 20:47 x86
Microsoft.sqlserver.datawarehouse.datamovement.manager.dll 15.0.1951.0 245136 03-Nov-21 20:47 x86
Microsoft.sqlserver.datawarehouse.datamovement.messagetypes.dll 15.0.1951.0 138128 03-Nov-21 20:47 x86
Microsoft.sqlserver.datawarehouse.datamovement.messagingprotocol.dll 15.0.1951.0 78752 03-Nov-21 20:47 x86
Microsoft.sqlserver.datawarehouse.diagnostics.dll 15.0.1951.0 50088 03-Nov-21 20:47 x86
Microsoft.sqlserver.datawarehouse.distributor.dll 15.0.1951.0 87440 03-Nov-21 20:47 x86
Microsoft.sqlserver.datawarehouse.engine.dll 15.0.1951.0 1128336 03-Nov-21 20:47 x86
Microsoft.sqlserver.datawarehouse.engine.statsstream.dll 15.0.1951.0 79760 03-Nov-21 20:47 x86
Microsoft.sqlserver.datawarehouse.eventing.dll 15.0.1951.0 69520 03-Nov-21 20:47 x86
Microsoft.sqlserver.datawarehouse.fabric.appliance.dll 15.0.1951.0 34208 03-Nov-21 20:47 x86
Microsoft.sqlserver.datawarehouse.fabric.interface.dll 15.0.1951.0 30112 03-Nov-21 20:47 x86
Microsoft.sqlserver.datawarehouse.fabric.polybase.dll 15.0.1951.0 45472 03-Nov-21 20:47 x86
Microsoft.sqlserver.datawarehouse.fabric.xdbinterface.dll 15.0.1951.0 20384 03-Nov-21 20:47 x86
Microsoft.sqlserver.datawarehouse.failover.dll 15.0.1951.0 25504 03-Nov-21 20:47 x86
Microsoft.sqlserver.datawarehouse.hadoop.hadoopbridge.dll 15.0.1951.0 130472 03-Nov-21 20:47 x86
Microsoft.sqlserver.datawarehouse.loadercommon.dll 15.0.1951.0 85408 03-Nov-21 20:47 x86
Microsoft.sqlserver.datawarehouse.loadmanager.dll 15.0.1951.0 99744 03-Nov-21 20:47 x86
Microsoft.sqlserver.datawarehouse.localization.dll 15.0.1951.0 291744 03-Nov-21 20:47 x86
Microsoft.sqlserver.datawarehouse.localization.resources.dll 15.0.1951.0 119200 03-Nov-21 20:47 x86
Microsoft.sqlserver.datawarehouse.localization.resources.dll 15.0.1951.0 137120 03-Nov-21 20:47 x86
Microsoft.sqlserver.datawarehouse.localization.resources.dll 15.0.1951.0 140192 03-Nov-21 20:47 x86
Microsoft.sqlserver.datawarehouse.localization.resources.dll 15.0.1951.0 136600 03-Nov-21 20:47 x86
Microsoft.sqlserver.datawarehouse.localization.resources.dll 15.0.1951.0 149400 03-Nov-21 20:47 x86
Microsoft.sqlserver.datawarehouse.localization.resources.dll 15.0.1951.0 138656 03-Nov-21 20:47 x86
Microsoft.sqlserver.datawarehouse.localization.resources.dll 15.0.1951.0 133536 03-Nov-21 20:47 x86
Microsoft.sqlserver.datawarehouse.localization.resources.dll 15.0.1951.0 175520 03-Nov-21 20:47 x86
Microsoft.sqlserver.datawarehouse.localization.resources.dll 15.0.1951.0 116128 03-Nov-21 20:47 x86
Microsoft.sqlserver.datawarehouse.localization.resources.dll 15.0.1951.0 135584 03-Nov-21 20:47 x86
Microsoft.sqlserver.datawarehouse.nodes.dll 15.0.1951.0 71592 03-Nov-21 20:47 x86
Microsoft.sqlserver.datawarehouse.nulltransaction.dll 15.0.1951.0 20888 03-Nov-21 20:47 x86
Microsoft.sqlserver.datawarehouse.parallelizer.dll 15.0.1951.0 36240 03-Nov-21 20:47 x86
Microsoft.sqlserver.datawarehouse.resourcemanagement.dll 15.0.1951.0 127912 03-Nov-21 20:47 x86
Microsoft.sqlserver.datawarehouse.sql.dll 15.0.1951.0 3063696 03-Nov-21 20:47 x86
Microsoft.sqlserver.datawarehouse.sql.parser.dll 15.0.1951.0 3954576 03-Nov-21 20:47 x86
Microsoft.sqlserver.datawarehouse.sql.parser.resources.dll 15.0.1951.0 117136 03-Nov-21 20:47 x86
Microsoft.sqlserver.datawarehouse.sql.parser.resources.dll 15.0.1951.0 131984 03-Nov-21 20:47 x86
Microsoft.sqlserver.datawarehouse.sql.parser.resources.dll 15.0.1951.0 136592 03-Nov-21 20:47 x86
Microsoft.sqlserver.datawarehouse.sql.parser.resources.dll 15.0.1951.0 132496 03-Nov-21 20:47 x86
Microsoft.sqlserver.datawarehouse.sql.parser.resources.dll 15.0.1951.0 147360 03-Nov-21 20:47 x86
Microsoft.sqlserver.datawarehouse.sql.parser.resources.dll 15.0.1951.0 133008 03-Nov-21 20:47 x86
Microsoft.sqlserver.datawarehouse.sql.parser.resources.dll 15.0.1951.0 129424 03-Nov-21 20:47 x86
Microsoft.sqlserver.datawarehouse.sql.parser.resources.dll 15.0.1951.0 169888 03-Nov-21 20:47 x86
Microsoft.sqlserver.datawarehouse.sql.parser.resources.dll 15.0.1951.0 114064 03-Nov-21 20:47 x86
Microsoft.sqlserver.datawarehouse.sql.parser.resources.dll 15.0.1951.0 130960 03-Nov-21 20:47 x86
Microsoft.sqlserver.datawarehouse.sqldistributor.dll 15.0.1951.0 66464 03-Nov-21 20:47 x86
Microsoft.sqlserver.datawarehouse.transactsql.scriptdom.dll 15.0.1951.0 2681744 03-Nov-21 20:47 x86
Microsoft.sqlserver.datawarehouse.utilities.dll 15.0.1951.0 2435496 03-Nov-21 20:47 x86
Mpdwinterop.dll 2019.150.4188.2 451456 03-Nov-21 20:47 x64
Mpdwsvc.exe 2019.150.4188.2 7386008 03-Nov-21 20:47 x64
Msodbcsql17.dll 2017.174.1.1 2016120 03-Nov-21 20:47 x64
Odbc32.dll 10.0.17763.1 720792 03-Nov-21 20:47 x64
Odbccp32.dll 10.0.17763.1 138136 03-Nov-21 20:47 x64
Odbctrac.dll 10.0.17763.1 175000 03-Nov-21 20:47 x64
Saslplain.dll 2.1.26.0 170880 03-Nov-21 20:47 x64
Secforwarder.dll 2019.150.4188.2 78736 03-Nov-21 20:47 x64
Sharedmemory.dll 2018.150.1951.0 60320 03-Nov-21 20:47 x64
Sqldk.dll 2019.150.4188.2 3142536 03-Nov-21 20:47 x64
Sqldumper.exe 2019.150.4188.2 185216 03-Nov-21 20:47 x64
Sqlevn70.rll 2019.150.4188.2 1594272 03-Nov-21 20:47 x64
Sqlevn70.rll 2019.150.4188.2 4162456 03-Nov-21 20:47 x64
Sqlevn70.rll 2019.150.4188.2 3412896 03-Nov-21 20:47 x64
Sqlevn70.rll 2019.150.4188.2 4154264 03-Nov-21 20:47 x64
Sqlevn70.rll 2019.150.4188.2 4060056 03-Nov-21 20:47 x64
Sqlevn70.rll 2019.150.4188.2 2220952 03-Nov-21 20:47 x64
Sqlevn70.rll 2019.150.4188.2 2171808 03-Nov-21 20:47 x64
Sqlevn70.rll 2019.150.4188.2 3818400 03-Nov-21 20:47 x64
Sqlevn70.rll 2019.150.4188.2 3814296 03-Nov-21 20:47 x64
Sqlevn70.rll 2019.150.4188.2 1536928 03-Nov-21 20:47 x64
Sqlevn70.rll 2019.150.4188.2 4027296 03-Nov-21 20:47 x64
Sqlos.dll 2019.150.4188.2 41856 03-Nov-21 20:47 x64
Sqlsortpdw.dll 2018.150.1951.0 4840352 03-Nov-21 20:47 x64
Sqltses.dll 2019.150.4188.2 9114520 03-Nov-21 20:47 x64
Tdataodbc_sb 16.20.0.1078 14995920 03-Nov-21 20:47 x64
Terasso.dll 16.20.0.13 2158896 03-Nov-21 20:47 x64
Zlibwapi.dll 1.2.11.0 281472 03-Nov-21 20:47 x64

SQL Server 2019 sql_shared_mr

File name File version File size Date Time Platform
Smrdll.dll 15.0.4188.2 29584 03-Nov-21 19:57 x86

SQL Server 2019 sql_tools_extensions

File name File version File size Date Time Platform
Autoadmin.dll 2019.150.4188.2 1631104 03-Nov-21 20:12 x86
Dtaengine.exe 2019.150.4188.2 217984 03-Nov-21 20:12 x86
Dteparse.dll 2019.150.4188.2 111488 03-Nov-21 20:12 x86
Dteparse.dll 2019.150.4188.2 123784 03-Nov-21 20:12 x64
Dteparsemgd.dll 2019.150.4188.2 115584 03-Nov-21 20:12 x86
Dteparsemgd.dll 2019.150.4188.2 131976 03-Nov-21 20:12 x64
Dtepkg.dll 2019.150.4188.2 148376 03-Nov-21 20:12 x64
Dtepkg.dll 2019.150.4188.2 131992 03-Nov-21 20:12 x86
Dtexec.exe 2019.150.4188.2 62880 03-Nov-21 20:12 x86
Dtexec.exe 2019.150.4188.2 71560 03-Nov-21 20:12 x64
Dts.dll 2019.150.4188.2 2761616 03-Nov-21 20:12 x86
Dts.dll 2019.150.4188.2 3142552 03-Nov-21 20:12 x64
Dtscomexpreval.dll 2019.150.4188.2 500608 03-Nov-21 20:12 x64
Dtscomexpreval.dll 2019.150.4188.2 443288 03-Nov-21 20:12 x86
Dtsconn.dll 2019.150.4188.2 430984 03-Nov-21 20:12 x86
Dtsconn.dll 2019.150.4188.2 521096 03-Nov-21 20:12 x64
Dtshost.exe 2019.150.4188.2 104328 03-Nov-21 20:12 x64
Dtshost.exe 2019.150.4188.2 87424 03-Nov-21 20:12 x86
Dtsmsg150.dll 2019.150.4188.2 553872 03-Nov-21 19:57 x86
Dtsmsg150.dll 2019.150.4188.2 566160 03-Nov-21 19:57 x64
Dtspipeline.dll 2019.150.4188.2 1119120 03-Nov-21 20:12 x86
Dtspipeline.dll 2019.150.4188.2 1328016 03-Nov-21 20:12 x64
Dtswizard.exe 15.0.4188.2 885648 03-Nov-21 20:12 x64
Dtswizard.exe 15.0.4188.2 889744 03-Nov-21 20:12 x86
Dtuparse.dll 2019.150.4188.2 99200 03-Nov-21 20:12 x64
Dtuparse.dll 2019.150.4188.2 86936 03-Nov-21 20:12 x86
Dtutil.exe 2019.150.4188.2 147336 03-Nov-21 20:12 x64
Dtutil.exe 2019.150.4188.2 128912 03-Nov-21 20:12 x86
Exceldest.dll 2019.150.4188.2 234384 03-Nov-21 20:12 x86
Exceldest.dll 2019.150.4188.2 279432 03-Nov-21 20:12 x64
Excelsrc.dll 2019.150.4188.2 258960 03-Nov-21 20:12 x86
Excelsrc.dll 2019.150.4188.2 308104 03-Nov-21 20:12 x64
Flatfiledest.dll 2019.150.4188.2 410496 03-Nov-21 20:12 x64
Flatfiledest.dll 2019.150.4188.2 357256 03-Nov-21 20:12 x86
Flatfilesrc.dll 2019.150.4188.2 369544 03-Nov-21 20:12 x86
Flatfilesrc.dll 2019.150.4188.2 426880 03-Nov-21 20:12 x64
Microsoft.sqlserver.astasks.dll 15.0.4188.2 115600 03-Nov-21 20:12 x86
Microsoft.sqlserver.chainer.infrastructure.dll 15.0.4188.2 402328 03-Nov-21 20:12 x86
Microsoft.sqlserver.chainer.infrastructure.dll 15.0.4188.2 402328 03-Nov-21 20:12 x86
Microsoft.sqlserver.configuration.sco.dll 15.0.4188.2 2999168 03-Nov-21 20:12 x86
Microsoft.sqlserver.configuration.sco.dll 15.0.4188.2 2999176 03-Nov-21 20:12 x86
Microsoft.sqlserver.integrationservices.runtimetelemetry.dll 15.0.4188.2 41856 03-Nov-21 20:12 x86
Microsoft.sqlserver.integrationservices.runtimetelemetry.dll 15.0.4188.2 41864 03-Nov-21 20:12 x86
Microsoft.sqlserver.management.integrationservicesenum.dll 15.0.4188.2 58264 03-Nov-21 20:12 x86
Microsoft.sqlserver.olapenum.dll 15.0.18181.0 99760 03-Nov-21 19:58 x86
Msdtssrvrutil.dll 2019.150.4188.2 111504 03-Nov-21 20:12 x64
Msdtssrvrutil.dll 2019.150.4188.2 99208 03-Nov-21 20:12 x86
Msmgdsrv.dll 2018.150.35.19 8278408 03-Nov-21 19:59 x86
Oledbdest.dll 2019.150.4188.2 238464 03-Nov-21 20:12 x86
Oledbdest.dll 2019.150.4188.2 279432 03-Nov-21 20:12 x64
Oledbsrc.dll 2019.150.4188.2 263064 03-Nov-21 20:12 x86
Oledbsrc.dll 2019.150.4188.2 312200 03-Nov-21 20:12 x64
Sqlresourceloader.dll 2019.150.4188.2 50064 03-Nov-21 20:12 x64
Sqlresourceloader.dll 2019.150.4188.2 37776 03-Nov-21 20:12 x86
Sqlscm.dll 2019.150.4188.2 78752 03-Nov-21 20:12 x86
Sqlscm.dll 2019.150.4188.2 86936 03-Nov-21 20:12 x64
Sqlsvc.dll 2019.150.4188.2 148360 03-Nov-21 20:12 x86
Sqlsvc.dll 2019.150.4188.2 181120 03-Nov-21 20:12 x64
Sqltaskconnections.dll 2019.150.4188.2 205704 03-Nov-21 20:12 x64
Sqltaskconnections.dll 2019.150.4188.2 168832 03-Nov-21 20:12 x86
Txdataconvert.dll 2019.150.4188.2 316312 03-Nov-21 20:12 x64
Txdataconvert.dll 2019.150.4188.2 275344 03-Nov-21 20:12 x86
Xe.dll 2019.150.4188.2 631704 03-Nov-21 20:12 x86
Xe.dll 2019.150.4188.2 721808 03-Nov-21 20:12 x64

Uninstalling the Update

How to Uninstall this Update on Windows

Should you need to revert the Cumulative Update 14 on a Windows system, the process is straightforward. First, open the Programs and Features item within the Control Panel. Next, select View installed updates to display all applied patches. Locate the entry specifically corresponding to this cumulative update package under SQL Server 2019. Finally, press and hold (or right-click) the entry, and then select Uninstall to remove the update from your system.

How to Uninstall this Update on Linux

For Linux environments, uninstalling this CU involves rolling back the SQL Server package to its previous version. This action effectively undoes the changes introduced by the cumulative update. For comprehensive information and detailed instructions on how to roll back the installation, please refer to the official documentation on Rollback SQL Server on Linux.


Have you already applied SQL Server 2019 CU14 to your environment? What improvements or challenges have you observed? Share your experiences and insights in the comments below to help other members of the SQL Server community!

Post a Comment