Posts
Sort by recent activity
SQL Code Checking
Would it be possible to include Code checking ? Similar to what Resharper does ? ie. an icon on the side to indicate when the code highlighted (or if its not highlighted all the code in the query w...
Toggle to disable SQL Prompt
Is there a toggle available to disable sql prompt (temporarily) via a keyboard shortcut?
emails4me
Stats Info for commonly accessed items
Is it possible for SQL Prompt to keep track of your frequently used tables, Databases, Columns or code snippets, etc so that at the end of the day (or whenever) they can be reviewed and then allow ...
Snippets
Is it possible to add custom snippets? have these stored and moved to a another pc if necessary (where are these stored?) ? eg. If my dev PC dies on me, I can reinstall SQL Prompt and restore a bac...
Candidate list need to fit within desktop view
When typing a query in Query Analyzer and hitting CTRL+SPACE to bring up the candidate list, the Candidate list is not within the dekstop view ie scroll bars are not visible because they are outsid...
Mixed Case
Typed in the following in :
select * from [dbo].[Policies] AS p
The select and from keywords were typed in lowercase and remain that way, however the AS is in Caps.
emails4me
SQL Prompt 3 crashes with Query Analyzer (day 3)
I usually don't restart by support PC unless I have to. My PC has been running SQL Prompt 3 since I first installed it on Monday. I had MSMMS open last night and SQL Prompt 3 running. Came in this...
Suggested Joins not displayed ?
In SQL Prompt 2, there was a list of possible joins between tables. Is there a way of getting a list in SQL Prompt 3.
example:
select top 1 * from
[dbo].[Quotes] AS q join [dbo].[QuoteItem] AS qi o...
Stored Proc Parameters not displayed in Candidate List
I like the way this worked in SQL Prompt 2 but for some reason (not sure if I'm doing something wrong) the list of parameters is not listed in the candidate list ?!
emails4me
No Intellisense with 2 SQL Query Analyzer Open
I have 2 SQL Query Analyzer Windows Open. When I started them the SQL Prompt Tray appeared for both of them. 1 windows has intellisense and the other doesn't. Both point to a different SQL Server 2...