There are some limitations to SQL Server 2012 Express Edition that you should understand before deciding to install it. After all, this is a free version of what is otherwise an extremely powerful (and extremely expensive!) database platform. These limitations include:
- Installations can only make use of one CPU with a four core maximum
- Installations can only make use of 1GB of RAM, regardless of the amount of memory installed
- Databases built with Express Edition are limited to 10GB in size
- Express Edition does not offer the database mirroring, log shipping, or merge publication features offered in the larger product
- SQL Server Express Edition does not include Oracle replication functionality
- The tools available with Express Edition are limited – the installer does not include Database Tuning Advisor, SQL Agent, or SQL Profiler

