Posts
Sort by recent activity
REDGATE SUPPORT - My SQL Prompt no longer works - error during startup
Hi, earlier today I was using SSMS and it locked up while typing a SQL statement. (This has happened on occasion in the past.) However this time, after killing the SSMS process and restarting, I ...
BUG: InlineEXEC incorrectly treats $text$ as a substitution
If a procedure has code that includes $text$ (where 'text' is any word) then the Inline EXEC function incorrectly treats this value as a substitution, removing the $'s and highlighting the text.Exa...
Intellisense not updating after USE statement
Using SQL Prompt 9.0.6.3580 from inside Visual Studio 2015... If I open a SQL file, and then choose a connection from my history, SQL Prompt provides proper Intellisense for my default database A...
Minor CASE formatting issue
I'm using SQLPrompt 9.0.6.3580. Formatting CASE statements with negative WHEN values doesn't insert a space between WHEN and the value. For example, here's the result of formatted code:DECLARE @i...