Data Mover normally creates staging tables when the target table exists and is not empty during a copy, except when copying a full or partial table in the following circumstances:
- Using DSA to copy and the target table exists
- Using TPT, T2T, or JDBC to copy and the target table exists and is empty
<table selection="included"> <name>Table1</name> <force_target_staging_table>true</force_target_staging_table> </table>