Posts
Sort by recent activity
Missing support for system stored procedures
Hello,
I tried to type in EXEC sp_help. I noticed that I had to activate something in the options to have it in the candidate list. But then I would definitely love to have some support about the a...
candidate list popping too often
Hello,
it has already been mentionned that the candidate list is popping too often. Here is an example of a consequence. Please note that I selected TAB as completion key in the options.
As I inden...
Different completion behaviour
Hello,
I noticed that SQL Prompt has a different completion behaviour on a simpel query:
SELECT FROM Sales.[SalesOrderHeader]
SELECT * FROM Sales.[SalesOrderHeader] AS soh
In the first case, where ...