Migration Access to SQL server 2012

北战南征 提交于 2019-11-29 17:00:00

Microsoft provides a migration assistant for Microsoft Access 97 and higher to SQL Server 2005-2012 and Azure. See http://www.microsoft.com/en-us/download/confirmation.aspx?id=28763.

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.

When You want to create/Edit a database diagram or Edit Table from a SQL SERVER 2008 R2 Client(SSMS 2008) to a SQL SERVER 2012 Instance, You will get the error shown as given below:

This backend version is not supported to design database diagrams or tables. (MS Visual Database Tools)

It seems that SQL Server 2008 R2 does not support SQL Server 2012 Database Diagram Table Modify. Solution: install SQL SERVER 2012 to access the functionality from the link below

http://www.microsoft.com/en-us/download/details.aspx?id=29062

  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.
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!