David Wiseman

Results 29 issues of David Wiseman

The search feature should include searching on the display name.

DBA Dash GUI
Completed

https://github.com/trimble-oss/dba-dash/blob/main/DBADash/SQL/SQLLogRestores.sql The JOINs to msdb.dbo.restorefile & sys.databases can be removed.

DBA Dash Agent
Completed

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,...

DBA Dash GUI
defect
Completed

### 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...

DBA Dash GUI

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...

blocked
Partial Fix

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...

blocked
DBA Dash Agent

System.Windows.Forms.DataVisualization.Charting LVCharts (V2 is in beta) #31

DBA Dash GUI

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...

Partial Fix

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...

testing
Partial Fix

DBA Dash already captures Deadlocks/sec performance counter by default. This lets us know if we have any deadlocks but doesn't provide any detail on the deadlocks to assist with troubleshooting....

DBA Dash GUI
DBA Dash Agent