September 8, 2024 in Releases by David Wiseman2 minutes
Trigger collections on custom reports, identity threshold on days remaining, server services collection...
Identity columns threshold can now be configured on calculated days remaining in addition to % used. The summary page will now show the minimum days remaining in addition to the maximum identity % used.
Custom Reports allow you to extend the functionality of DBA Dash with your own bespoke reports.
You can now associate your own custom collection or standard collection with the report, allowing you to trigger the collection to run on demand directly from your report.
This uses the new messaging feature which can be enabled by clicking a checkbox in the config tool.
Triggering collections currently only works at the instance level
A new collection has been added to capture information from the sys.dm_server_services DMV. This returns status information for SQL Server services (Engine, Agent, FullText). This includes the account name that is been used for the service which can be useful if you want to identify which services are not using a gMSA account for example.
In some cases the SQL Agent might be turned off intentionally on an instance because it’s not being used. There is now an option to disable the agent is running check.
See 3.9.0 release notes for a full list of fixes.