dba-dash
dba-dash copied to clipboard
DBA Dash - SQL Server Monitoring Tool
The search feature should include searching on the display name.
https://github.com/trimble-oss/dba-dash/blob/main/DBADash/SQL/SQLLogRestores.sql The JOINs to msdb.dbo.restorefile & sys.databases can be removed.
Internal report via db monitoring channel: ``` ************** Exception Text ************** Microsoft.Data.SqlClient.SqlException (0x80131904): String or binary data would be truncated. at Microsoft.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at Microsoft.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception,...
### Discussed in https://github.com/trimble-oss/dba-dash/discussions/136 Originally posted by **jacobgexigo** April 12, 2022 Just wondering if you could add the capability to attach the GUI to multiple repositories and just switch between...
Could we sort the Tool Tip on the Waits: Instance graph on the Performance tab descending by %? That would make it easier to see which waits are the heaviest...
The issue is described here: https://github.com/dotnet/winforms/issues/6663 Since upgrading to the latest VS, the application builds with 6.0.2 and will fail to run on a machine without this version installed. The...
SQL 2022 adds some additional columns to sys.databases that DBA Dash should capture: - is_data_retention_on - is_ledger_on - is_change_feed_enabled Note: Only is_ledger_on is documented at this time. As this is...
System.Windows.Forms.DataVisualization.Charting LVCharts (V2 is in beta) #31
Add SQL 2022 support now that the first public CTP is available. The current version seems to work on SQL 2022. You just need to click "Yes" to ignore the...
If would be good to have some more automated testing. GitHub actions might be a good way to do this. We can build the app and test against a copy...