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


Localized version

警告: 資料表 "%2"."%3" 上的索引 "%1" 可能已損毀,因為參考的計算資料行 "%4" 包含從字串到日期的不具決定性轉換。請執行 DBCC CHECKTABLE 來驗證索引。請考慮使用明確 CONVERT 和具決定性的日期樣式,例如 121。在 90 相容性模式下,無法建立參考不具決定性之運算式的計算資料行索引,請參閱線上叢書主題<在計算資料行建立索引>(Creating Indexes on Computed Columns),以取得詳細資訊。

Click to search this error in Google

English version

Warning: Index "%1" on table "%2"."%3" might be corrupted because it references computed column "%4" containing a non-deterministic conversion from string to date. Run DBCC CHECKTABLE to verify index. Consider using explicit CONVERT with deterministic date style such as 121. Computed column indexes referencing non-deterministic expressions can't be created in 90 compatibility mode. See Books Online topic "Creating Indexes on Computed Columns" for more information.

Click to search this error in Google



Localized version
 Chinese (Traditional) Legacy

Error category
 SQL Server

Other localized versions
3 versions





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