Link:SQL SERVER – Difference Between SQL Server Compact Edition (CE) and SQL Server Express
Edition
I often received question regarding what are difference between SQL Server Compact Edition (CE) and SQL Server Express Edition. In one line – SQL Server CE is for mobile application and embaded systems where as SQL Server Express Edition is limited feature light version of SQL Server Standard.
| SQL Server Compact Edition | SQL Server Express Edition |
| ClickOnce Deployment | ClickOnce Deployment |
| Installed centrally with an MSI | Installed centrally with an MSI |
| XML storage | XML storage |
| Transact-SQL | Transact-SQL |
| Subscriber for merge replication | Subscriber for merge replication |
| Simple transactions | Simple transactions |
| Database size support – 4GB | Database size support – 4GB |
| Number of concurrent connections – 256 | Number of concurrent connections – Unlimited |
| Privately installed, embedded, with the application | |
| Non-admin installation option | |
| Runs on Windows Mobile platform | |
| Runs in-process with application | |
| Data file storage on a network share | |
| Support for different file extensions | |
| Code free, document safe, file format | |
| Remote Data Access (RDA) | |
| ADO.NET Sync Framework | |
| Subscriber for merge replication | |
| Simple transactions | |
| Runs as a service | |
| Procedural T-SQL | |
| Distributed transactions | |
| Native XML, XQuery/QPath | |
| Stored procedures, views, triggers | |
| Role-based security |
作者:Angelo Lee
本文版权归作者和博客园共有,欢迎转载,但未经作者同意必须保留此段声明,且在文章页面明显位置给出原文连接,否则保留追究法律责任的权利.
浙公网安备 33010602011771号