SQL Server. How to refresh the intellisense?

Sql ServerSql Server-2008Ssms

Sql Server Problem Overview


> Possible Duplicate:
> Lost the IntelliSense
> SQL Server 2008 Intellisense problem

I'm new to SQL Server, so this is probably an easy fix. In SQL Server 2008 R2, I've just imported a new data table and/or renamed fields in an existing table (it happens either way). When I start to write some SQL, the intellisense doesn't recognize the new field names and starts underlining everything.

The only fix I've found is to close and reopen SQL Server, but I'm sure there's a simpler solution out there. Suggestions please?

(This isn't a serious problem, just a pet peeve).

Sql Server Solutions


Solution 1 - Sql Server

Ctrl + Shift + R will refresh Intellisense.

Solution 2 - Sql Server

If you want to do it via the menus, it's:

Edit / IntelliSense / Refresh Local Cache

Using the keyboard, it's: CTRL-SHIFT-R

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
QuestionPowerUserView Question on Stackoverflow
Solution 1 - Sql Serveruser596075View Answer on Stackoverflow
Solution 2 - Sql ServerMichael GoldshteynView Answer on Stackoverflow