Posts
Sort by recent activity
New feature request
Hello,
when I want to execute a stored proc, I type:
EXEC usp
and SQL provides me with a list of stored proc. Fine!
But now, if I want to execute a system stored proc, SQL Prompt does not provide m...
New feature request: including columns in SSF
Hello,
just another idea for extending the feature set: when I am typing select * from my table, i'd like to replace automatically * by the actual list fo columns. Today, I am using the SQL Query A...
Another suggestion: intellisense for views
Hello,
this is a great tool, that can potentially save quite a lot of time and effort! I say potentially, because in my current project, I work quite a lot with views (select from myView), and alas...