SQL Server error code
SQL Server error 9844
SQL Server raises error 9844 at severity 16, which marks a problem with the query or data that you can correct.
The char/varchar input type uses an unsupported collation. Only a UTF8 collation is supported with char/varchar input type in UNISTR function.
| Msg | 9844 |
|---|---|
| Severity | 16 |
| Group | 9000–9999 |