将SQL Server 2008数据库导出到MS Access数据库

将SQL Server 2008数据库导出到MS Access数据库

问题描述:

我想将Sql Server 2008表对象导出到MS Access数据库中。我试图找到它,但没有任何完美的方式来解决给定的问题。请说明我应该怎么做。

I want to export Sql Server 2008 table objects into MS Access database . I try to find it but not got any perfect way to solve the given problem. Please suggest what should i do.

您可以从导入向导从MS Access文件中执行

You can do in from Import Wizard from an MS Access file


  1. 创建MS Access数据库。

  2. 转到外部数据选项卡导入&链接节。

  3. 与SQL数据库建立 ODBC数据库连接

  4. 导入表(考虑排除模式和系统表,如果你不需要它们)

  1. Create a MS Access database.
  2. Go to the External Data tab Import & link Section.
  3. Make an ODBC Database connection with SQL database
  4. Import tables(consider excluding schema and system tables if you do not need them)