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

I am interested to know if my readers have used any of these servers what was the real life application for the same.

Reference : Pinal Dave (https://blog.sqlauthority.com)

Source : https://blog.sqlauthority.com/2009/04/22/sql-server-difference-between-sql-server-compact-edition-ce-and-sql-server-express-edition

Database, SQL Server Express
Previous Post
SQL SERVER – What is Cloud Computing – Introduction to Cloud Computing
Next Post
SQL SERVER – FIX : Error: 18486 Login failed for user ‘sa’ because the account is currently locked out. The system administrator can unlock it. – Unlock SA Login

Related Posts

Leave a Reply