March 27, 2008 at 2:44 am
hi
How can i change the language of the database
March 27, 2008 at 10:12 pm
what i mean is ,
I have to convert my database to other languages like arabic,french etc
March 28, 2008 at 3:08 am
Hi
If you want to store the data in a different languages then we are talking about collations. Collations can be set for the whole database and also can be set for the columns in a table. The collation of a database is the default collation of the columns. How ever the collations for a column(s) can be changed to be different from the database collation.
However if the same column needs to store data in different languages then you have to use unicode data types.
Ex:- Employee table - EmployeeName column should store names in different languages then the EmployeeName column should be of Nvarchar datatype.
Check out BOL for details.
"Keep Trying"
March 28, 2008 at 4:16 am
Here are some links:
http://msdn2.microsoft.com/en-us/library/ms144260.aspx
http://msdn2.microsoft.com/en-us/library/ms190920.aspx
Good luck!
Viewing 6 posts - 1 through 5 (of 5 total)
You must be logged in to reply to this topic. Login to reply