您的位置:首页 > Web前端

SQL SERVER – Difference Between SQL Server Compact Edition (CE) and SQL Server Express Edition

2011-11-22 10:43 621 查看
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 EditionSQL Server Express Edition
ClickOnce DeploymentClickOnce Deployment
Installed centrally with an MSIInstalled centrally with an MSI
XML storageXML storage
Transact-SQLTransact-SQL
Subscriber for merge replicationSubscriber for merge replication
Simple transactionsSimple transactions
Database size support – 4GBDatabase size support – 4GB
Number of concurrent connections – 256Number 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
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐