Forum Replies Created

Viewing post 1 (of 2 total)

  • RE: Changing collation with docker

    This works for me REMEBER the " " placement 🙂
    docker run -e ACCEPT_EULA=Y -e MSSQL_SA_PASSWORD="Password1" -e MSSQL_COLLATION="Latin1_General_CS_AS" -p 1435:1433 --name sql3 -d microsoft/mssql-server-linux:2017-latest

Viewing post 1 (of 2 total)