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 (Traditional) Legacy

Error category
 SQL Server

Other localized versions
11 versions





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