sql - 如何从DBF文件转到SQL Server 2008?

标签 sql sql-server-2008 dbf

我有一个使用DBF文件的应用程序,需要将它们导入SQL Server2008。但是,我还需要在此过程中修改一些数据,并且某些列将添加到表中,而另一些列将被弃用。

到目前为止,我正在使用DBF-> Access-> MS Migration Assistant-> SQL Server2008。但是我认为必须有一种更好的方法来处理它。我想摆脱迁移助手,因为它不允许您在导入数据时修改数据。

最佳答案

看来您不走运:-(

请参阅此注释:

Note: In SQL Server 2005, the SQL Server Import and Export Wizard does not support importing from or exporting to dBASE or other DBF files. To import DBF files, first use Microsoft Access or Microsoft Excel to import the data from DBF files into an Access database or Excel spreadsheets. Then, use the SQL Server Import and Export Wizard to import the Access database or Excel spreadsheets that contain the data from the DBF files.



Microsoft SQL Server 2005联机丛书Choose a Data Source(导入和导出向导)

但是,也许这另一个Stackoverflow问题可能会有帮助??

How to import a DBF file in SQL Server

或查看一些商业和/或共享软件工具来完成这项工作
  • EMS Data Import for SQL Server
  • DBF to SQL Converter似乎将DBF文件内容转换为SQL脚本
  • Full Convert Enterprise
  • 关于sql - 如何从DBF文件转到SQL Server 2008?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3119868/

    相关文章:

    mysql - SQL中Join Query中一列的SUM

    sql - 在 SQL 中查找总和为特定数量(或其他表中的 amt)的行的组合

    sharepoint - 使用 Kerberos 通过 SSL 从 SharePoint 调用 Reporting Services Web 服务

    java - Java中通过jdbf读取DBF时最后一条记录读取了两次

    .net - 批量插入 Dbase (.dbf) 文件的有效方法

    python - pyodbc 在 Azure SQL 数据仓库中创建表时出错

    sql - 多次为 '638' 指定列 'PVT'。枢

    sql-server - SQL Server网络配置和SQL native 客户端配置有什么区别?

    database - VFP 索引并在 CDX 存在时使用 INDEX ON 保存

    sql - 在 SQL 中按月生成年初至今报告