将数据从 dbf 文件导入到 SQL SErver 2005

发布于 2024-08-07 05:44:37 字数 156 浏览 2 评论 0原文

我从我们的一位供应商那里收到了一份 dbf 文件。我需要将该数据导出到 SQL Server 2005 中的一个表中。

当我尝试通过“任务”->“导入”导入数据时,我没有选择 dbf 文件的选项。

我需要你的帮助找到完成这项任务的简单方法

谢谢

I received a dbf file from one of our vendors. I need to export that data into one of the tables in SQL Server 2005.

When I try to import data by going to Tasks->Import I dont get an option to select dbf file.

I need your help finding an easy way of accomplishing this task

Thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

穿透光 2024-08-14 05:44:37

您可以使用 SSIS 包来完成此任务。您将创建一个指向数据库文件的新 ODBC 源,该文件将允许您将数据转换并导入到 SQL 中。

有关集成服务的更多信息,请参阅:http:// msdn.microsoft.com/en-us/library/ms137712(SQL.90).aspx

You can use an SSIS package to accomplish this. You would create a new ODBC source pointing to your dbase file which will allow you to then tranform and import the data into SQL.

see this for more information on Integration Services: http://msdn.microsoft.com/en-us/library/ms137712(SQL.90).aspx

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