Hi,
I'm installing a new SQL Server 2008 server and are having some problems getting any usable information regarding different collations. I have searched SQL Server BOL and google'ed for an answer but can't seem to be able to find any usable information.
What is the difference between the Windows Collation
"Finnish_Swedish_100"
and"Finnish_Swedish"
?I suppose that the
"_100"
-version is a updated collation in SQL Server 2008, but what things have changed from the older version if that is the case?Is it usually a good thing to have
"Accent-sensitive"
enabled? I know that it depends on the task and all that, but is there any well-known pros and cons to consider?The
"Binary"
and"Binary-code point"
parameters, in which cases should theese be enabled?