|
1 | 1 | <h1>SQL Scripts Explorer</h1> |
2 | | -<p>Microsoft SQL Server Management Studio 20 extension to open, create, edit, organize, search and share SQL Scripts. Its purpose is to allow quick access to scripts that are frequently used.</p> |
| 2 | +<p>Microsoft SQL Server Management Studio 21 extension to open, create, edit, organize, search and share SQL Scripts. Its purpose is to allow quick access to scripts that are frequently used.</p> |
3 | 3 | <h2>Contents</h2> |
4 | 4 | <ul> |
5 | 5 | <li><a href="#getting-started">Getting Started</a> |
|
36 | 36 |
|
37 | 37 | <h2>Requirements</h2> |
38 | 38 | <ul> |
39 | | - <li>Microsoft SQL Server Management Studio 20 (<i>supposed to support versions 13-20, only tested in 18 and 20</i>)</li> |
| 39 | + <li>Microsoft SQL Server Management Studio 21 (<i>supposed to support versions 13-21, only tested in 18, 20 and 21</i>)</li> |
40 | 40 | <li>.NET 4.8.1</li> |
41 | 41 | </ul> |
42 | 42 | <h2>Installation</h2> |
43 | 43 | <ul> |
44 | | - <li>Close all instances of Microsoft SQL Server Management Studio 20</li> |
| 44 | + <li>Close all instances of Microsoft SQL Server Management Studio 21</li> |
45 | 45 | <li>Download the most recent <a href="https://github.com/joaoribe/SQLScriptsExplorer/releases/latest">release</a></li> |
46 | 46 | <li>Add release folder <i>SQLScriptsExplorer</i> to |
| 47 | + <br/> |
| 48 | + <code>C:\Program Files\Microsoft SQL Server Management Studio 21\Release\Common7\IDE\Extensions</code> |
| 49 | + </li> |
| 50 | + <li><b>Note:</b> adjust the extension path based on the SSMS you are using e.g. SSMS 20 |
47 | 51 | <br/> |
48 | 52 | <code>C:\Program Files (x86)\Microsoft SQL Server Management Studio 20\Common7\IDE\Extensions</code> |
49 | 53 | <br/> |
|
95 | 99 | <ul> |
96 | 100 | <li>In the <i>Start external program</i> option, change it to |
97 | 101 | <br/> |
98 | | - <code>C:\Program Files (x86)\Microsoft SQL Server Management Studio 18\Common7\IDE\ssms.exe</code> |
| 102 | + <code>C:\Program Files\Microsoft SQL Server Management Studio 21\Release\Common7\IDE\Ssms.exe</code> |
99 | 103 | </li> |
100 | 104 | <li>In the <i>Command line arguments</i> option, remove all the text |
101 | 105 | <br/> |
|
106 | 110 | <ul> |
107 | 111 | <li>Ensure <i>Copy VSIX content to the following location</i> is |
108 | 112 | <br/> |
109 | | - <code>C:\Program Files (x86)\Microsoft SQL Server Management Studio 18\Common7\IDE\Extensions\SQLScriptsExplorer</code> |
| 113 | + <code>C:\Program Files\Microsoft SQL Server Management Studio 21\Release\Common7\IDE\Extensions\SQLScriptsExplorer</code> |
110 | 114 | <br/> |
111 | 115 | <img src="docs/images/ProjectProperties.VSIX.png"/> |
112 | 116 | </li> |
|
0 commit comments