SQL Management Studio won't recognize a table exists after scripted create

孤者浪人 提交于 2019-11-30 00:18:59

Press Ctrl-Shift-R to refresh the intellisense.

If you prefer, you can use the menu to refresh the cache:

Edit>Intellisense>Refresh Local Cache

The good thing using the menu, is that you will learn some new Intellisense hot-keys...

SQL Server Management Studio Intellisense doesn’t work after schema changes

You probably did what I always do. I often create a table while connected to the wrong database, or the default database. For me, the default database is 'master' so I have a lot of garbage in my master DB :)

Randy

I right-click on the Tables and Select Refresh from the context-sensitive menu (Ctrl-R works too)

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