Migrate data from SQL Compact to SQL Server 2008
Posted
by Martin
on Server Fault
See other posts from Server Fault
or by Martin
Published on 2010-04-02T11:25:55Z
Indexed on
2010/04/02
11:33 UTC
Read the original article
Hit count: 399
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?
© Server Fault or respective owner