betr-io / terraform-provider-mssql

Terraform provider for Microsoft SQL Server
https://registry.terraform.io/providers/betr-io/mssql/latest
MIT License
35 stars 28 forks source link

Set collation for name when creating and updating users, fixes #6 #8

Closed anderius closed 3 years ago

anderius commented 3 years ago

I have tested this locally with my Azure database. The database is created with collation 'Norwegian_100_CI_AS_SC_UTF8'. I am now able to create and update users.

the collation 'SQL_Latin1_General_CP1_CI_AS' is from the master database in Azure.