A
ad
When we design a string field, we can use varchar and nvarchar.
There are some field which will have Chinese word.
I will use varchar if the field is just English character or digital.
and use nvarchar if the field may contain Chinese word.
Somebody recommend that it is better to use nvarchar for all string field
for reason of purity.
What is the best policy for selecting between varchar and nvarchar
There are some field which will have Chinese word.
I will use varchar if the field is just English character or digital.
and use nvarchar if the field may contain Chinese word.
Somebody recommend that it is better to use nvarchar for all string field
for reason of purity.
What is the best policy for selecting between varchar and nvarchar