SyntaxFix
Write A Post
Hire A Developer
Questions
🔍
[sql-server] When must we use NVARCHAR/NCHAR instead of VARCHAR/CHAR in SQL Server?
Home
Question
When must we use NVARCHAR/NCHAR instead of VARCHAR/CHAR in SQL Server?
Greek would need UTF-8 on N column types: aß? ;)
Examples related to
sql-server
•
Passing multiple values for same variable in stored procedure
•
SQL permissions for roles
•
Count the Number of Tables in a SQL Server Database
•
Visual Studio 2017 does not have Business Intelligence Integration Services/Projects
•
ALTER TABLE DROP COLUMN failed because one or more objects access this column
•
Create Local SQL Server database
•
How to create temp table using Create statement in SQL Server?
•
SQL Query Where Date = Today Minus 7 Days
•
How do I pass a list as a parameter in a stored procedure?
•
SQL Server date format yyyymmdd
Examples related to
unicode
•
How to resolve TypeError: can only concatenate str (not "int") to str
•
(unicode error) 'unicodeescape' codec can't decode bytes in position 2-3: truncated \UXXXXXXXX escape
•
UnicodeEncodeError: 'ascii' codec can't encode character at special name
•
Python NLTK: SyntaxError: Non-ASCII character '\xc3' in file (Sentiment Analysis -NLP)
•
HTML for the Pause symbol in audio and video control
•
Javascript: Unicode string to hex
•
Concrete Javascript Regex for Accented Characters (Diacritics)
•
Replace non-ASCII characters with a single space
•
UTF-8 in Windows 7 CMD
•
NameError: global name 'unicode' is not defined - in Python 3
Examples related to
collation
•
#1273 – Unknown collation: ‘utf8mb4_unicode_520_ci’
•
phpmysql error - #1273 - #1273 - Unknown collation: 'utf8mb4_general_ci'
•
How to fix a collation conflict in a SQL Server query?
•
Cannot Resolve Collation Conflict
•
SQL Server - Convert varchar to another collation (code page) to fix character encoding
•
How to change the CHARACTER SET (and COLLATION) throughout a database?
•
SQL Server default character encoding
•
What does 'COLLATE SQL_Latin1_General_CP1_CI_AS' do?
•
Changing SQL Server collation to case insensitive from case sensitive?
•
Troubleshooting "Illegal mix of collations" error in mysql
Examples related to
nvarchar
•
Convert NVARCHAR to DATETIME in SQL Server 2008
•
nvarchar(max) vs NText
•
When must we use NVARCHAR/NCHAR instead of VARCHAR/CHAR in SQL Server?
•
What is the difference between varchar and nvarchar?
•
What are the main performance differences between varchar and nvarchar SQL Server data types?