What is the difference between NVARCHAR and
VARCHAR?
What is the difference between NVARCHAR and
VARCHAR?
Student
The Anubhav portal was launched in March 2015 at the behest of the Hon'ble Prime Minister for retiring government officials to leave a record of their experiences while in Govt service .
Note
VARCHARif you only store English (or a single code page).NVARCHARif you need multi-language support or special characters.Difference Between
VARCHARandNVARCHARVARCHARNVARCHARVARCHAR(8000)), or 2 GB withVARCHAR(MAX)NVARCHAR(4000)), or 2 GB withNVARCHAR(MAX)'text'(normal string)N'text'(must prefix withNto store Unicode)