Tuesday, July 20, 2021

SQL server express 2019: First installation | Comparison among versions

 

Microsoft SQL Server Express: Version Comparison Matrix and Free Downloads

Microsoft SQL Server is an enterprise quality database management system that's usually hosted by a server and can scale across multiple servers and locations.

For local PC, small databases, and less critical situations, Microsoft offers a limited version of SQL Server called SQL Server Express. SQL Server Express can be downloaded for free and installed on your local PC. This is helpful for:

  • Deploying desktop Windows solutions that use SQL Server databases to users who don't own SQL Server
  • Deploying lightweight web applications that use SQL Server databases
  • Developers wanting to create and test applications with a SQL Server database on their own, rather than a database hosted on a server

There are many editions of the full version of SQL Server with Enterprise, Standard and Web being the most common. Here are some of the major differences of the 2017 version compared to the 2016 and 2017 Express editions:

EnterpriseStandardWeb2019 Express2017 Express2016 Express
Maximum Database Size524 PB524 PB524 PB10 GB10 GB10 GB
Compute CapacityOS Max4 sockets or 24 cores4 sockets or 16 cores1 socket or 4 cores1 socket or 4 cores1 socket or 4 cores
Maximum MemoryOS Max128 GB64 GB1.4 GB1.4 GB1.4 GB
Database Mirroring
Smart Backups, Encrypted Backups
SQL Profiler

The most critical issue is the maximum database size. The other differences are related to performance and maintenance.

For more details, visit Microsoft's Supported Features of SQL Server 2019.

Note: SQL Server Express cannot be installed on a compressed drive. It only supports standard, non-compressed drives.


No comments:

Post a Comment