You may want to override the replaceDatabase attribute for a particular child database when copying a database and all of its children.
- Set the replaceDatabase to true for the parent database and all of its children.
- Set the replaceDatabase to false for the child database that you do not want to replace, and provide its name.The replaceDatabase="false" attribute is ignored when the entire database is not being copied.
In the example here, replaceDatabase is true for the database MyDatabase and all of its children other than MyDb_2.
<database selection="all" replaceDatabase="true"> <name>MyDatabase</name> <database selection="included" replaceDatabase="false"> <name>MyDb_2</name> <database> </database>