SQL Server 2008 到 SQL Server Compact Edition?
我对 SQL Server Compact Edition 有一些疑问。
现在我们使用 SQL Server 2008 并在 Visual Studio 2008 C#.net 中进行开发 和 linq 用于连接数据库。
我的问题是:
- 是否可以将我们的数据库更改为 SQL Server Compact Edition?
- 这两者有什么区别?
- 使用 SQL Server CE 时是否有任何限制,例如。数据库大小,数据大小?
- CE版本可以支持SQL Server 2008中的所有数据类型吗?
最好的问候,
印迪
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:
- Is it possible to change our database to SQL Server Compact Edition?
- What is the differece between both of this?
- Is there any limitions when using SQL Server CE, for eg. database size, data size?
- Can CE version support all data type from SQL Server 2008?
best regards,
Indi
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
根据我使用 sql server 精简版的经验。
是的,
也许你可以使用这个:
将sql server转换为sql紧凑
或
Prime 作品数据端口向导
Sql Server Compact 和 sqlser Server 之间的差异
是的,sql Compact仅支持有限的存储容量。
使用 SQL Server Compact
并非所有
问候
As of my experience using sql server compact edition.
Yes
Maybe you can use this :
Convert sql server to sql compact
Or
Prime works Dataport wizard
Differences Between Sql server compact and sqlser server
Yes, sql compact support only limited storage capacity.
Working with SQL Server Compact
Not All
Regards
您还可以尝试我的 Export2SqlCe 命令行实用程序: http://exportsqlce.codeplex.com
You can alos try my Export2SqlCe command line utility: http://exportsqlce.codeplex.com