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


Localized version

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

Click to search this error in Google

English version

Warning: Indexed view "%1"."%2" might be corrupted because it contains a non-deterministic conversion from string to date. Run DBCC CHECKTABLE to verify view. Consider using explicit CONVERT with deterministic date style such as 121. Indexed views referencing non-deterministic expressions can't be created in 90 compatibility mode. See Books Online topic "Creating Indexed Views" for more information.

Click to search this error in Google



Localized version
 Chinese (Simplified) Legacy

Error category
 SQL Server

Other localized versions
5 versions





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