Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Convert .sdf database to .mdf database

I have this SQL Server CE database (with more tables and data) which I would like to convert to SQL 2008 because I want use it in Server (application need to used by many). I am using SQL 2008 express and C#.

Please suggest how I can do this.

like image 686
Honey Avatar asked Feb 22 '23 12:02

Honey


1 Answers

Have you tried the Data Migration Wizard?

Anyhow, you might find this interesting: http://exportsqlce.codeplex.com/

Original source:

http://bembengarifin-tech.blogspot.com/2008/08/generate-script-export-data-from-sql-ce.html

like image 55
Digvijay Avatar answered Mar 04 '23 05:03

Digvijay