how to load data from XML file to a table, then i want to move that data from one instance to another instance(DEV--> UA-->TRAIN)
1. i have some data in XML format and want load that data in an existing table in my DEV environment. 2. then i will move that data to DEV--> UA-->TRAIN transform maps will not work here i guess because for use this mechanism we need source and desti...