SQL Server 2016 SP1: Cumulative Update 2 (KB4013106) Now Available
Release Information¶
Release Date and Version¶
This cumulative update was released on March 20, 2017, and the version is 13.0.4422.0. This update is specifically for Microsoft SQL Server 2016 Service Pack 1 (SP1). It is important to note these details for accurate identification and application of the update.
About Cumulative Update 2¶
Cumulative Update package 2 (CU2) for SQL Server 2016 SP1 is now available. This package, identified by build number 13.0.4422.0, includes a collection of fixes that were implemented after the initial release of SQL Server 2016 SP1. These fixes address a range of issues reported by users and discovered internally by Microsoft. Applying this CU is recommended to enhance the stability and performance of your SQL Server 2016 SP1 instance.
Important Considerations¶
Potential Issues with Change Data Capture (CDC)¶
After installing this Cumulative Update, there’s a potential issue that may affect Change Data Capture (CDC) functionality. This issue can arise under specific circumstances, particularly when:
- Databases enabled for CDC are part of an Always On availability group.
- SQL Server replication components are not installed on the server.
If your SQL Server environment falls into either of these categories and utilizes CDC, it is crucial to review the following resources for detailed information and potential workarounds:
- CDC functionality may break after upgrading to the latest CU for SQL Server 2012, 2014 and 2016
- Special steps for change data capture or replication
Understanding these potential implications for CDC is vital before proceeding with the installation of CU2, especially in production environments.
Improvements and Fixes Included in This Update¶
This Cumulative Update 2 for SQL Server 2016 SP1 addresses a wide spectrum of bugs and introduces performance improvements across various SQL Server components. The fixes are categorized by feature area for clarity. Below is a detailed breakdown of the issues resolved in this CU.
Analysis Services Fixes¶
This cumulative update includes numerous fixes for SQL Server Analysis Services (SSAS), enhancing its stability, performance, and query accuracy. These fixes target various aspects of SSAS, including MDX query processing, tabular model operations, and connection management.
High Availability Fixes¶
Several fixes in this CU address critical issues related to High Availability features like Always On Availability Groups and database mirroring. These improvements aim to enhance the reliability and stability of these features, ensuring smoother failovers and data synchronization.
In-Memory OLTP Fixes¶
This CU includes fixes for In-Memory OLTP (Online Transaction Processing), focusing on issues related to data integrity and performance. These enhancements are important for environments leveraging memory-optimized tables.
| Bug Reference | Description | Fix Area |
|---|---|---|
| 8861790 | FIX: Checkpoint files grow excessively when you insert data into memory-optimized tables in SQL Server 2016 (KB3206584) | In-Memory OLTP |
| 9379508 | FIX: ALTER TABLE, ADD CONSTRAINT, and PRIMARY KEY statements don’t detect a duplicate key in SQL Server 2016 (KB4013116) | In-Memory OLTP |
| 9460219 | FIX: An access violation occurs when natively compiled stored procedures are executed concurrently in SQL Server 2016 (KB4013124) | In-Memory OLTP |
Integration Services Fixes¶
Fixes for Integration Services (SSIS) in this CU address issues related to package execution and task failures, specifically focusing on XML tasks and Hadoop File System tasks.
| Bug Reference | Description | Fix Area |
|---|---|---|
| 9367891 | FIX: “The process cannot access the file” error when an XML task fails in SQL Server (KB3115741) | Integration Services |
| 9514259 | FIX: Hadoop File System Task fails after 10 minutes when you open and run a saved SSIS 2016 package (KB4013936) | Integration Services |
Management Tools Fixes¶
This cumulative update provides fixes for SQL Server Management Tools, addressing issues in areas such as Master Data Services (MDS), Database Mail, and general management utilities. These fixes improve the usability and reliability of these tools.
Reporting Services Fixes¶
This CU addresses multiple issues within SQL Server Reporting Services (SSRS), focusing on report rendering, parameter handling, and integration with SharePoint. These fixes are crucial for ensuring accurate and reliable report generation and delivery.
Setup & Install Fixes¶
This update includes a fix for an issue encountered during patch installation on SQL Server instances with a large number of databases.
| Bug Reference | Description | Fix Area |
|---|---|---|
| 9503272 | FIX: SQL Server is stopped when you install patches on an instance of SQL Server that contains many databases (KB4010990) | Setup & Install |
SQL Performance Fixes¶
A significant portion of this CU addresses SQL performance issues, covering areas like query optimization, statistics handling, and specific query patterns. These fixes aim to improve overall database performance and responsiveness.
SQL Security Fixes¶
This CU addresses security-related issues within SQL Server, focusing on areas like Transparent Data Encryption (TDE) and permission handling. These fixes are crucial for maintaining a secure database environment.
| Bug Reference | Description | Fix Area |
|---|---|---|
| 9367897 | FIX: TDE encrypted Databases go in suspect state during the recovery phase when you restart SQL Server (KB3197631) | SQL security |
| 9503270 | FIX: Memory leak when you run a query that you don’t have sufficient permissions for in SQL Server 2014 or 2016 (KB4010710) | SQL security |
SQL Service Fixes¶
A large number of fixes in this CU fall under the SQL Service category. These fixes cover a wide range of core database engine functionalities, including DBCC commands, replication, full-text search, memory management, and various internal engine operations. These improvements are essential for the overall stability and reliability of the SQL Server engine.
Download Information¶
The latest cumulative update package is available for download from the Microsoft Download Center.
Download the latest cumulative update package for SQL Server 2016 SP1 now
If you encounter issues accessing the download page, you can contact Microsoft Customer Service and Support to obtain the package.
Cumulative Updates for SQL Server 2016 SP1¶
Cumulative Updates (CUs) are a crucial part of maintaining a healthy and up-to-date SQL Server environment. Microsoft releases CUs regularly, and they are available through the Microsoft Download Center. It is important to understand how CUs work and why they are recommended for proactive installation.
Only the most recent CU released for SQL Server 2016 SP1 is available on the Download Center. This ensures that you are always getting the latest fixes and improvements.
Recommendation for Applying CUs¶
Microsoft strongly recommends the ongoing and proactive installation of Cumulative Updates as they are released. Here’s why:
- Certified Reliability: SQL Server CUs undergo the same rigorous certification process as Service Packs. You can install them with the same level of confidence in their quality and stability.
- Addressing Known Issues: Historical data shows that a significant percentage of support cases are related to issues that have already been resolved in a released CU. Installing CUs can prevent you from encountering known problems and needing to contact support for already-solved issues.
- Added Value: CUs are not just collections of hotfixes. They often include valuable additions beyond bug fixes, such as updates that improve supportability, manageability, and overall reliability of SQL Server.
Testing CUs¶
Just like with SQL Server Service Packs, it is highly recommended to thoroughly test Cumulative Updates in a non-production environment before deploying them to your production systems. This testing phase allows you to identify and address any potential compatibility issues or unexpected behavior in a controlled setting, minimizing risks to your live databases.
Upgrading to Latest Service Pack¶
Microsoft recommends that you keep your SQL Server installation as current as possible. Upgrading to the latest SQL Server 2016 service pack is a best practice to ensure you benefit from the most recent features, performance enhancements, and security updates. Service packs are comprehensive updates that include all previous cumulative updates and represent a significant step in maintaining a robust SQL Server environment.
Deployment in Hybrid Environments¶
When deploying hotfixes, including Cumulative Updates, in hybrid environments such as Always On Availability Groups, replication setups, clusters, and mirroring configurations, it is essential to follow specific procedures to minimize downtime and ensure a smooth update process. Consult the following articles before applying hotfixes in these environments:
Upgrade a Failover Cluster Instance¶
Upgrade a SQL Server failover cluster instance provides guidance on updating clustered SQL Server instances.
Note: If you prefer not to use the rolling update process for failover clusters, you can follow these steps to apply a CU or SP:
1. Install the service pack on the passive node first.
2. Then, install the service pack on the active node. This step will require a service restart, so plan accordingly.
Upgrade and Update of Availability Group Servers¶
Upgrade and update of availability group servers that use minimal downtime and data loss details the process for updating servers participating in Always On Availability Groups while minimizing disruption.
Note: If you are using Always On with the SSISDB catalog, refer to information about SSIS with Always On for specific instructions on applying CUs or SPs in these environments.
Applying Hotfixes in Replication Topologies¶
- 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
These articles provide detailed steps for applying hotfixes in SQL Server replication environments, ensuring that the replication topology remains consistent and functional throughout the update process.
Upgrading Mirrored Instances¶
Upgrading Mirrored Instances offers specific guidance on upgrading SQL Server instances involved in database mirroring.
Overview of SQL Server Servicing Installation¶
Overview of SQL Server Servicing Installation provides a broader overview of SQL Server servicing and installation best practices, which is helpful for understanding the general context of applying updates.
Language Support¶
SQL Server Cumulative Updates are designed to be multilingual. This means that this specific cumulative update package is not language-specific and is applicable to all supported languages of SQL Server 2016 SP1.
The “Download the latest cumulative update package for Microsoft SQL Server 2016 now” form on the download center will display the languages for which specific localized update packages are available. If your language is not listed, it indicates that a language-specific CU package is not available for that language, and the English (ENU) download is designed to be applied to all languages.
Components Updated¶
A single cumulative update package includes updates for all components of SQL Server. However, when you install the CU package, it intelligently updates only those SQL Server components that are actually installed on your specific system. This streamlined approach ensures that you only update the parts of SQL Server that are relevant to your environment, reducing unnecessary installation time and potential conflicts.
Support for This Update¶
If you encounter any issues not specifically addressed in this cumulative update, or if you require troubleshooting assistance related to this CU, you may need to create a separate service request with Microsoft Support. Standard support costs will apply to additional support inquiries and issues that are not directly related to this specific cumulative update package.
For a comprehensive list of Microsoft Customer Service and Support telephone numbers, or to create a new service request, please visit the Microsoft support website.
Uninstalling This Update¶
If, for any reason, you need to uninstall this cumulative update, you can do so through the Control Panel in Windows. Follow these steps:
- Open Control Panel.
- Select Add or Remove Programs.
- Note: If you are using Windows 7 or a later version of Windows, choose Programs and Features in Control Panel instead.
- Locate and select the entry corresponding to this Cumulative Update package in the list of installed programs.
- Right-click (or press and hold) on the entry and choose Uninstall.
- Follow the on-screen prompts to complete the uninstallation process.
Prerequisites¶
Before applying this cumulative update package, it is essential to ensure that your system is already running SQL Server 2016 SP1. This Cumulative Update is designed specifically for SQL Server 2016 Service Pack 1 and will not install correctly on earlier versions or editions of SQL Server 2016. Verify your current SQL Server version before proceeding with the installation to avoid any compatibility issues.
Restart Requirement¶
After you apply this cumulative update package, you might be prompted to restart your computer. A restart may be necessary to fully apply all the changes included in the CU and to ensure that all SQL Server services are running with the updated components. It is recommended to plan for a potential restart after installation, especially in production environments, to minimize disruption.
Registry Information¶
To utilize the fixes included in this cumulative update package, you do not need to make any modifications to the Windows Registry. The fixes are applied directly through the installation process of the CU package without requiring manual registry edits. This simplifies the update process and reduces the risk of introducing errors through manual registry changes.
File Information¶
The following tables list the file information for the x86-based and x64-based versions of this cumulative update package. These details can be helpful for verifying the successful application of the update and for inventory purposes.
x86-based versions¶
SQL Server 2016 Database Services Common Core¶
| File name | File version | File size | Date | Time | Platform |
|---|---|---|---|---|---|
| Microsoft.sqlserver.edition.dll | 13.0.4422.0 | 37056 | 07-Mar-17 | 00:17 | x86 |
| Microsoft.sqlserver.instapi.dll | 13.0.4422.0 | 46272 | 07-Mar-17 | 00:17 | x86 |
| Microsoft.sqlserver.mgdsqldumper.dll | 2015.130.4422.0 | 72896 | 07-Mar-17 | 00:17 | x86 |
| Pbsvcacctsync.dll | 2015.130.4422.0 | 60096 | 07-Mar-17 | 00:16 | x86 |
| Sql_common_core_keyfile.dll | 2015.130.4422.0 | 88768 | 07-Mar-17 | 00:17 | x86 |
| Sqlmgmprovider.dll | 2015.130.4422.0 | 364224 | 07-Mar-17 | 00:16 | x86 |
| Sqlsvcsync.dll | 2015.130.4422.0 | 267456 | 07-Mar-17 | 00:16 | x86 |
| Sqltdiagn.dll | 2015.130.4422.0 | 60608 | 07-Mar-17 | 00:16 | x86 |
| Svrenumapi130.dll | 2015.130.4422.0 | 854208 | 07-Mar-17 | 00:16 | x86 |
SQL Server 2016 Data Quality¶
| File name | File version | File size | Date | Time | Platform |
|---|---|---|---|---|---|
| Microsoft.ssdqs.infra.dll | 13.0.4422.0 | 1876672 | 07-Mar-17 | 00:17 | x86 |
SQL Server 2016 sql_tools_extensions¶
| File name | File version | File size | Date | Time | Platform |
|---|---|---|---|---|---|
| Microsoft.analysisservices.project.dll | 2015.130.4422.0 | 2023104 | 07-Mar-17 | 00:17 | x86 |
| Microsoft.sqlserver.chainer.infrastructure.dll | 13.0.4422.0 | 433856 | 07-Mar-17 | 00:17 | x86 |
| Microsoft.sqlserver.configuration.sco.dll | 13.0.4422.0 | 2044616 | 07-Mar-17 | 00:17 | x86 |
| Microsoft.sqlserver.configuration.sstring.dll | 13.0.4422.0 | 33480 | 07-Mar-17 | 00:17 | x86 |
| Microsoft.sqlserver.deployment.dll | 13.0.4422.0 | 249536 | 07-Mar-17 | 00:17 | x86 |
| Msmgdsrv.dll | 2015.130.4422.0 | 6507712 | 07-Mar-17 | 00:17 | x86 |
| Sql_tools_extensions_keyfile.dll | 2015.130.4422.0 | 88768 | 07-Mar-17 | 00:17 | x86 |
| Xmsrv.dll | 2015.130.4422.0 | 32715456 | 07-Mar-17 | 00:17 | x86 |
x64-based versions¶
SQL Server 2016 Writer¶
| File name | File version | File size | Date | Time | Platform |
|---|---|---|---|---|---|
| Sqlvdi.dll | 2015.130.4422.0 | 168640 | 07-Mar-17 | 00:16 | x86 |
| Sqlvdi.dll | 2015.130.4422.0 | 197312 | 07-Mar-17 | 00:17 | x64 |
| Sqlwriter_keyfile.dll | 2015.130.4422.0 | 100544 | 07-Mar-17 | 00:17 | x64 |
SQL Server 2016 Analysis Services¶
| File name | File version | File size | Date | Time | Platform |
|---|---|---|---|---|---|
| Msmdsrv.exe | 2015.130.4422.0 | 56698048 | 07-Mar-17 | 01:34 | x64 |
| Msmgdsrv.dll | 2015.130.4422.0 | 6507712 | 07-Mar-17 | 00:17 | x86 |
| Msmgdsrv.dll | 2015.130.4422.0 | 7506624 | 07-Mar-17 | 00:17 | x64 |
| Sql_as_keyfile.dll | 2015.130.4422.0 | 100544 | 07-Mar-17 | 00:17 | x64 |
| Sqlceip.exe | 13.0.4422.0 | 246976 | 07-Mar-17 | 01:34 | x86 |
| Tmapi.dll | 2015.130.4422.0 | 4346056 | 07-Mar-17 | 00:16 | x64 |
| Tmcachemgr.dll | 2015.130.4422.0 | 2825920 | 07-Mar-17 | 00:16 | x64 |
| Tmpersistence.dll | 2015.130.4422.0 | 1071304 | 07-Mar-17 | 00:16 | x64 |
| Tmtransactions.dll | 2015.130.4422.0 | 1351368 | 07-Mar-17 | 00:16 | x64 |
| Xmsrv.dll | 2015.130.4422.0 | 24039104 | 07-Mar-17 | 00:16 | x64 |
| Xmsrv.dll | 2015.130.4422.0 | 32715456 | 07-Mar-17 | 00:17 | x86 |
SQL Server 2016 Database Services Common Core¶
| File name | File version | File size | Date | Time | Platform |
|---|---|---|---|---|---|
| Microsoft.sqlserver.edition.dll | 13.0.4422.0 | 37056 | 07-Mar-17 | 00:17 | x86 |
| Microsoft.sqlserver.instapi.dll | 13.0.4422.0 | 46272 | 07-Mar-17 | 00:17 | x86 |
| Microsoft.sqlserver.mgdsqldumper.dll | 2015.130.4422.0 | 75456 | 07-Mar-17 | 00:16 | x64 |
| Microsoft.sqlserver.mgdsqldumper.dll | 2015.130.4422.0 | 72896 | 07-Mar-17 | 00:17 | x86 |
| Pbsvcacctsync.dll | 2015.130.4422.0 | 60096 | 07-Mar-17 | 00:16 | x86 |
| Pbsvcacctsync.dll | 2015.130.4422.0 | 72896 | 07-Mar-17 | 00:17 | x64 |
| Sql_common_core_keyfile.dll | 2015.130.4422.0 | 100544 | 07-Mar-17 | 00:17 | x64 |
| Sqlmgmprovider.dll | 2015.130.4422.0 | 364224 | 07-Mar-17 | 00:16 | x86 |
| Sqlmgmprovider.dll | 2015.130.4422.0 | 404160 | 07-Mar-17 | 00:16 | x64 |
| Sqlsvcsync.dll | 2015.130.4422.0 | 267456 | 07-Mar-17 | 00:16 | x86 |
| Sqlsvcsync.dll | 2015.130.4422.0 | 348864 | 07-Mar-17 | 00:16 | x64 |
| Sqltdiagn.dll | 2015.130.4422.0 | 60608 | 07-Mar-17 | 00:16 | x86 |
| Sqltdiagn.dll | 2015.130.4422.0 | 67776 | 07-Mar-17 | 00:16 | x64 |
| Svrenumapi130.dll | 2015.130.4422.0 | 854208 | 07-Mar-17 | 00:16 | x86 |
| Svrenumapi130.dll | 2015.130.4422.0 | 1115840 | 07-Mar-17 | 00:16 | x64 |
SQL Server 2016 Data Quality¶
| File name | File version | File size | Date | Time | Platform |
|---|---|---|---|---|---|
| Microsoft.ssdqs.infra.dll | 13.0.4422.0 | 1876672 | 07-Mar-17 | 00:17 | x86 |
| Microsoft.ssdqs.infra.dll | 13.0.4422.0 | 1876680 | 07-Mar-17 | 00:17 | x86 |
SQL Server 2016 Database Services Core Instance¶
| File name | File version | File size | Date | Time | Platform |
|---|---|---|---|---|---|
| Databasemail.exe | 13.0.16100.4 | 29888 | 09-Dec-16 | 00:46 | x64 |
| Hkcompile.dll | 2015.130.4422.0 | 1297096 | 07-Mar-17 | 00:17 | x64 |
| Hkengine.dll | 2015.130.4422.0 | 5599936 | 07-Mar-17 | 00:18 | x64 |
| Hkruntime.dll | 2015.130.4422.0 | 158912 | 07-Mar-17 | 00:18 | x64 |
| Microsoft.sqlautoadmin.sqlautoadmin.dll | 13.0.4422.0 | 79552 | 07-Mar-17 | 01:34 | x86 |
| Microsoft.sqlserver.types.dll | 2015.130.4422.0 | 391872 | 07-Mar-17 | 00:16 | x86 |
| Microsoft.sqlserver.vdiinterface.dll | 2015.130.4422.0 | 71360 | 07-Mar-17 | 00:17 | x64 |
| Qds.dll | 2015.130.4422.0 | 843968 | 07-Mar-17 | 00:17 | x64 |
| Sql_engine_core_inst_keyfile.dll | 2015.130.4422.0 | 100544 | 07-Mar-17 | 00:17 | x64 |
| Sqlaccess.dll | 2015.130.4422.0 | 462528 | 07-Mar-17 | 00:16 | x64 |
| Sqlagent.exe | 2015.130.4422.0 | 565952 | 07-Mar-17 | 01:33 | x64 |
| Sqlceip.exe | 13.0.4422.0 | 246976 | 07-Mar-17 | 01:34 | x86 |
| Sqldk.dll | 2015.130.4422.0 | 2584768 | 07-Mar-17 | 00:17 | x64 |
| Sqllang.dll | 2015.130.4422.0 | 39375552 | 07-Mar-17 | 00:17 | x64 |
| Sqlmin.dll | 2015.130.4422.0 | 37597896 | 07-Mar-17 | 00:16 | x64 |
| Sqlos.dll | 2015.130.4422.0 | 26304 | 07-Mar-17 | 00:17 | x64 |
| Sqlscriptdowngrade.dll | 2015.130.4422.0 | 27840 | 07-Mar-17 | 00:16 | x64 |
| Sqlscriptupgrade.dll | 2015.130.4422.0 | 5797056 | 07-Mar-17 | 00:17 | x64 |
| Sqlservr.exe | 2015.130.4422.0 | 392896 | 07-Mar-17 | 01:33 | x64 |
| Sqltses.dll | 2015.130.4422.0 | 8897216 | 07-Mar-17 | 00:16 | x64 |
| Stretchcodegen.exe | 13.0.4422.0 | 56000 | 07-Mar-17 | 01:34 | x86 |
| Xpstar.dll | 2015.130.4422.0 | 422592 | 07-Mar-17 | 00:17 | x64 |
SQL Server 2016 Database Services Core Shared¶
| File name | File version | File size | Date | Time | Platform |
|---|---|---|---|---|---|
| Microsoft.sqlserver.integrationservice.hadoopconnections.ui.dll | 13.0.4422.0 | 70848 | 07-Mar-17 | 00:16 | x86 |
| Microsoft.sqlserver.integrationservice.hadooptasks.dll | 13.0.4422.0 | 73408 | 07-Mar-17 | 00:16 | x86 |
| Microsoft.sqlserver.integrationservice.hadooptasks.ui.dll | 13.0.4422.0 | 63680 | 07-Mar-17 | 00:16 | x86 |
| Microsoft.sqlserver.management.pssnapins.dll | 13.0.4422.0 | 215232 | 07-Mar-17 | 00:17 | x86 |
| Microsoft.sqlserver.management.sdk.scripting.dll | 13.0.14510.3 | 30912 | 12-Oct-16 | 10:35 | x86 |
| Microsoft.sqlserver.replication.dll | 2015.130.4422.0 | 1639104 | 07-Mar-17 | 00:17 | x64 |
| Sql_engine_core_shared_keyfile.dll | 2015.130.4422.0 | 100544 | 07-Mar-17 | 00:17 | x64 |
| Sqlmergx.dll | 2015.130.4422.0 | 346824 | 07-Mar-17 | 00:16 | x64 |
| Txdatacollector.dll | 2015.130.4422.0 | 367296 | 07-Mar-17 | 00:16 | x64 |
SQL Server 2016 sql_extensibility¶
| File name | File version | File size | Date | Time | Platform |
|---|---|---|---|---|---|
| Launchpad.exe | 2015.130.4422.0 | 1013960 | 07-Mar-17 | 00:17 | x64 |
| Sql_extensibility_keyfile.dll | 2015.130.4422.0 | 100544 | 07-Mar-17 | 00:17 | x64 |
| Sqlsatellite.dll | 2015.130.4422.0 | 837312 | 07-Mar-17 | 00:17 | x64 |
SQL Server 2016 Full-Text Engine¶
| File name | File version | File size | Date | Time | Platform |
|---|---|---|---|---|---|
| Fd.dll | 2015.130.4422.0 | 660160 | 07-Mar-17 | 00:17 | x64 |
| Sql_fulltext_keyfile.dll | 2015.130.4422.0 | 100544 | 07-Mar-17 | 00:17 | x64 |
SQL Server 2016 sql_inst_mr¶
| File name | File version | File size | Date | Time | Platform |
|---|---|---|---|---|---|
| Imrdll.dll | 13.0.4422.0 | 23744 | 07-Mar-17 | 01:34 | x86 |
| Sql_inst_mr_keyfile.dll | 2015.130.4422.0 | 100544 | 07-Mar-17 | 00:17 | x64 |
SQL Server 2016 Integration Services¶
| File name | File version | File size | Date | Time | Platform |
|---|---|---|---|---|---|
| Microsoft.sqlserver.integrationservice.hadooptasks.dll | 13.0.4422.0 | 73408 | 07-Mar-17 | 00:16 | x86 |
| Microsoft.sqlserver.integrationservice.hadooptasks.dll | 13.0.4422.0 | 73408 | 07-Mar-17 | 00:17 | x86 |
| Msdtssrvr.exe | 13.0.4422.0 | 216768 | 07-Mar-17 | 01:34 | x64 |
| Sql_is_keyfile.dll | 2015.130.4422.0 | 100544 | 07-Mar-17 | 00:17 | x64 |
| Sqlceip.exe | 13.0.4422.0 | 246976 | 07-Mar-17 | 01:34 | x86 |
SQL Server 2016 Reporting Services¶
| File name | File version | File size | Date | Time | Platform |
|---|---|---|---|---|---|
| Microsoft.reportingservices.datarendering.dll | 13.0.4422.0 | 166088 | 07-Mar-17 | 00:17 | x86 |
| Microsoft.reportingservices.diagnostics.dll | 13.0.4422.0 | 1621184 | 07-Mar-17 | 00:17 | x86 |
| Microsoft.reportingservices.excelrendering.dll | 13.0.4422.0 | 657608 | 07-Mar-17 | 00:17 | x86 |
| Microsoft.reportingservices.htmlrendering.dll | 13.0.4422.0 | 1069760 | 07-Mar-17 | 00:17 | x86 |
| Microsoft.reportingservices.portal.interfaces.dll | 13.0.4422.0 | 125128 | 07-Mar-17 | 00:17 | x86 |
| Microsoft.reportingservices.portal.services.dll | 13.0.4422.0 | 4920512 | 07-Mar-17 | 00:17 | x86 |
| Microsoft.reportingservices.portal.web.dll | 13.0.4422.0 | 10417344 | 07-Mar-17 | 00:17 | x86 |
| Microsoft.reportingservices.portal.webhost.exe | 13.0.4422.0 | 93888 | 07-Mar-17 | 01:34 | x64 |
| Microsoft.reportingservices.processingcore.dll | 13.0.4422.0 | 5951168 | 07-Mar-17 | 00:17 | x86 |
| Microsoft.reportingservices.sharepoint.server.dll | 13.0.4422.0 | 245952 | 07-Mar-17 | 00:16 | x86 |
| Microsoft.reportingservices.spbprocessing.dll | 13.0.4422.0 | 298176 | 07-Mar-17 | 00:16 | x86 |
| Microsoft.reportingservices.upgradescripts.dll | 13.0.4422.0 | 501960 | 07-Mar-17 | 00:16 | x86 |
| Microsoft.sqlserver.types.dll | 2015.130.4422.0 | 391872 | 07-Mar-17 | 00:16 | x86 |
| Microsoft.sqlserver.types.dll | 2015.130.4422.0 | 396992 | 07-Mar-17 | 00:17 | x86 |
| Msmgdsrv.dll | 2015.130.4422.0 | 6507712 | 07-Mar-17 | 00:17 | x86 |
| Msmgdsrv.dll | 2015.130.4422.0 | 7506624 | 07-Mar-17 | 00:17 | x64 |
| Reportingserviceslibrary.dll | 13.0.4422.0 | 2521800 | 07-Mar-17 | 00:17 | x86 |
| Reportingservicesnativeclient.dll | 2015.130.4422.0 | 114368 | 07-Mar-17 | 00:16 | x86 |
| Reportingservicesnativeclient.dll | 2015.130.4422.0 | 108744 | 07-Mar-17 | 00:17 | x64 |
| Reportingservicesnativeserver.dll | 2015.130.4422.0 | 99008 | 07-Mar-17 | 00:17 | x64 |
| Reportingserviceswebserver.dll | 13.0.4422.0 | 2707648 | 07-Mar-17 | 00:17 | x86 |
| Sql_rs_keyfile.dll | 2015.130.4422.0 | 100544 | 07-Mar-17 | 00:17 | x64 |
| Xmsrv.dll | 2015.130.4422.0 | 24039104 | 07-Mar-17 | 00:16 | x64 |
| Xmsrv.dll | 2015.130.4422.0 | 32715456 | 07-Mar-17 | 00:17 | x86 |
SQL Server 2016 sql_shared_mr¶
| File name | File version | File size | Date | Time | Platform |
|---|---|---|---|---|---|
| Smrdll.dll | 13.0.4422.0 | 23752 | 07-Mar-17 | 00:17 | x86 |
| Sql_engine_core_shared_keyfile.dll | 2015.130.4422.0 | 100544 | 07-Mar-17 | 00:17 | x64 |
SQL Server 2016 sql_tools_extensions¶
| File name | File version | File size | Date | Time | Platform |
|---|---|---|---|---|---|
| Microsoft.analysisservices.project.dll | 2015.130.4422.0 | 2023104 | 07-Mar-17 | 00:17 | x86 |
| Microsoft.sqlserver.chainer.infrastructure.dll | 13.0.4422.0 | 433856 | 07-Mar-17 | 00:16 | x86 |
| Microsoft.sqlserver.chainer.infrastructure.dll | 13.0.4422.0 | 433856 | 07-Mar-17 | 00:17 | x86 |
| Microsoft.sqlserver.configuration.sco.dll | 13.0.4422.0 | 2044608 | 07-Mar-17 | 00:16 | x86 |
| Microsoft.sqlserver.configuration.sco.dll | 13.0.4422.0 | 2044616 | 07-Mar-17 | 00:17 | x86 |
| Microsoft.sqlserver.configuration.sstring.dll | 13.0.4422.0 | 33472 | 07-Mar-17 | 00:16 | x86 |
| Microsoft.sqlserver.configuration.sstring.dll | 13.0.4422.0 | 33480 | 07-Mar-17 | 00:17 | x86 |
| Microsoft.sqlserver.deployment.dll | 13.0.4422.0 | 249536 | 07-Mar-17 | 00:16 | x86 |
| Microsoft.sqlserver.deployment.dll | 13.0.4422.0 | 249536 | 07-Mar-17 | 00:17 | x86 |
| Msmgdsrv.dll | 2015.130.4422.0 | 6507712 | 07-Mar-17 | 00:17 | x86 |
| Msmgdsrv.dll | 2015.130.4422.0 | 7506624 | 07-Mar-17 | 00:17 | x64 |
| Sql_tools_extensions_keyfile.dll | 2015.130.4422.0 | 100544 | 07-Mar-17 | 00:17 | x64 |
| Xmsrv.dll | 2015.130.4422.0 | 24039104 | 07-Mar-17 | 00:16 | x64 |
| Xmsrv.dll | 2015.130.4422.0 | 32715456 | 07-Mar-17 | 00:17 | x86 |
Stay informed about the latest updates and fixes for SQL Server 2016 SP1 by regularly checking the Microsoft Download Center and relevant Microsoft documentation. Applying Cumulative Updates is a crucial step in maintaining a stable, secure, and high-performing SQL Server environment.
If you have installed this Cumulative Update, or if you have any questions or experiences to share, please feel free to leave a comment below! Your feedback is valuable to the community.
Post a Comment