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 2012 中创建了一个存储过程。该过程运行良好并且可以执行,但我很好奇,为什么它在过程名称下方显示这条波浪线?
下面是显示我的存储过程的图像:
不幸的是,SSMS 中的智能感知并不是最好的。此存储过程必须是新的,并且 SSMS 尚未“了解”它,即使它显然存在。如果您要关闭 SSMS 并重新打开它,则不会出现此问题。我对 SSMS 中的智能感知感到非常沮丧,以至于我很想将其关闭。
您还可以按 Ctrl + Shift + R 刷新本地智能感知缓存,这应该会处理好它。
按 ctrl+shift+R 刷新本地智能感知缓存,该行将消失。
拉吉