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
 Japanese

Error category
 SQL Server

Other localized versions
11 versions





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