Click here to Skip to main content
15,896,111 members
Home / Discussions / Database
   

Database

 
AnswerRe: Creating an inventory database in sql server 2008 Pin
PIEBALDconsult18-Nov-10 15:08
mvePIEBALDconsult18-Nov-10 15:08 
GeneralRe: Creating an inventory database in sql server 2008 Pin
Jörgen Andersson18-Nov-10 21:54
professionalJörgen Andersson18-Nov-10 21:54 
GeneralRe: Creating an inventory database in sql server 2008 Pin
NeverHeardOfMe18-Nov-10 22:38
NeverHeardOfMe18-Nov-10 22:38 
GeneralRe: Creating an inventory database in sql server 2008 Pin
Jörgen Andersson18-Nov-10 22:49
professionalJörgen Andersson18-Nov-10 22:49 
AnswerRe: Creating an inventory database in sql server 2008 Pin
Andy_L_J18-Nov-10 19:50
Andy_L_J18-Nov-10 19:50 
GeneralRe: Creating an inventory database in sql server 2008 Pin
maas2619-Nov-10 2:00
maas2619-Nov-10 2:00 
QuestionDb for multilanguage Pin
mehrdadc4817-Nov-10 20:53
mehrdadc4817-Nov-10 20:53 
AnswerRe: Db for multilanguage Pin
Eddy Vluggen18-Nov-10 10:02
professionalEddy Vluggen18-Nov-10 10:02 
Mixing cultures in a database are a recipe for severe headache's.

mehrdadc48 wrote:
What collation I shoud use for my DB?

The appropriate one for the required sort-method (binary or dictionary? case sensitive, or not?) for the language, they're listed here[^].

mehrdadc48 wrote:
for char types I shoud use varchar or nvarchar?

NVARCHAR, NTEXT and/or NCHAR.

Important note;
txt
Windows Unicode-only collations can only be used with the COLLATE clause to apply collations
to the nchar, nvarchar, and ntext data types on column-level and expression-level data; they 
cannot be used with the COLLATE clause to change the collation of a database or server instance.
Says so here[^]. That page also mentions that there's three different levels where you can manage your collations. I'd like to suggest that you append the collation that's required by the current UI to the query.

Are you also going to store dates from regions where they speak those languages? If that's the case, you'd also need to check whether the datatimes in the database are all stored in the same timezone (using server-time!) or the local users' time. The latter should be entered in the database re-adjusted to the timezone of your server, or, alternatively, stored the timezoneinformation in an accompanying field.

That should be enough to get you up and running. Enjoy Smile | :)
I are Troll Suspicious | :suss:

QuestionSQL Server Report Services direct to printer and PDF format Pin
Central_IT17-Nov-10 0:31
Central_IT17-Nov-10 0:31 
Questionsave / read image in mysql Pin
Jassim Rahma17-Nov-10 0:16
Jassim Rahma17-Nov-10 0:16 
AnswerRe: save / read image in mysql Pin
Eddy Vluggen17-Nov-10 0:18
professionalEddy Vluggen17-Nov-10 0:18 
QuestionSQL Server - Transaction Log - auto shrink? Pin
devvvy16-Nov-10 20:35
devvvy16-Nov-10 20:35 
AnswerRe: SQL Server - Transaction Log - auto shrink? Pin
Goutam Patra16-Nov-10 21:18
professionalGoutam Patra16-Nov-10 21:18 
Answersimple recovery model Pin
David Mujica17-Nov-10 3:14
David Mujica17-Nov-10 3:14 
QuestionSSIS and stored procedures Pin
tim_gunning16-Nov-10 10:15
tim_gunning16-Nov-10 10:15 
AnswerRe: SSIS and stored procedures Pin
Manfred Rudolf Bihy16-Nov-10 12:01
professionalManfred Rudolf Bihy16-Nov-10 12:01 
AnswerRe: SSIS and stored procedures Pin
robertford16-Nov-10 14:25
robertford16-Nov-10 14:25 
Questioncorrect the expression of the textbox field Pin
vinu.111115-Nov-10 23:36
vinu.111115-Nov-10 23:36 
AnswerRe: correct the expression of the textbox field Pin
Geoff Williams16-Nov-10 1:07
Geoff Williams16-Nov-10 1:07 
GeneralRe: correct the expression of the textbox field Pin
vinu.111116-Nov-10 1:08
vinu.111116-Nov-10 1:08 
Questionneed help to code in c# to update image Pin
chandru22215-Nov-10 22:23
chandru22215-Nov-10 22:23 
AnswerRe: need help to code in c# to update image Pin
Eddy Vluggen16-Nov-10 0:02
professionalEddy Vluggen16-Nov-10 0:02 
QuestionRetrive data from Access table Pin
vijay248215-Nov-10 2:17
vijay248215-Nov-10 2:17 
AnswerRe: Retrive data from Access table Pin
Eddy Vluggen15-Nov-10 4:45
professionalEddy Vluggen15-Nov-10 4:45 
AnswerRe: Retrive data from Access table Pin
Blue_Boy15-Nov-10 9:51
Blue_Boy15-Nov-10 9:51 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.