zoukankan      html  css  js  c++  java
  • SQL SERVER – Difference Between SQL Server Compact Edition (CE) and SQL Server Express Edition

    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
    本文版权归作者和博客园共有,欢迎转载,但未经作者同意必须保留此段声明,且在文章页面明显位置给出原文连接,否则保留追究法律责任的权利.
  • 相关阅读:
    命令别名
    文件的元数据
    bash命令练习
    bash的使用
    Linux系统下的文件管理类常命令及使用方式
    Linux获取命令帮助、man文档章节的划分
    Linux目录名、命名规则及功能规定
    Linux命令使用格式
    springmvc 异常处理
    oracle 笔记一
  • 原文地址:https://www.cnblogs.com/yefengmeander/p/2887648.html
Copyright © 2011-2022 走看看