Message in Chinese (Traditional) (中文(繁體))
無法在檢視 "%2" 上建立 %1,因為檢視使用具有 DISTINCT 關鍵字的彙總 "%3"。建議您不要索引此檢視或刪除 DISTINCT。考慮在群組資料行上使用 GROUP BY 或 COUNT_BIG(*) 檢視來模擬 DISTINCT。
Unlocalized message
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.
Search by Google