Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在设计器中编辑了一个表格。但是当我编写查询时,它不会在上下文菜单中显示列。有人可以帮我理解为什么吗?
SQL Server Management Studio 缓存数据。在初始连接后进行更改后,您必须刷新缓存。您可以使用快捷键CTRL++或通过上下文菜单执行此操作SHIFT:R
只需在 ssms 查询窗口中按 ctrl+shift+r
实际上它在添加列并刷新到 ssms 后会倾斜一段时间,但是通过按 ctrl+shift+r 它将刷新表的架构。