The latest stable build of SQL Prompt is 9.4.15.8960 (28th of March 2019)
Michael Clark
Redgate › Posts: 123 Silver 4
Download SQL Prompt
What's new?
Feedback
If you find any issues with this release, please post them on this forum.
If you have any suggestions for improvements, please post them on our suggestions forum so other users can vote for them.
What's new?
- You can now filter the suggestions that SQL Prompt shows by schemas, in addition to servers and databases.
- SP-7368 : Qualify Object Names no longer unqualifies parameters of rowset functions.
- SP-7515 : EI028 no longer fires on IDENTITY columns.
- SP-7517 : Format SQL no longer throws an error when trying to format TRIM statements that specify which characters to trim.
Feedback
If you find any issues with this release, please post them on this forum.
If you have any suggestions for improvements, please post them on our suggestions forum so other users can vote for them.
Michael Clark
Technical Lead, SQL Monitor
Technical Lead, SQL Monitor
Tagged:
This discussion has been closed.
Comments
Thanks for your post.
The version in Toolbelt Essentials is the full version.
I hope this helps.
Richard Lynch.
Redgate Software
I connect to SQL, open query, prompt works perfectly.
Open a SSDT project, open a storedproc.sql script file, only standard SQL keywords like SELECT show up. Nothing else popup, not even table names.
I read several forum replies mentioned Prompt Pro works with SSDT.
Thanks for your posts.
Can you try the latest version instead? It is available below for download and was released yesterday.
ftp://support.red-gate.com/patches/SQLPrompt/16May2018/SQLPrompt_9.1.12.5083.exe
Kind regards
Richard Lynch.
Redgate Software
Thanks for your reply.
This might be something a support engineer can help you with then so please send us a ticket if you have a support contract with your serial key.
Kind regards
Richard Lynch.
Redgate Software
I've tried restarting SSMS then the PC and that didn't help.
The debug log has the following errors:
Thanks,
Mark
Thanks for your post.
This looks like something a support engineer should look at for you so please send us a ticket if you have a support contract on your serial key. Don't forget to include the sample script please if possible.
Kind regards
Richard Lynch.
Redgate Software
I was on 9.1.13.x and I updated to 9.1.14.5213 and it didn't fix the issue.
I have used previous versions of SQL prompt over the years and I know this used to work flawlessly.
Anyone else (other than @EP_ and I) seeing this? Redgate?
Thanks.
As @EP_ said suggestions only appear for the inner table not the outer one.
Is there some setting that must be configured to make the suggestions appear?
I know this used to work in prior versions of the product. I use exists a lot and it was always a time saver when tables had composite keys.
i've now re-intalled 9.2.6 from the link in the op and done an update to 9.3 successfully on second attempt
It does not.
EDIT: If I turn off "Enable Code Analysis" it no longer crashes.
I also have the same issue as @wschillo and @woody__ above, with Code Analysis switched on, SSMS constantly freezes, so I've turned it off.
I'm running 9.4.4.7199
For example, this:
CROSS APPLY dbo.FormatTIN(I.TIN, I.TIN_TYPE) AS FT
reformats as this:
CROSS APPLY dbo.FormatTIN(I.TIN, TIN_TYPE) AS FT
But this:
CROSS APPLY dbo.FormatPhoneNbr(P.AREA_CODE, P.PREFIX, P.NUMBER, 1) AS FPN
reformats as this:CROSS APPLY dbo.FormatPhoneNbr(AREA_CODE, PREFIX, NUMBER, 1) AS FPN