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
 Korean

Error category
 SQL Server

Other localized versions
5 versions





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