Does SQL Server 2008 R2 Express have Intellisense

sql-server-2008

I don't have any Intellisense in SQL Server 2008 R2 Express Management Studio – is this supposed to work?

I am connecting to a SQL Server 2008 R2 Express database on the same machine (no other databases here at home) and I have no Intellisense.

Just wondering if it's supposed to work or is Express crippled?

Best Answer

try this to fix the problem, has to do with SP1 for vs2010 if you have that setup FIX: The IntelliSense feature in SSMS 2008 R2 may stop working after you install Visual Studio 2010 SP1

Related Question