Skip to content

Commit 4158311

Browse files
committed
Update DPA info and add DPA for MSSQL
thanks to Thomas Larock: https://www.sqlservercentral.com/Forums/FindPost1883094.aspx
1 parent e588c10 commit 4158311

File tree

2 files changed

+20
-5
lines changed

2 files changed

+20
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ Headers:
9797
- [udf_SplitStringByDelimiter](/User_Defined_Function/udf_SplitStringByDelimiter.sql)
9898
- [udf_Tally](/User_Defined_Function/udf_Tally.sql)
9999
- and many others...
100-
- [Utilities](/Utilities) (**complete list of 219 SQL Server paid and free Utilities and Tools**)
100+
- [Utilities](/Utilities) (**complete list of 220 SQL Server paid and free Utilities and Tools**)
101101

102102
[*Back to top*](#header01)
103103

Utilities/README.md

Lines changed: 19 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Microsoft SQL Server Utilities and Tools
2-
Useful free and paid Microsoft SQL Server utilities and tools - complete list of **219** SQL Server Utilities
2+
Useful free and paid Microsoft SQL Server utilities and tools - complete list of **220** SQL Server Utilities
33

44
Utility types (main purpose), in braces `{}` current counts:
55
- **[B]**: Backup solutions {6}
@@ -157,7 +157,8 @@ Utility types (main purpose), in braces `{}` current counts:
157157
| [RestoreChecker](#restorechecker) | No | No | [?] | [RestoreChecker] | 2015-01-15 | SQLServerUtilities | No | $99 |
158158
| [SQLScripter](#sqlscripter) | No | No | [?] | [SQLScripter] | 2009-08-24 | SQLServerUtilities | No | $99 |
159159
| [SQLC](#sqlc) | No | No | [DC], [SC] | [SQLC] | 2016-05-23 | David Ingleton | Yes | No |
160-
| [Database Performance Analyzer](#dpa-solarwinds) | No | No | [M] | [Database Performance Analyzer] | ? | SolarWinds | No | $1995 |
160+
| [Database Performance Analyzer](#dpa-solarwinds) | Oracle, MySQL, Other | Linux | [M] | [Database Performance Analyzer] | ? | SolarWinds | No | $1995 |
161+
| [Database Performance Analyzer for MSSQL](#dpa-solarwinds-mssql) | No | No | [M] | [Database Performance Analyzer for MSSQL] | ? | SolarWinds | No | $1995 |
161162
| [SQL Enlight](#sql-enlight) | No | No | [MS] | [SQL Enlight] | 2016-04-25 | UbitSoft | No | $295 |
162163
| [Aireforge Studio](#aireforge-studio) | No | No | [MG], [SC] | [Aireforge Studio] | 2017-06-21 | AireForge | Yes | $299 |
163164
| [HexaTier](#hexatier) | No | No | [?] | [HexaTier] | ? | HexaTier | No | ? |
@@ -2267,14 +2268,27 @@ SQLC is a software tool for comparing two SQL Server databases. With SQLC you ca
22672268
<a id="dpa-solarwinds"></a>
22682269
Download page: [Database Performance Analyzer]<br/>
22692270
Release date: ?<br/>
2270-
Support Version: ?<br/>
2271+
Support Version: 2008/2012/2014/2016/2017/Azure/Amazon<br/>
22712272
Author: SolarWinds<br/>
22722273
Free version: No<br/>
22732274
Price: $1995
22742275

22752276
Monitor across your entire environment: physical servers, virtualized, and in the Cloud
22762277

22772278

2279+
## Database Performance Analyzer for MSSQL
2280+
<a id="dpa-solarwinds-mssql"></a>
2281+
Download page: [Database Performance Analyzer for MSSQL]<br/>
2282+
Release date: ?<br/>
2283+
Support Version: 2008/2012/2014/2016/2017/Azure/Amazon<br/>
2284+
Author: SolarWinds<br/>
2285+
Free version: No<br/>
2286+
Price: $1995
2287+
2288+
Optimize and tune SQL Server deployed anywhere - physical, virtual, or cloud based.
2289+
Includes Azure SQL database, Azure virtual machines, and Amazon RDS.
2290+
2291+
22782292
## SQL Enlight
22792293
<a id="sql-enlight"></a>
22802294
Download page: [SQL Enlight]<br/>
@@ -3547,7 +3561,8 @@ This are possible as DbSchema is using its own image of the schema and saves it
35473561
[RestoreChecker]:http://sqlserverutilities.com/products/restorechecker/
35483562
[SQLScripter]:http://sqlserverutilities.com/products/sqlscripter/
35493563
[SQLC]:http://sqlc.azurewebsites.net/
3550-
[Database Performance Analyzer]:http://www.solarwinds.com/database-performance-analyzer-sql-server
3564+
[Database Performance Analyzer]:http://www.solarwinds.com/database-performance-analyzer
3565+
[Database Performance Analyzer for MSSQL]:http://www.solarwinds.com/database-performance-analyzer-sql-server
35513566
[SQL Enlight]:http://www.ubitsoft.com/products/sqlenlight/index.php
35523567
[Aireforge Studio]:https://aireforge.com/studio/
35533568
[HexaTier]:http://www.hexatier.com/

0 commit comments

Comments
 (0)