doc-exports/docs/das/umn/das_10_0022.html
Wang , Deng Ke 0f41701050 DAS UMN Initial version
Reviewed-by: gtema <artem.goncharov@gmail.com>
Co-authored-by: Wang , Deng Ke <wangdengke2@huawei.com>
Co-committed-by: Wang , Deng Ke <wangdengke2@huawei.com>
2022-10-18 12:51:00 +00:00

918 B

How Do I Modify the 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:

(In this example, the character set of the test database is set to SQL_Latin1_General_CP1_CI_AS.)

use root
go
ALTER DATABASE test COLLATE SQL_Latin1_General_CP1_CI_AS