When creating table, we often encounter such a statement, for example, password nvarchar (10) Collate chinese_prc_ci_as null. What does it mean? Take a look at the following:
First, collate is a clause that can be applied to database definitions
Use PD to export SQL scripts.
The SQL script exported when no PD is set is:
Create Table DBO. t_call_note (ID int identity (100,1), caller varchar (32) Collate does not null, called varchar (32) Collate does not null, ring_time char (19) Collate
When creating table, we often encounter such a statement, for example, password nvarchar (10) Collate chinese_prc_ci_as null. What does it mean? Take a look at the following:
First, collate is a clause that can be applied to database definitions or
From: http://www.cnblogs.com/peipei2009/archive/2009/05/08/1452516.html
When creating table, we often encounter such a statement, for example, password nvarchar (10) Collate chinese_prc_ci_as null. What does it mean? Take a look at the
When creating table, we often encounter such a statement, for example, password nvarchar (10) Collate chinese_prc_ci_as null. What does it mean? Take a look at the following:
First, collate is a clause that can be applied to database definitions or
Khan, today by the SQL Server COLLATE clause big play a, watch online help not careful! Let yourself around a large circle, later look at Ms Help to be careful, the thing is this:
Afternoon, the eldest brother sent us a section of SQL Script, we
Collate is a clause that can be applied to database or column definitions to define sorting rules, or to string expressions to apply sorting rule conversion.
Syntax
Collate { | database_default}
::=
{Windows_collation_name} | {SQL
When creating table, we often encounter such a statement, for example, corpname nvarchar (10) Collate chinese_prc_ci_as null. What does it mean?
Take a look at the following:
Syntax
Collate
::={Windows_collation_name} | {SQL
Symptom:
Today, when I used powerdesigner 16 to design a database, the exported SQL statement was executed in SQL Server, which was suddenly miserable, crazy, and even intended to commit suicide !!!
For an error like a question, see the
1. To confirm that no other person is connected to the current database, use sp_who to view the connection, and then use kill @ spid to forcibly close the connection.
2. Run the SQL statement to modify the database's collate attribute.
Code
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.