Migrate data from SQL Compact to SQL Server 2008
- by Martin
I need to do a one-time migration of data from SQL Server Compact Edition to SQL Server 2008 Express Edition. I'm looking for a tool to do this kind of migration.
I've tried using Import and Export Data in SQL Server, but it doesn't let me import from SQL Server Compact Edition.
Anyone knows of a easy way to do it?