SQL Server error code
SQL Server error 8619
SQL Server raises error 8619 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 a worktable is required, and its minimum row size exceeds the maximum allowable of %d bytes. A typical reason why a worktable is required is a GROUP BY or ORDER BY clause in the query. Resubmit your query without the ROBUST PLAN hint.
| Msg | 8619 |
|---|---|
| Severity | 16 |
| Group | 8000–8999 |