When performing a partial copy of a view or table using a source staging table, add the use_source_staging_table tag to the XML and set the tag to true. This enables Data Mover to use DSA when copying the table or view when DSA is a valid copy method.
<table selection="included"> <name>f_table1</name> <use_source_staging_table>TRUE</use_source_staging_table> </table>
For information on specifying a source staging database, see Specifying Source Staging at the Database and Table Levels.