A column was accidentally deleted from a table and needs to be added back in the same place that it was originally. Using Design from the Object Explorer for the table in question, I can easily add the column wherever I want in the table. However, when I go to leave, I get a message that says I can't save it and that I need to recreate the table. This I can do and can load the new table, inserting NULL into the new fields. Now, however I cannot delete the original table because of constraints and I cannot delete the records for the same reason. I have also tried switching the names of the two tables but cannot delete the original table (which now has the new name), I've also tried to delete the constraints from the original table add the back to the new table (which now has the name of the old table).
The error message, rather than saying, "Hey stupid! You can't do that", gives me the impression that there is a way around the problem. Also, the choices for response are "Cancel" which just closes the window and leaves everything as it was or to save the table to text, which just creates a file with the name of the original table.
How can I re-create the table in order to have the original table with the missing field where it was originally located?
The error message, rather than saying, "Hey stupid! You can't do that", gives me the impression that there is a way around the problem. Also, the choices for response are "Cancel" which just closes the window and leaves everything as it was or to save the table to text, which just creates a file with the name of the original table.
How can I re-create the table in order to have the original table with the missing field where it was originally located?