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


Localized version

無法在檢視 "%2" 上建立 %1,因為檢視中包含 DISTINCT 關鍵字。建議您從檢視中移除 DISTINCT 或不要索引該檢視。此外,也可以考慮使用 GROUP BY 或 COUNT_BIG(*) 取代 DISTINCT 以在群組資料行上模擬 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
 Chinese (Traditional) Legacy

Error category
 SQL Server

Other localized versions
11 versions





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