Azure Managed Instance must suport all Collations
Azure Managed Instance must suport all Collations, not just SQLLatin1GeneralCP1CI_AS Collation

5 comments
-
Kambiz Daghighian commented
Will we be able to update COLLATE at the column level?
-
Dani Ljepava commented
Collation is now supported for Managed Instance. The option can be seen whey you start the process of creating Managed Instance. It will apply to all databases created on Managed Instance. Please note that collation can be specified only at the creation of Managed Instance and that it cannot be updated at a subsequent time (unless a new Managed Instance is created).
-
Jan Vopalensky commented
As far as I see, this is no longer an issue. When creating a managed SQL database or a new table, I can select several other COLLATION options (including 'Latin1_General_BIN2').
-
Jovan Popovic commented
Custom server-level collations are in preview - https://docs.microsoft.com/sql/relational-databases/collations/set-or-change-the-server-collation?view=sql-server-2017#setting-the-server-collation-in-managed-instance. Currently, you can set it using ARM template but soon we will support PowerShel & Portal
-
Andrei Ivanou commented
Hi Team! Are there any updates? When to expect the promised collations support?