SQL Server 2019 Update: KB5001090 (Cumulative Update 10) Now Available
Release Date: April 06, 2021
Version: 15.0.4123.1
Summary¶
This article provides details about Cumulative Update package 10 (CU10) for Microsoft SQL Server 2019. This update incorporates 40 important fixes that have been addressed since the release of SQL Server 2019 Cumulative Update 9. It is crucial to understand that CU10 updates specific components within your SQL Server environment. These updated components are reflected in the following builds:
- SQL Server - Product version: 15.0.4123.1, file version: 2019.150.4123.1
- Analysis Services - Product version: 15.0.34.32, file version: 2018.150.34.32
A critical issue was identified following changes related to Scalar UDF Inlining in Cumulative Update 9 (CU9) for Microsoft SQL Server 2019. This defect, present in both CU9 and CU10, can lead to an access violation. This occurs specifically when an object invokes a scalar inlineable UDF (UDF1) in conjunction with another scalar inlineable UDF (UDF2) used as an input parameter. The code pattern illustrating this is as follows:
OBJECT DEFINITION(view/UDF/TVF/procedure)
...
SELECT UDF1(UDF2());
...
While a definitive fix for this will be included in a future cumulative update, immediate mitigation is possible. To circumvent this problem, it is recommended to disable Scalar UDF inlining. Two options are available to achieve this:
- Modify the definition of UDF2 by appending
WITH INLINE = OFFto its existing definition. - Disable inlining at the database level using the command:
ALTER DATABASE SCOPED CONFIGURATION SET TSQL_SCALAR_UDF_INLINING = OFF.
Further examples and detailed guidance on disabling Scalar UDF inlining can be found in the Microsoft documentation, specifically in the section titled “Disable Scalar UDF Inlining without changing the compatibility level”.
For users seeking a comprehensive overview of builds and their corresponding support lifecycles, a downloadable Excel workbook is readily available. This Excel file contains a detailed summary, including fix lists for both SQL Server 2019 and SQL Server 2017. This resource can be accessed via the provided Microsoft link to download the Excel file.
It is important to note that individual entries within the subsequent table of fixes can be directly referenced using bookmarks. By selecting a bug reference ID, a bookmark tag is automatically appended to the URL in the format “#NNNNNNNN”. This feature facilitates easy sharing of specific fixes with colleagues or support teams, enabling them to directly access the relevant information within the table.
For a more in-depth understanding of the bugs addressed and the enhancements incorporated within this cumulative update, refer to the associated Microsoft Knowledge Base articles, linked where applicable in the table below.
Fixes Included in Cumulative Update 10¶
| Bug reference | Description | Fix area | Component | Platform |
|---|---|---|---|---|
| 13949609 | Fixes an issue where synchronizeSecurity setting of AMO method ‘Microsoft.AnalysisServices.Tabular.Server.Synchronize’ shown in Server.Synchronize Method is ignored. |
Analysis Services | Analysis Services | Windows |
| 13957945 | Fixes an issue with performance when tabular queries in SSAS 2019 take more time to execute compared to SSAS 2016. | Analysis Services | Analysis Services | Windows |
| 13987291 | Fixes the unexpected date conversion on some special date format. | Master Data Services | Client | Windows |
| 13746935 | When a VSS backup tries to back up SQL Server databases that are hosted on the forwarder replica of a Distributed Availability Group, the backup operation fails. This BACKUP or RESTORE command is not supported on a database mirror or secondary replica. BACKUP DATABASE is terminating abnormally. In the error log, you may see the following error: <DateTime> Backup Error: 3041, Severity: 16, State: 1. <DateTime> Backup BACKUP failed to complete the command BACKUP DATABASE <DatabaseName>. Check the backup application log for detailed messages. |
SQL Server Engine | Backup Restore | Windows |
| 13953267 | FIX: Assertion failure occurs when Online Clustered Columnstore Index Rebuild reuses truncated hobt instead of new hobt in SQL Server 2019 (KB5001159) | SQL Server Engine | Column Stores | Windows |
| 13880249 | Query execution may experience an intra-query deadlock if the query plan is using a single threaded batch mode sort operator before a Repartition Streams Parallelism operator. |
SQL Server Engine | Column Stores | Windows |
| 13491008 | FIX: Database creation to Azure blob storage from SQL Server 2017 or 2019 on Linux may fail with error (KB4548523) | SQL Server Engine | DB Management | All |
| 13959547 | Fixes an Access Violation (AV) that occurs when error is being collected for Availability Group (AG) DB Failover while there’s an AG failover undergoing. | SQL Server Engine | High Availability and Disaster Recovery | All |
| 13965423 | Fixes an issue where out of memory occurs when you take a log backup frequently and Stolen Server Memory grows at a synchronous secondary in Availability Groups. |
SQL Server Engine | High Availability and Disaster Recovery | Windows |
| 13980400 | Fixes the following dump exception after login failures in SQL Server 2019: ex_raise2: Unhandled exception raised, major=36, minor=2, state=52, severity=25 |
SQL Server Engine | High Availability and Disaster Recovery | Windows |
| 13959554 | FIX: Incorrect results occur when you run query on In-memory optimized table that has clustered columnstore index in SQL Server 2016 or 2019 (KB5000650) | SQL Server Engine | In-Memory OLTP | Windows |
| 13974729 | FIX: Wrong results occur when you run a query on In-memory optimized tables in SQL Server (KB5001044) | SQL Server Engine | In-Memory OLTP | All |
| 13712974 | Disables FQDNs in AD usernames when creating/modifying SQL Logins/users for SQL Server 2019 on Linux. | SQL Server Engine | Linux | Linux |
| 13717019 | Fixes an issue where a failed network connection results in a socket leak. | SQL Server Engine | Linux | Linux |
| 13955889 | Improves AD keytab rotation by properly handling the keytab entries with future KVNOs when SSSD is disabled. | SQL Server Engine | Linux | Linux |
| 13974750 | FIX: "Login failed for user" error occurs when you run Maintenance plan with SQL login account in SQL Server (KB4486936) | SQL Server Engine | Management Services | Windows |
| 13771907 | Allows pushdown of filter predicate for PolyBase query that utilizes FORMAT or TRIM functions in the SELECT clause if the query is otherwise qualified for pushdown. |
SQL Server Engine | PolyBase | Windows |
| 13959574 | Fixes an Access Violation error that can occur when you import large amount of data to Windows Azure Blob storage. This can occur if PolyBase Data Movement Service encounters out-of-memory condition during large data insert transaction. | SQL Server Engine | PolyBase | Windows |
| 13980600 | Fixes an issue where you notice that spurious CAST operations in PolyBase external pushdown queries can dramatically affect the performance with some backends. |
SQL Server Engine | PolyBase | All |
| 13959545 | FIX: MERGE statement fails with Access Violation at BTreeRow::DisableAccessReleaseOnWait in SQL Server (KB4589350) | SQL Server Engine | Query Execution | Windows |
| 13959551 13974726 |
FIX: Wrong results due to undetected concatenation parameters from scalar expression (KB5000649) | SQL Server Engine | Query Execution | All |
| 13912551 | Fixes to keep ‘PERSIST_SAMPLE_PERCENT’ value for statistics on an indexed column after index rebuild. |
SQL Server Engine | Query Optimizer | Windows |
| 13972985 | Fixes an issue where query compilation that involves auto create statistics fails with the following error log: <DateTime> Error: 3628, Severity: 16, State: 1. <DateTime> The Database Engine received a floating point exception from the operating system while processing a user request. Try the transaction again. If the problem persists, contact your system administrator. |
SQL Server Engine | Query Optimizer | Windows |
| 13959563 | FIX: Failures with log reader agent occur when you create and drop publication on CDC enabled database in SQL Server 2016 and 2019 (KB5000715) | SQL Server Engine | Replication | Windows |
| 13959543 | Fixes an issue with the Foreign Key added to a table that’s referencing a table’s column which is part of a unique index with included columns. When the table’s ALTER command is replicated, Distribution Agent fails with the following error message: Number of referencing columns in foreign key differs from number of referenced columns, table ‘<TableName>‘. (Source: MSSQLServer, Error number: 8139) |
SQL Server Engine | Replication | Windows |
| 13959560 | Fixes an issue where the query based on full-text indexes isn’t returning the expected values. | SQL Server Engine | Search | Windows |
| 13988916 | FIX: Access violation occurs when Dynamic Data Masking and nested UDFs are used in SQL Server 2019 (KB5001526) | SQL Server Engine | Security Infrastructure | All |
| 13988918 | FIX: Metadata deadlock causes availability issues when changing auditing properties in SQL Server 2019 (KB5001517) | SQL Server Engine | Security Infrastructure | All |
| 13953270 | Improvement: Performance improvements of several spatial built-in properties and methods in SQL Server (KB5001260) | SQL Server Engine | Spatial | All |
| 13979796 | Fixes an issue in SQL Server 2019 where kubeadm-prod install hangs on compute/master pods when netbios name and ouDistinguishedName have mismatch. |
SQL Server Engine | SQL Big Data Cluster | Linux |
| 13981606 | SQL Server Service isn’t starting and failing with core dump after applying SQL Server 2019 CU8. | SQL Server Engine | SQL Big Data Cluster | Linux |
| 13975249 | FIX: Access Violation occurs when hybrid buffer pool is enabled in SQL Server 2019 (KB5001266) | SQL Server Engine | SQL OS | All |
| 13947703 | Fixes an issue that enables Block Caching for MMLarge memory model in SQL Server 2019. |
SQL Server Engine | SQL OS | All |
| 13959557 | Improvement: Records stage of failure and error during stack copy for better diagnostics. | SQL Server Engine | SQL OS | All |
| 13974743 | Fixes a high HADR_SYNC_COMMIT waits which may show on SQL Server with heavy workload after you apply CU7. |
SQL Server Engine | SQL OS | Linux |
| 13980551 | SQL Server Service isn’t starting and failing with core dump after applying SQL Server 2019 CU8. | SQL Server Engine | SQL OS | Linux |
| 13970216 | Fixes an issue where DBCC PAGE with option 3 generates access violation dumps after dropping a unique identifier column from the table in SQL Server 2019. Msg 596, Level 21, State 1, Line <LineNumber> Cannot continue the execution because the session is in the kill state. Msg 0, Level 20, State 0, Line <LineNumber> A severe error occurred on the current command. The results, if any, should be discarded. |
SQL Server Engine | Storage Management | Windows |
| 13974728 | Fixes an issue where performance counter Data File(s) Size (KB) doesn’t report the correct total size of database files if one file is created with initial size > 4 TB or grown by more than 4 TB. |
SQL Server Engine | Storage Management | Windows |
| 13974746 | Adds a new option to free the LogPool cache only: DBCC FREESYSTEMCACHE('LogPool'). |
SQL Server Engine | Transaction Services | Windows |
How to Obtain or Download the Latest Cumulative Update Package for Windows (recommended)¶
The latest cumulative update package for Windows is readily available through the Microsoft Download Center. This is the recommended method for most users to ensure they are accessing the most current and reliable update.
Download the latest cumulative update package for SQL Server 2019 now
Note:
- The Microsoft Download Center is consistently updated to host the latest SQL Server 2019 CU release.
- If, for any reason, the download page is not accessible, it is advised to contact Microsoft Customer Service and Support to obtain the cumulative update package directly.
How to Obtain or Download this Cumulative Update Package for Windows from Microsoft Update Catalog¶
An alternative method to acquire the cumulative update package for Windows is through the Microsoft Update Catalog. This catalog provides access to a broad range of Microsoft updates, including this specific CU for SQL Server 2019.
Download the cumulative update package for SQL Server 2019 CU10 now
Note:
- The Microsoft Update Catalog hosts not only this SQL Server 2019 CU but also previously released cumulative updates for SQL Server 2019.
- This CU is also distributed via Windows Server Update Services (WSUS), making it accessible through standard Windows update management infrastructure.
- It is strongly recommended to consistently install the latest cumulative update available to maintain optimal system performance and security.
How to Obtain or Download the Latest Cumulative Update Package for Linux¶
For systems running SQL Server 2019 on Linux, updating to the latest CU involves a slightly different process. First, it is essential to have the Cumulative Update repository correctly configured. Once configured, the SQL Server packages can be updated using platform-specific update commands. These commands are designed to seamlessly integrate with the Linux environment.
Detailed installation instructions and direct links to CU package downloads for Linux are provided in the SQL Server 2019 Release Notes. Consult this document for precise steps tailored to your Linux distribution.
File information¶
Cumulative Update package file information¶
The English version of this comprehensive package includes a vast array of files with specific attributes, detailed in the following tables. The dates and times associated with these files are presented in Coordinated Universal Time (UTC). When reviewing file information, be aware that it is automatically converted to your local time zone. To ascertain the difference between UTC and local time, utilize the Time Zone tab within the Date and Time settings in your Control Panel.
x64-based versions - SQL Server 2019 Analysis Services¶
| File name | File version | File size | Date | Time | Platform |
|---|---|---|---|---|---|
| Asplatformhost.dll | 2018.150.35.0 | 291744 | 22-Mar-21 | 18:57 | x64 |
| Mashupcompression.dll | 2.80.5803.541 | 140672 | 22-Mar-21 | 18:57 | x64 |
| Microsoft.analysisservices.minterop.dll | 15.0.35.0 | 757128 | 22-Mar-21 | 18:57 | x86 |
| Microsoft.analysisservices.server.core.resources.dll | 15.0.35.0 | 174496 | 22-Mar-21 | 18:58 | x86 |
| Microsoft.analysisservices.server.core.resources.dll | 15.0.35.0 | 198536 | 22-Mar-21 | 18:57 | x86 |
| Microsoft.analysisservices.server.core.resources.dll | 15.0.35.0 | 201096 | 22-Mar-21 | 18:57 | x86 |
| Microsoft.analysisservices.server.core.resources.dll | 15.0.35.0 | 197512 | 22-Mar-21 | 18:57 | x86 |
| Microsoft.analysisservices.server.core.resources.dll | 15.0.35.0 | 213896 | 22-Mar-21 | 18:57 | x86 |
| Microsoft.analysisservices.server.core.resources.dll | 15.0.35.0 | 196512 | 22-Mar-21 | 18:57 | x86 |
| Microsoft.analysisservices.server.core.resources.dll | 15.0.35.0 | 192416 | 22-Mar-21 | 18:58 | x86 |
| Microsoft.analysisservices.server.core.resources.dll | 15.0.35.0 | 251272 | 22-Mar-21 | 18:58 | x86 |
| Microsoft.analysisservices.server.core.resources.dll | 15.0.35.0 | 172960 | 22-Mar-21 | 18:58 | x86 |
| Microsoft.analysisservices.server.core.resources.dll | 15.0.35.0 | 195976 | 22-Mar-21 | 18:57 | x86 |
| Microsoft.analysisservices.server.tabular.dll | 15.0.35.0 | 1096608 | 22-Mar-21 | 18:57 | x86 |
| Microsoft.analysisservices.server.tabular.json.dll | 15.0.35.0 | 479624 | 22-Mar-21 | 18:57 | x86 |
| Microsoft.analysisservices.server.tabular.resources.dll | 15.0.35.0 | 53664 | 22-Mar-21 | 18:58 | x86 |
| Microsoft.analysisservices.server.tabular.resources.dll | 15.0.35.0 | 58248 | 22-Mar-21 | 18:57 | x86 |
| Microsoft.analysisservices.server.tabular.resources.dll | 15.0.35.0 | 58272 | 22-Mar-21 | 18:57 | x86 |
| Microsoft.analysisservices.server.tabular.resources.dll | 15.0.35.0 | 57736 | 22-Mar-21 | 18:57 | x86 |
| Microsoft.analysisservices.server.tabular.resources.dll | 15.0.35.0 | 60832 | 22-Mar-21 | 18:57 | x86 |
| Microsoft.analysisservices.server.tabular.resources.dll | 15.0.35.0 | 57248 | 22-Mar-21 | 18:57 | x86 |
| Microsoft.analysisservices.server.tabular.resources.dll | 15.0.35.0 | 57248 | 22-Mar-21 | 18:58 | x86 |
| Microsoft.analysisservices.server.tabular.resources.dll | 15.0.35.0 | 66464 | 22-Mar-21 | 18:58 | x86 |
| Microsoft.analysisservices.server.tabular.resources.dll | 15.0.35.0 | 52640 | 22-Mar-21 | 18:58 | x86 |
| Microsoft.analysisservices.server.tabular.resources.dll | 15.0.35.0 | 57248 | 22-Mar-21 | 18:57 | x86 |
| Microsoft.analysisservices.timedimgenerator.resources.dll | 15.0.35.0 | 16776 | 22-Mar-21 | 18:58 | x86 |
| Microsoft.analysisservices.timedimgenerator.resources.dll | 15.0.35.0 | 16800 | 22-Mar-21 | 18:57 | x86 |
| Microsoft.analysisservices.timedimgenerator.resources.dll | 15.0.35.0 | 16776 | 22-Mar-21 | 18:57 | x86 |
| Microsoft.analysisservices.timedimgenerator.resources.dll | 15.0.35.0 | 16776 | 22-Mar-21 | 18:57 | x86 |
| Microsoft.analysisservices.timedimgenerator.resources.dll | 15.0.35.0 | 16776 | 22-Mar-21 | 18:57 | x86 |
| Microsoft.analysisservices.timedimgenerator.resources.dll | 15.0.35.0 | 16776 | 22-Mar-21 | 18:57 | x86 |
| Microsoft.analysisservices.timedimgenerator.resources.dll | 15.0.35.0 | 16776 | 22-Mar-21 | 18:58 | x86 |
| Microsoft.analysisservices.timedimgenerator.resources.dll | 15.0.35.0 | 17800 | 22-Mar-21 | 18:58 | x86 |
| Microsoft.analysisservices.timedimgenerator.resources.dll | 15.0.35.0 | 16800 | 22-Mar-21 | 18:58 | x86 |
| Microsoft.analysisservices.timedimgenerator.resources.dll | 15.0.35.0 | 16776 | 22-Mar-21 | 18:57 | x86 |
| Microsoft.data.edm.netfx35.dll | 5.7.0.62516 | 661072 | 22-Mar-21 | 18:57 | x86 |
| Microsoft.data.mashup.dll | 2.80.5803.541 | 186232 | 22-Mar-21 | 18:57 | x86 |
| Microsoft.data.mashup.oledb.dll | 2.80.5803.541 | 30080 | 22-Mar-21 | 18:57 | x86 |
| Microsoft.data.mashup.preview.dll | 2.80.5803.541 | 74832 | 22-Mar-21 | 18:57 | x86 |
| Microsoft.data.mashup.providercommon.dll | 2.80.5803.541 | 102264 | 22-Mar-21 | 18:57 | x86 |
| Microsoft.data.mashup.providercommon.resources.dll | 2.80.5803.541 | 37760 | 22-Mar-21 | 18:58 | x86 |
| Microsoft.data.mashup.providercommon.resources.dll | 2.80.5803.541 | 41864 | 22-Mar-21 | 18:57 | x86 |
| Microsoft.data.mashup.providercommon.resources.dll | 2.80.5803.541 | 41864 | 22-Mar-21 | 18:57 | x86 |
| Microsoft.data.mashup.providercommon.resources.dll | 2.80.5803.541 | 41848 | 22-Mar-21 | 18:57 | x86 |
| Microsoft.data.mashup.providercommon.resources.dll | 2.80.5803.541 | 42064 | 22-Mar-21 | 18:57 | x86 |
| Microsoft.data.mashup.providercommon.resources.dll | 2.80.5803.541 | 41856 | 22-Mar-21 | 18:57 | x86 |
| Microsoft.data.mashup.providercommon.resources.dll | 2.80.5803.541 | 41848 | 22-Mar-21 | 18:58 | x86 |
| Microsoft.data.mashup.providercommon.resources.dll | 2.80.5803.541 | 45960 | 22-Mar-21 | 18:58 | x86 |
| Microsoft.data.mashup.providercommon.resources.dll | 2.80.5803.541 | 37760 | 22-Mar-21 | 18:58 | x86 |
| Microsoft.data.mashup.providercommon.resources.dll | 2.80.5803.541 | 42064 | 22-Mar-21 | 18:57 | x86 |
| Microsoft.data.odata.netfx35.dll | 6.15.0.0 | 1437568 | 22-Mar-21 | 18:57 | x86 |
| Microsoft.data.odata.edm.netfx35.dll | 6.15.0.0 | 778632 | 22-Mar-21 | 18:57 | x86 |
| Microsoft.powerbi.adomdclient.dll | 15.1.27.19 | 1104976 | 22-Mar-21 | 18:57 | x86 |
| Microsoft.spatial.netfx35.dll | 6.15.0.0 | 126336 | 22-Mar-21 | 18:57 | x86 |
| Msmdctr.dll | 2018.150.35.0 | 37256 | 22-Mar-21 | 18:57 | x64 |
| Msmdlocal.dll | 2018.150.35.0 | 66288032 | 22-Mar-21 | 18:57 | x64 |
| Msmdlocal.dll | 2018.150.35.0 | 47781280 | 22-Mar-21 | 18:58 | x86 |
| Msmdpump.dll | 2018.150.35.0 | 10187656 | 22-Mar-21 | 18:57 | x64 |
| Msmdredir.dll | 2018.150.35.0 | 7955848 | 22-Mar-21 | 18:58 | x86 |
| Msmdspdm.resources.dll | 15.0.35.0 | 15752 | 22-Mar-21 | 18:58 | x86 |
| Msmdspdm.resources.dll | 15.0.35.0 | 15752 | 22-Mar-21 | 18:57 | x86 |
| Msmdspdm.resources.dll | 15.0.35.0 | 16264 | 22-Mar-21 | 18:57 | x86 |
| Msmdspdm.resources.dll | 15.0.35.0 | 15752 | 22-Mar-21 | 18:57 | x86 |
| Msmdspdm.resources.dll | 15.0.35.0 | 16264 | 22-Mar-21 | 18:57 | x86 |
| Msmdspdm.resources.dll | 15.0.35.0 | 16288 | 22-Mar-21 | 18:57 | x86 |
| Msmdspdm.resources.dll | 15.0.35.0 | 16264 | 22-Mar-21 | 18:58 | x86 |
| Msmdspdm.resources.dll | 15.0.35.0 | 17288 | 22-Mar-21 | 18:58 | x86 |
| Msmdspdm.resources.dll | 15.0.35.0 | 15752 | 22-Mar-21 | 18:58 | x86 |
| Msmdspdm.resources.dll | 15.0.35.0 | 15752 | 22-Mar-21 | 18:57 | x86 |
| Msmdsrv.exe | 2018.150.35.0 | 65824160 | 22-Mar-21 | 18:57 | x64 |
| Msmdsrv.rll | 2018.150.35.0 | 832392 | 22-Mar-21 | 18:58 | x64 |
| Msmdsrv.rll | 2018.150.35.0 | 1627016 | 22-Mar-21 | 18:58 | x64 |
| Msmdsrv.rll | 2018.150.35.0 | 1452960 | 22-Mar-21 | 18:58 | x64 |
| Msmdsrv.rll | 2018.150.35.0 | 1641864 | 22-Mar-21 | 18:58 | x64 |
| Msmdsrv.rll | 2018.150.35.0 | 1607584 | 22-Mar-21 | 18:58 | x64 |
| Msmdsrv.rll | 2018.150.35.0 | 1000352 | 22-Mar-21 | 18:58 | x64 |
| Msmdsrv.rll | 2018.150.35.0 | 991136 | 22-Mar-21 | 18:58 | x64 |
| Msmdsrv.rll | 2018.150.35.0 | 1535880 | 22-Mar-21 | 18:58 | x64 |
| Msmdsrv.rll | 2018.150.35.0 | 1520520 | 22-Mar-21 | 18:58 | x64 |
| Msmdsrv.rll | 2018.150.35.0 | 809864 | 22-Mar-21 | 18:58 | x64 |
| Msmdsrv.rll | 2018.150.35.0 | 1595272 | 22-Mar-21 | 18:58 | x64 |
| Msmdsrvi.rll | 2018.150.35.0 | 831392 | 22-Mar-21 | 18:58 | x64 |
| Msmdsrvi.rll | 2018.150.35.0 | 1623456 | 22-Mar-21 | 18:58 | x64 |
| Msmdsrvi.rll | 2018.150.35.0 | 1449864 | 22-Mar-21 | 18:58 | x64 |
| Msmdsrvi.rll | 2018.150.35.0 | 1636744 | 22-Mar-21 | 18:58 | x64 |
| Msmdsrvi.rll | 2018.150.35.0 | 1603464 | 22-Mar-21 | 18:58 | x64 |
| Msmdsrvi.rll | 2018.150.35.0 | 997792 | 22-Mar-21 | 18:58 | x64 |
| Msmdsrvi.rll | 2018.150.35.0 | 990112 | 22-Mar-21 | 18:58 | x64 |
| Msmdsrvi.rll | 2018.150.35.0 | 1531784 | 22-Mar-21 | 18:58 | x64 |
| Msmdsrvi.rll | 2018.150.35.0 | 1516960 | 22-Mar-21 | 18:58 | x64 |
| Msmdsrvi.rll | 2018.150.35.0 | 808840 | 22-Mar-21 | 18:58 | x64 |
| Msmdsrvi.rll | 2018.150.35.0 | 1590688 | 22-Mar-21 | 18:58 | x64 |
| Msmgdsrv.dll | 2018.150.35.0 | 10185120 | 22-Mar-21 | 18:57 | x64 |
| Msmgdsrv.dll | 2018.150.35.0 | 8277920 | 22-Mar-21 | 18:58 | x86 |
| Msolap.dll | 2018.150.35.0 | 11014560 | 22-Mar-21 | 18:57 | x64 |
| Msolap.dll | 2018.150.35.0 | 8607136 | 22-Mar-21 | 18:58 | x86 |
| Msolui.dll | 2018.150.35.0 | 305568 | 22-Mar-21 | 18:57 | x64 |
| Msolui.dll | 2018.150.35.0 | 285064 | 22-Mar-21 | 18:58 | x86 |
| Powerbiextensions.dll | 2.80.5803.541 | 9470032 | 22-Mar-21 | 18:58 | x86 |
| Private_odbc32.dll | 10.0.14832.1000 | 728456 | 22-Mar-21 | 18:58 | x64 |
| Sqlboot.dll | 2019.150.4123.1 | 213904 | 22-Mar-21 | 18:57 | x64 |
| Sqlceip.exe | 15.0.4123.1 | 283520 | 22-Mar-21 | 18:57 | x86 |
| Sqldumper.exe | 2019.150.4123.1 | 152480 | 22-Mar-21 | 18:57 | x86 |
| Sqldumper.exe | 2019.150.4123.1 | 185248 | 22-Mar-21 | 18:57 | x64 |
| System.spatial.netfx35.dll | 5.7.0.62516 | 117640 | 22-Mar-21 | 18:58 | x86 |
| Tmapi.dll | 2018.150.35.0 | 6177160 | 22-Mar-21 | 18:58 | x64 |
| Tmcachemgr.dll | 2018.150.35.0 | 4916616 | 22-Mar-21 | 18:58 | x64 |
| Tmpersistence.dll | 2018.150.35.0 | 1183648 | 22-Mar-21 | 18:58 | x64 |
| Tmtransactions.dll | 2018.150.35.0 | 6802336 | 22-Mar-21 | 18:58 | x64 |
| Xmsrv.dll | 2018.150.35.0 | 26024328 | 22-Mar-21 | 18:58 | x64 |
| Xmsrv.dll | 2018.150.35.0 | 35459464 | 22-Mar-21 | 18:58 | x86 |
SQL Server 2019 Database Services Common Core¶
| File name | File version | File size | Date | Time | Platform |
|---|---|---|---|---|---|
| Instapi150.dll | 2019.150.4123.1 | 74640 | 22-Mar-21 | 18:51 | x86 |
| Instapi150.dll | 2019.150.4123.1 | 86928 | 22-Mar-21 | 18:51 | x64 |
| Microsoft.sqlserver.mgdsqldumper.dll | 2019.150.4123.1 | 86912 | 22-Mar-21 | 18:57 | x86 |
| Microsoft.sqlserver.mgdsqldumper.dll | 2019.150.4123.1 | 99216 | 22-Mar-21 | 18:57 | x64 |
| Msasxpress.dll | 2018.150.35.0 | 31136 | 22-Mar-21 | 18:51 | x64 |
| Msasxpress.dll | 2018.150.35.0 | 25992 | 22-Mar-21 | 18:51 | x86 |
| Pbsvcacctsync.dll | 2019.150.4123.1 | 74640 | 22-Mar-21 | 18:57 | x86 |
| Pbsvcacctsync.dll | 2019.150.4123.1 | 86944 | 22-Mar-21 | 18:57 | x64 |
| Sqldumper.exe | 2019.150.4123.1 | 152480 | 22-Mar-21 | 18:51 | x86 |
| Sqldumper.exe | 2019.150.4123.1 | 185248 | 22-Mar-21 | 18:51 | x64 |
| Sqlftacct.dll | 2019.150.4123.1 | 58256 | 22-Mar-21 | 18:57 | x86 |
| Sqlftacct.dll | 2019.150.4123.1 | 78720 | 22-Mar-21 | 18:57 | x64 |
| Sqlmanager.dll | 2019.150.4123.1 | 742288 | 22-Mar-21 | 18:57 | x86 |
| Sqlmanager.dll | 2019.150.4123.1 | 877456 | 22-Mar-21 | 18:57 | x64 |
| Sqlmgmprovider.dll | 2019.150.4123.1 | 377728 | 22-Mar-21 | 18:57 | x86 |
| Sqlmgmprovider.dll | 2019.150.4123.1 | 431008 | 22-Mar-21 | 18:57 | x64 |
| Sqlsvcsync.dll | 2019.150.4123.1 | 275344 | 22-Mar-21 | 18:57 | x86 |
| Sqlsvcsync.dll | 2019.150.4123.1 | 357264 | 22-Mar-21 | 18:57 | x64 |
| Svrenumapi150.dll | 2019.150.4123.1 | 1160080 | 22-Mar-21 | 18:57 | x64 |
| Svrenumapi150.dll | 2019.150.4123.1 | 910224 | 22-Mar-21 | 18:57 | x86 |
SQL Server 2019 sql_dreplay_client¶
| File name | File version | File size | Date | Time | Platform |
|---|---|---|---|---|---|
| Dreplayclient.exe | 2019.150.4123.1 | 136080 | 22-Mar-21 | 18:58 | x86 |
| Dreplaycommon.dll | 2019.150.4123.1 | 665488 | 22-Mar-21 | 18:58 | x86 |
| Dreplayutil.dll | 2019.150.4123.1 | 304000 | 22-Mar-21 | 18:58 | x86 |
| Instapi150.dll | 2019.150.4123.1 | 86928 | 22-Mar-21 | 18:55 | x64 |
| Sqlresourceloader.dll | 2019.150.4123.1 | 37760 | 22-Mar-21 | 18:58 | x86 |
SQL Server 2019 sql_dreplay_controller¶
| File name | File version | File size | Date | Time | Platform |
|---|---|---|---|---|---|
| Dreplaycommon.dll | 2019.150.4123.1 | 665488 | 22-Mar-21 | 18:57 | x86 |
| Dreplaycontroller.exe | 2019.150.4123.1 | 365456 | 22-Mar-21 | 18:57 | x86 |
| Instapi150.dll | 2019.150.4123.1 | 86928 | 22-Mar-21 | 18:51 | x64 |
| Sqlresourceloader.dll | 2019.150.4123.1 | 37760 | 22-Mar-21 | 18:57 | x86 |
SQL Server 2019 Database Services Core Instance¶
| File name | File version | File size | Date | Time | Platform |
|---|---|---|---|---|---|
| Aetm-enclave-simulator.dll | 2019.150.4123.1 | 4657024 | 22-Mar-21 | 20:05 | x64 |
| Aetm-enclave.dll | 2019.150.4123.1 | 4611464 | 22-Mar-21 | 20:05 | x64 |
| Aetm-sgx-enclave-simulator.dll | 2019.150.4123.1 | 4931336 | 22-Mar-21 | 20:05 | x64 |
| Aetm-sgx-enclave.dll | 2019.150.4123.1 | 4871976 | 22-Mar-21 | 20:05 | x64 |
| Azureattest.dll | 10.0.18965.1000 | 255056 | 22-Mar-21 | 18:51 | x64 |
| Azureattestmanager.dll | 10.0.18965.1000 | 97528 | 22-Mar-21 | 18:51 | x64 |
| C1.dll | 19.16.27034.0 | 2438520 | 22-Mar-21 | 20:05 | x64 |
| C2.dll | 19.16.27034.0 | 7239032 | 22-Mar-21 | 20:05 | x64 |
| Cl.exe | 19.16.27034.0 | 424360 | 22-Mar-21 | 20:05 | x64 |
| Clui.dll | 19.16.27034.0 | 541048 | 22-Mar-21 | 20:05 | x64 |
| Datacollectorcontroller.dll | 2019.150.4123.1 | 279456 | 22-Mar-21 | 20:05 | x64 |
| Dcexec.exe | 2019.150.4123.1 | 86912 | 22-Mar-21 | 20:05 | x64 |
| Fssres.dll | 2019.150.4123.1 | 95136 | 22-Mar-21 | 20:05 | x64 |
| Hadrres.dll | 2019.150.4123.1 | 201632 | 22-Mar-21 | 20:05 | x64 |
| Hkcompile.dll | 2019.150.4123.1 | 1291168 | 22-Mar-21 | 20:05 | x64 |
| Hkengine.dll | 2019.150.4123.1 | 5784464 | 22-Mar-21 | 20:05 | x64 |
| Hkruntime.dll | 2019.150.4123.1 | 181120 | 22-Mar-21 | 20:05 | x64 |
| Hktempdb.dll | 2019.150.4123.1 | 62336 | 22-Mar-21 | 20:05 | x64 |
| Link.exe | 14.16.27034.0 | 1707936 | 22-Mar-21 | 20:05 | x64 |
| Microsoft.sqlautoadmin.autobackupagent.dll | 15.0.4123.1 | 234400 | 22-Mar-21 | 20:05 | x86 |
| Microsoft.sqlserver.xevent.linq.dll | 2019.150.4123.1 | 324480 | 22-Mar-21 | 20:05 | x64 |
| Microsoft.sqlserver.xevent.targets.dll | 2019.150.4123.1 | 91008 | 22-Mar-21 | 20:05 | x64 |
| Msobj140.dll | 14.16.27034.0 | 134008 | 22-Mar-21 | 20:05 | x64 |
| Mspdb140.dll | 14.16.27034.0 | 632184 | 22-Mar-21 | 20:05 | x64 |
| Mspdbcore.dll | 14.16.27034.0 | 632184 | 22-Mar-21 | 20:05 | x64 |
| Msvcp140.dll | 14.16.27034.0 | 628200 | 22-Mar-21 | 20:05 | x64 |
| Qds.dll | 2019.150.4123.1 | 1184656 | 22-Mar-21 | 20:05 | x64 |
| Rsfxft.dll | 2019.150.4123.1 | 50048 | 22-Mar-21 | 20:05 | x64 |
| Secforwarder.dll | 2019.150.4123.1 | 78752 | 22-Mar-21 | 20:05 | x64 |
| Sqagtres.dll | 2019.150.4123.1 | 86912 | 22-Mar-21 | 20:05 | x64 |
| Sqlaamss.dll | 2019.150.4123.1 | 107424 | 22-Mar-21 | 20:05 | x64 |
| Sqlaccess.dll | 2019.150.4123.1 | 492432 | 22-Mar-21 | 20:05 | x64 |
| Sqlagent.exe | 2019.150.4123.1 | 730016 | 22-Mar-21 | 20:05 | x64 |
| Sqlagentctr150.dll | 2019.150.4123.1 | 66432 | 22-Mar-21 | 20:05 | x86 |
| Sqlagentctr150.dll | 2019.150.4123.1 | 78752 | 22-Mar-21 | 20:05 | x64 |
| Sqlboot.dll | 2019.150.4123.1 | 213904 | 22-Mar-21 | 20:05 | x64 |
| Sqlceip.exe | 15.0.4123.1 | 283520 | 22-Mar-21 | 20:05 | x86 |
| Sqlcmdss.dll | 2019.150.4123.1 | 86928 | 22-Mar-21 | 20:05 | x64 |
| Sqlctr150.dll | 2019.150.4123.1 | 115600 | 22-Mar-21 | 20:05 | x86 |
| Sqlctr150.dll | 2019.150.4123.1 | 140160 | 22-Mar-21 | 20:05 | x64 |
| Sqldk.dll | 2019.150.4123.1 | 3150720 | 22-Mar-21 | 20:05 | x64 |
| Sqldtsss.dll | 2019.150.4123.1 | 107408 | 22-Mar-21 | 20:05 | x64 |
Sqlevn70.rll |
2019.150.4123.1 | 1590144 | 22-Mar-21 | 20:05 | x64 |
Sqlevn70.rll |
2019.150.4123.1 | 3490688 | 22-Mar-21 | 20:05 | x64 |
Sqlevn70.rll |
2019.150.4123.1 | 3687296 | 22-Mar-21 | 20:05 | x64 |
Sqlevn70.rll |
2019.150.4123.1 | 4150144 | 22-Mar-21 | 20:05 | x64 |
Sqlevn70.rll |
2019.150.4123.1 | 4268928 | 22-Mar-21 | 20:05 | x64 |
Sqlevn70.rll |
2019.150.4123.1 | 3404672 | 22-Mar-21 | 20:05 | x64 |
Sqlevn70.rll |
2019.150.4123.1 | 3568512 | 22-Mar-21 | 20:05 | x64 |
Sqlevn70.rll |
2019.150.4123.1 | 4146048 | 22-Mar-21 | 20:05 | x64 |
Sqlevn70.rll |
2019.150.4123.1 | 3998592 | 22-Mar-21 | 20:05 | x64 |
Sqlevn70.rll |
2019.150.4123.1 | 4051840 | 22-Mar-21 | 20:05 | x64 |
Sqlevn70.rll |
2019.150.4123.1 | 2216832 | 22-Mar-21 | 20:05 | x64 |
Sqlevn70.rll |
2019.150.4123.1 | 2163584 | 22-Mar-21 | 20:05 | x64 |
Sqlevn70.rll |
2019.150.4123.1 | 3859328 | 22-Mar-21 | 20:05 | x64 |
Sqlevn70.rll |
2019.150.4123.1 | 3535744 | 22-Mar-21 | 20:05 | x64 |
Sqlevn70.rll |
2019.150.4123.1 | 4002688 | 22-Mar-21 | 20:05 | x64 |
Sqlevn70.rll |
2019.150.4123.1 | 3810176 | 22-Mar-21 | 20:05 | x64 |
Sqlevn70.rll |
2019.150.4123.1 | 3806080 | 22-Mar-21 | 20:05 | x64 |
Sqlevn70.rll |
2019.150.4123.1 | 3601280 | 22-Mar-21 | 20:05 | x64 |
Sqlevn70.rll |
2019.150.4123.1 | 3490688 | 22-Mar-21 | 20:05 | x64 |
Sqlevn70.rll |
2019.150.4123.1 | 1532800 | 22-Mar-21 | 20:05 | x64 |
Sqlevn70.rll |
2019.150.4123.1 | 3896192 | 22-Mar-21 | 20:05 | x64 |
Sqlevn70.rll |
2019.150.4123.1 | 4014976 | 22-Mar-21 | 20:05 | x64 |
| Sqllang.dll | 2019.150.4123.1 | 39920528 | 22-Mar-21 | 20:05 | x64 |
| Sqlmin.dll | 2019.150.4123.1 | 40432016 | 22-Mar-21 | 20:05 | x64 |
| Sqlolapss.dll | 2019.150.4123.1 | 103328 | 22-Mar-21 | 20:05 | x64 |
| Sqlos.dll | 2019.150.4123.1 | 41888 | 22-Mar-21 | 20:05 | x64 |
| Sqlpowershellss.dll | 2019.150.4123.1 | 82832 | 22-Mar-21 | 20:05 | x64 |
| Sqlrepss.dll | 2019.150.4123.1 | 82848 | 22-Mar-21 | 20:05 | x64 |
| Sqlresourceloader.dll | 2019.150.4123.1 | 50080 | 22-Mar-21 | 19:27 | x64 |
| Sqlscm.dll | 2019.150.4123.1 | 86912 | 22-Mar-21 | 19:27 | x64 |
| Sqlscriptdowngrade.dll | 2019.150.4123.1 | 37760 | 22-Mar-21 | 20:05 | x64 |
| Sqlscriptupgrade.dll | 2019.150.4123.1 | 5804928 | 22-Mar-21 | 20:05 | x64 |
| Sqlserverspatial150.dll | 2019.150.4123.1 | 672672 | 22-Mar-21 | 20:05 | x64 |
| Sqlservr.exe | 2019.150.4123.1 | 627584 | 22-Mar-21 | 20:05 | x64 |
| Sqlsvc.dll | 2019.150.4123.1 | 181120 | 22-Mar-21 | 19:27 | x64 |
| Sqltses.dll | 2019.150.4123.1 | 9081760 | 22-Mar-21 | 20:05 | x64 |
| Sqsrvres.dll | 2019.150.4123.1 | 279440 | 22-Mar-21 | 20:05 | x64 |
| Svl.dll | 2019.150.4123.1 | 160672 | 22-Mar-21 | 20:05 | x64 |
| Vcruntime140.dll | 14.16.27034.0 | 85992 | 22-Mar-21 | 20:05 | x64 |
| Xe.dll | 2019.150.4123.1 | 721808 | 22-Mar-21 | 19:27 | x64 |
| Xpadsi.exe | 2019.150.4123.1 | 115584 | 22-Mar-21 | 20:05 | x64 |
| Xplog70.dll | 2019.150.4123.1 | 91024 | 22-Mar-21 | 20:05 | x64 |
| Xprepl.dll | 2019.150.4123.1 | 119712 | 22-Mar-21 | 20:05 | x64 |
| Xpstar.dll | 2019.150.4123.1 | 471952 | 22-Mar-21 | 20:05 | x64 |
SQL Server 2019 Database Services Core Shared¶
| File name | File version | File size | Date | Time | Platform |
|---|---|---|---|---|---|
| Commanddest.dll | 2019.150.4123.1 | 263040 | 22-Mar-21 | 18:58 | x64 |
| Datacollectortasks.dll | 2019.150.4123.1 | 230288 | 22-Mar-21 | 18:58 | x64 |
| Distrib.exe | 2019.150.4123.1 | 234384 | 22-Mar-21 | 18:57 | x64 |
| Dteparse.dll | 2019.150.4123.1 | 123776 | 22-Mar-21 | 18:57 | x64 |
| Dteparsemgd.dll | 2019.150.4123.1 | 131968 | 22-Mar-21 | 18:58 | x64 |
| Dtepkg.dll | 2019.150.4123.1 | 148352 | 22-Mar-21 | 18:58 | x64 |
| Dtexec.exe | 2019.150.4123.1 | 71568 | 22-Mar-21 | 18:57 | x64 |
| Dts.dll | 2019.150.4123.1 | 3142544 | 22-Mar-21 | 18:58 | x64 |
| Dtscomexpreval.dll | 2019.150.4123.1 | 500624 | 22-Mar-21 | 18:58 | x64 |
| Dtsconn.dll | 2019.150.4123.1 | 521088 | 22-Mar-21 | 18:58 | x64 |
| Dtshost.exe | 2019.150.4123.1 | 104336 | 22-Mar-21 | 18:58 | x64 |
| Dtsmsg150.dll | 2019.150.4123.1 | 566160 | 22-Mar-21 | 18:58 | x64 |
| Dtspipeline.dll | 2019.150.4123.1 | 1328032 | 22-Mar-21 | 18:58 | x64 |
| Dtswizard.exe | 15.0.4123.1 | 885664 | 22-Mar-21 | 18:58 | x64 |
| Dtuparse.dll | 2019.150.4123.1 | 99216 | 22-Mar-21 | 18:58 | x64 |
| Dtutil.exe | 2019.150.4123.1 | 147328 | 22-Mar-21 | 18:58 | x64 |
| Exceldest.dll | 2019.150.4123.1 | 279424 | 22-Mar-21 | 18:58 | x64 |
| Excelsrc.dll | 2019.150.4123.1 | 308112 | 22-Mar-21 | 18:58 | x64 |
| Execpackagetask.dll | 2019.150.4123.1 | 185216 | 22-Mar-21 | 18:58 | x64 |
| Flatfiledest.dll | 2019.150.4123.1 | 410496 | 22-Mar-21 | 18:58 | x64 |
| Flatfilesrc.dll | 2019.150.4123.1 | 426896 | 22-Mar-21 | 18:58 | x64 |
| Logread.exe | 2019.150.4123.1 | 717728 | 22-Mar-21 | 18:57 | x64 |
| Mergetxt.dll | 2019.150.4123.1 | 74624 | 22-Mar-21 | 18:57 | x64 |
| Microsoft.sqlserver.integrationservice.hadoop.common.dll | 15.0.4123.1 | 58272 | 22-Mar-21 | 18:57 | x86 |
| Microsoft.sqlserver.integrationservices.runtimetelemetry.dll | 15.0.4123.1 | 41856 | 22-Mar-21 | 18:57 | x86 |
| Microsoft.sqlserver.maintenanceplantasks.dll | 15.0.4123.1 | 390048 | 22-Mar-21 | 18:58 | x86 |
| Microsoft.sqlserver.xmltask.dll | 15.0.4123.1 | 156560 | 22-Mar-21 | 18:58 | x86 |
| Msdtssrvrutil.dll | 2019.150.4123.1 | 111504 | 22-Mar-21 | 18:58 | x64 |
| Msgprox.dll | 2019.150.4123.1 | 299904 | 22-Mar-21 | 18:57 | x64 |
| Msoledbsql.dll | 2018.182.3.0 | 148432 | 22-Mar-21 | 18:57 | x64 |
| Msxmlsql.dll | 2019.150.4123.1 | 1495936 | 22-Mar-21 | 18:57 | x64 |
| Oledbdest.dll | 2019.150.4123.1 | 279424 | 22-Mar-21 | 18:58 | x64 |
| Oledbsrc.dll | 2019.150.4123.1 | 312192 | 22-Mar-21 | 18:58 | x64 |
| Osql.exe | 2019.150.4123.1 | 91024 | 22-Mar-21 | 18:57 | x64 |
| Qrdrsvc.exe | 2019.150.4123.1 | 496528 | 22-Mar-21 | 18:57 | x64 |
| Rawdest.dll | 2019.150.4123.1 | 226176 | 22-Mar-21 | 18:58 | x64 |
| Rawsource.dll | 2019.150.4123.1 | 209792 | 22-Mar-21 | 18:58 | x64 |
| Rdistcom.dll | 2019.150.4123.1 | 914320 | 22-Mar-21 | 18:57 | x64 |
| Recordsetdest.dll | 2019.150.4123.1 | 201616 | 22-Mar-21 | 18:58 | x64 |
| Repldp.dll | 2019.150.4123.1 | 312208 | 22-Mar-21 | 18:57 | x64 |
| Replerrx.dll | 2019.150.4123.1 | 181120 | 22-Mar-21 | 18:57 | x64 |
| Replisapi.dll | 2019.150.4123.1 | 394112 | 22-Mar-21 | 18:57 | x64 |
| Replmerg.exe | 2019.150.4123.1 | 562048 | 22-Mar-21 | 18:57 | x64 |
| Replprov.dll | 2019.150.4123.1 | 852864 | 22-Mar-21 | 18:57 | x64 |
| Replrec.dll | 2019.150.4123.1 | 1028992 | 22-Mar-21 | 18:57 | x64 |
| Replsub.dll | 2019.150.4123.1 | 471936 | 22-Mar-21 | 18:57 | x64 |
| Replsync.dll | 2019.150.4123.1 | 164768 | 22-Mar-21 | 18:57 | x64 |
| Spresolv.dll | 2019.150.4123.1 | 275328 | 22-Mar-21 | 18:57 | x64 |
| Sqlcmd.exe | 2019.150.4123.1 | 263040 | 22-Mar-21 | 18:57 | x64 |
| Sqldiag.exe | 2019.150.4123.1 | 1139600 | 22-Mar-21 | 18:58 | x64 |
| Sqldistx.dll | 2019.150.4123.1 | 246672 | 22-Mar-21 | 18:57 | x64 |
| Sqllogship.exe | 15.0.4123.1 | 103312 | 22-Mar-21 | 18:57 | x64 |
| Sqlmergx.dll | 2019.150.4123.1 | 398208 | 22-Mar-21 | 18:57 | x64 |
| Sqlresourceloader.dll | 2019.150.4123.1 | 50080 | 22-Mar-21 | 18:57 | x64 |
| Sqlresourceloader.dll | 2019.150.4123.1 | 37760 | 22-Mar-21 | 18:58 | x86 |
| Sqlscm.dll | 2019.150.4123.1 | 78720 | 22-Mar-21 | 18:57 | x86 |
| Sqlscm.dll | 2019.150.4123.1 | 86912 | 22-Mar-21 | 18:57 | x64 |
| Sqlsvc.dll | 2019.150.4123.1 | 148352 | 22-Mar-21 | 18:57 | x86 |
| Sqlsvc.dll | 2019.150.4123.1 | 181120 | 22-Mar-21 | 18:57 | x64 |
| Sqltaskconnections.dll | 2019.150.4123.1 | 205696 | 22-Mar-21 | 18:58 | x64 |
| Ssradd.dll | 2019.150.4123.1 | 82816 | 22-Mar-21 | 18:57 | x64 |
| Ssravg.dll | 2019.150.4123.1 | 82832 | 22-Mar-21 | 18:57 | x64 |
| Ssrdown.dll | 2019.150.4123.1 | 74640 | 22-Mar-21 | 18:57 | x64 |
| Ssrmax.dll | 2019.150.4123.1 | 82816 | 22-Mar-21 | 18:57 | x64 |
| Ssrmin.dll | 2019.150.4123.1 | 82816 | 22-Mar-21 | 18:57 | x64 |
| Ssrpub.dll | 2019.150.4123.1 | 74640 | 22-Mar-21 | 18:57 | x64 |
| Ssrup.dll | 2019.150.4123.1 | 74640 | 22-Mar-21 | 18:57 | x64 |
| Txagg.dll | 2019.150.4123.1 | 390016 | 22-Mar-21 | 18:58 | x64 |
| Txbdd.dll | 2019.150.4123.1 | 189328 | 22-Mar-21 | 18:58 | x64 |
| Txdatacollector.dll | 2019.150.4123.1 | 471936 | 22-Mar-21 | 18:58 | x64 |
| Txdataconvert.dll | 2019.150.4123.1 | 316288 | 22-Mar-21 | 18:58 | x64 |
| Txderived.dll | 2019.150.4123.1 | 639872 | 22-Mar-21 | 18:58 | x64 |
| Txlookup.dll | 2019.150.4123.1 | 541568 | 22-Mar-21 | 18:58 | x64 |
| Txmerge.dll | 2019.150.4123.1 | 258944 | 22-Mar-21 | 18:58 | x64 |
| Txmergejoin.dll | 2019.150.4123.1 | 308112 | 22-Mar-21 | 18:58 | x64 |
| Txmulticast.dll | 2019.150.4123.1 | 148352 | 22-Mar-21 | 18:58 | x64 |
| Txrowcount.dll | 2019.150.4123.1 | 140160 | 22-Mar-21 | 18:58 | x64 |
| Txsort.dll | 2019.150.4123.1 | 287616 | 22-Mar-21 | 18:58 | x64 |
| Txsplit.dll | 2019.150.4123.1 | 623504 | 22-Mar-21 | 18:58 | x64 |
| Txunionall.dll | 2019.150.4123.1 | 205696 | 22-Mar-21 | 18:58 | x64 |
| Xe.dll | 2019.150.4123.1 | 721808 | 22-Mar-21 | 18:58 | x64 |
| Xmlsub.dll | 2019.150.4123.1 | 295808 | 22-Mar-21 | 18:57 | x64 |
SQL Server 2019 sql_extensibility¶
| File name | File version | File size | Date | Time | Platform |
|---|---|---|---|---|---|
| Commonlauncher.dll | 2019.150.4123.1 | 91040 | 22-Mar-21 | 18:57 | x64 |
| Exthost.exe | 2019.150.4123.1 | 238496 | 22-Mar-21 | 18:57 | x64 |
| Launchpad.exe | 2019.150.4123.1 | 1217424 | 22-Mar-21 | 18:57 | x64 |
| Sqlsatellite.dll | 2019.150.4123.1 | 1016704 | 22-Mar-21 | 18:57 | x64 |
SQL Server 2019 Full-Text Engine¶
| File name | File version | File size | Date | Time | Platform |
|---|---|---|---|---|---|
| Fd.dll | 2019.150.4123.1 | 684944 | 22-Mar-21 | 18:57 | x64 |
| Fdhost.exe | 2019.150.4123.1 | 127888 | 22-Mar-21 | 18:57 | x64 |
| Fdlauncher.exe | 2019.150.4123.1 | 78752 | 22-Mar-21 | 18:57 | x64 |
| Sqlft150ph.dll | 2019.150.4123.1 | 91024 | 22-Mar-21 | 18:57 | x64 |
SQL Server 2019 sql_inst_mr¶
| File name | File version | File size | Date | Time | Platform |
|---|---|---|---|---|---|
| Imrdll.dll | 15.0.4123.1 | 29568 | 22-Mar-21 | 18:57 | x86 |
SQL Server 2019 Integration Services¶
| File name | File version | File size | Date | Time | Platform |
|---|---|---|---|---|---|
| Commanddest.dll | 2019.150.4123.1 | 226208 | 22-Mar-21 | 18:57 | x86 |
| Commanddest.dll | 2019.150.4123.1 | 263040 | 22-Mar-21 | 18:57 | x64 |
| Dteparse.dll | 2019.150.4123.1 | 111488 | 22-Mar-21 | 18:57 | x86 |
| Dteparse.dll | 2019.150.4123.1 | 123776 | 22-Mar-21 | 18:57 | x64 |
| Dteparsemgd.dll | 2019.150.4123.1 | 115584 | 22-Mar-21 | 18:57 | x86 |
| Dteparsemgd.dll | 2019.150.4123.1 | 131968 | 22-Mar-21 | 18:57 | x64 |
| Dtepkg.dll | 2019.150.4123.1 | 131968 | 22-Mar-21 | 18:57 | x86 |
| Dtepkg.dll | 2019.150.4123.1 | 148352 | 22-Mar-21 | 18:57 | x64 |
| Dtexec.exe | 2019.150.4123.1 | 62848 | 22-Mar-21 | 18:57 | x86 |
| Dtexec.exe | 2019.150.4123.1 | 71568 | 22-Mar-21 | 18:57 | x64 |
| Dts.dll | 2019.150.4123.1 | 2761600 | 22-Mar-21 | 18:57 | x86 |
| Dts.dll | 2019.150.4123.1 | 3142544 | 22-Mar-21 | 18:57 | x64 |
| Dtscomexpreval.dll | 2019.150.4123.1 | 443264 | 22-Mar-21 | 18:57 | x86 |
| Dtscomexpreval.dll | 2019.150.4123.1 | 500624 | 22-Mar-21 | 18:57 | x64 |
| Dtsconn.dll | 2019.150.4123.1 | 431008 | 22-Mar-21 | 18:57 | x86 |
| Dtsconn.dll | 2019.150.4123.1 | 521088 | 22-Mar-21 | 18:57 | x64 |
| Dtsdebughost.exe | 2019.150.4123.1 | 110976 | 22-Mar-21 | 18:57 | x64 |
| Dtsdebughost.exe | 2019.150.4123.1 | 92576 | 22-Mar-21 | 18:57 | x86 |
| Dtshost.exe | 2019.150.4123.1 | 104336 | 22-Mar-21 | 18:57 | x64 |
| Dtshost.exe | 2019.150.4123.1 | 87456 | 22-Mar-21 | 18:57 | x86 |
| Dtsmsg150.dll | 2019.150.4123.1 | 553888 | 22-Mar-21 | 18:57 | x86 |
| Dtsmsg150.dll | 2019.150.4123.1 | 566160 | 22-Mar-21 | 18:57 | x64 |
| Dtspipeline.dll | 2019.150.4123.1 | 1119136 | 22-Mar-21 | 18:57 | x86 |
| Dtspipeline.dll | 2019.150.4123.1 | 1328032 | 22-Mar-21 | 18:57 | x64 |
| Dtswizard.exe | 15.0.4123.1 | 885664 | 22-Mar-21 | 18:57 | x64 |
| Dtswizard.exe | 15.0.4123.1 | 889728 | 22-Mar-21 | 18:57 | x86 |
| Dtuparse.dll | 2019.150.4123.1 | 86912 | 22-Mar-21 | 18:57 | x86 |
| Dtuparse.dll | 2019.150.4123.1 | 99216 | 22-Mar-21 | 18:57 | x64 |
| Dtutil.exe | 2019.150.4123.1 | 128928 | 22-Mar-21 | 18:57 | x86 |
| Dtutil.exe | 2019.150.4123.1 | 147328 | 22-Mar-21 | 18:57 | x64 |
| Exceldest.dll | 2019.150.4123.1 | 234400 | 22-Mar-21 | 18:57 | x86 |
| Exceldest.dll | 2019.150.4123.1 | 279424 | 22-Mar-21 | 18:57 | x64 |
| Excelsrc.dll | 2019.150.4123.1 | 258944 | 22-Mar-21 | 18:57 | x86 |
| Excelsrc.dll | 2019.150.4123.1 | 308112 | 22-Mar-21 | 18:57 | x64 |
| Execpackagetask.dll | 2019.150.4123.1 | 148384 | 22-Mar-21 | 18:57 | x86 |
| Execpackagetask.dll | 2019.150.4123.1 | 185216 | 22-Mar-21 | 18:57 | x64 |
| Flatfiledest.dll | 2019.150.4123.1 | 357280 | 22-Mar-21 | 18:57 | x86 |
| Flatfiledest.dll | 2019.150.4123.1 | 410496 | 22-Mar-21 | 18:57 | x64 |
| Flatfilesrc.dll | 2019.150.4123.1 | 369568 | 22-Mar-21 | 18:57 | x86 |
| Flatfilesrc.dll | 2019.150.4123.1 | 426896 | 22-Mar-21 | 18:57 | x64 |
| Isdbupgradewizard.exe | 15.0.4123.1 | 119696 | 22-Mar-21 | 18:57 | x86 |
| Isdbupgradewizard.exe | 15.0.4123.1 | 119696 | 22-Mar-21 | 18:57 | x86 |
| Isserverexec.exe | 15.0.4123.1 | 144272 | 22-Mar-21 | 18:57 | x64 |
| Isserverexec.exe | 15.0.4123.1 | 148368 | 22-Mar-21 | 18:57 | x86 |
| Microsoft.sqlserver.astasks.dll | 15.0.4123.1 | 78752 | 22-Mar-21 | 18:57 | x86 |
| Microsoft.sqlserver.integrationservice.hadoop.common.dll | 15.0.4123.1 | 58256 | 22-Mar-21 | 18:57 | x86 |
| Microsoft.sqlserver.integrationservice.hadoop.common.dll | 15.0.4123.1 | 58272 | 22-Mar-21 | 18:57 | x86 |
| Microsoft.sqlserver.integrationservices.isserverdbupgrade.dll | 15.0.4123.1 | 508800 | 22-Mar-21 | 18:57 | x86 |
| Microsoft.sqlserver.integrationservices.isserverdbupgrade.dll | 15.0.4123.1 | 508816 | 22-Mar-21 | 18:57 | x86 |
| Microsoft.sqlserver.integrationservices.runtimetelemetry.dll | 15.0.4123.1 | 41856 | 22-Mar-21 | 18:57 | x86 |
| Microsoft.sqlserver.integrationservices.runtimetelemetry.dll | 15.0.4123.1 | 41856 | 22-Mar-21 | 18:57 | x86 |
| Microsoft.sqlserver.maintenanceplantasks.dll | 15.0.4123.1 | 390048 | 22-Mar-21 | 18:57 | x86 |
| Microsoft.sqlserver.management.integrationservicesenum.dll | 15.0.4123.1 | 58240 | 22-Mar-21 | 18:57 | x86 |
| Microsoft.sqlserver.management.integrationservicesenum.dll | 15.0.4123.1 | 58272 | 22-Mar-21 | 18:57 | x86 |
| Microsoft.sqlserver.scripttask.dll | 15.0.4123.1 | 140176 | 22-Mar-21 | 18:57 | x86 |
| Microsoft.sqlserver.scripttask.dll | 15.0.4123.1 | 140192 | 22-Mar-21 | 18:57 | x86 |
| Microsoft.sqlserver.xmltask.dll | 15.0.4123.1 | 156560 | 22-Mar-21 | 18:57 | x86 |
| Microsoft.sqlserver.xmltask.dll | 15.0.4123.1 | 156576 | 22-Mar-21 | 18:57 | x86 |
| Msdtssrvr.exe | 15.0.4123.1 | 218016 | 22-Mar-21 | 18:57 | x64 |
| Msdtssrvrutil.dll | 2019.150.4123.1 | 111504 | 22-Mar-21 | 18:57 | x64 |
| Msdtssrvrutil.dll | 2019.150.4123.1 | 99232 | 22-Mar-21 | 18:57 | x86 |
| Msmdpp.dll | 2018.150.35.0 | 10062240 | 22-Mar-21 | 18:51 | x64 |
| Odbcdest.dll | 2019.150.4123.1 | 316304 | 22-Mar-21 | 18:57 | x86 |
| Odbcdest.dll | 2019.150.4123.1 | 369536 | 22-Mar-21 | 18:57 | x64 |
| Odbcsrc.dll | 2019.150.4123.1 | 328592 | 22-Mar-21 | 18:57 | x86 |
| Odbcsrc.dll | 2019.150.4123.1 | 381824 | 22-Mar-21 | 18:57 | x64 |
| Oledbdest.dll | 2019.150.4123.1 | 238496 | 22-Mar-21 | 18:57 | x86 |
| Oledbdest.dll | 2019.150.4123.1 | 279424 | 22-Mar-21 | 18:57 | x64 |
| Oledbsrc.dll | 2019.150.4123.1 | 263056 | 22-Mar-21 | 18:57 | x86 |
| Oledbsrc.dll | 2019.150.4123.1 | 312192 | 22-Mar-21 | 18:57 | x64 |
| Rawdest.dll | 2019.150.4123.1 | 189336 | 22-Mar-21 | 18:57 | x86 |
| Rawdest.dll | 2019.150.4123.1 | 226176 | 22-Mar-21 | 18:57 | x64 |
| Rawsource.dll | 2019.150.4123.1 | 177056 | 22-Mar-21 | 18:57 | x86 |
| Rawsource.dll | 2019.150.4123.1 | 209792 | 22-Mar-21 | 18:57 | x64 |
| Recordsetdest.dll | 2019.150.4123.1 | 172960 | 22-Mar-21 | 18:57 | x86 |
| Recordsetdest.dll | 2019.150.4123.1 | 201616 | 22-Mar-21 | 18:57 | x64 |
| Sqlceip.exe | 15.0.4123.1 | 283520 | 22-Mar-21 | 18:57 | x86 |
| Sqldest.dll | 2019.150.4123.1 | 238488 | 22-Mar-21 | 18:57 | x86 |
| Sqldest.dll | 2019.150.4123.1 | 275344 | 22-Mar-21 | 18:57 | x64 |
| Sqltaskconnections.dll | 2019.150.4123.1 | 168832 | 22-Mar-21 | 18:57 | x86 |
| Sqltaskconnections.dll | 2019.150.4123.1 | 205696 | 22-Mar-21 | 18:57 | x64 |
| Txagg.dll | 2019.150.4123.1 | 328576 | 22-Mar-21 | 18:57 | x86 |
| Txagg.dll | 2019.150.4123.1 | 390016 | 22-Mar-21 | 18:57 | x64 |
| Txbdd.dll | 2019.150.4123.1 | 152448 | 22-Mar-21 | 18:57 | x86 |
| Txbdd.dll | 2019.150.4123.1 | 189328 | 22-Mar-21 | 18:57 | x64 |
| Txbestmatch.dll | 2019.150.4123.1 | 545664 | 22-Mar-21 | 18:57 | x86 |
| Txbestmatch.dll | 2019.150.4123.1 | 652176 | 22-Mar-21 | 18:57 | x64 |
| Txcache.dll | 2019.150.4123.1 | 164768 | 22-Mar-21 | 18:57 | x86 |
| Txcache.dll | 2019.150.4123.1 | 197520 | 22-Mar-21 | 18:57 | x64 |
| Txcharmap.dll | 2019.150.4123.1 | 271264 | 22-Mar-21 | 18:57 | x86 |
| Txcharmap.dll | 2019.150.4123.1 | 312192 | 22-Mar-21 | 18:57 | x64 |
| Txcopymap.dll | 2019.150.4123.1 | 164768 | 22-Mar-21 | 18:57 | x86 |
| Txcopymap.dll | 2019.150.4123.1 | 201600 | 22-Mar-21 | 18:57 | x64 |
| Txdataconvert.dll | 2019.150.4123.1 | 275360 | 22-Mar-21 | 18:57 | x86 |
| Txdataconvert.dll | 2019.150.4123.1 | 316288 | 22-Mar-21 | 18:57 | x64 |
| Txderived.dll | 2019.150.4123.1 | 557984 | 22-Mar-21 | 18:57 | x86 |
| Txderived.dll | 2019.150.4123.1 | 639872 | 22-Mar-21 | 18:57 | x64 |
| Txfileextractor.dll | 2019.150.4123.1 | 181152 | 22-Mar-21 | 18:57 | x86 |
| Txfileextractor.dll | 2019.150.4123.1 | 217984 | 22-Mar-21 | 18:57 | x64 |
| Txfileinserter.dll | 2019.150.4123.1 | 213888 | 22-Mar-21 | 18:57 | x64 |
| Txfileinserter.dll | 2019.150.4123.1 | 181120 | 22-Mar-21 | 18:57 | x86 |
| Txgroupdups.dll | 2019.150.4123.1 | 254880 | 22-Mar-21 | 18:57 | x86 |
| Txgroupdups.dll | 2019.150.4123.1 | 312208 | 22-Mar-21 | 18:57 | x64 |
| Txlineage.dll | 2019.150.4123.1 | 127904 | 22-Mar-21 | 18:57 | x86 |
| Txlineage.dll | 2019.150.4123.1 | 152464 | 22-Mar-21 | 18:57 | x64 |
| Txlookup.dll | 2019.150.4123.1 | 467872 | 22-Mar-21 | 18:57 | x86 |
| Txlookup.dll | 2019.150.4123.1 | 541568 | 22-Mar-21 | 18:57 | x64 |
| Txmerge.dll | 2019.150.4123.1 | 258944 | 22-Mar-21 | 18:57 | x64 |
| Txmerge.dll | 2019.150.4123.1 | 201600 | 22-Mar-21 | 18:57 | x86 |
| Txmergejoin.dll | 2019.150.4123.1 | 308112 | 22-Mar-21 | 18:57 | x64 |
| Txmergejoin.dll | 2019.150.4123.1 | 246656 | 22-Mar-21 | 18:57 | x86 |
| Txmulticast.dll | 2019.150.4123.1 | 148352 | 22-Mar-21 | 18:57 | x64 |
| Txmulticast.dll | 2019.150.4123.1 | 115616 | 22-Mar-21 | 18:57 | x86 |
| Txpivot.dll | 2019.150.4123.1 | 205728 | 22-Mar-21 | 18:57 | x86 |
| Txpivot.dll | 2019.150.4123.1 | 238464 | 22-Mar-21 | 18:57 | x64 |
| Txrowcount.dll | 2019.150.4123.1 | 140160 | 22-Mar-21 | 18:57 | x64 |
| Txrowcount.dll | 2019.150.4123.1 | 111520 | 22-Mar-21 | 18:57 | x86 |
| Txsampling.dll | 2019.150.4123.1 | 160672 | 22-Mar-21 | 18:57 | x86 |
| Txsampling.dll | 2019.150.4123.1 | 193424 | 22-Mar-21 | 18:57 | x64 |
| Txscd.dll | 2019.150.4123.1 | 197504 | 22-Mar-21 | 18:57 | x86 |
| Txscd.dll | 2019.150.4123.1 | 234368 | 22-Mar-21 | 18:57 | x64 |
| Txsort.dll | 2019.150.4123.1 | 287616 | 22-Mar-21 | 18:57 | x64 |
| Txsort.dll | 2019.150.4123.1 | 230304 | 22-Mar-21 | 18:57 | x86 |
| Txsplit.dll | 2019.150.4123.1 | 549792 | 22-Mar-21 | 18:57 | x86 |
| Txsplit.dll | 2019.150.4123.1 | 623504 | 22-Mar-21 | 18:57 | x64 |
| Txtermextraction.dll | 2019.150.4123.1 | 8643456 | 22-Mar-21 | 18:57 | x86 |
| Txtermextraction.dll | 2019.150.4123.1 | 8700800 | 22-Mar-21 | 18:57 | x64 |
| Txtermlookup.dll | 2019.150.4123.1 | 4182912 | 22-Mar-21 | 18:57 | x64 |
| Txtermlookup.dll | 2019.150.4123.1 | 4137856 | 22-Mar-21 | 18:57 | x86 |
| Txunionall.dll | 2019.150.4123.1 | 205696 | 22-Mar-21 | 18:57 | x64 |
| Txunionall.dll | 2019.150.4123.1 | 160672 | 22-Mar-21 | 18:57 | x86 |
| Txunpivot.dll | 2019.150.4123.1 | 181120 | 22-Mar-21 | 18:57 | x86 |
| Txunpivot.dll | 2019.150.4123.1 | 213904 | 22-Mar-21 | 18:57 | x64 |
| Xe.dll | 2019.150.4123.1 | 631696 | 22-Mar-21 | 18:57 | x86 |
| Xe.dll | 2019.150.4123.1 | 721808 | 22-Mar-21 | 18:57 | x64 |
SQL Server 2019 sql_polybase_core_inst¶
| File name | File version | File size | Date | Time | Platform |
|---|---|---|---|---|---|
| Dms.dll | 15.0.1914.0 | 552336 | 22-Mar-21 | 19:40 | x86 |
| Dmsnative.dll | 2018.150.1914.0 | 145832 | 22-Mar-21 | 19:40 | x64 |
| Dwengineservice.dll | 15.0.1914.0 | 43920 | 22-Mar-21 | 19:40 | x86 |
| Eng_polybase_odbcdrivermongo_238_mongodbodbc_sb64_dll.64 | 2.3.8.1008 | 17142672 | 22-Mar-21 | 19:40 | x64 |
| Eng_polybase_odbcdrivermongo_238_saslsspi_dll.64 | 1.0.2.1003 | 146304 | 22-Mar-21 | 19:40 | x64 |
| Eng_polybase_odbcdriveroracle_802_mscurl28_dll.64 | 8.0.2.116 | 2446928 | 22-Mar-21 | 19:40 | x64 |
| Eng_polybase_odbcdriveroracle_802_msora28_dll.64 | 8.0.2.2371 | 2250320 | 22-Mar-21 | 19:40 | x64 |
| Eng_polybase_odbcdriveroracle_802_msora28r_dll.64 | 8.0.2.2371 | 147024 | 22-Mar-21 | 19:40 | x64 |
| Eng_polybase_odbcdriveroracle_802_msssl28_dll.64 | 8.0.2.244 | 2412624 | 22-Mar-21 | 19:40 | x64 |
| Eng_polybase_odbcdriveroracle_802_mstls28_dll.64 | 8.0.2.39 | 2928720 | 22-Mar-21 | 19:40 | x64 |
| Icudt58.dll | 58.2.0.0 | 27109768 | 22-Mar-21 | 19:40 | x64 |
| Icudt58.dll | 58.2.0.0 | 27109832 | 22-Mar-21 | 19:40 | x64 |
| Icuin58.dll | 58.2.0.0 | 2425288 | 22-Mar-21 | 19:40 | x64 |
| Icuin58.dll | 58.2.0.0 | 2431880 | 22-Mar-21 | 19:40 | x64 |
| Icuuc42.dll | 8.0.2.124 | 15488080 | 22-Mar-21 | 19:40 | x64 |
| Icuuc58.dll | 58.2.0.0 | 1775048 | 22-Mar-21 | 19:40 | x64 |
| Icuuc58.dll | 58.2.0.0 | 1783688 | 22-Mar-21 | 19:40 | x64 |
| Instapi150.dll | 2019.150.4123.1 | 86928 | 22-Mar-21 | 19:40 | x64 |
| Libcrypto-1_1-x64.dll | 1.1.0.10 | 2620304 | 22-Mar-21 | 19:40 | x64 |
| Libcrypto | 1.1.1.4 | 2953680 | 22-Mar-21 | 19:40 | x64 |
| Libsasl.dll | 2.1.26.0 | 292224 | 22-Mar-21 | 19:40 | x64 |
| Libssl-1_1-x64.dll | 1.1.0.10 | 648080 | 22-Mar-21 | 19:40 | x64 |
| Libssl | 1.1.1.4 | 798160 | 22-Mar-21 | 19:40 | x64 |
| Microsoft.sqlserver.datawarehouse.backup.backupmetadata.dll | 15.0.1914.0 | 66472 | 22-Mar-21 | 19:40 | x86 |
| Microsoft.sqlserver.datawarehouse.catalog.dll | 15.0.1914.0 | 292264 | 22-Mar-21 | 19:40 | x86 |
| Microsoft.sqlserver.datawarehouse.common.dll | 15.0.1914.0 | 1954704 | 22-Mar-21 | 19:40 | x86 |
| Microsoft.sqlserver.datawarehouse.configuration.dll | 15.0.1914.0 | 168360 | 22-Mar-21 | 19:40 | x86 |
| Microsoft.sqlserver.datawarehouse.datamovement.common.dll | 15.0.1914.0 | 640936 | 22-Mar-21 | 19:40 | x86 |
| Microsoft.sqlserver.datawarehouse.datamovement.manager.dll | 15.0.1914.0 | 245136 | 22-Mar-21 | 19:40 | x86 |
| Microsoft.sqlserver.datawarehouse.datamovement.messagetypes.dll | 15.0.1914.0 | 138152 | 22-Mar-21 | 19:40 | x86 |
| Microsoft.sqlserver.datawarehouse.datamovement.messagingprotocol.dll | 15.0.1914.0 | 78760 | 22-Mar-21 | 19:40 | x86 |
| Microsoft.sqlserver.datawarehouse.diagnostics.dll | 15.0.1914.0 | 50088 | 22-Mar-21 | 19:40 | x86 |
| Microsoft.sqlserver.datawarehouse.distributor.dll | 15.0.1914.0 | 87464 | 22-Mar-21 | 19:40 | x86 |
| Microsoft.sqlserver.datawarehouse.engine.dll | 15.0.1914.0 | 1128872 | 22-Mar-21 | 19:40 | x86 |
| Microsoft.sqlserver.datawarehouse.engine.statsstream.dll | 15.0.1914.0 | 79784 | 22-Mar-21 | 19:40 | x86 |
| Microsoft.sqlserver.datawarehouse.eventing.dll | 15.0.1914.0 | 69520 | 22-Mar-21 | 19:40 | x86 |
| Microsoft.sqlserver.datawarehouse.fabric.appliance.dll | 15.0.1914.0 | 34216 | 22-Mar-21 | 19:40 | x86 |
| Microsoft.sqlserver.datawarehouse.fabric.interface.dll | 15.0.1914.0 | 30096 | 22-Mar-21 | 19:40 | x86 |
| Microsoft.sqlserver.datawarehouse.fabric.polybase.dll | 15.0.1914.0 | 45456 | 22-Mar-21 | 19:40 | x86 |
| Microsoft.sqlserver.datawarehouse.fabric.xdbinterface.dll | 15.0.1914.0 | 20368 | 22-Mar-21 | 19:40 | x86 |
| Microsoft.sqlserver.datawarehouse.failover.dll | 15.0.1914.0 | 25512 | 22-Mar-21 | 19:40 | x86 |
| Microsoft.sqlserver.datawarehouse.hadoop.hadoopbridge.dll | 15.0.1914.0 | 130472 | 22-Mar-21 | 19:40 | x86 |
| Microsoft.sqlserver.datawarehouse.loadercommon.dll | 15.0.1914.0 | 85392 | 22-Mar-21 | 19:40 | x86 |
| Microsoft.sqlserver.datawarehouse.loadmanager.dll | 15.0.1914.0 | 99728 | 22-Mar-21 | 19:40 | x86 |
| Microsoft.sqlserver.datawarehouse.localization.dll | 15.0.1914.0 | 291728 | 22-Mar-21 | 19:40 | x86 |
| Microsoft.sqlserver.datawarehouse.localization.resources.dll | 15.0.1914.0 | 118672 | 22-Mar-21 | 19:40 | x86 |
| Microsoft.sqlserver.datawarehouse.localization.resources.dll | 15.0.1914.0 | 137104 | 22-Mar-21 | 19:40 | x86 |
| Microsoft.sqlserver.datawarehouse.localization.resources.dll | 15.0.1914.0 | 140176 | 22-Mar-21 | 19:40 | x86 |
| Microsoft.sqlserver.datawarehouse.localization.resources.dll | 15.0.1914.0 | 136592 | 22-Mar-21 | 19:40 | x86 |
| Microsoft.sqlserver.datawarehouse.localization.resources.dll | 15.0.1914.0 | 149392 | 22-Mar-21 | 19:40 | x86 |
| Microsoft.sqlserver.datawarehouse.localization.resources.dll | 15.0.1914.0 | 138640 | 22-Mar-21 | 19:40 | x86 |
| Microsoft.sqlserver.datawarehouse.localization.resources.dll | 15.0.1914.0 | 133008 | 22-Mar-21 | 19:40 | x86 |
| Microsoft.sqlserver.datawarehouse.localization.resources.dll | 15.0.1914.0 | 175504 | 22-Mar-21 | 19:40 | x86 |
| Microsoft.sqlserver.datawarehouse.localization.resources.dll | 15.0.1914.0 | 116112 | 22-Mar-21 | 19:40 | x86 |
| Microsoft.sqlserver.datawarehouse.localization.resources.dll | 15.0.1914.0 | 135056 | 22-Mar-21 | 19:40 | x86 |
| Microsoft.sqlserver.datawarehouse.nodes.dll | 15.0.1914.0 | 71568 | 22-Mar-21 | 19:40 | x86 |
| Microsoft.sqlserver.datawarehouse.nulltransaction.dll | 15.0.1914.0 | 20880 | 22-Mar-21 | 19:40 | x86 |
| Microsoft.sqlserver.datawarehouse.parallelizer.dll | 15.0.1914.0 | 36264 | 22-Mar-21 | 19:40 | x86 |
| Microsoft.sqlserver.datawarehouse.resourcemanagement.dll | 15.0.1914.0 | 127912 | 22-Mar-21 | 19:40 | x86 |
| Microsoft.sqlserver.datawarehouse.sql.dll | 15.0.1914.0 | 3054480 | 22-Mar-21 | 19:40 | x86 |
| Microsoft.sqlserver.datawarehouse.sql.parser.dll | 15.0.1914.0 | 3954576 | 22-Mar-21 | 19:40 | x86 |
| Microsoft.sqlserver.datawarehouse.sql.parser.resources.dll | 15.0.1914.0 | 117136 | 22-Mar-21 | 19:40 | x86 |
| Microsoft.sqlserver.datawarehouse.sql.parser.resources.dll | 15.0.1914.0 | 131984 | 22-Mar-21 | 19:40 | x86 |
| Microsoft.sqlserver.datawarehouse.sql.parser.resources.dll | 15.0.1914.0 | 136592 | 22-Mar-21 | 19:40 | x86 |
| Microsoft.sqlserver.datawarehouse.sql.parser.resources.dll | 15.0.1914.0 | 132496 | 22-Mar-21 | 19:40 | x86 |
| Microsoft.sqlserver.datawarehouse.sql.parser.resources.dll | 15.0.1914.0 | 147344 | 22-Mar-21 | 19:40 | x86 |
| Microsoft.sqlserver.datawarehouse.sql.parser.resources.dll | 15.0.1914.0 | 133008 | 22-Mar-21 | 19:40 | x86 |
| Microsoft.sqlserver.datawarehouse.sql.parser.resources.dll | 15.0.1914.0 | 129424 | 22-Mar-21 | 19:40 | x86 |
| Microsoft.sqlserver.datawarehouse.sql.parser.resources.dll | 15.0.1914.0 | 169872 | 22-Mar-21 | 19:40 | x86 |
| Microsoft.sqlserver.datawarehouse.sql.parser.resources.dll | 15.0.1914.0 | 114064 | 22-Mar-21 | 19:40 | x86 |
| Microsoft.sqlserver.datawarehouse.sql.parser.resources.dll | 15.0.1914.0 | 130960 | 22-Mar-21 | 19:40 | x86 |
| Microsoft.sqlserver.datawarehouse.sqldistributor.dll | 15.0.1914.0 | 66448 | 22-Mar-21 | 19:40 | x86 |
| Microsoft.sqlserver.datawarehouse.transactsql.scriptdom.dll | 15.0.1914.0 | 2681768 | 22-Mar-21 | 19:40 | x86 |
| Microsoft.sqlserver.datawarehouse.utilities.dll | 15.0.1914.0 | 2435472 | 22-Mar-21 | 19:40 | x86 |
| Mpdwinterop.dll | 2019.150.4123.1 | 451472 | 22-Mar-21 | 19:40 | x64 |
| Mpdwsvc.exe | 2019.150.4123.1 | 7386000 | 22-Mar-21 | 19:40 | x64 |
| Msodbcsql17.dll | 2017.174.1.1 | 2016120 | 22-Mar-21 | 19:40 | x64 |
| Odbc32.dll | 10.0.17763.1 | 720792 | 22-Mar-21 | 19:40 | x64 |
| Odbccp32.dll | 10.0.17763.1 | 138136 | 22-Mar-21 | 19:40 | x64 |
| Odbctrac.dll | 10.0.17763.1 | 175000 | 22-Mar-21 | 19:40 | x64 |
| Saslplain.dll | 2.1.26.0 | 170880 | 22-Mar-21 | 19:40 | x64 |
| Secforwarder.dll | 2019.150.4123.1 | 78752 | 22-Mar-21 | 19:40 | x64 |
| Sharedmemory.dll | 2018.150.1914.0 | 60304 | 22-Mar-21 | 19:40 | x64 |
| Sqldk.dll | 2019.150.4123.1 | 3150720 | 22-Mar-21 | 19:40 | x64 |
| Sqldumper.exe | 2019.150.4123.1 | 185248 | 22-Mar-21 | 19:40 | x64 |
Sqlevn70.rll |
2019.150.4123.1 | 1590144 | 22-Mar-21 | 19:33 | x64 |
Sqlevn70.rll |
2019.150.4123.1 | 4150144 | 22-Mar-21 | 19:33 | x64 |
Sqlevn70.rll |
2019.150.4123.1 | 3404672 | 22-Mar-21 | 19:33 | x64 |
Sqlevn70.rll |
2019.150.4123.1 | 4146048 | 22-Mar-21 | 19:33 | x64 |
Sqlevn70.rll |
2019.150.4123.1 | 4051840 | 22-Mar-21 | 19:33 | x64 |
Sqlevn70.rll |
2019.150.4123.1 | 2216832 | 22-Mar-21 | 19:33 | x64 |
Sqlevn70.rll |
2019.150.4123.1 | 2163584 | 22-Mar-21 | 19:33 | x64 |
Sqlevn70.rll |
2019.150.4123.1 | 3810176 | 22-Mar-21 | 19:33 | x64 |
Sqlevn70.rll |
2019.150.4123.1 | 3806080 | 22-Mar-21 | 19:33 | x64 |
Sqlevn70.rll |
2019.150.4123.1 | 1532800 | 22-Mar-21 | 19:33 | x64 |
Sqlevn70.rll |
2019.150.4123.1 | 4014976 | 22-Mar-21 | 19:33 | x64 |
| Sqlos.dll | 2019.150.4123.1 | 41888 | 22-Mar-21 | 19:40 | x64 |
| Sqlsortpdw.dll | 2018.150.1914.0 | 4840336 | 22-Mar-21 | 19:40 | x64 |
| Sqltses.dll | 2019.150.4123.1 | 9081760 | 22-Mar-21 | 19:40 | x64 |
| Tdataodbc_sb | 16.20.0.1078 | 14995920 | 22-Mar-21 | 19:40 | x64 |
| Terasso.dll | 16.20.0.13 | 2158896 | 22-Mar-21 | 19:40 | x64 |
| Zlibwapi.dll | 1.2.11.0 | 281472 | 22-Mar-21 | 19:40 | x64 |
SQL Server 2019 sql_shared_mr¶
| File name | File version | File size | Date | Time | Platform |
|---|---|---|---|---|---|
| Smrdll.dll | 15.0.4123.1 | 29568 | 22-Mar-21 | 18:57 | x86 |
SQL Server 2019 sql_tools_extensions¶
| File name | File version | File size | Date | Time | Platform |
|---|---|---|---|---|---|
| Autoadmin.dll | 2019.150.4123.1 | 1631104 | 22-Mar-21 | 19:27 | x86 |
| Dtaengine.exe | 2019.150.4123.1 | 218000 | 22-Mar-21 | 19:27 | x86 |
| Dteparse.dll | 2019.150.4123.1 | 111488 | 22-Mar-21 | 19:27 | x86 |
| Dteparse.dll | 2019.150.4123.1 | 123776 | 22-Mar-21 | 19:27 | x64 |
| Dteparsemgd.dll | 2019.150.4123.1 | 115584 | 22-Mar-21 | 19:27 | x86 |
| Dteparsemgd.dll | 2019.150.4123.1 | 131968 | 22-Mar-21 | 19:27 | x64 |
| Dtepkg.dll | 2019.150.4123.1 | 131968 | 22-Mar-21 | 19:27 | x86 |
| Dtepkg.dll | 2019.150.4123.1 | 148352 | 22-Mar-21 | 19:27 | x64 |
| Dtexec.exe | 2019.150.4123.1 | 62848 | 22-Mar-21 | 19:27 | x86 |
| Dtexec.exe | 2019.150.4123.1 | 71568 | 22-Mar-21 | 19:27 | x64 |
| Dts.dll | 2019.150.4123.1 | 2761600 | 22-Mar-21 | 19:27 | x86 |
| Dts.dll | 2019.150.4123.1 | 3142544 | 22-Mar-21 | 19:27 | x64 |
| Dtscomexpreval.dll | 2019.150.4123.1 | 443264 | 22-Mar-21 | 19:27 | x86 |
| Dtscomexpreval.dll | 2019.150.4123.1 | 500624 | 22-Mar-21 | 19:27 | x64 |
| Dtsconn.dll | 2019.150.4123.1 | 521088 | 22-Mar-21 | 19:27 | x64 |
| Dtsconn.dll | 2019.150.4123.1 | 431008 | 22-Mar-21 | 19:27 | x86 |
| Dtshost.exe | 2019.150.4123.1 | 104336 | 22-Mar-21 | 19:27 | x64 |
| Dtshost.exe | 2019.150.4123.1 | 87456 | 22-Mar-21 | 19:27 | x86 |
| Dtsmsg150.dll | 2019.150.4123.1 | 553888 | 22-Mar-21 | 19:27 | x86 |
| Dtsmsg150.dll | 2019.150.4123.1 | 566160 | 22-Mar-21 | 19:27 | x64 |
| Dtspipeline.dll | 2019.150.4123.1 | 1119136 | 22-Mar-21 | 19:27 | x86 |
| Dtspipeline.dll | 2019.150.4123.1 | 1328032 | 22-Mar-21 | 19:27 | x64 |
| Dtswizard.exe | 15.0.4123.1 | 885664 | 22-Mar-21 | 19:27 | x64 |
| Dtswizard.exe | 15.0.4123.1 | 889728 | 22-Mar-21 | 19:27 | x86 |
| Dtuparse.dll | 2019.150.4123.1 | 86912 | 22-Mar-21 | 19:27 | x86 |
| Dtuparse.dll | 2019.150.4123.1 | 99216 | 22-Mar-21 | 19:27 | x64 |
| Dtutil.exe | 2019.150.4123.1 | 128928 | 22-Mar-21 | 19:27 | x86 |
| Dtutil.exe | 2019.150.4123.1 | 147328 | 22-Mar-21 | 19:27 | x64 |
| Exceldest.dll | 2019.150.4123.1 | 234400 | 22-Mar-21 | 19:27 | x86 |
| Exceldest.dll | 2019.150.4123.1 | 279424 | 22-Mar-21 | 19:27 | x64 |
| Excelsrc.dll | 2019.150.4123.1 | 258944 | 22-Mar-21 | 19:27 | x86 |
| Excelsrc.dll | 2019.150.4123.1 | 308112 | 22-Mar-21 | 19:27 | x64 |
| Flatfiledest.dll | 2019.150.4123.1 | 357280 | 22-Mar-21 | 19:27 | x86 |
| Flatfiledest.dll | 2019.150.4123.1 | 410496 | 22-Mar-21 | 19:27 | x64 |
| Flatfilesrc.dll | 2019.150.4123.1 | 369568 | 22-Mar-21 | 19:27 | x86 |
| Flatfilesrc.dll | 2019.150.4123.1 | 426896 | 22-Mar-21 | 19:27 | x64 |
| Microsoft.sqlserver.astasks.dll | 15.0.4123.1 | 78752 | 22-Mar-21 | 19:27 | x86 |
| Microsoft.sqlserver.chainer.infrastructure.dll | 15.0.4123.1 | 402304 | 22-Mar-21 | 19:27 | x86 |
| Microsoft.sqlserver.configuration.sco.dll | 15.0.4123.1 | 2999168 | 22-Mar-21 | 19:27 | x86 |
| Microsoft.sqlserver.configuration.sco.dll | 15.0.4123.1 | 2999200 | 22-Mar-21 | 19:27 | x86 |
| Microsoft.sqlserver.integrationservices.runtimetelemetry.dll | 15.0.4123.1 | 41856 | 22-Mar-21 | 19:27 | x86 |
| Microsoft.sqlserver.management.integrationservicesenum.dll | 15.0.4123.1 | 58272 | 22-Mar-21 | 19:27 | x86 |
| Microsoft.sqlserver.olapenum.dll | 15.0.18181.0 | 99760 | 22-Mar-21 | 19:27 | x86 |
| Msdtssrvrutil.dll | 2019.150.4123.1 | 111504 | 22-Mar-21 | 19:27 | x64 |
| Msdtssrvrutil.dll | 2019.150.4123.1 | 99232 | 22-Mar-21 | 19:27 | x86 |
| Msmgdsrv.dll | 2018.150.35.0 | 8277920 | 22-Mar-21 | 18:51 | x86 |
| Oledbdest.dll | 2019.150.4123.1 | 279424 | 22-Mar-21 | 19:27 | x64 |
| Oledbdest.dll | 2019.150.4123.1 | 238496 | 22-Mar-21 | 19:27 | x86 |
| Oledbsrc.dll | 2019.150.4123.1 | 263056 | 22-Mar-21 | 19:27 | x86 |
| Oledbsrc.dll | 2019.150.4123.1 | 312192 | 22-Mar-21 | 19:27 | x64 |
| Sqlresourceloader.dll | 2019.150.4123.1 | 50080 | 22-Mar-21 | 19:27 | x64 |
| Sqlresourceloader.dll | 2019.150.4123.1 | 37760 | 22-Mar-21 | 19:27 | x86 |
| Sqlscm.dll | 2019.150.4123.1 | 78720 | 22-Mar-21 | 19:27 | x86 |
| Sqlscm.dll | 2019.150.4123.1 | 86912 | 22-Mar-21 | 19:27 | x64 |
| Sqlsvc.dll | 2019.150.4123.1 | 148352 | 22-Mar-21 | 19:27 | x86 |
| Sqlsvc.dll | 2019.150.4123.1 | 181120 | 22-Mar-21 | 19:27 | x64 |
| Sqltaskconnections.dll | 2019.150.4123.1 | 168832 | 22-Mar-21 | 19:27 | x86 |
| Sqltaskconnections.dll | 2019.150.4123.1 | 205696 | 22-Mar-21 | 19:27 | x64 |
| Txdataconvert.dll | 2019.150.4123.1 | 316288 | 22-Mar-21 | 19:27 | x64 |
| Txdataconvert.dll | 2019.150.4123.1 | 275360 | 22-Mar-21 | 19:27 | x86 |
| Xe.dll | 2019.150.4123.1 | 631696 | 22-Mar-21 | 19:27 | x86 |
| Xe.dll | 2019.150.4123.1 | 721808 | 22-Mar-21 | 19:27 | x64 |
Prerequisites¶
To successfully apply this cumulative update package, your system must be running SQL Server 2019. Ensure that the base instance of SQL Server 2019 is already installed and operational before proceeding with the CU10 installation.
Restart information¶
Following the application of this cumulative update package, a system restart may be necessary. It is recommended to plan for a potential restart to ensure the update is fully implemented and all services are running correctly. The prompt for a restart will typically occur at the end of the installation process, if required.
Registry information¶
Applying the hotfixes included within this package does not necessitate any manual modifications to the Windows Registry. The installation process is designed to handle all necessary registry updates automatically, simplifying the deployment and reducing the risk of manual configuration errors.
Important notices¶
This section provides critical information that users should be aware of before, during, and after applying SQL Server Cumulative Updates. Understanding these notices is vital for a smooth and successful update process.
Analysis Services CU build version¶
It’s important to note that starting with Microsoft SQL Server 2017, a change in versioning methodology was introduced for Analysis Services. The Analysis Services build version number and the SQL Server Database Engine build version number are no longer synchronized and will not match. For detailed information on how to verify the Analysis Services cumulative update build version, please refer to the Microsoft documentation on Verify Analysis Services cumulative update build version. This difference is by design and impacts version tracking for these components.
- Each new Cumulative Update (CU) is comprehensive, containing all the fixes that were previously released in earlier CUs for the same installed version of SQL Server. This ensures that applying the latest CU brings your system fully up-to-date with all prior fixes.
- SQL Server CUs undergo rigorous certification processes, achieving the same level of certification as Service Packs. Therefore, CUs should be installed with the same level of confidence and are considered production-ready upon release.
- Microsoft strongly recommends a proactive and ongoing installation of CUs as soon as they are released. This proactive approach is based on several key observations:
- Historical support data reveals that a significant portion of support cases reported are related to issues that have already been resolved in a released CU. Applying CUs can therefore preemptively address many common problems.
- CUs often include added value beyond just hotfixes. These enhancements can encompass improvements in supportability, manageability, and overall system reliability. These are designed to provide a better and more stable SQL Server experience.
- It is a best practice to thoroughly test SQL Server CUs in a non-production environment before deploying them to production systems. This testing phase allows for validation of the update within your specific environment, minimizing potential disruptions in production.
Hybrid environment deployment¶
When deploying updates within a hybrid environment, such as configurations involving Always On availability groups, replication, clustering, or database mirroring, it is crucial to consult specific Microsoft articles before initiating the update process. These articles provide tailored guidance for these complex environments to ensure a smooth and successful update.
-
Upgrade a failover cluster instance
Note: If you prefer not to use the rolling update process for failover clusters, the following steps can be used to apply an update:
1. Install the update on the passive node of the cluster first.
2. Install the update on the active node. This step will necessitate a service restart on the active node to complete the update application. -
Upgrade and update of availability group servers that use minimal downtime and data loss
Note: If you have enabled Always On availability groups in conjunction with the SSISDB catalog, please refer to the information about SSIS with Always On for specific guidance on applying updates in these configurations.
-
How to apply a hotfix for SQL Server in a transactional replication and database mirroring topology
- How to apply a hotfix for SQL Server in a replication topology
- Upgrading Mirrored Instances
- Overview of SQL Server Servicing Installation
Language support¶
SQL Server Cumulative Updates are designed to be multilingual. Therefore, this CU package is not specific to a single language. It is applicable across all supported languages for SQL Server 2019, ensuring consistent update availability for global deployments.
Components (features) updated¶
A single CU package is designed to include all available updates for every SQL Server 2019 component and feature. However, the cumulative update package will selectively update only those components that are currently installed on the specific SQL Server instance you choose to service. If a SQL Server feature (e.g., Analysis Services) is added to the instance after this CU has been applied, it is necessary to re-apply this CU to ensure the newly added feature is also updated to the same CU level. This ensures all parts of your SQL Server installation are consistently patched.
Support for this update¶
Should you encounter any issues or require troubleshooting beyond the scope of this cumulative update, initiating a service request might be necessary. Please be aware that standard support costs will be applicable for any additional support inquiries and for issues that do not specifically qualify under this cumulative update package. For a comprehensive list of Microsoft Customer Service and Support telephone numbers, or to initiate a separate service request, please visit the Microsoft support website.
How to uninstall this update on Windows¶
To uninstall this cumulative update on Windows-based systems, follow these steps:
- Open Control Panel.
- Navigate to Programs and Features, and then select View installed updates.
- Within the list of installed updates, locate the entry that corresponds to this cumulative update package under the SQL Server 2019 section. Identify the specific KB number (KB5001090) to ensure you select the correct update.
- Select the identified entry by clicking on it.
- Either press and hold (or right-click) the selected entry, and then choose Uninstall from the context menu.
- Follow the on-screen prompts to complete the uninstallation process.
How to uninstall this update on Linux¶
Uninstalling this CU on Linux requires a rollback of the package to the previously installed version. For detailed instructions on how to perform a rollback of the installation, please consult the Microsoft documentation section on Rollback SQL Server. This documentation provides platform-specific commands and procedures for reverting to a previous SQL Server state on Linux.
References¶
(No references provided in the original article)
We encourage you to share your experiences and thoughts regarding this SQL Server 2019 Cumulative Update 10. Have you encountered any of the issues addressed in this update? Let us know in the comments below!
Post a Comment