Skip navigation

SQL Server 2008 R2 Express Installation Options

As you might expect, when Microsoft released SQL Server 2008 R2, it also released new versions of its free low-end edition, SQL Server 2008 R2 Express. The RTM release date for SQL Server 2008 R2 was officially April 21, 2010, a bit earlier than the other more full-featured editions of SQL Server 2008 R2.


Related: SQL Server 2008 R2 Requirements


Microsoft made some important new changes in SQL Server 2008 Express R2. One of the biggest changes is that the maximum database size has been bumped up from 4GB to 10GB. You might wonder if that means the maximum RAM size might have changed as well. However, it hasn’t. SQL Server 2008 R2 is still limited to 1GB of RAM.

The new SQL Server 2008 R2 Express product is packaged differently than previous versions of SQL Server Express. Instead of being labeled as a separate edition, each different SQL Server 2008 R2 Express package is now presented as an installation option. You can download the different SQL Server 2008 R2 Express editions at Microsoft's website.  Below, I guide you through the new options of SQL Server 2008 R2 Express so you’ll have a better idea of what each offers.
 

1. SQL Server 2008 R2 Express Database Only

Tipping the scales at 71MB for the x86 version and 74MB for the x64 version, Database Only is the smallest and simplest installation option for SQL Server 2008 R2 Express. This option is suitable for including in ISV packages and as a database for custom applications. This includes the core SQL Server 2008 R2 relational database engine but not the business intelligence (BI) subsystems like Analysis Services, Integration Services, or Reporting Services. This minimal installation option also doesn’t include any built-in management tools. However, most of the SQL Server core features are included such as support for the CLR and support for all data types, including the new geospatial and FILESTREAM data types. 
 

2. SQL Server 2008 R2 Express Management Tools

It’s important to know that SQL Server 2008 R2 Express Management Tools doesn’t include the relational database engine. This installation option includes only SQL Server Management Studio Express (SSMSE). The Management Tools are 154MB for the x86 version and 163MB for the x64 version. (Doesn’t it seem somehow wrong that SSMSE by itself is almost twice the size of the relational database engine?) Anyway, you would use this option to manage previously installed instances of SQL Server Express.
 

3. SQL Server 2008 R2 Express Database with Management Tools

This version, SQL Server 2008 R2 Express Database with Management Tools, is probably the best version for low cost database development or for use with small business and departmental database needs. It has all the relational database features plus it also has SSMSE, which you can use for basic database management. This version weighs in at 235MB for the x86 version and 247MB for the x64 version. 
 

4. SQL Server 2008 R2 Express Database with Advanced Services

The SQL Server 2008 R2 Express Database with Advanced Services option is the most full-featured SQL Server 2008 R2 Express edition. It comes in at a hefty 727MB for the x86 version and 795MB for the x64 version. This installation option includes the basic SQL Server relational database engine, as well as SSMSE, support for full-text search, and support for Reporting Services. This Express version of Reporting Services works only with the local SQL Server 2008 R2 Express instance.

Learn more: Kevin Kline and Brent Ozar's Thoughts on SQL Server 2008 R2 Migration

Hide comments

Comments

  • Allowed HTML tags: <em> <strong> <blockquote> <br> <p>

Plain text

  • No HTML tags allowed.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Lines and paragraphs break automatically.
Publish