Help Center/ Data Admin Service/ FAQs/ Usage/ How Do I Modify the Collation?
Updated on 2025-12-25 GMT+08:00

How Do I Modify the Collation?

DAS does not support modifications of SQL Server on the GUI. You can run commands instead.

Access the SQL window of the database and enter the following command:

In this example, the character set of the test database is set to simplified Chinese.

use root
go
ALTER DATABASE test COLLATE Chinese_PRC_CS_AS