January 2, 2026 in Releases by David Wiseman2 minutes

Version 4.2 marks the first release of 2026. There were a total of 33 releases in 2025 with approximately 14K total downloads! DBA Dash is growing, becoming one of the most popular open-source monitoring solutions for SQL Server. This latest release adds tuning recommendations and improves S3 bucket compatibility.
DBA Dash can now pull data from sys.dm_db_tuning_recommendations which returns data about automatic tuning recommendations. Even if you are not using automatic tuning, this DMV can provide data on the queries it has detected as regressed along with the recommended and regressed query plans. You can then choose to fix these manually directly from DBA Dash. Unfortunately, this is only available on Enterprise edition from version 2017 and later.
This report is available at instance level in the tree. It requires the messaging feature to be enabled. It will be available for SQL 2017 and later, Enterprise edition only.
The Top Queries (Query Store) tab has also been extended to include data from sys.dm_db_tuning_recommendations. This will highlight if a query has a regressed/recommended plan. It will also highlight which plan is regressed or recommended at plan level.
This allows you to collect data from remote environments where you can’t open a SQL connection to collect the data directly. This release extends support for non-AWS S3 buckets.
MinIO is now supported and tested automatically as part of a GitHub action. Other non-AWS buckets are also likely to work now.
This feature works by setting the destination connection to a S3 bucket instead of to the DBA Dash repository database in the remote environment. In the environment local to the repository database, the S3 bucket is added as a source connection. As long as both environments can read/write to the S3 bucket, data can be collected.
If you don’t have SQL instances located in isolated environments, just write directly to the repository database.
sp_BlitzCache now has support for the new AI related parameters.
See the 4.2.0 release notes for a complete list of fixes and improvements.