I have several SiteCollections, each SiteCollection with their own ContentDatabase associated. Now a few SPListItems are added to one of the SiteCollections that have be be moved into another SiteCollection and therefore into another ContentDatabase.
The questions is: How do I move ListItems between these different Collections into another ContentDatabase?
One way could be to export the item with SPExport and import it into the target database. But that's pretty ugly and there are a lot of ListItems coming in the hole time.