Disclaimer: this post is not sponsored by Redgate 🙂
For those who’ve missed it, the new version of SSMS is now generally available. It’s a big new version and it now uses Visual Studio 22 behind the scenes, so it’s now installed through the Visual Studio Installer.
Anyway, I’m a big fan of Redgate SQL Prompt as it enables my to quickly format code and it also has better autocomplete features. Officially, the latest version of SQL Prompt supports the preview version of SSMS 21. But what about the new GA version?
I installed SSMS 21, imported existing settings from my old version of SSMS and also installed the latest version of SQL Prompt (10.16.12 at the time of writing). However, when I fired up SSMS 21, there were no Redgate tools to be seen. Bummer. The extensions menu was empty:
In the customize screen there was also no trace of any Redgate extension:
After some digging around, someone mentioned that the extension is installed in the wrong folder. It’s installed in the Preview folder of SSMS, instead of the Release folder.
By copying these folders to the correct location, we can get the extensions to work in SSMS 21.
This is probably a temporary issue though, and I hope they fix it soon at Redgate. However, when reopening SSMS 21, the SQL Prompt extension was still not visible. You can fix this by going back to the customize menu, and deselecting SQL Prompt from the list.
(SQL Prompt appearing twice is another bug btw)
Now it should pop right up in SSMS, and you can continue writing awesome T-SQL!
You can find all the session materials for the presentation "Indexing for Dummies" that was…
The slidedeck and the SQL scripts for the session Indexing for Dummies can be found…
You can find the slides of my session on the €100 DWH in Azure on…
I've used Logic Apps a couple of times over the past years for simple workflows,…
I'm giving two online sessions soon on virtual events that are free to attend. The…
I wanted to try out the new JSON index which is for the moment only…
View Comments
Thanks, got me going 👍
This really seems like it should work, but it doesn't, at least for me. Maybe I'm missing a small step.
Thanks for posting!
I get "Method not found: 'EnvDTE.Events EnvDTE._DTE.get_Events()'." when i try to enable SQL Prompt. Oh well. Guess I'll wait. thanks for trying to help though.