SQL Server error code
SQL Server error 4078
SQL Server raises error 4078 at severity 16, which marks a problem with the query or data that you can correct.
The statement failed because column '%.*ls' (ID=%d) uses collation %.*ls, which is not recognized by older client drivers. Try upgrading the client operating system or applying a service update to the database client software, or use a different collation. See SQL Server Books Online for more information on changing collations.
| Msg | 4078 |
|---|---|
| Severity | 16 |
| Group | 4000–4999 |