Component
Full Dashboard
Problem Statement
When removing a server from the Dashboard, the PerformanceMonitor database remains on the target SQL Server. Users have no way to clean up the monitoring database from within the Dashboard.
Proposed Solution
When a user removes a server from the Dashboard, offer an option (e.g., a checkbox or confirmation dialog) to also drop the PerformanceMonitor database on that server. This should be opt-in and clearly warn the user that all collected monitoring data will be lost.
Use Case
A DBA adds a server for temporary monitoring, then removes it. They shouldn't have to manually connect to the server and drop the database separately.