Categories: SQL Server

Redgate SQL Prompt in SSMS 21

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!


------------------------------------------------
Do you like this blog post? You can thank me by buying me a beer 🙂
Koen Verbeeck

Koen Verbeeck is a Microsoft Business Intelligence consultant at AE, helping clients to get insight in their data. Koen has a comprehensive knowledge of the SQL Server BI stack, with a particular love for Integration Services. He's also a speaker at various conferences.

View Comments

  • 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.

Recent Posts

dataMinds Connect 2025 – Slides & Scripts

You can find all the session materials for the presentation "Indexing for Dummies" that was…

3 days ago

Cloud Data Driven User Group 2025 – Slides & Scripts

The slidedeck and the SQL scripts for the session Indexing for Dummies can be found…

2 weeks ago

Retro Data 2025 – Slidedeck

You can find the slides of my session on the €100 DWH in Azure on…

3 weeks ago

Secure Logic Apps with OAuth Authorization

I've used Logic Apps a couple of times over the past years for simple workflows,…

3 weeks ago

Free Online Sessions – Building the €100 DWH and Indexing for Dummies

I'm giving two online sessions soon on virtual events that are free to attend. The…

1 month ago

How to Install SQL Server 2025 RC0 on an Azure VM

I wanted to try out the new JSON index which is for the moment only…

1 month ago