Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Char, varchar, nchar and nvarchar in SQL Server and MySq
Message
From
30/05/2014 17:37:57
 
 
To
21/05/2014 12:57:11
General information
Forum:
Microsoft SQL Server
Category:
Other
Environment versions
SQL Server:
SQL Server 2012
Application:
Web
Miscellaneous
Thread ID:
01600406
Message ID:
01601021
Views:
31
Thank you Craig.

Alex

>char and varchar should not be considered as they don't support Unicode.
>
>As for nchar and nvarchar, follow this advice (http://technet.microsoft.com/en-us/library/ms186939.aspx)
>
>Use nchar when the sizes of the column data entries are probably going to be similar.
>
>Use nvarchar when the sizes of the column data entries are probably going to vary considerably.
>
>
>>I'm planning a database in MySql and wonder what are the pertinent considerations of using char, varchar, nchar and nvarchar for fields.
>>
>>I read for example that char(6) pads right with spaces when saving but reads without trailing spaces, whereas varchar saves the exact number of trailing spaces and reads them back. What would you recommend as good practice to convert dbf tables? How about totally new tables?
>>
>>TIA,
>>
>>Alex
Previous
Reply
Map
View

Click here to load this message in the networking platform