在SQL Server Management Studio中更改错误消息的语言

时间:2022-09-18 18:01:16

I'm using SQL Server Management Studio 2008 to write a bunch of queries. I have installed French versions of Windows XP and SQL Server thus all SQL error messages appear in French. I would prefer to see the error messages in English. Any idea how to change the language of the error messages? I won't reinstall the machine.

我正在使用SQL Server Management Studio 2008编写一堆查询。我安装了法语版本的Windows XP和SQL Server,因此所有SQL错误消息都以法语显示。我更希望看到英文错误消息。知道如何更改错误消息的语言吗?我不会重新安装机器。

Patrick

2 个解决方案

#1


I found the solution 1 minute later :

我在1分钟后找到了解决方案:

SET LANGUAGE ENGLISH

#2


You must pay attention to case, depending your server configuration. In "case sensitive" servers:

您必须注意大小写,具体取决于您的服务器配置。在“区分大小写”的服务器中:

SET LANGUAGE English

#1


I found the solution 1 minute later :

我在1分钟后找到了解决方案:

SET LANGUAGE ENGLISH

#2


You must pay attention to case, depending your server configuration. In "case sensitive" servers:

您必须注意大小写,具体取决于您的服务器配置。在“区分大小写”的服务器中:

SET LANGUAGE English