i want to modify my table in sql express edition.. after the modification, i also have chnged my primary key.. but when saving the modified table, it gives error that :
RegistrationForm' table
- Unable to modify table.
Cannot insert the value NULL into column 'ID', table 'StudentRegistration.dbo.Tmp_RegistrationForm'; column does not allow nulls. INSERT fails.
The statement has been terminated.