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


Localized version

ビュー "%2" に %1 を作成できません。ビューでは DISTINCT キーワードを指定した集計 "%3" が使用されています。このビューにインデックスを設定しないか、DISTINCT を削除することを検討してください。グループ化された列で DISTINCT をシミュレートするために、GROUP BY または COUNT_BIG(*) ビューを使用することを検討してください。

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
 Japanese

Error category
 SQL Server

Other localized versions
11 versions





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