RKh
RKh

Reputation: 14159

Migrating SQL Server 2008 tables to SQL Server CE

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

Answers (1)

ErikEJ
ErikEJ

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

Related Questions