A
Alejandra Parra
How can I copy data from a "X" DB to a "Y" DB using DataSets?
How can I copy data from a "X" DB to a "Y" DB using DataSets?
Lucas Tam said:How much data? If it's a lot of data, datasets aren't the way to go -
they'll suck up all the memory on your PC.
Try using Bulk Inserts if possible.
How do I do Bulk Inserts?