SQL Server. How to refresh the intellisense? [duplicate]

蓝咒 提交于 2019-11-28 14:50:06

问题


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).


回答1:


Ctrl + Shift + R will refresh Intellisense.




回答2:


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

Edit / IntelliSense / Refresh Local Cache

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



来源:https://stackoverflow.com/questions/7825287/sql-server-how-to-refresh-the-intellisense

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!