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 ...
GRANT statement
Hello,
A short note: it seems that there is no support for GRANT statement or to create a user. While the latter might not be so frequent, the former is quite frequent, at least in my case.
With ki...
Schema from another database
Hello,
after having tried the previous version of SQL Prompt, I am on for this last beta version. Overall, I have a very good impression w/r to the last one.
One thing I do absolutely love: in a sc...
Feature suggestion: export/import of options
Hello,
[idea mentionned in another forum] as the number of configuration options grows, so does the need for being able to manage them, for instance by being able to export them, save them centrall...
BUG: adding twice the same alias
Hello,
I try to write a simple query joining syscolumns and sysobjects, and the code inserted by the tool looks like:
select * from [sys].[syscolumns] AS s inner join [sys]....
Some layout whishes
Hello,
I've been playing around with the tool, and for the most part, it does want I expect it to do. However, I've got my preferences for writing queries, and I I could not configure the tool for ...
First impressions
Hello,
I just downloaded and installed SQL Prompt 3.0. I'd like to share my first impressions.
While I might be reporting mostly problems, annoyances or features that surprised me because of their ...
Auto-completion with GRANT statement
Hello,
if I want to GRANT some rights on a table (like GRANT SELECT ON), the intellisense seems to work OK. But if I start typing GRANT EXECUTE ON, intellisense is providing me with a list of table...