SQL Server error code
SQL Server error 8633
SQL Server raises error 8633 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 distributed query does not support materializing intermediate results with default in DML queries over remote sources. Try to use actual default values instead of default or split the update into multiple statements, one only containing the DEFAULT assignment, the other with the rest.
| Msg | 8633 |
|---|---|
| Severity | 16 |
| Group | 8000–8999 |