Hi All
We would like to create a Geodatabase in Azure SQL
The problem is that we would like to have different collation then the default.
We cannot use Create Enterprise Geodatabase because you get the default collation.
We created a database with our collation and tried to use Enable Geodatabase
we got this error:
Failed to create stored procedures in the geodatabase. Error (-51)
DBMS error code: 468
[Microsoft][ODBC Driver 17 for SQL Server][SQL Server]Cannot resolve the collation conflict between "Hebrew_CI_AS" and "SQL_Latin1_General_CP1_CI_AS" in the equal to operation
Any ideas?
Thanks