Database Objects Not Showing In SQL Prompt 5
woodrowbartlett
Posts: 3
Hello all,
I apologize if this is a duplicate thread, I could not find this topic anywhere else.
I have recently (today) installed SQL Prompt 5 as part of the SQL Developer Package and I cannot get Prompt to suggest any of my database objects.
Example:
SELECT * FROM Att
and I get nothing in the suggestions, even though there is a table named Attendance in this particular database.
Have I set something up incorrectly?
I apologize if this is a duplicate thread, I could not find this topic anywhere else.
I have recently (today) installed SQL Prompt 5 as part of the SQL Developer Package and I cannot get Prompt to suggest any of my database objects.
Example:
SELECT * FROM Att
and I get nothing in the suggestions, even though there is a table named Attendance in this particular database.
Have I set something up incorrectly?
Comments
SQL Prompt is going to need a little access to master, at least to query the list of databases. If master is not responding, I'd be surprised if you weren't having serious problem with the server outside of SQL Prompt.
Have you got any information from a SQL Profiler trace to show what query SQL Prompt was trying to run?