使SQL Server 2008 Management Studio的Intellisense忽略大小写?

dre*_*eam 5 sql-server-2008 smss

2012年10月4日:

SQL Server 2008 Management Studio具有智能感知功能,它非常有用,但它区分大小写.

例如,我有3个表:

  • Gy_Customer_Email
  • Gy_Customer_Para
  • gy_customertemp

以下是intellisense的行为:

select * from   gy_customer       -- My input
                gy_customertemp   -- Intellisense suggestion

select * from   Gy_Customer       -- My input
                Gy_Customer_Email -- Intellisense suggestion
                Gy_Customer_Para  -- Intellisense suggestion
Run Code Online (Sandbox Code Playgroud)

我想Intellisense显示所有3个选项,无论如何.我怎样才能做到这一点?

2012-10-08:

谢谢Ashley Ross!

我根据您的参考点为SQL Server Management Studio安装了Service Pack 1,但问题仍未解决.

接下来我该怎么办?

在此输入图像描述

我的SQL Server Management Studio的选项:

在此输入图像描述

我的SQL Server Management Studio的版本

在此输入图像描述

Ash*_*oss 4

Microsoft Connect 上至少报告过两次此问题:

这两个问题都已解决,并且该问题显然已在SQL Server 2008 R2 SP1和 SQL Server 2012 中得到修复。

您应该能够在开发 PC 上安装更新的 SQL Server Management Studio 来解决您遇到的问题,而无需升级数据库服务器。