SQL Server NCHAR
NCHAR data type is used to store Unicode string data of fixed-length.
NCHAR data type is used to store Unicode string data of fixed-length.
It stores data at 2 byte per character.
It supports up to 4000 characters.
![]()
NCHAR data type is used to store Unicode string data of fixed-length.
NCHAR data type is used to store Unicode string data of fixed-length.
It stores data at 2 byte per character.
It supports up to 4000 characters.
![]()
A Schema in SQL Server is a collection of database objects associated with a database.
![]()
What is the Difference between SQL Truncate and SQL Delete statements in SQL Server ?
![]()
A stored procedure is a group of SQL statements compiled into one unit for later use and can be used many times.
![]()