Hi all
My requirement is that I need to transfer huge amounts of data at one shot (> 100 million) from a data source and put it into my tool database.. I need to do this using my application ( and not using bcp, bulk upload, or SSIS, etc...)
I am planning to use ADO.net for this purpose.
So what are the strategies to transfer such large amounts of data from one server to another...
I thought of bringing data in the form of pages (i.e) divide the data into smaller portions (lets say 1 million data 100 times).. But how do we implement paging of this sort...
is there any other alternate strategy to achieve this ??
Regards
Rajaraman R
Loading
Sam HobbsPosted Oct 13, 2010, 7:52 PM
Suthish NairPosted Oct 13, 2010, 5:32 PM
better create a console application, schedule it on a separate server/machine because of performance issue.
Posted Oct 12, 2010, 11:43 PM
http://msdn.microsoft.com/en-us/magazine/cc163709.aspx