Hi,
Server: Msg 8152, Level 16, State 4, Line 1
String or binary data would be truncated.
The statement has been terminated.
This error happen when I tried to insert a value in a nvarchar column:
Insert into customers(customerId,customername,postcode)
values ('CU0O3','Dinesh prasad','GU240PS')
how can solve this error?