使用c#将fox pro表中的数据转换为sql server
我想编写一个win-form应用程序来将foxpro表中的数据转换为sql server。当我在foxpro(使用foxpro)中转换或传输数据时,我的数据传输速度非常快。但是当我尝试转换为sql server时,数据被传输非常慢。我该如何解决这个问题。我可以使用什么技术?我可以使用什么技巧?请帮我
I want write an win-form application to convert data from foxpro table into sql server.when i convert or transfer data in foxpro (with foxpro) my data is transfered very speed.but when i try to convert into sql server ,data is transfered very slow.how can i solve this problem.what technologies can i use? what tips can i use? please help me
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可能需要查看SSIS。
特别是,此线程< /a> 可能有帮助。
You may want to look into SSIS.
In particular, this thread may help.
您是否知道有一个很棒的工具可以将数据从 FoxPro 直接批量传输到 SQL Server。如果这些表尚未位于 DBC 中,则需要将整个数据集复制到新文件夹中,然后将这些表添加到 DBC 中,然后运行此 SQL Server 升迁向导。适用于 SQL Server 2005 和 2008。
http://vfpx.codeplex.com/wikipage?title =Sedna#SQLServerUpsizing
Did you know that there is a great tool that will mass transfer data from FoxPro straight into SQL Server. If the tables are not already in a DBC, you'll need to make a copy of the entire data set to a new folder, then add those tables to a DBC, then run this SQL Server Upsizing Wizard. Works with SQL Server 2005 and 2008.
http://vfpx.codeplex.com/wikipage?title=Sedna#SQLServerUpsizing