Why is SQL Server 2008 Management Studio Intellisense not working?

前端 未结 17 1412
时光说笑
时光说笑 2020-11-29 16:05

I\'m being driven to insanity trying to figure out why Intellisense just fails to work at all. The server I\'m using is local and is 2008, the database is set to 2008 compat

17条回答
  •  隐瞒了意图╮
    2020-11-29 16:39

    Visual Studio 2010 SP1 breaks SSMS 2008 R2's IntelliSense. There is a connect about that, and fortunately there is also a fix for that.

    (In short, you will need to install Cumulative Update package 7 for SQL Server 2008 R2 by requesting SQLServer2008R2_RTM_CU7_2507770_10_50_1777_x86or

    SQLServer2008R2_RTM_CU7_2507770_10_50_1777_x64

    from this hotfix request page.)

    EDIT: As @Paul Lemke noted, one might need to get the latest CU package. This blog contains the SQL server releases. (As of this writing, the latest is CU14)

提交回复
热议问题