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


Localized version

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

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

Error category
 SQL Server

Other localized versions
5 versions





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