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

时间:2012-10-04 06:45:57

标签: 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

我希望Intellisense显示所有3个选项,无论大小写如何。我怎么能这样做?

2012-10-08

感谢Ashley Ross!

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

接下来我该怎么做?

enter image description here

我的SQL Server Management Studio选项:

enter image description here

我的SQL Server Management Studio的版本

enter image description here

1 个答案:

答案 0 :(得分:4)

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

这两个问题都已关闭,问题显然已在SQL Server 2008 R2 SP1和SQL Server 2012中修复。

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