Difference Between varchar and nvarchar datatype?
Answer Posted / muhammadrashidmughal
The difference in varchar and nvarchar datatypes is
simple. Nvarchar stores UNICODE data. If you have
requirements to store UNICODE or multilingual data,
nvarchar is your choice. Varchar stores ASCII data and
should be your data type of choice for normal use
| Is This Answer Correct ? | 37 Yes | 7 No |
Post New Answer View All Answers
Explain what are magic tables in sql server?
What is factless fact table? : sql server analysis services, ssas
Define views.
What is the function of inner join?
How does clustered and non clustered index work?
what are the different ways of moving data/databases between servers and databases in sql server? : Sql server database administration
What are data driven subscriptions?
What is data source document?
How do I find query history in sql server?
How can I check that whether automatic statistic update is enabled or not?
How to create a local temporary stored procedure?
what happens on checkpoint? : Sql server database administration
How will you hide an attribute? : sql server analysis services, ssas
What is the purpose of linked server configuration in sql server?
How many types of built in functions are there in sql server 2012?