MS SQL Server versions

SQL Server currently has many different versions. Below is a list of versions with features of each version.

SQL Server currently has many different versions. Below is a list of versions with features of each version.

  1. Enterprise - the most advanced version with full functionality.
  2. Standard - less features than Enterprise, use when you don't need to use advanced features.
    Workgroup - suitable for large companies with many remote offices.
  3. Web - designed specifically for web applications.
  4. Developer - similar to Enterprise but only grant a single user to develop, test, demo. You can easily upgrade to the Enterprise edition without reinstalling.

  5. Express - this version is only used at a simple level, up to 1 CPU and 1GB of memory, the maximum size of the database is 10GB.
  6. Compact - free embedded into web application development environments. The maximum size of the database is 4GB.
  7. Datacenter - big change on SQL Server 2008 R2 is the Datacenter Edition version. No memory limit and support for more than 25 installations.
  8. Business Intelligence - Business Intelligence Edition was just introduced on SQL Server 2012. This version has the features of the Standard version and supports some advanced features of BI like Power View and PowerPivot but does not support advanced features. about availability as AlwaysOn Availability Groups .
  9. Enterprise Evaluation - The SQL Server Evaluation Edition is a great choice to use all features and get a free installation of SQL Server for learning and development. This version has an expiration time of 6 months from the date of installation.

Previous article: What is MS SQL Server?

Next lesson: Instructions on how to install MS SQL Server

You've just finished reading the article "MS SQL Server versions" edited by the TipsMake team. You can save ms-sql-server-versions.pdf to your computer here to read later or print it out. We hope this article has provided you with many useful tech tips and tricks. You can search for similar articles on tips and guides. Thank you for reading and for following us regularly.

« PREV : What is MS SQL...
Learn about the... : NEXT »