How can I manage SQL CE databases in SQL Server Management Studio?

冷暖自知 提交于 2019-11-27 14:36:16

You can create .sdf files with SQL Server 2008 Management Studio.

In the File > Connect Object Explorer dialog, change the Server Type dropdown to SQL Server Compact Edition.

Then in the Database File dropdown choose New Database.... and you're ready to go.

  • Management Studio 2005 supports SQL CE 3.0.
  • Management Studio 2005 SP2 supports up to SQL CE 3.1.
  • Management Studio 2008 supports up to SQL CE 3.5 SP1

I think Management Studio Express 2008 does not support SQL CE databases.

Were you using Management Studio 2005, or 2008? It should work in 2008 if you create a SQL CE 3.5 database ... just not in 2005.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!