689 results found
- 
More "power" to tabs1) add a possibility to set custom colours to tabs 
 2) pin in/pin out tabs
 3) automatically set colour for executing queries tabs
 4) add possibility to pop-up windows when query execution finish13 votes
- 
prevent Prompt SQL from destroying bookmarksIf format SQL makes chnages - it destroy saved marks 
 This occurs even when line bookmarked line hasnt (visibly) changed
 Very frushtrating3 votes
- 
Intellisense for Linked Server connection to MySQL ODBCI have been using SQL Prompt for awhile and one of the best feature I like about it is the fact that Intellisense works even on Linked Server to other MSSQL databases. Recently however, I have set up Linked server to MySQL ODBC connections and I noticed that Intellisense is no longer returning the table names and column names in the predictive boxes. I then tested this to other ODBC connection. I set up Firebird (DB2) and Oracle and Intellisense seems to be working for these (only for table names, not columns but that's better than nothing). Is there a… 2 votes
- 
convert SQL to a vbb (or c#) string statementin toad you can get it to convert a SQL statement into a VB or C# statement. i.e. if you have 
 select * from atable
 where a = 'FREE'this would be converted to 
 SQL = "select * from atable"
 sql =sql & "where a = 'FREE'"this is then pasted into the clipboard it can also do the reverse, have a chunk of VB code with a SQL statement, past it into the window, highlight it and it will try and convert it back to straight SQL (do not worry about variables added into the the vbcode, even toad… 8 votes
- 
11 votes
- 
Change quote completion behavior within Openquery or dynamic SQL stringsI really like auto quote completion, but when I am working with an openquery statement or dynamic sql where I am having to escape quotes by doubling them up, I find myself fighting the "helpful" behavior of quote completion either refusing to add a second quote or it adds too many quotes. 
 So, my suggestion is that the quote completion feature check to see if you are trying to add quotes within a quoted string and change its behavior to either not do quote completion or to (even better) automatically add escaped quotes.To illustrate the problem and my proposed… 4 votes
- 
Format pasted-in listI need a way to format a group of text items into a SQL query that I'm going to use for an "IN ('item1','item2','item3')" clause within the WHERE clause. There's got to be a simpler way than manually keying in all the single quotes and commas, particularly when the comma triggers SQL Prompt to start trying to prompt each time, so I have to add an Esc keypress to get SQL Prompt out of the way. 7 votes
- 
Place space before END when collapsing shorter case statementsWhen collapsing CASE expressions shorter then XXX, the END has no space if there is a preceding parenthesis. Example1 = CASE t1.Col004 WHEN 1 THEN t1.Col006 END, 
 Example1 = CASE t1.Col004 WHEN 1 THEN TRY_CONVERT(int, t1.Col006)END,0 votes
- 
Add support for SSMS preview candidatesSome people uses the latest versions of SSMS. I'd like to see it in non-release versions, maybe not fully supported yet. 0 votes
- Don't see your idea?
