How can I improve the throughput of my import?
Is there a better driver I could be using?
Any input will be appreciated.
db55
Some interesting reading for you:
http://www.sqljunkies.com/WebLog/donald_farmer/archive/2005/03/13/8819.aspx
http://microsoftdw.blogspot.com/2005/11/how-to-load-oracle-with-ssisfast.html
-Jamie
|||The second link gives another link to a 3rd party solution that could work. Thank you for your response.|||Please create a ADO.NET Connection manager and use Data Reader Source..there will be a sure Improvement, over oledb.
Is the Data transferred over the Congested network. This might also reduce the performance.
Please let me know the increase of the performnce, once you use Ado.net Connection manager.