SQL Server re-learning (1) The difference between--varchar, nvarchar, and Char

Source: Internet
Author: User
Tags numeric value

SQL Server can not be lost, review;
varchar (n) Length n bytes of variable-length, non-Unicode character data. n must be a numeric value between 1 and 8,000. Storage size is the actual length of bytes of input data, not n bytes. nvarchar (n) contains a variable-length Unicode character data of n characters. The value of n must be between 1 and 4,000. The storage size of bytes is twice times the number of characters entered. Two fields have field values: me and coffee. The varchar field takes up 2x2+6=10 bytes of storage, and the nvarchar field occupies 8x2=16 bytes of storage space.  

If the field value is only English can choose varchar, In the case where there are more double-byte (Chinese, Korean, and so on) characters in the field value, the

Copyright NOTICE: This article for Bo Master original article, without Bo Master permission not reproduced.

SQL Server re-learning (1) The difference between--varchar, nvarchar, and Char

Related Article

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.