SQL 服务器。如何刷新智能感知?
在 SQL Server 2008 R2 中,我刚刚导入了一个新的数据表和/或现有表中的重命名字段(无论哪种方式都会发生)。当我开始编写一些 SQL 时,智能感知无法识别新的字段名称并开始为所有内容添加下划线。
我发现的唯一修复方法是关闭并重新打开 SQL Server,但我确信有一个更简单的解决方案。请提出建议?
(这不是一个严重的问题,只是一个小问题)。
Possible Duplicate:
Lost the IntelliSense
SQL Server 2008 Intellisense problem
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).
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
Ctrl + Shift + R 将刷新 Intellisense。
Ctrl + Shift + R will refresh Intellisense.
如果您想通过菜单执行此操作,则为:
使用键盘,则为:
CTRL-SHIFT-R
If you want to do it via the menus, it's:
Using the keyboard, it's:
CTRL-SHIFT-R