Convert .sdf database to .mdf database

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

提交回复
热议问题