Multiple connections in order to migrate data from old to new database
Is it possible, and if so, how, to use multiple connections simultaneously, in order to fetch data from one connection, process it and insert data in the other connection?
Both connection's databases are structured differently.
SqlAzure support?