Hello,
I deployed ms sql server with Kubernetes, but in sqldeployment.yaml there is no place where I can change the default Collation???
The Collation bellow does not work.
Any help???
image: microsoft/mssql-server-linux:2017-latest
env:
- name: MSSQL_PID
value: Express
- name: ACCEPT_EULA
value: "Y"
- name: MSSQL_COLLATION
value: "Cyrillic_General_CI_AS"
- name: SA_PASSWORD