Comments
2 comments
-
Hi Greg,
You'll need to refresh the suggestions after creating the new view (pressing Ctrl+Shift+D or using refresh suggestions from the prompt menu will do it). This'll load the new view into Prompt's cache and allow it to offer suggestions such as expand wildcards.
Alternatively there's an experimental feature to automatically refresh suggestions when a change is detected on the database (found under SQL Prompt->Options->Experimental Features) -
Thank you!
Add comment
Please sign in to leave a comment.
For example, if I create a view myView, then create a query:
select *
from myView
I'm not prompted to "Press TAB to expand wildcard"
Is there something that has to happen in SqlServer before SQL Prompt picks up the new view?
Thanks.