I have a Database and my users are from all around the world because of this I should store the inputs in any language type.
By default my SQL collation is SQL_Latin1_General_CP1_CA_AS
but this collation can not store Russian language.
What SQL collation I should use to store any language type like Japanese, Persian, English,Russian and ....?