Comments
Sort by recent activity
That version fixes it for me / comments
That version fixes it for me
SQL Prompt 10.1.5 doesn't have release notes (yet), but doesn't fix it. Bu i found a fix in : https://forum.red-gate.com/discussion/86773/sql-search-does-not-start-in-ssms-18-5 / comments
SQL Prompt 10.1.5 doesn't have release notes (yet), but doesn't fix it. Bu i found a fix in : https://forum.red-gate.com/discussion/86773/sql-search-does-not-start-in-ssms-18-5
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
Hi @RichardL A colleague of mine same SQL prompt version, same visual studio project, same SSDT / Stored Procedure no issues. Only difference we could spot is he has latest Visual Studio version. I have Visual Studio 2017 15.7.4 and he has 15.7.5. / comments
Hi @RichardL A colleague of mine same SQL prompt version, same visual studio project, same SSDT / Stored Procedure no issues. Only difference we could spot is he has latest Visual Studio version.I ...
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.
Same here, 'Fix' by disabling SQL Prompt works. First release of SQL Prompt 9 worked / comments
Same here, 'Fix' by disabling SQL Prompt works. First release of SQL Prompt 9 worked