Introduction
On February 13, 2020, Microsoft released SQL Server 2019 CU2, which is Build 15.0.4013.40. By my count, there are 85 public hotfixes in this cumulative update. This is a larger than average number of fixes and improvements, which is a good thing. This means that more people are using SQL Server 2019, and Microsoft is fixing issues and adding new features.

Microsoft will be releasing a new CU every month for the first twelve months after GA. After the first year, they will then release a new CU every two months for the next four years. After five years, SQL Server 2019 will fall out of Mainstream support. This means there won’t be any more cumulative updates after that, only security fixes. SQL Server 2019 will fall out of Mainstream Support on January 7, 2025.

Microsoft Guidance
Here is Microsoft’s official guidance:
Microsoft recommends ongoing, proactive installation of CUs as they become available
https://support.microsoft.com/en-us/help/4536075/cumulative-update-2-for-sql-server-2019
- SQL Server CUs are certified to the same levels as Service Packs, and should be installed at the same level of confidence.
- Historical data shows that a significant number of support cases involve an issue that has already been addressed in a released CU.
- CUs may contain added value over and above hotfixes. This includes supportability, manageability, and reliability updates.
Final Words
SQL Server cumulative updates are actually cumulative, which might seem obvious from the name. This means that when you install SQL Server 2019 CU2, you are going to get all of the hotfixes and product improvements from ALL of the previous CUs. Microsoft has fixed hundreds of bugs since SQL Server 2019 RTM. They have also added a significant number of product improvements and new features since the RTM release.
Despite some recent stumbles by Microsoft, I am still a big proponent of trying to keep your SQL Server instances as up to date as possible. That does not mean throwing a new CU into Production the day it is released. It also does not mean avoiding patching SQL Server indefinitely either. You really are better off trying to stay as current as possible on your SQL Server builds.
I recently published Performance and Stability Fixes in SQL Server 2019 CU Builds for SQL Server 2019.
Please let me know what you think in the comments. Thanks for reading!