この例では、ステージング データベース名はデータベース レベルのみで指定されています。 両テーブルのこの結果では、staging_db_oneがステージングデータベースとして使用されます。
<database selection="unselected"> <name>MyDB</name> <source_staging_database> <name>staging_db_one</name> </source_staging_database > <table selection="included"> <name>f_table1</name> <use_source_staging_table>TRUE</use_source_staging_table> </table> <table selection="included"> <name>f_table2</name> <use_source_staging_table>TRUE</use_source_staging_table> </table> </database>