|
Home > Archive > microsoft.public.sqlserver.server > November 2002 > Language Change
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
|
| We have two locations using SQL Servers, one in New York
and one in London. While running a delete statement from
Query Analyzer 7.0 in NY on our SQL 2000 database in
London, we got a message saying "Language changed to US
English". What effect does this have on the database?
Also, where do would we need to change it back to UK
English? Finally, can you explain why this change occured?
Thanks,
Cory
| |
| Tibor Karaszi 2002-11-29, 2:23 am |
| This is most probably only a message for that particular connection, so it doesn't change the
state of the database in any way. Perhaps a stored procedure executes the SET LANGUAGE
statement?
--
Tibor Karaszi, SQL Server MVP
Archive at: http://groups.google.com/groups?oi=...ublic.sqlserver
"Cory" <corinne.rubicco@srz.com> wrote in message
news:10f8d01c29262$8ddebbb0$8d
f82ecf@TK2MSFTNGXA02...
> We have two locations using SQL Servers, one in New York
> and one in London. While running a delete statement from
> Query Analyzer 7.0 in NY on our SQL 2000 database in
> London, we got a message saying "Language changed to US
> English". What effect does this have on the database?
> Also, where do would we need to change it back to UK
> English? Finally, can you explain why this change occured?
>
> Thanks,
> Cory
|
|
|
|
|