简体   繁体   English

有没有办法将数据从旧的MS Access数据库导入到新的SQL Server?

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

I'm new to sitecore. 我是Sitecore的新手。 I have an requirement to Move data from old MS Access database to new site webform for marketers database(SQL server). 我需要将数据从旧的MS Access数据库移动到营销者数据库(SQL Server)的新站点Web表单。 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. 如果您只是想将数据移动到升迁向导或AccessSQL迁移助手 (取决于DB的版本)中,则可以轻松完成此操作。

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. 如果需要转换数据,则可以使用表链接从Access中进行操作,也可以使用SQL Server IntegrationServices SSIS通过SQL Server进行操作。 Finally you could write a client program that does it if none of those other options are suitable. 最后,如果其他所有选项都不适合,则可以编写一个客户端程序来执行此操作。

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

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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