SQL Server 2000 supports case sensitivity

Source: Internet
Author: User

Because the local database is not set to partition size during installation, but the server is a partition, I re-wrote some code, in order not to let this happen, I decided to change the local database to support the size of the region.

 

The Code is as follows:

Alter database databasename
Collate chinese_taiwan_stroke_cs_as

CiCase Insensitive,CSSpecifies the case sensitivity.

If it is a simplified version, it should be chinese_prc_cs_as.

For detailed Encoding instructions, see

Http://msdn.microsoft.com/zh-cn/ms188046.aspx

You can directly use the rebuildm.exe tool.

In this case, the data created later will automatically support the large and small partition.

However, there will be no previous data records after use, but you need to append them once.

After attaching, the operation on these data rows will be supported.

At present, the younger brother has not found a way to complete the change.

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.