November 15, 2025 in Releases by David Wiseman2 minutes

Running Queries cursor collection, task waits and DOP (degree of parallelism). Metrics/Alerts available for Azure DB and elastic pool counters.
DBA Dash is fully compatible with SQL Server 2025. Testing began during private preview and continued through the GA release to ensure seamless support for the latest version.
Cursor information can now be captured for running queries from sys.dm_exec_cursors. Previously, when code created a cursor and executed a fetch call in a separate batch, you would only see something like FETCH API_CURSOR00000000000000CD - not very useful. Now, DBA Dash captures the actual statement, batch text, and other cursor details for better visibility.
The DOP (Degree of Parallelism) is now captured from sys.dm_exec_requests.
DBA Dash now captures task-level waits for running queries. Wait stats are available from three sources:
Cursor collection and task waits can be configured using the service config tool. Enable these options when adding a new connection, or update them in the grid for existing connections.
Metrics are now available for sys.dm_db_resource_stats and sys.elastic_pool_resource_stats. While previously available on the Azure DB tab, these metrics can now be used to create custom counter alerts.
Tagging is now available for individual Azure databases in addition to server-level tags.
Microsoft recently released .NET 10, the latest LTS (Long Term Support) release. Version 3.31 remains on .NET 8, but .NET 10 support is planned for a future update. The .NET 10 Desktop Runtime will be required for the upgrade.
See the 3.31.0 release notes for a complete list of fixes and improvements.