When programming in Microsoft’s SQL Server Management Studio (2008), IntelliSense tends to throw notices about invalid object names after adding a new table. This has been annoying me for a long time now and I finally decided to research it. Thankfully I found an easy solution.
CRTL-SHIFT-R
This will clear the IntelliSense cache and it will now pickup any new objects you’ve created in the database.
Â