SQL Prompt menu not available in Visual Studio 2015
EricInSac
Posts: 3 New member
in SQL Prompt
I downloaded the latest SQL Toolbelt and installed it and I have no problem with SSMS 18.3, but the SQL Prompt menu is not available in Visual Studio 2015 Pro. I even uninstalled all RedGate tools and re-installed them, this time ensuring that SSMS and Visual Studio were selected. It's still not visible in Visual Studio. I only have one version of SSMS and Visual Studio. How should I resolve? The help videos show a SQL Prompt menu in Visual Studio and darn it, I want one, too!
Answers
Sean Quigley | Product Support Engineer | Redgate Software
Have you visited our Help Center?
C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\IDE\Extensions
· Click on the Redgate icon at the top left of the installer and choose "Open temporary file folder"
· Open the SQL Prompt folder and locate the INTERNAL_SQL Prompt_9.x.x.xxxx_x86.msi file
· Open a command prompt running as administrator and then run the following (making sure to change the temporary path and logfile location as needed):
msiexec /i "c:\temporary\file\path\INTERNAL_SQLPrompt_SQL Prompt_9.x.x.xxxx_x86.msi" /L*V "c:\logfile.log"
Sean Quigley | Product Support Engineer | Redgate Software
Have you visited our Help Center?