vote up 0 vote down star

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.

flag

3 Answers

vote up 2 vote down check

You might look at PrimeWorks' DataPort Wizard.

link|flag
I'd echo ctacke's answer. There's not an easy point-and-click way of doing it with Visual Studio. If you don't want to use PrimeWorks, the answer is too deep to discuss here. As Christopher Edwards pointed out, SSIS can do it, but learning that is an undertaking. – Brent Ozar Jan 27 at 12:05
The DataPorrWizard worked as advertised. Thanks. – pro3carp3 Jan 27 at 21:24
vote up 0 vote down

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

link|flag
vote up 1 vote down

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

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.