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


Localized version

뷰 "%2"에 DISTINCT 키워드가 포함되어 있으므로 %1을(를) 만들 수 없습니다. 뷰를 인덱싱하지 말거나 뷰에서 DISTINCT를 제거하십시오. 또는 DISTINCT를 GROUP BY 또는 COUNT_BIG(*)으로 바꿔서 그룹화 열에서 DISTINCT를 시뮬레이션하십시오.

Click to search this error in Google

English version

Cannot create %1 on view "%2" because it contains the DISTINCT keyword. Consider removing DISTINCT from the view or not indexing the view. Alternatively, consider replacing DISTINCT with GROUP BY or COUNT_BIG(*) 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