MSSQL database Encoding

Source: Internet
Author: User
Think of a problem. The client uses Unicode encoding and the server uses Unicode encoding. However, to reduce the amount of data transmitted over the network, the data transmitted over the network is UTF-8 encoding. To be compatible with multiple languages, the database should adopt UTF-8 or Unicode encoding. However, I did not find the database encoding setting option for MSSQL. Cache. ba

Think of a problem. The client uses Unicode encoding and the server uses Unicode encoding. However, to reduce the amount of data transmitted over the network, the data transmitted over the network is UTF-8 encoding. To be compatible with multiple languages, the database should adopt UTF-8 or Unicode encoding. However, I did not find the database encoding setting option for MSSQL. Http://cache.ba

Think of a problem.

The client uses Unicode encoding and the server uses Unicode encoding. However, to reduce the amount of data transmitted over the network, the data transmitted over the network is UTF-8 encoding. To be compatible with multiple languages, the database should adopt UTF-8 or Unicode encoding. However, I did not find the database encoding setting option for MSSQL.

Http://cache.baidu.com/c? M = signature & p = c973c54ad7c71bf1_ea8f207f44 & user = baidu

SSMS --> database engine --> database attribute --> Option --> character set. modify it to the Chinese character set,

SQL code

USE [master] GO ALTER DATABASE [CSDN] COLLATE Chinese_PRC_CI_AS GO

Temporarily handle this:
 
However, the system's default ANSI encoding has not encountered any problems.
 
By:zhanyonhu

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.