Click here to Skip to main content
15,901,505 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I want to transfer data from Oracle to SQL server but the table contains very large number of rows (40 million).Please suggest me how can i achieve this programmatically using C#
Posted
Comments
bbirajdar 29-Oct-12 23:59pm    
Go for SSIS

1 solution

With the help of BULKINSERT[^] or import wizard you can copy the data.

And also using import/export wizard in SQLSERVER [^] you can copy or move data from/to any database using odbc drivers.

These are some links helps you to transfer data from oracle to sql.
moving-large-amounts-of-data-between-oracle-and-sql-server-findings-and-observations[^]
http://technet.microsoft.com/library/Cc917627[^]
http://msdn.microsoft.com/en-us/library/ms188427.aspx[^]
StepByStep-Guide-to-Importing-Data-from-Oracle-XE-to-SQL-2005[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900