Unfortunately you cannot change SQL Database collation "on the fly". You can change SQL Server collation, but it will only has effect when you will create new databases.
I guess you have options: 1. Create new DB with collation you do need. Redo your ARS installation. 2. Transfer a database from one collation to another collation. Pls see MS KB article about this: http://support.microsoft.com/kb/325335 BTW what version of SQL? Mark Milke wrote: > > Hi BMax, > >> generally it depends on SQL Server Collation, particularry on ARsystem DB >> collation. > > Sure. > > @ALL > On UNIX one can change the character coding in the startup script. How > to change that on Windows? > > > Mark > > _______________________________________________________________________________ > UNSUBSCRIBE or access ARSlist Archives at www.arslist.org > Platinum Sponsor: www.rmsportal.com ARSlist: "Where the Answers Are" > > -- View this message in context: http://www.nabble.com/How-to-change-the-server-language--tp20257466p20278995.html Sent from the ARS (Action Request System) mailing list archive at Nabble.com. _______________________________________________________________________________ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org Platinum Sponsor: www.rmsportal.com ARSlist: "Where the Answers Are"

