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


Localized version

뷰 '%2'이(가) 사용자 정의 유형 '%4'의 비결정적이거나 정확하지 않은 멤버 함수 '%3'을(를) 참조하므로 이 뷰에 %1을(를) 만들 수 없습니다. 이 함수에 대한 참조를 제거하거나 결정적 방식으로 동작하도록 함수를 변경하십시오. 인덱스가 손상될 수 있으므로 비결정적 방식으로 동작하는 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
 Korean

Error category
 SQL Server

Other localized versions
11 versions





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