Skip to content

Commit 1c008d0

Browse files
committed
Add DBGhost tool
1 parent 4158311 commit 1c008d0

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
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 220 SQL Server paid and free Utilities and Tools**)
100+
- [Utilities](/Utilities) (**complete list of 221 SQL Server paid and free Utilities and Tools**)
101101

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

Utilities/README.md

Lines changed: 15 additions & 1 deletion
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 **220** SQL Server Utilities
2+
Useful free and paid Microsoft SQL Server utilities and tools - complete list of **221** SQL Server Utilities
33

44
Utility types (main purpose), in braces `{}` current counts:
55
- **[B]**: Backup solutions {6}
@@ -241,6 +241,7 @@ Utility types (main purpose), in braces `{}` current counts:
241241
| [Navicat Premium](#navicat-premium) | Oracle, PostgreSQL, MySQL, Other | Mac | [MS] | [Navicat Premium] | 2017-06-14 | PremiumSoft | No | $1299 |
242242
| [DbVisualizer](#dbvisualizer) | Oracle, PostgreSQL, MySQL, Other | Linux, Mac | [MS], [DA] | [DbVisualizer] | 2017-04-12 | DbVis Software AB. | Yes | $179 |
243243
| [DbSchema](#dbschema) | Oracle, PostgreSQL, MySQL, Other | Linux, Mac | [DA] | [DbSchema] | 2017-06-19 | Wise Coders Solutions | Yes | $127 |
244+
| [DBGhost](#dbghost) | No | No | [?] | [DBGhost] | 2017-01-31 | Innovartis Ltd | No | £430 |
244245

245246

246247
## SSMS
@@ -3426,6 +3427,18 @@ Price: $127
34263427
This are possible as DbSchema is using its own image of the schema and saves it to XML file.
34273428

34283429

3430+
<a id="dbghost"></a>
3431+
## DBGhost
3432+
Download page: [DBGhost]<br/>
3433+
Release date: 2017-01-31<br/>
3434+
Support Version: 2008/2012/2014/2016<br/>
3435+
Author: Innovartis Ltd<br/>
3436+
Free version: No<br/>
3437+
Price: £430
3438+
3439+
The Change Manager gives you all the tools to implement the full DB Ghost Process enabling you to script out your databases into individual DROP/CREATE scripts, place those scripts under source control, modify them there and then build and deploy from those scripts.
3440+
3441+
34293442
[SSMS]:https://docs.microsoft.com/en-us/sql/ssms/download-sql-server-management-studio-ssms
34303443
[bcp Utility]:https://msdn.microsoft.com/en-us/library/ms162802.aspx
34313444
[RML Utilities for SQL Server]:https://www.microsoft.com/en-us/download/details.aspx?id=4511
@@ -3646,3 +3659,4 @@ This are possible as DbSchema is using its own image of the schema and saves it
36463659
[Navicat Premium]:https://www.navicat.com/en/products/navicat-premium
36473660
[DbVisualizer]:http://www.dbvis.com/
36483661
[DbSchema]:http://www.dbschema.com
3662+
[DBGhost]:http://www.dbghost.com

0 commit comments

Comments
 (0)