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
Workaround for this situation would be to
Then clean preprodtable_bak from any records that already exist in prod table(using range of id's maybe) or any duplicates.
Then export data from the preprodtable_bak table.