I've used this guide to install sqlserver on docker . However, the default collation it sets up is not the one I require. Is there a way to specify the desired collation during the installation process without having to change it afterwards? Thanks.
I don't know how to specify the collation I want: SQL_Latin1_General_Pref_CP850_CI_AS.
1条答案
按热度按时间soat7uwm1#
SQL Server in Docker and Linux can be configured using environment variables . Use
MSSQL_COLLATION
to specify the desired collation: