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


Localized version

警告: 表 '%2'.'%3' 的索引 '%1'可能已损坏,因为它引用计算列 '%4',而该列包含的从字符串到日期的转换具有不确定性。请运行 DBCC CHECKTABLE 验证索引。请考虑使用具有确定日期格式(例如 121)的显式 CONVERT。在 90 兼容模式下无法创建引用不确定表达式的计算列索引。有关详细信息,请参阅联机丛书主题'对计算列创建索引'。

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 (Simplified) Legacy

Error category
 SQL Server

Other localized versions
3 versions





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