在本示例中,f_table1 表使用 staging_db_two 作为其源暂存数据库,而 f_table2 表并未在表级别指定暂存数据库名称。这种情况下,该表会使用源表数据库 MyDB 作为源暂存数据库。
<database selection="unselected"> <name>MyDB</name> <table selection="included"> <name>f_table1</name> <use_source_staging_table>TRUE</use_source_staging_table> <source_staging_database> <name>staging_db_two</name> </source_staging_database> </table> <table selection="included"> <name>f_table2</name> <use_source_staging_table>TRUE</use_source_staging_table> </table> </database>