Msg 8152, Level 16, State 10 String or binary data would be truncated. The statement has been terminated.
It appears that when you want to “insert into” data from an nvarchar(max) field to another nvarchar(max) field, and the table has a lot of data the ms sql query is terminated giving you the error Msg 8152, Level 16, State 10 String or binary data would be truncated The statement has been terminated. After…