Convert .sdf database to .mdf database

前端 未结 5 701
走了就别回头了
走了就别回头了 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:11

    This tutorial should help you. It shows you how to convert .sdf to .cs object using SQLMetal.exe

    0 讨论(0)
  • 2021-01-06 05:13

    Microsoft WebMatrix uses Compact SQL (.sdf file) by default. In the Database view, if SQL SVR is installed, there is a Migrate to SQL Server top menu item. There is also a menu selection to install SQL Server. Both WebMatrix and (a version of) SQL SVR 2008 are free to install.

    0 讨论(0)
  • 2021-01-06 05:15

    You could use MSDeploy to migrate your database:

    http://erikej.blogspot.com/2011/03/migrate-sql-server-compact-database-to.html

    0 讨论(0)
  • 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

    0 讨论(0)
  • 2021-01-06 05:24

    Maybe a good idea is to try microsoft (free) tool, Sql Server Management Studio : http://www.microsoft.com/download/en/details.aspx?id=7593

    0 讨论(0)
提交回复
热议问题