Migration Access to SQL server 2012

后端 未结 4 536
误落风尘
误落风尘 2020-12-22 01:06

For an project, I need to migrate an Access database to SQL server 2012 express, I found some ways to do this, like using Microsoft up-sizing, but this question is not very

4条回答
  •  悲&欢浪女
    2020-12-22 01:36

    Create a database on the SQL 2012 instance. Right click on that database and choose tasks/import data. Choose an access database as the source. edit the mappings so that it fits what you like, and import. The easiest way by far.

提交回复
热议问题