简体   繁体   中英

Is there a way to import data from old MS Access database to New SQL Server?

I'm new to sitecore. I have an requirement to Move data from old MS Access database to new site webform for marketers database(SQL server). How can this be achieved?

Any helpful Recomendations/Suggestions are appreciated in advance.

If you're just looking to move the the Data the Upsizing Wizard or the SQL Migration Assistant for Access (depends on the versions of the DB) can do this pretty easily.

If you need to transform the data you can do it from Access using table links or you can do it via SQL Server using SQL Server IntegrationServices SSIS. Finally you could write a client program that does it if none of those other options are suitable.

您还可以使用SQL Server中的数据导入/导出向导从Access导入数据。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM