Skip to content

Commit 50d7909

Browse files
committed
Add SQL Database Recovery and Ispirer MnMATK to tools
1 parent 90dde12 commit 50d7909

File tree

2 files changed

+36
-6
lines changed

2 files changed

+36
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ Useful links, scripts, tools and best practice for Microsoft SQL Server Database
9595
- [udf_SplitStringByDelimiter](/User_Defined_Function/udf_SplitStringByDelimiter.sql)
9696
- [udf_Tally](/User_Defined_Function/udf_Tally.sql)
9797
- and many others...
98-
- [Utilities](/Utilities) (**Complete list of 292 SQL Server paid and free Utilities and Tools**)
98+
- [Utilities](/Utilities) (**Complete list of 302 SQL Server paid and free Utilities and Tools**)
9999

100100
**[⬆ back to top](#table-of-contents)**
101101

Utilities/README.md

Lines changed: 35 additions & 5 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 **300** SQL Server Utilities
2+
Useful free and paid Microsoft SQL Server utilities and tools - complete list of **302** SQL Server Utilities
33

44
Utility types (main purpose), in braces `{}` current counts:
55
- **[B]**: Backup solutions {6}
@@ -13,9 +13,9 @@ Utility types (main purpose), in braces `{}` current counts:
1313
- **[G]**: Data generation {4}
1414
- **[J]**: Job managers {4}
1515
- **[M]**: Monitoring and alerting Tools {19}
16-
- **[MG]**: Migration tool {30}
16+
- **[MG]**: Migration tool {31}
1717
- **[MS]**: Management Studio (alternative for SSMS) {29}
18-
- **[REC]**: Recovery tools {7}
18+
- **[REC]**: Recovery tools {8}
1919
- **[S]**: Search tools {3}
2020
- **[SC]**: Structure compare {19}
2121
- **[T]**: Testing tools {5}
@@ -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-10-02 | Microsoft | | Yes | No |
27+
| [SSMS](#ssms) | No | No | [MS] | [SSMS] | 2019-11-04 | Microsoft | | Yes | No |
2828
| [Azure Data Studio](#ads) | PostgreSQL | Linux,Mac | [MS] | [Azure Data Studio] | 2019-11-04 | 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 |
@@ -324,12 +324,14 @@ Utility types (main purpose), in braces `{}` current counts:
324324
| [Exportizer](#exportizer) | Oracle,MySQL,PostgreSQL,Other | No | [MG] | [Exportizer] | 2019-11-17 | Vitaliy Levchenko | Shareware | No | $29 |
325325
| [Reportizer](#reportizer) | Oracle,MySQL,PostgreSQL,Other | No | [?] | [Reportizer] | 2019-09-10 | Vitaliy Levchenko | Shareware | No | $39 |
326326
| [Database Tour](#database-tour) | Oracle,MySQL,PostgreSQL,Other | No | [MS] | [Database Tour] | 2019-11-20 | Vitaliy Levchenko | Shareware | No | $49 |
327+
| [Ispirer MnMATK](#mnmatk) | Oracle,MySQL,PostgreSQL,Other | No | [MG] | [Ispirer MnMATK] | ? | Ispirer Systems | Shareware | No | ? |
328+
| [SQL Database Recovery](#sql-database-recovery) | No | No | [REC] | [SQL Database Recovery] | 2019-09-10 | KernelApps Private | Shareware | No | $399 |
327329

328330

329331
<a id="ssms"></a>
330332
## SSMS
331333
Download page: [SSMS]<br/>
332-
Release date: 2019-09-23<br/>
334+
Release date: 2019-11-04<br/>
333335
Support Version: 2005-2019/Azure<br/>
334336
Author: Microsoft<br/>
335337
Free version: Yes<br/>
@@ -4632,6 +4634,32 @@ Database Tour is a multi-functional database tool for Windows.
46324634
In addition, Database Tour Pro provides powerful command line and reporting functionality.
46334635

46344636

4637+
## Ispirer MnMATK
4638+
<a id="mnmatk"></a>
4639+
Download page: [Ispirer MnMATK]<br/>
4640+
Release date: 2019-10-23<br/>
4641+
Support Version: 2008-2017<br/>
4642+
Author: Ispirer Systems<br/>
4643+
Free version: No<br/>
4644+
Price: ?
4645+
4646+
Ispirer Migration and Modernization Assessment Toolkit (Ispirer MnMATK) is designed to collect statistical information about your database or application, as well as better realize the size of a migration project.
4647+
The software provides a full report on the number of tables, the amount of data, the number of database objects, and the number of lines of code in each type of database object.
4648+
The toolkit consists of Migration Assessment Wizard designed to collect and evaluate information about the database, and Migration Assessment Studio designed to collect and evaluate information about the application.
4649+
4650+
4651+
## SQL Database Recovery
4652+
<a id="sql-database-recovery"></a>
4653+
Download page: [SQL Database Recovery]<br/>
4654+
Release date: 2019-09-10<br/>
4655+
Support Version: 2008-2019<br/>
4656+
Author: KernelApps Private<br/>
4657+
Free version: No<br/>
4658+
Price: 399
4659+
4660+
Repair corrupt & damaged MS SQL database files.
4661+
4662+
46354663
[SSMS]:https://docs.microsoft.com/sql/ssms/download-sql-server-management-studio-ssms
46364664
[Azure Data Studio]:https://github.com/Microsoft/azuredatastudio
46374665
[bcp Utility]:https://docs.microsoft.com/sql/tools/bcp-utility
@@ -4933,6 +4961,8 @@ In addition, Database Tour Pro provides powerful command line and reporting func
49334961
[Exportizer]:https://www.vlsoftware.net/exportizer/
49344962
[Reportizer]:https://www.reportizer.net/
49354963
[Database Tour]:https://www.databasetour.net/
4964+
[Ispirer MnMATK]:https://www.ispirer.com/download/download-sqlways-assessment
4965+
[SQL Database Recovery]:https://www.nucleustechnologies.com/sql-recovery.html
49364966

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

0 commit comments

Comments
 (0)