简体   繁体   English

使用SSIS将Access数据库传输到SQL Server

[英]Transferring Access Database to SQL server using SSIS

I would like to know that where should I start if I want to transfer the MS access database to SQL server. 我想知道如果要将MS Access数据库转移到SQL Server,应该从哪里开始。 First of all is this some thing that I can do using Express Edition SQL server 2008 if I install separate tools for SSIS? 首先,如果我为SSIS安装了单独的工具,那么可以使用Express Edition SQL Server 2008来完成这些事情吗? Or else could you please suggest me a way to do it and what version of SQL server is needed. 否则,您能否建议我一种方法以及需要哪个版本的SQL Server。 Apart from that what is the best approach to transfer data from access database to SQL server and push this information on regular bases when ever new data is added in ACCESS database. 除此之外,当在ACCESS数据库中添加新数据时,最好的方法是将数据从Access数据库传输到SQL Server并定期推送此信息。

what is the best approach to transfer data from access database to SQL server and push this information on regular bases when ever new data is added in ACCESS database 将数据从Access数据库传输到SQL Server并在ACCESS数据库中添加新数据时定期推送此信息的最佳方法是什么

IMO the best approach would be to move your Access tables to SQL Server. IMO最好的方法是将Access表移动到SQL Server。 Access includes an Upsizing Wizard for this purpose. 为此,Access包括一个升迁向导。 There is also Microsoft SQL Server Migration Assistant for Access , which is more capable than the Access Upsizing Wizard. 还有用于Access的Microsoft SQL Server迁移助手 ,它比Access Upsizing Wizard更强大。

Afterward, in your Access application, replace the native Access (Jet/ACE) tables with links to the SQL Server tables. 之后,在您的Access应用程序中,用指向SQL Server表的链接替换本机Access(Jet / ACE)表。

The point of this suggestion is that you needn't bother about reconciling data changes between Access and SQL Server --- the data is kept in SQL Server, you can access that data from your Access application without any need to keep redundant copies in Access' storage format. 该建议的重点是,您不必为调和Access和SQL Server之间的数据更改而烦恼---数据保存在SQL Server中,您可以从Access应用程序访问该数据,而无需在Access中保留冗余副本。的存储格式。

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

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