I have a built installation that is trying to execute the command SET LANGUAGE english on my SQL Server 2008R2 instance.
Though, the SQL Collation (which is Case sensitive) makes it not find the Existing language alias English giving the error:
SET LANGUAGE failed because 'english' is not an official language name or a language alias on this SQL Server.
I can`t change the installation at all 🙁
How can I:
1. Create another Alias for english => us_english.
2. Change the alias English to english
3. Change the server to be Case Insensitive for the execution of the install
!! Rebuilding the Instance for different Collation, and then rebuilding back is an option to avoid. !!
Any ideas?
After all, it wasn’t the Case-sensitive/insensitive that affected it…
my collation was set on HEBREW_CS_..
rebuilt the Database with LATIN1_CS_.. and everything went well from there.
Both English, and english was accepted as languages 🙂
found the solution in a support forum for “Adobe Connector” 🙂
Home noone else will waste so much time on this 🙂