两个不同数据库之间的数据传输 [英] Data transfer between two different databases

查看:104
本文介绍了两个不同数据库之间的数据传输的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想将数据从Oracle传输到SQL Server,但该表包含大量行(4000万行).请建议我如何使用C#

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[^]


这篇关于两个不同数据库之间的数据传输的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆