Convert .sdf database to .mdf database

前端 未结 5 700
走了就别回头了
走了就别回头了 2021-01-06 04:30

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).

5条回答
  •  攒了一身酷
    2021-01-06 05:20

    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

提交回复
热议问题