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


Localized version

无法对视图 '%2' 创建 %1,因为视图对用户定义类型 '%4' 引用了具有不确定性或不精确的成员函数 '%3'。请考虑删除对该函数的引用;或对函数进行修改,使其行为具有确定性。不要将行为具有不确定性的 CLR 函数声明为 IsDeterministic=true,因为这可能导致索引损坏。有关详细信息,请参阅联机丛书。

Click to search this error in Google

English version

Cannot create %1 on view '%2' because the view references non-deterministic or imprecise member function '%3' on user-defined type '%4'. Consider removing reference to the function or altering the function to behave in a deterministic way. Do not declare a CLR function that behaves non-deterministically to have IsDeterministic=true, because that can lead to index corruption. See Books Online for details.

Click to search this error in Google



Localized version
 Chinese (Simplified) Legacy

Error category
 SQL Server

Other localized versions
11 versions





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