2

After creating new tables in MSSQL 2008, the intellisense list never displays updated tables or table names and columns. (Am using server management studio when this happens).

Does anyone know how to refresh this information in sql 2008 without closing the SQL server management studio 2008 and logging back in.

IanN
  • 313
  • 1
  • 6

1 Answers1

6

In management studio, go to Edit Menu -> Intellisense -> RefreshLocalCache, click on this and it will reload the cached copy of the schema and update the intellisense.

  Key commands - CTRL+SHIFT+R
IanN
  • 313
  • 1
  • 6
Sam Cogan
  • 38,736
  • 6
  • 78
  • 114
  • perfect, I just found it myself and was coming back to close the question, but will reward you for the answer, cheers mate – IanN Mar 03 '11 at 20:40
  • Wow, never even knew that was there. I always wondered if there was some way to do that. – db2 Mar 03 '11 at 21:20