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


Localized version

경고: 테이블 "%2"."%3"의 인덱스 "%1"은(는) 문자열에서 날짜로의 비결정적 변환을 포함하는 계산 열 "%4"을(를) 참조하므로 손상되었을 수 있습니다. DBCC CHECKTABLE을 실행하여 인덱스를 확인하십시오. 121과 같은 결정적 날짜 스타일을 지정하여 명시적인 CONVERT를 사용하십시오. 90 호환성 모드에서는 비결정적 식을 참조하는 계산 열 인덱스를 만들 수 없습니다. 자세한 내용은 온라인 설명서의 "계산 열에 인덱스 만들기"를 참조하십시오.

Click to search this error in Google

English version

Warning: Index "%1" on table "%2"."%3" might be corrupted because it references computed column "%4" containing a non-deterministic conversion from string to date. Run DBCC CHECKTABLE to verify index. Consider using explicit CONVERT with deterministic date style such as 121. Computed column indexes referencing non-deterministic expressions can't be created in 90 compatibility mode. See Books Online topic "Creating Indexes on Computed Columns" for more information.

Click to search this error in Google



Localized version
 Korean

Error category
 SQL Server

Other localized versions
3 versions





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