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
Define inner join in sql server joins?
How to rebuild indexes with alter index ... Rebuild?
What is query optimization process?
How to configure and test odbc dsn settings?
When is update_statistics command used?
What is a document index?
Is it possible to call a stored procedure within a stored procedure?
Explain what is meant by replication of database?
Difference between 2NF &3NF ?
What are three ways you can use an identity value inside a trigger? Why would you prefer one way over another?
Can you roll back the ddl statement in a trigger?
How many types of keys are there?
What is a hint?
How global temporary tables are represented and its scope?
What are the advantages of using cte?