SQL Server 2008 to SQL Server Compact Edition?

*爱你&永不变心* 提交于 2019-12-19 19:53:16

问题


I have some questions about SQL Server Compact Edition.

Now we are using SQL Server 2008 and developing in Visual Studio 2008 C#.net and linq for connect database.

My questions are:

  1. Is it possible to change our database to SQL Server Compact Edition?
  2. What is the differece between both of this?
  3. Is there any limitions when using SQL Server CE, for eg. database size, data size?
  4. Can CE version support all data type from SQL Server 2008?

best regards,

Indi


回答1:


As of my experience using sql server compact edition.

(1) Is it possible to change our database to sql server compact edition?

Yes

Maybe you can use this :

Convert sql server to sql compact

Or

Prime works Dataport wizard

(2) What is the differece between both of this?

Differences Between Sql server compact and sqlser server

(3) Is there any limitions to use sqlserver ce,for eg.database size,data size?

Yes, sql compact support only limited storage capacity.

Working with SQL Server Compact

(4) Can CE version supports all data type from sqlserver2008?

Not All

Regards




回答2:


You can alos try my Export2SqlCe command line utility: http://exportsqlce.codeplex.com



来源:https://stackoverflow.com/questions/5256781/sql-server-2008-to-sql-server-compact-edition

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