Microsoft SQL Server
varchar vs nvarchar (and text, ntext, char, nchar)
Anyone who’s ever created a table in SQL has probably at some point wanted to add a field to store text values and wondered about the difference between all the various options. These are numerous. The most commonly used are varchar, nvarchar, char, nchar, text, and ntext. You could also Read more…