How Do I Modify the Character Set Collation?
DAS does not support the SQL Server modification on the GUI. You can run commands to implement the modification.
Go to the SQL Window page of the database and run the following commands:
use rootgoALTER DATABASE test COLLATE xxx
Parent topic: Usage