Skip to content

Commit 04491b7

Browse files
authored
Merge pull request #198 from DavidWiseman/Add-DBADash
Add DBA Dash
2 parents 6edaf47 + 1702203 commit 04491b7

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -419,6 +419,7 @@ Useful links, scripts, tools and best practice for Microsoft SQL Server Database
419419
- [sqlblockedprocesses - SQL Server Blocked Process Report Viewer](https://github.com/mjswart/sqlblockedprocesses) (by Michael J. Swart)
420420
- [sp_CRUDGen - stored procedure that generates stored procedures for you based on your tables and metadata like foreign keys and data types](https://github.com/kevinmartintech/sp_CRUDGen) (by Kevin Martin)
421421
- [sp_Develop - can be used by database developers, software developers and for performing database code (smell) reviews.s](https://github.com/EmergentSoftware/SQL-Server-Development-Assessment) (by Kevin Martin)
422+
- [DBA Dash - Performance monitoring tool for SQL Server](https://github.com/trimble-oss/dba-dash) (by Trimble)
422423
- Other
423424
- [SQL# SQLCLR functions](https://sqlsharp.com/) (by Sql Quantum Lift)
424425
- [SQL Server Latch Classes Library](https://www.sqlskills.com/help/latches/) (by Paul S. Randal)

Utilities/README.md

+18-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Utility types (main purpose), in braces `{}` current counts:
1212
- **[IDX]**: Index manager {3}
1313
- **[G]**: Data generation {4}
1414
- **[J]**: Job managers {4}
15-
- **[M]**: Monitoring and alerting Tools {27}
15+
- **[M]**: Monitoring and alerting Tools {28}
1616
- **[MG]**: Migration tool {31}
1717
- **[MS]**: Management Studio (alternative for SSMS) {33}
1818
- **[REC]**: Recovery tools {13}
@@ -420,6 +420,7 @@ Utility types (main purpose), in braces `{}` current counts:
420420
| [dbdiagram](#dbdiagram) | No | No | [?] | [dbdiagram] | ? | holistics.io | | Yes | $9/mo |
421421
| [Beekeeper Studio](#beekeeper) | MySQL,PostgreSQL,Other | Linux,Mac | [MS] | [Beekeeper Studio] | 2020-11-21 | Beekeeper Studio | [MIT] | Yes | No |
422422
| [Babelfish for Aurora PostgreSQL](#babelfish) | No | Online | [?] | [Babelfish for Aurora PostgreSQL] | 2020-12-01 | Amazon | [Apache] | Open Source | No |
423+
| [DBA Dash](#dbadash) | No | No | [M] | [DBA Dash] | - | Trimble | [MIT] | Open Source | No |
423424

424425
<a id="ssms"></a>
425426
## SSMS
@@ -6184,6 +6185,21 @@ Price: No
61846185
Babelfish is a new translation layer for Amazon Aurora PostgreSQL that enables Aurora to understand commands from applications written for Microsoft SQL Server.
61856186

61866187

6188+
## DBA Dash
6189+
<a id="dbadash"></a>
6190+
Download page: [DBA Dash]<br/>
6191+
Release date: 2022-01-13<br/>
6192+
Support Version: 2005-2019<br/>
6193+
Author: Trimble<br/>
6194+
Free version: Yes<br/>
6195+
Price: No
6196+
6197+
DBA Dash is a tool for SQL Server DBAs to assist with daily checks, performance monitoring and change tracking.
6198+
- Waits, Running Queries, Performance Counters, CPU, IO, Object Execution, Extended Events, Azure DB
6199+
- Configuration, Trace Flags, Hardware, Patching, Schema
6200+
- HA/DR, Backups, Last Good DBCC, Drive Space, Agent Jobs, Corruption, Alerts
6201+
6202+
61876203
[SSMS]:https://docs.microsoft.com/sql/ssms/download-sql-server-management-studio-ssms
61886204
[Azure Data Studio]:https://github.com/Microsoft/azuredatastudio
61896205
[bcp Utility]:https://docs.microsoft.com/sql/tools/bcp-utility
@@ -6580,6 +6596,7 @@ Babelfish is a new translation layer for Amazon Aurora PostgreSQL that enables A
65806596
[dbdiagram]:https://dbdiagram.io/home
65816597
[Beekeeper Studio]:https://github.com/beekeeper-studio/beekeeper-studio
65826598
[Babelfish for Aurora PostgreSQL]:https://aws.amazon.com/rds/aurora/babelfish/
6599+
[DBA Dash]:https://github.com/trimble-oss/dba-dash
65836600

65846601
[LGPL-3.0]:http://www.gnu.org/licenses/lgpl-3.0.txt
65856602
[MIT]:https://opensource.org/licenses/MIT

0 commit comments

Comments
 (0)