Skip to content

Commit b848a84

Browse files
committed
Add new SQL Server tools
1 parent ee1ea62 commit b848a84

File tree

1 file changed

+80
-8
lines changed

1 file changed

+80
-8
lines changed

Utilities/README.md

Lines changed: 80 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# Microsoft SQL Server Utilities and Tools
2-
Useful free and paid Microsoft SQL Server utilities and tools - complete list of **277** SQL Server Utilities
2+
Useful free and paid Microsoft SQL Server utilities and tools - complete list of **282** SQL Server Utilities
33

44
Utility types (main purpose), in braces `{}` current counts:
55
- **[B]**: Backup solutions {6}
66
- **[BI]**: Business Intelligence Solutions {4}
77
- **[D]**: Documentation solutions {7}
88
- **[DA]**: Database Architecture {13}
99
- **[DC]**: Data compare {12}
10-
- **[ETL]**: Extract Download Load (ETL) Tools {1}
10+
- **[ETL]**: Extract Download Load (ETL) Tools {6}
1111
- **[I]**: Internal SQL Server utilities (for example, bcp) {14}
1212
- **[IDX]**: Index manager {3}
1313
- **[G]**: Data generation {4}
@@ -24,7 +24,7 @@ Utility types (main purpose), in braces `{}` current counts:
2424

2525
| Name/Description | Cross Database | Platform | Type | Official/Download page | Release | Author | License | Free version | Price |
2626
|------------------------------------------------------------------|-------------------------------|-----------|----------|---------------------------------------------|------------|-----------------------|------------|----------------|------:|
27-
| [SSMS](#ssms) | No | No | [MS] | [SSMS] | 2019-07-25 | Microsoft | | Yes | No |
27+
| [SSMS](#ssms) | No | No | [MS] | [SSMS] | 2019-09-23 | Microsoft | | Yes | No |
2828
| [Azure Data Studio](#ads) | PostgreSQL | Linux,Mac | [MS] | [Azure Data Studio] | 2019-08-08 | Microsoft | [MIT] | Open Source | No |
2929
| [bcp Utility](#bcp) | No | No | [I] | [bcp Utility] | 2012-02-11 | Microsoft | | Yes | No |
3030
| [sqlcmd Utility](#sqlcmd-utility) | No | No | [I] | [sqlcmd Utility] | 2016-08-23 | Microsoft | | Yes | No |
@@ -208,7 +208,7 @@ Utility types (main purpose), in braces `{}` current counts:
208208
| [dbDiffo](#dbdiffo) | Oracle,MySQL,PostgreSQL,Other | Online | [DA] | [dbDiffo] | ? | Contenet Ltd | | Yes | No |
209209
| [SQL DXP](#sql-dxp) | Oracle,MySQL | No | [DC],[SC]| [SQL DXP] | 2016-06-20 | SQL Delta | | No | $530 |
210210
| [Aqua Data Studio](#aqua-data-studio) | Oracle,MySQL,PostgreSQL,Other | Linux,Mac | [MS] | [Aqua Data Studio] | 2016-07-06 | AquaFold | | No | $499 |
211-
| [RazorSQL](#razorsql) | Oracle,MySQL,PostgreSQL,Other | Linux,Mac | [MS] | [RazorSQL] | 2016-09-29 | Richardson Software | | No | $100 |
211+
| [RazorSQL](#razorsql) | Oracle,MySQL,PostgreSQL,Other | Linux,Mac | [MS] | [RazorSQL] | 2019-09-26 | Richardson Software | | No | $100 |
212212
| [SQL Pretty Printer](#sql-pretty-printer) | No | No | [?] | [SQL Pretty Printer] | 2016-02-19 | Gudu Software | | No | $50 |
213213
| [Database .NET](#database-net) | Oracle,MySQL,PostgreSQL,Other | No | [MS],[SC]| [Database .NET] | 2018-08-20 | fish's dotNET | | Non-commercial | $69 |
214214
| [dbMigration .NET](#dbmegration-net) | Oracle,MySQL,PostgreSQL,Other | No | [DC],[SC]| [dbMigration .NET] | 2018-08-20 | fish's dotNET | | Non-commercial | $49 |
@@ -301,12 +301,17 @@ Utility types (main purpose), in braces `{}` current counts:
301301
| [SQL Plus Dot Net](#sql-plus-dot-net) | No | No | [?] | [SQL Plus Dot Net] | ? | SQL+.NET | | No | ? |
302302
| [SQLIndexManager](#sqlindexmanager) | No | No | [IDX] | [SQLIndexManager] | 2019-05-19 | Sergey Syrovatchenko | | Open Source | No |
303303
| [JAMS Enterprise Job Scheduling](#jams-job) | No | No | [J] | [JAMS Enterprise Job Scheduling] | 2019-08-20 | HelpSystems | | No | ? |
304+
| [Stitch Data Loader](#stitch) | Oracle,MySQL,PostgreSQL,Other | Online | [ETL] | [Stitch Data Loader] | 2019-09-20 | Talend | | No | ? |
305+
| [Talend Data Integration](#talend-integration) | Oracle,MySQL,PostgreSQL,Other | Mac | [ETL] | [Talend Data Integration] | 2019-06-20 | Talend | [Apache] | Yes | ? |
306+
| [Talend Data Preparation](#talend-preparation) | Oracle,MySQL,PostgreSQL,Other | Mac | [ETL] | [Talend Data Preparation] | 2018-06-05 | Talend | [Apache] | Yes | ? |
307+
| [Pentaho Data Integration](#pentaho) | Oracle,MySQL,PostgreSQL,Other | Linux,Mac | [ETL] | [Pentaho Data Integration] | 2019-06-20 | Hitachi Vantara | | No | ? |
308+
| [Studio3T](#studio3t) | Oracle,MySQL,PostgreSQL,Other | Linux,Mac | [MG] | [Studio3T] | 2019-09-19 | Studio 3T | | No | $150 |
304309

305310

306311
<a id="ssms"></a>
307312
## SSMS
308313
Download page: [SSMS]<br/>
309-
Release date: 2019-07-25<br/>
314+
Release date: 2019-09-23<br/>
310315
Support Version: 2005-2019/Azure<br/>
311316
Author: Microsoft<br/>
312317
Free version: Yes<br/>
@@ -2993,9 +2998,9 @@ It supports all major database vendors, works on all major operating systems and
29932998
## RazorSQL
29942999
<a id="razorsql"></a>
29953000
Download page: [RazorSQL]<br/>
2996-
Release date: 2016-09-29<br/>
2997-
Support Version: 2008/2012/2014/2016<br/>
2998-
Author: Richardson Software<br/>
3001+
Release date: 2019-09-26<br/>
3002+
Support Version: 2008-2019<br/>
3003+
Author: Richardson Software<br/>
29993004
Free version: No<br/>
30003005
Price: $100
30013006

@@ -4303,6 +4308,68 @@ Take control of SQL Agent sprawl. Automate smarter with JAMS and regain control
43034308
- Send Alerts
43044309

43054310

4311+
<a id="stitch"></a>
4312+
## Stitch Data Loader
4313+
Download page: [Stitch Data Loader]<br/>
4314+
Release date: 2019-09-20<br/>
4315+
Support Version: 2008-2019/Azure<br/>
4316+
Author: Talend<br/>
4317+
Free version: No<br/>
4318+
Price: ?
4319+
4320+
Stitch makes it simple to load data from dozens of cloud sources into cloud data warehouses and data lakes in minutes.
4321+
4322+
4323+
<a id="talend-integration"></a>
4324+
## Talend Data Integration
4325+
Download page: [Talend Data Integration]<br/>
4326+
Release date: 2019-06-20<br/>
4327+
Support Version: 2008-2019/Azure<br/>
4328+
Author: Talend<br/>
4329+
Free version: Yes<br/>
4330+
Price: ?
4331+
4332+
Talend Data Integration an enterprise data integration software to connect, access, and transform any data across the cloud or on-premises.
4333+
4334+
4335+
<a id="talend-preparation"></a>
4336+
## Talend Data Preparation
4337+
Download page: [Talend Data Preparation]<br/>
4338+
Release date: 2018-06-05<br/>
4339+
Support Version: 2008-2019/Azure<br/>
4340+
Author: Talend<br/>
4341+
Free version: Yes<br/>
4342+
Price: ?
4343+
4344+
Talend Data Preparation empowers anyone to quickly prepare data for trusted insights throughout the organization.
4345+
4346+
4347+
<a id="pentaho"></a>
4348+
## Pentaho Data Integration
4349+
Download page: [Talend Data Integration]<br/>
4350+
Release date: 2019-06-20<br/>
4351+
Support Version: 2008-2019/Azure<br/>
4352+
Author: Hitachi Vantara<br/>
4353+
Free version: No<br/>
4354+
Price: ?
4355+
4356+
This end-to-end platform meets all data integration challenges. Its intuitive drag-and-drop graphical interface simplifies the creation of self-documented data pipelines.
4357+
For data transformation, easily use push-down processing to scale out compute platforms, such as Apache Hadoop.
4358+
4359+
4360+
<a id="studio3t"></a>
4361+
## Studio3T
4362+
Download page: [Studio3T]<br/>
4363+
Release date: 2019-09-19<br/>
4364+
Support Version: 2008-2019<br/>
4365+
Author: Studio 3T<br/>
4366+
Free version: No<br/>
4367+
Price: $149
4368+
4369+
Speed up tasks like query building, data exploration, import/export, code generation, and more – with or without the knowledge of the MongoDB query language.
4370+
MongoDB from and to migrations with many RDBMS.
4371+
4372+
43064373
[SSMS]:https://docs.microsoft.com/sql/ssms/download-sql-server-management-studio-ssms
43074374
[Azure Data Studio]:https://github.com/Microsoft/azuredatastudio
43084375
[bcp Utility]:https://docs.microsoft.com/sql/tools/bcp-utility
@@ -4582,6 +4649,11 @@ Take control of SQL Agent sprawl. Automate smarter with JAMS and regain control
45824649
[SQL Plus Dot Net]:https://sqlplusweb.azurewebsites.net
45834650
[SQLIndexManager]:https://github.com/sergeysyrovatchenko/SQLIndexManager
45844651
[JAMS Enterprise Job Scheduling]:https://info.jamsscheduler.com/jams-sql-wla-rethink
4652+
[Stitch Data Loader]:https://www.talend.com/products/data-loader/
4653+
[Talend Data Integration]:https://www.talend.com/products/data-integration/
4654+
[Talend Data Preparation]:https://www.talend.com/products/data-preparation/
4655+
[Pentaho Data Integration]:https://www.hitachivantara.com/en-us/products/data-management-analytics/pentaho-data-integration.html
4656+
[Studio3T]:https://studio3t.com/
45854657

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

0 commit comments

Comments
 (0)