How can we help you today? How can we help you today?
ivanrdgz
My main question was how do I prevent SQL Prompt from accessing a SQL instance? eddie davis wrote: Thank you for your post into the forum. There is no longer cache management in SQL Prompt V4. The SQL Prompt caching mechanism was modified or improved with the release of SQL Prompt V4, so the cache management settings in Version 3 no longer apply. If you are writing a query on a database while someone else is making changes to the structure of that database, the suggestions offered by SQL Prompt may become out of date. For example, if someone has added several tables to the database while you have been connected to that database, these tables will not appear in the suggestions box. To reload the database objects, on the SQL Prompt 4 menu, select Refresh Suggestions or press Ctrl + Shift + D. Any changes to the database structure will now be reflected in the suggestions box. You should also refresh suggestions when you have created a new object in the current query, and executed that block of code. For example, if you create a table NewObject and execute the statement, then continue to write the query, the NewObject table will not appear in the suggestions box until you refresh the suggestions. Refreshing suggestions applies only to the database to which you are currently connected. SQL Prompt automatically refreshes a database's objects when you close down your query editor application, then re-open it and re-connect to that database. I hope the above answers your question. Many Thanks Eddie / comments
My main question was how do I prevent SQL Prompt from accessing a SQL instance? eddie davis wrote: Thank you for your post into the forum. There is no longer cache management in SQL Prompt V4. The...
0 votes