You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Applying this resource results in the following error:
Error: unable to create user [customer-scaleout-7732].[customer-scaleout-7732]: mssql: Cannot resolve the collation conflict between "Danish_Norwegian_CI_AS" and "SQL_Latin1_General_CP1_CI_AS" in the equal to operation.
Exactly the same issue here: mssql: Cannot resolve the collation conflict between "Norwegian_100_CI_AS_SC_UTF8" and "SQL_Latin1_General_CP1_CI_AS" in the equal to operation.
I would suggest setting collate SQL_Latin1_General_CP1_CI_AS. This would be fairly safe, as I guess the only thing we are comparing are usernames, logins and identifiers.
I'm trying to create a mssql_user resource using Terraform 0.15.0:
Applying this resource results in the following error:
The collations are:
The text was updated successfully, but these errors were encountered: