How can we help you today? How can we help you today?
swrobel
Is SQL Prompt 4 ever coming out?
If so, when? What are the new features going to be?
4 followers 6 comments 0 votes
[FR] Comma at beginning of line for Stored Procedure Params
When I tab-complete a stored procedure name after typing EXEC in SQL Prompt, it expands all of the parameters out for me, which is great. However, it looks like this: EXEC Test @Param_1 = 1, -- ...
2 followers 2 comments 0 votes
Feature Request: show most frequently used tables first
It would be great to have an option under "Candidate Ordering" to display them in most frequently used order. I realize this requires a certain amount of tracking of which tables/columns/etc are s...
2 followers 3 comments 0 votes
Cannot generate SSPI context error
I'm getting a cannot generate SSPI context error message in my SQL Prompt log. This is probably because my SQL Server doesn't have TCP/IP connections turned on, but uses Named Pipes instead. I ha...
3 followers 23 comments 0 votes
Feature Request: "Smart" Join suggestions
It would be nice if the suggestion for the second term in the ON clause of a JOIN was the same as the first (if that column is available). For example, if I'm doing SELECT * FROM Customers c JOIN ...
1 follower 2 comments 0 votes