Your browser was unable to load all of the resources. They may have been blocked by your firewall, proxy or browser configuration.
Press Ctrl+F5 or Ctrl+Shift+R to have your browser try again.

Which collation should be used when using Microsoft SQL Server as the backend DB #4650

gbrown ·

We need to move the database to Microsoft SQL Server and I would like to know which database collation should be set.
We are currently running quickbuild-14.0.27 on Linux

  • replies 1
  • views 61
  • stars 1
robinshen ADMIN ·

If you only need to support western languages, the default collation "SQL_Latin1_General_CP1_CI_AS" will be fine. Otherwise, please use "Latin1_General_100_CI_AS_SC_UTF8"