How Do I Modify the Collation?
DAS does not support modifications of SQL Server on the GUI. You can run commands instead.
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 SQL_Latin1_General_CP1_CI_AS
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot