SQL Server error code
SQL Server error 7405
SQL Server raises error 7405 at severity 16, which marks a problem with the query or data that you can correct.
Heterogeneous queries require the ANSI_NULLS and ANSI_WARNINGS options to be set for the connection. This ensures consistent query semantics. Enable these options and then reissue your query.
| Msg | 7405 |
|---|---|
| Severity | 16 |
| Group | 7000–7999 |