Import Access data into SQL Server CE (.mdb to .sdf)

感情迁移 提交于 2020-01-28 10:00:28

问题


I've found a few articles & discussions on how to import data from Access to SQL Server or SQL Server Express, but not to SQL Server CE. I can access both the the Access data and CE data in the VS database explorer with seperate connections, but don't know how to move the data from one to the other. (I'm using c#.) Any suggestions? Thanks.


回答1:


You might look at PrimeWorks' DataPort Wizard.




回答2:


You can do it using SSIS, or even in SQL Server Explorer if you are not looking to do it programmatically.




回答3:


you can also use the the "sql server migration wizard" to convert it to sql server database and the use this tool to convert it back to a .sdf database



来源:https://stackoverflow.com/questions/481719/import-access-data-into-sql-server-ce-mdb-to-sdf

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