How can we help you today? How can we help you today?
blitzd
Eddie, I think you have misunderstood my problem. I'm editing an existing statement, not typing it anew and expecting SQL Prompt to magically determine what table I'm referencing - although that would be kind of cool, and maybe a cup of coffee to boot? [image] So anyways, here's the scenario again: SELECT ColumnOne , ColumnTwo , ColumnThree , --1 CASE WHEN TT.ColumnFour = 1 THEN 'One' ELSE 'Dunno' END AS ColumnFourText , --2 ColumnFour , ColumnFive , ColumnSix , ColumnSeven , ColumnEight , ColumnNine , ColumnTen FROM dbo.TableTest TT If I start *editing* this statement, and typing directly on the line where the --1 comment is, I can see the TT alias in the suggestions, but none of the columns, and upon selecting the TT alias I get no suggestions for columns there either. If I do this same thing where the --2 comment is, I get suggestions just fine, and I also specifically see the column names in the suggestion list without typing the alias as well. I also get suggestions at --1 if I first put a comma on the line, and then put the cursor in front of it and start typing. My version of SQL Prompt is 5.1.8.2. I can't try the latest and greatest version at the moment, as after I installed it SQL Prompt would no longer start on my testing machine any more (says it requires a repair of SSMS and VS, oh joy!). / comments
Eddie, I think you have misunderstood my problem. I'm editing an existing statement, not typing it anew and expecting SQL Prompt to magically determine what table I'm referencing - although that wo...
0 votes
I'd also like the ability to set the shortcut keys. CTRL-B-L is ingrained in my brain at this point, and it's going to take a good long time to re-train myself. / comments
I'd also like the ability to set the shortcut keys. CTRL-B-L is ingrained in my brain at this point, and it's going to take a good long time to re-train myself.
0 votes
This is something that I would definitely be interested in as well, as are the other four users (of SQL Prompt) here at my org. / comments
This is something that I would definitely be interested in as well, as are the other four users (of SQL Prompt) here at my org.
0 votes