Column or parameter '%1!s!' has type '%2!s!' and collation '%3!s!'. The legacy LOB types do not support Unicode supplementary ...

Column or parameter '%1!s!' has type '%2!s!' and collation '%3!s!'. The legacy LOB types do not support Unicode supplementary characters whose codepoints are U+10000 or greater. Change the column or parameter type to varchar(max), nvarchar(max) or use a collation which does not have the _SC flag.