Posts
Sort by recent activity
Is SQL Prompt 4 ever coming out?
If so, when? What are the new features going to be?
[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, -- ...
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...
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...
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 ...