I am using SQL server 2008. If I am working on the Management Studio's query analyser, and I go ahead and create a new table or view, then the SSMS does not see the newly created object for intellisense.

What do I do to make SSMS see and autosuggest from the newly created tables/views too?

link|improve this question

65% accept rate
feedback

2 Answers

up vote 6 down vote accepted

Have you tried to refresh the intellisense cache

Edit -> Intellisense -> Refresh Local Cache (CTRL+Shift+R)

link|improve this answer
Wow, that was nicely tucked away SSMS option :p Thanks! – Saurabh Kumar Oct 4 '10 at 5:06
feedback

Go to the menus:

Edit > Intellisense > Refresh local cache

or press the shortcut key: Ctrl-Shift-R

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.