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


Localized version

최적화 프로그램에서 USE PLAN 힌트에 지정된 계획을 검색하는 동안 허용 작업 수를 초과했으므로 쿼리 계획을 찾을 수 없습니다. 먼저 USE PLAN 힌트를 제거하십시오. 그런 다음 필요한 경우 통계를 업데이트하고, 조인 힌트, 인덱스 힌트 또는 OPTIMIZE FOR 힌트 같은 다른 힌트를 사용하고, 쿼리를 다시 작성하거나 둘 이상의 개별 쿼리로 분해하십시오.

Click to search this error in Google

English version

A query plan could not be found because optimizer exceeded number of allowed operations while searching for plan specified in USE PLAN hint. First consider removing USE PLAN hint. Then if necessary consider (1) updating statistics, (2) using other hints such as join hints, index hints, or the OPTIMIZE FOR hint, (3) rewriting query or breaking it down into two or more separate queries.

Click to search this error in Google



Localized version
 Korean

Error category
 SQL Server

Other localized versions
9 versions





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