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


Localized version

뷰 "%2"이(가) DISTINCT 키워드와 함께 집계 "%3"을(를) 사용하므로 이 뷰에 %1을(를) 만들 수 없습니다. 이 뷰를 인덱싱하지 말거나 DISTINCT를 제거하십시오. GROUP BY 또는 COUNT_BIG(*) 뷰를 사용하여 그룹화 열에서 DISTINCT를 시뮬레이션하십시오.

Click to search this error in Google

English version

Cannot create %1 on view "%2" because it uses aggregate "%3" with the DISTINCT keyword. Consider not indexing this view or eliminating DISTINCT. Consider use of a GROUP BY or COUNT_BIG(*) view to simulate DISTINCT on grouping columns.

Click to search this error in Google



Localized version
 Korean

Error category
 SQL Server

Other localized versions
11 versions





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