ironhide1975
Programmer
I'm trying to export data from one table to another. I use the SQL export command and copy tables, telling it to drop rows, enable idenity insert and drop and recreate the tables. When I do this, I get a successful completion but the rows are then duplicate (appended) in the table, not replaced.
This is a bug, or am I doing something wrong. The work around of course is to drop the tables manually, recreate them with a script and then copy the data, but I would like to advoid having to recreate the tables each time I want to copy data over. Please help.
This is a bug, or am I doing something wrong. The work around of course is to drop the tables manually, recreate them with a script and then copy the data, but I would like to advoid having to recreate the tables each time I want to copy data over. Please help.