在本示例中,f_table1 表使用 staging_db_two 作为其暂存数据库。但是,对于 f_table2 表,未在表级别指定暂存数据库名称。因此,该表使用目标表数据库 MyDB 作为暂存数据库。Data Mover 支持使用 staging_database 或 target_staging_database 标记来指定目标暂存数据库,但不能同时使用两者。
<database selection="unselected"> <name>MyDB</name> <table selection="included"> <name>f_table1</name> <staging_database> <name>staging_db_two</name> </staging_database> </table> <table selection="included"> <name>f_table2</name> </table> </database>