Re: Russian Language support in SQL SERVER
From: Alan Brewer [MSFT] (alanbr_at_microsoft.com)
Date: 02/23/04
- Next message: DeeJay Puar: "Re: Run Batch Files with SQL Server Agent"
- Previous message: Narayana Vyas Kondreddi: "Re: how to monitor users login failure - exactly from which computer was made an login with bad password?"
- In reply to: Uri Dimant: "Re: Russian Language support in SQL SERVER"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 23 Feb 2004 10:34:17 -0800
SQL Server supports languages on a couple of levels.
First, specifying a collation defines what language rules are used for
storing data and identifiers (identifiers are the names of database objects
such as tables, views, stored procedures). SQL Server 2000 includes a
Cyrillic_general Windows collation that supports the Russian language. If
you specify that collation as the default collation during setup, all of the
databases will support Russian data and identifiers. You can also specify a
collation when creating a database or even at the column level.
Second, there are localized versions of SQL Server in which the
documentation, help, user interface, and error messages have been translated
into a language. SQL Server 2000 has not been localized to Russian, so you
cannot get a version of SQL Server where the docs, help, UI, and error
messages are in Russian. However, you can store the user data in Russian by
specifying the Cyrillic_general collation during setup, or when creating a
database or tables.
If you would like to see a future release of SQL Server that is fully
localized into Russian, please email sqlwish@microsoft.com.
There is more information on collations here:
http://msdn.microsoft.com/library/?url=/library/en-us/architec/8_ar_da_6ttf.asp?frame=true
http://msdn.microsoft.com/library/?url=/library/en-us/instsql/in_collation_72pg.asp?frame=true
-- Alan Brewer [MSFT] Lead Programming Writer SQL Server Documentation Team This posting is provided "AS IS" with no warranties, and confers no rights
- Next message: DeeJay Puar: "Re: Run Batch Files with SQL Server Agent"
- Previous message: Narayana Vyas Kondreddi: "Re: how to monitor users login failure - exactly from which computer was made an login with bad password?"
- In reply to: Uri Dimant: "Re: Russian Language support in SQL SERVER"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|