views:

36

answers:

1

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)

+1  A: 

You can try

Edit -> Intellisense -> Refresh Local Cache (CTRL+Shift+R)

From SQL Server 2008 Intellisense update/refresh on schema changes

astander