In this example, for table test1 the staging table and the work, log, and error tables are all created in staging database staging3.
<database selection="unselected"> <name>database1</name> <staging_database><name>staging1</name></staging_database> <table selection="included"> <name>test1</name> <staging_database><name>staging3</name></staging_database> </table> </database>