|
1 | | -<h2>Simple addin for SQL Server Management Studio 2008-2014 that helps with:</h2> |
| 1 | +<h2>Addin for SQL Server Management Studio 2018</h2> |
| 2 | +<p>Work in progress...</p> |
| 3 | +<ul> |
| 4 | + <li>Format selected TSQL code with internal SQL Server parser or Poor Man's SQL Formatter</li> |
| 5 | + <li>Quick access to code templates</li> |
| 6 | +</ul> |
| 7 | + |
| 8 | +<img src="https://github.com/alekseybochkov/ssms-addin/blob/master/Addin.SSMS2018/pics/1.png?raw=true"/> |
| 9 | +<img src="https://github.com/alekseybochkov/ssms-addin/blob/master/Addin.SSMS2018/pics/2.png?raw=true"/> |
| 10 | +<img src="https://github.com/alekseybochkov/ssms-addin/blob/master/Addin.SSMS2018/pics/3.png?raw=true"/> |
| 11 | + |
| 12 | + |
| 13 | +<h2>(OLD) Simple addin for SQL Server Management Studio 2008-2014 that helps with:</h2> |
2 | 14 | <ul>
|
3 | 15 | <li>Export current GRID to Excel files (without re-execution!)</li>
|
4 | 16 | <li>Format selected TSQL code with internal SQL Server parser</li>
|
|
17 | 29 |
|
18 | 30 | <p>SQL Server Management Studio 2016+ is not supported.</p>
|
19 | 31 |
|
20 | | -<h2>Addin for SQL Server Management Studio 2018</h2> |
21 | | - |
22 | | -<p>Total work in progress.</p> |
23 | | - |
24 | | -<img src="https://github.com/alekseybochkov/ssms-addin/blob/master/screenshot2018.png?raw=true"/> |
|
0 commit comments