使用c#将fox pro表中的数据转换为sql server

发布于 2024-11-05 14:22:41 字数 157 浏览 0 评论 0原文

我想编写一个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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

累赘 2024-11-12 14:22:41

您可能需要查看SSIS

特别是,此线程< /a> 可能有帮助。

You may want to look into SSIS.

In particular, this thread may help.

離人涙 2024-11-12 14:22:41

您是否知道有一个很棒的工具可以将数据从 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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文