Posts
Sort by recent activity
VIEW SERVER STATUS Permission?
Hello,
I'm curious why a user needs VIEW SERVER STATUS permissions for SQL Prompt to work?
I have a user that's dbo on his database, but gets an error during SQL Prompt Caching the data for his dat...
Using project file but changing databases via command line
I've setup a project file for our database structure that took quite a while to get right because there were many timestamps and user id columns I need to exclude.
I wanted to use that project file...
JOIN Layout Suggestion
We've been looking at using SQL Prompt 3 to apply a consistent layout to our SQL Code and after working with our team, we have a suggestion. Within the Data Statements, for JOINS, allow having the ...
No Table list after "JOIN"
If I type
select * from <>
I get the table popup at <>, continuing:
select * from foo f Join <>
I don't get a popup at <>, not even with Ctrl-Space. But I start typing a table name
select * from fo...