views:

820

answers:

2

Hi all,

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.

Patrick

+1  A: 

I found the solution 1 minute later :

SET LANGUAGE ENGLISH
Patrick J Collins
A: 

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

SET LANGUAGE English
ercan

related questions