English version of all error messages you can encounter while programming
  |   ABOUT


Localized version

查询处理器无法生成查询计划,因为需要工作表,且其最小的行大小超出了允许的 %1 个字节的最大值。需要工作表通常是由于查询中有 GROUP BY 或 ORDER BY 子句。请在不使用 ROBUST PLAN 提示的条件下重新提交查询。

Click to search this error in Google

English version

The query processor could not produce a query plan because a worktable is required, and its minimum row size exceeds the maximum allowable of %1 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.

Click to search this error in Google



Localized version
 Chinese (Simplified) Legacy

Error category
 SQL Server

Other localized versions
11 versions





Copyright © dotmedias 2012 Launched in 2012, to help programmers finding solutions