Skip to content

Commit fe5d17a

Browse files
authored
Merge pull request ktaranov#226 from abyxez/master
Reporter Duplicate changed to SQL Refactor Studio add-in
2 parents e5dcf9f + 434934c commit fe5d17a

File tree

1 file changed

+32
-11
lines changed

1 file changed

+32
-11
lines changed

SSMS/SSMS_Addins.md

Lines changed: 32 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Complete list of useful and must have add-ins for SQL Server Management Studio -
44
| Name | Download page | Release Date | Support SSMS Version | Developer | Free version | Price |
55
|-------------------------------------------------------|-------------------------------|--------------|:---------------------|----------------------|--------------|------:|
66
| [SSMSBoost](#ssmsboost) | [SSMSBoost] | 2019-08-19 | 2008-2018 | Solutions Crew GmbH | Yes | $150 |
7-
| [Statistics Reporter SSMS Extension](#statistics-reporter-ssms-extension) | [Statistics Reporter SSMS Extension] | 2019-04-17 | 2014, 2016-2019 | Era Apps | Yes | $9 |
7+
| [SQL Refactor Studio](#sql-refactor-studio) | [SQL Refactor Studio] | 2013-09-01 | 2013-2016 | SQL Refactor Studio Team | Yes | $17-25 |
88
| [SqlSmash](#sqlsmash) | [SqlSmash] | 2017-06-10 | 2008-2017 | Smashing Jedis LLC | Yes | $99 |
99
| [SQL Search](#sql-search) | [SQL Search] | 2017-02-27 | 2008-2017 | Red Gate | Yes | No |
1010
| [Red Gate SQL Test](#red-gate-sql-test) | [Red Gate SQL Test] | 2017-03-21 | 2008-2017 | Red Gate | No | $369 |
@@ -73,16 +73,37 @@ Licensing options: after 30 day trial period register and get free community lic
7373
[Features list / SSMSBoost version comparison](http://www.ssmsboost.com/VersionCompare)
7474

7575

76-
<a id="statistics-reporter-ssms-extension"></a>
77-
## Statistics Reporter SSMS Extension
78-
Download page: [Statistics Reporter SSMS Extension]<br/>
79-
Release date: 2019-04-17<br/>
80-
Support Version: 2014, 2016-2019<br/>
81-
Developer: Era Apps<br/>
76+
<a id="sql-refactor-studio"></a>
77+
## SQL Refactor Studio
78+
Download page: [SQL Refactor Studio]<br/>
79+
Release date: 2013-09-01<br/>
80+
Support Version: 2013-2016<br/>
81+
Developer: SQL Refactor Studio Team<br/>
8282
Free version: Yes<br/>
83-
Price: $9
84-
85-
Statistics Reporter SSMS Extension is a SQL Server Management Studio Add-in for parsing SET STATISTICS IO, TIME ON into a beautiful report.
83+
Price: $17-25
84+
85+
SQL Refactor Studio is a SQL Server Management Studio addin. It contains a lot of useful tools that help SQL Server developers to perform their daily routines.
86+
87+
Key features of SQL Refactor Studio:
88+
- Group Databases and Database Objects
89+
- SQL Query History
90+
- Generate C# classes
91+
- Refactoring «Rename»
92+
- View Dependencies
93+
- Find Code
94+
- Displaying calculations on the SSMS status bar
95+
- Refactoring «Add CRUD Methods»
96+
- Refactoring «Introduce Trigger for History»
97+
- Refactoring «Add Lookup Table»
98+
- Refactoring «Move Columns»
99+
- Find Data
100+
- Generate Select Statement
101+
- Script Table Data
102+
- Change collation of table columns
103+
- Highlight all occurrences of selected word
104+
- Scripting an object as ALTER
105+
- Get row count
106+
- Get Top(N) rows
86107

87108

88109
<a id="sqlsmash"></a>
@@ -695,7 +716,7 @@ Adds a true dark theme to SSMS.
695716

696717

697718
[SSMSBoost]:http://www.ssmsboost.com/
698-
[Statistics Reporter SSMS Extension]:https://analyticsbar.com/blog/statistics-reporter-ssms-extension/
719+
[SQL Refactor Studio]: https://sqlrefactorstudio.com/
699720
[SqlSmash]:http://www.sqlsmash.com/
700721
[Red Gate SQL Code Guard]:https://www.red-gate.com/products/sql-development/sql-code-guard/
701722
[SQL Search]:http://www.red-gate.com/products/sql-development/sql-search/

0 commit comments

Comments
 (0)