Convert .sdf database to .mdf database

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

    You could use MSDeploy to migrate your database:

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

提交回复
热议问题