Can not add a Non-Nullable field in your data table

2011-01-27


Maybe you got error when you try to update your database SQL Server such as add a Non-Nullable field.

One possible reason is because the data table has already been inserted data. and you are trying to add a not nullable column to this table. so this is why you got the error.