I have defined an nvarchar(50)
column inside my SQL Server 2008 table. But when I tried to manually enter a value which is 50 characters long using the SQL Server 2008 Management Studio, I got the following error :-
Occured.String or binary data would be truncated. The statement has been terminated.
So why I am unable to enter a 50 character long value inside an nvarchar(50)
column ?