Transfer Access DB to SQL Server DB using SSIS

丶灬走出姿态 提交于 2019-12-12 03:13:54

问题


How can I transfer a full database from Access to SQL Server 2012 using SQL Server Integration Services?


回答1:


Yes you can do this.

You need BIDS and just create a control flow and task flows with what you want to do.

SSIS is simple drag and drops for the most part




回答2:


Another solution is to use the Import/Export wizard. Simply right click on a database in SQL Server, choose Tasks > Import Data. The wizard will walk you through the setup. At the end you can save the package which then can be edited in BIDS.



来源:https://stackoverflow.com/questions/18059976/transfer-access-db-to-sql-server-db-using-ssis

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