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

前端 未结 3 1260
春和景丽
春和景丽 2020-12-19 18:51

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 Acce

相关标签:
3条回答
  • 2020-12-19 19:43

    You might look at PrimeWorks' DataPort Wizard.

    0 讨论(0)
  • 2020-12-19 19:54

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

    0 讨论(0)
  • 2020-12-19 19:55

    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

    0 讨论(0)
提交回复
热议问题