Migration Access to SQL server 2012

后端 未结 4 538
误落风尘
误落风尘 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:47

    1. SQL server Migration Assistant is helpful.
    2. SQL server Import Data selecting Source as MS Access(MS Jet Database engine) And selecting target as SQL Server works with mapping for individual table columns if required. I have tried both and it works.

提交回复
热议问题