How can we help you today? How can we help you today?
MichelD

Activity overview

Latest activity by MichelD

BUG: SQL Search not working after SSMS 18.5 upgrade and after that SQL Prompt update
Pressing SQL Search in Red Gate Toolbar doesn't show SQL Search, SQL Prompt and Tab History does work.Tried manual update of SQL Search, but that gives message 'a newer version is installed'Using  ...
1 follower 1 comment 0 votes
Same with : DECLARE @Batch_ID SMALLINT,          @TotalBalance MONEY Becomes:   DECLARE @Batch_ID SMALLDECIMAL(19, 4)          @TotalBalance MONEY SQL Prompt 9.4.7.7595 / comments
Same with :DECLARE @Batch_ID SMALLINT,         @TotalBalance MONEYBecomes:  DECLARE @Batch_ID SMALLDECIMAL(19, 4)          @TotalBalance MONEYSQL Prompt 9.4.7.7595
0 votes
Hi @RichardL That's the version i am running now, re enabled addon and checking my issues. Formatting works now, but Qualify Object names didn't work. also code Analysis crashed. Issue submitted. / comments
Hi @RichardL That's the version i am running now, re enabled addon and checking my issues.Formatting works now, but Qualify Object names didn't work.also code Analysis crashed. Issue submitted.
0 votes
SQL Prompt formatting / Qualify object names etc
Format SQL, Qualify object names etc doesn't work in visual studio 2017 , but does in SSMSusing SQL Prompt 9.1.13.5130
3 followers 4 comments 0 votes