I am trying to export the data from pre-prod to prod server but somehow it is failing.
Right Click-> Task -> Export -> Source -Destination, choose table
Dropping and recreating of the table is not possible on production I believe because it has already 300,000 data records on prod.
How can I amend the records from pre-prod (600,000 records) to prod?
Any help greatly appreciated
In the
Edit Mappingspage whenSelect Source Tables and Viewsbefore you hit thefinishbutton , checkAppend rows to the destination tableand checkEnable identity insertif you have: 1.identity column in your destination table ; 2.Would like to append the 600K rows not overwrite the original 300K; Otherwise you have to take care of the source data to see whether it violates the target table schema, such asNULLis accepted or not and so on.