SQL Server error code
SQL Server error 8636
SQL Server raises error 8636 at severity 16, which marks a problem with the query or data that you can correct.
The query processor could not produce a query plan because there is a subquery in the predicate of the full outer join. This is not supported for distributed queries.
| Msg | 8636 |
|---|---|
| Severity | 16 |
| Group | 8000–8999 |