I initially modified the column 'ID' from not allowing NULL to allow, and saved it. But now I will like to change it back to 'not allow'. But it gives me the following error message:
'Pages' table
- Unable to modify table.
Cannot insert the value NULL into column 'ID', table <databasename>. Tmp_Pages'; column does not allow nulls. INSERT fails.
The statement has been terminated.
Is there a way I can work around this?
Using sql 2005
'Pages' table
- Unable to modify table.
Cannot insert the value NULL into column 'ID', table <databasename>. Tmp_Pages'; column does not allow nulls. INSERT fails.
The statement has been terminated.
Is there a way I can work around this?
Using sql 2005
Comment