Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
AskSQLTeam
Ask SQLTeam Question
0 Posts |
Posted - 2002-07-15 : 08:21:51
|
| Mradul Sahney writes "I have one query. I need to know whether it is possible or not?I want to have a database which could support multiple languages like English, french, German, infact Hindi also etc.My Question is do i need to make different databases for it? Or it could be possible to store the information in only one database and then how i would retrived the information in different languages? What are other probable options that u could suggest. ThanksMradul " |
|
|
AndrewMurphy
Master Smack Fu Yak Hacker
2916 Posts |
Posted - 2002-07-16 : 07:42:01
|
| no....one database should support it.....search here for UNICODE and nvarchar, nchar....or multiligual....this has come up before as a problem for others....some simple experimentation and/or a long read in BOL may be worthwhile. |
 |
|
|
|
|
|