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


Localized version

ビュー "%2" に %1 を作成できません。ビューには DISTINCT キーワードが含まれています。ビューから 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
 Japanese

Error category
 SQL Server

Other localized versions
11 versions





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