what is difference between nchar and char in Sql server ?
Answer Posted / parantap
char support ANSI code character but nchar support unicode character.
:-char reserve 1 byte memory space but nchar reserve 2byte memory space.
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
What do you understand by replication in sql server?
What are temporal tables in sql server 2016?
List out the difference between union and union all in sql server?
What is set nocount on?
How do I install sql server?
Can I save my report as html, excel or word? : sql server management studio
What is view in sql?
Does index slows down insert statements?
When would you use it?
What number sorts of privileges are accessible in sql?
What does normalization do to data?
How to write character string constants or literals in ms sql server?
After creating the cube, if we added a new column to the oltp table then how you add this new attribute to the cube? : sql server analysis services, ssas
How can I create a new template for import ? : sql server management studio
Why we should not use triggers?