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 are triggers? : Sql server database administration
A trigger can reference objects outside the current database? State true or false.
Your table has a large character field there are queries that use this field in their search clause what should you do?
List some case manipulation functions in sql?
You are doing log shipping due to some reasons it is failing. How you will proceed from there
What are sp_configure commands and set commands?
How many types of objects are there?
Explain what is meant by replication of database?
what is denormalization? : Sql server database administration
How to get the number of affected rows?
Describe in brief authentication modes in sql server.
What is data compression? : sql server database administration
Are there any preferred steps that need to be taken care of before starting the installation of sql server 2000?
Do comments need to go in a special place in sql server 2005?
what is normalization? : Sql server database administration