We are designing a new database, and need to know if a nvarchar(n) column will use any bytes to store a null value?
If a
nvarchar(n)column stores a null value, how many bytes are used?How many bytes are used to store and empty string in a
nvarchar(n)? (i.e."")