Posts
Sort by recent activity
I installed the SQL Prompt 10.11.0.26431 and the the field lists are mostly missing
I was prompted to install the latest version so I did. I'm working on a long-ish T-SQL script. Even after manually refreshing suggestions, I'm mostly not getting the lists of field names for a ta...
How do I suppress unneeded spaces around parentheses in an "INTO" clause?
I typed the table variable declaration. When I started typing the INSERT INTO @List, SQLPrompt gave me the field list without spaces before or after the parentheses. However, when I got to the "I...