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

前端 未结 4 1225
我在风中等你
我在风中等你 2020-12-24 01:49

So if I create a new table in the query editor in SQL Management Studio after hitting refresh on the DB I can see and work with that table. However if I want to run another

4条回答
  •  庸人自扰
    2020-12-24 02:24

    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

提交回复
热议问题