I have 10 databases with same schema and different data.
Now i want to merge them all in one database. but its is not just select and insert i also have to perform some operations after selecting from source database and inserting into the destination database.
What is the best way to do this ?
Please guide me ....
Thnx in advance