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


Localized version

ALTER TABLE은 Null 값을 포함하거나 DEFAULT 정의가 지정된 열만 추가할 수 있습니다. 또는 추가되는 열이 ID 또는 타임스탬프 열이어야 합니다. 앞의 조건이 모두 만족되지 않을 경우 테이블이 비어 있어야 이 열을 추가할 수 있습니다. 열 '%1'은(는) 이러한 조건을 만족하지 않으므로 비어 있지 않은 테이블 '%2'에 추가할 수 없습니다.

Click to search this error in Google

English version

ALTER TABLE only allows columns to be added that can contain nulls, or have a DEFAULT definition specified, or the column being added is an identity or timestamp column, or alternatively if none of the previous conditions are satisfied the table must be empty to allow addition of this column. Column '%1' cannot be added to non-empty table '%2' because it does not satisfy these conditions.

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