When SPS is deployed on SQL Server the default Collations settings for the databases within the SQL Server is "Latin1_General_CI_AS_KS_WS".
This is ok if this collations settings are used as a default for the SQL Server. In my enviroment the default settings for the SQL Server Collation is "Icelandic_CI_AS". So I have a problem. Every time I create a query joining two databases together I get a collation error. I can work around it but it slows everything down.
My question is : Is there a way to deploy SPS so it will use the default SQL Servers Collation settings ("Icelandic_CI_AS") instead of predefined ("Latin1_General_CI_AS_KS_WS")?
I know this is an issue here in Europe. We do use different collation settings, i.e. danish, sweedish, finish, german, etc..