I want to change my existing SQL database's collation in Azure. I didn't find any instructions and been told that it is not possible. Is there any way to do that?
Tried to change it from SSMS via connection to Azure SQL database, but that didn't work.
1条答案
按热度按时间ccrfmcuu1#
You can change the collation at the time you create an Azure SQL Database.
On an existing database you can use the procedure explained here and shown below: