You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
-8Lines changed: 0 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,18 +57,10 @@ To install the addin, you have two options:
57
57
The build process will automatically copy all necessary files into the SSMS extension folder, and you will be ready to use it.
58
58
59
59
2.**Download the Release:** For a quicker setup, download the most recent version from the [Releases](https://github.com/Axial-SQL/AxialSqlTools/releases) section of this GitHub repository.
60
-
Older releases have compiled addins for SSMS 18, 19 and 20 but those are no longer supported.
61
60
62
61
After obtaining the compiled files (either by compiling from source or downloading from Releases), place the folder with the compiled files into the following directory:
63
62
`C:\Program Files\Microsoft SQL Server Management Studio 21\Release\Common7\IDE\Extensions`
64
63
65
-
For older releases:
66
-
- For SSMS 20: `C:\Program Files (x86)\Microsoft SQL Server Management Studio 20\Common7\IDE\Extensions`
67
-
68
-
- For SSMS 19: `C:\Program Files (x86)\Microsoft SQL Server Management Studio 19\Common7\IDE\Extensions`
69
-
70
-
- For SSMS 18: `C:\Program Files (x86)\Microsoft SQL Server Management Studio 18\Common7\IDE\Extensions`
71
-
72
64
> **⚠️ Warning**
73
65
>
74
66
> If your Windows security policy has blocked the `AxialSqlTools.dll` file, you may need to unlock it by using the checkbox in the file properties.
0 commit comments