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 the different types of stored procedures?
Explain about protocol layer present in SQL server?
What are the hotfixes and patches in sql server?
What is an identity?
What do you understand by intent locks?
Do you know what is replace and stuff function in sql server?
Why should we go for stored procedures? Why not direct queries?
What are different replication agents and what's their purpose? : sql server replication
I have a table Events Events containing cardno,time,id,name--each id has a cardno my requirement is every day each employee swipe the card several times i want to calculate first and last time of each card the output should be name 1 2 6 7 in out in out holiday holiday xxx 09:30 06:30 09:40 06:45 where 1,2...... are dates for example january 1,2, etc. 6 and 7 are saturday and sunday how it is posssible
What is a covered index?
How to execute stored procedure in select statement sql server?
Where are sql server user names and passwords stored in sql server?
What is Federation and Federation Member?
what are different types of backups available in sql server? Given a particular scenario, how would you go about choosing a backup plan? : Sql server database administration
what is database replicaion? What are the different types of replication you can set up in sql server? : Sql server database administration