SQL Server error code
SQL Server error 4188
SQL Server raises error 4188 at severity 16, which marks a problem with the query or data that you can correct.
Column or parameter '%.*ls' has type '%ls' and collation '%.*ls'. The legacy LOB types do not support UTF-8 or UTF-16 encodings. Use types varchar(max), nvarchar(max) or a collation which does not have the _SC or _UTF8 flags.
| Msg | 4188 |
|---|---|
| Severity | 16 |
| Group | 4000–4999 |