Reputation: 25959
If you change a table, then code completion doesn't work anymore when writing a query in SQL Server Management Studio. Is there a way to clear this cache?
(SQL Server 2008)
Upvotes: 10
Views: 29876
Reputation: 166406
You can try
Edit -> Intellisense -> Refresh Local Cache (CTRL+Shift+R)
From SQL Server 2008 Intellisense update/refresh on schema changes
Upvotes: 26