Everybody is enjoying with new SQL Server 2008 intellisense feature. At the same time you would have wondered that it is not working with new tables, views, stored procedures created. This is due to cache refresh issue with SQL Server 2008 and you can simply refresh the cache as explained below.

sql-intellisense1

I have added new table “Active Reports”, but it is not showing up in the SQL Intellisense.

sql-intellisense2

Even if you type the sql query analyzer shows as error, even if you execute the query it will not show error and you will be blaming the intellisense feature.

sql-intellisense3

Now, go to SQL Menu Edit -> IntelliSense -> Refresh Local Cache (Ctrl+Shift+R), the intellisense detected the table as shown below.

sql-intellisense4

Hope this helps to the new comers of SQL 2008


 
Categories: SQL Server 2008
Related posts:

Comments are closed.