betr-io / terraform-provider-mssql

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

STRING_AGG doesn't exist on SQL Server 2016 #48

Closed pregress closed 11 months ago

pregress commented 1 year ago

Fix for the following error when creating a user on SQL server 2016 (13.0.6419.1):

mssql_login.vm_sql_login: Creation complete after 8s [id={redacted}]
╷
│ Error: unable to read user {redacted}: mssql: 'STRING_AGG' is not a recognized built-in function name.