Reputation: 14159
I used SQL Server Migration Assistant to migrate a MySQL database to SQL Server 2008. I am looking for a way to move the migrated SQL Server tables to SQL Server CE, but there is no such option in the Migration Assistant. How to copy or move the migrated tables to SQL Server CE?
Upvotes: 0
Views: 130
Reputation: 41819
You can use my command line utiltiy Export2sqlce, as described here: http://erikej.blogspot.com/2010/02/how-to-use-exportsqlce-to-migrate-from.html
Upvotes: 1