what is difference between nchar and char in Sql server ?
Answer Posted / dinesh
nChar Support Unicode Character but char Does Not
Support
| Is This Answer Correct ? | 23 Yes | 0 No |
Post New Answer View All Answers
Tell me can we use custom code in ssrs?
What is a covered index?
Can binary strings be used in arithmetical operations?
What are the pros and cons of putting a scalar function in a queries select list or in the where clause?
What are the different sql server versions?
You want to implement the one-to-one relationship while designing tables. How would you do it?
What is the difference between a "where" clause and a "having" clause?
How to write a query with a full outer join in ms sql server?
what is normalization? : Sql server database administration
How to provide login information for a new odbc dsn?
What is index fragmentation in ms sql server?
What will happen if a column containing char type data is changed to the nchar data type?
How each E-R model constructs can be mapped to the relational model?
Explain concepts of analysis services?
explain different types of cursors? : Sql server database administration