将数据从 dbf 文件导入到 SQL SErver 2005
我从我们的一位供应商那里收到了一份 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用 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