The final release of SQL Server 2008 R2 was made publically available on April 21, 2010! SQL Server Express continues to ship in 4 different packages. In this release of Express, we simplified the installation wizard. For the November CTP release, I documented the Express installation process at http://blogs.msdn.com/petersad/archive/2009/11/13/how-to-install-sql-server-2008-r2-express-edition-november-ctp.aspx. The installation process has not changed since the November CTP, except some messages have been changed to indicate the final release.
Here are the Express editions available for download:
Express Package If your system is? If your system is? If your system is? Microsoft® SQL Server® 2008 R2 Express X86 X64 WOW64 Microsoft® SQL Server® 2008 R2 Express with Tools X86 X64 . Microsoft® SQL Server® 2008 R2 Express with Advanced Services X86 X64 . Microsoft® SQL Server® 2008 R2 Management Studio Express X86 X64 .
Express Package
Microsoft® SQL Server® 2008 R2 Express
X86
X64
WOW64
Microsoft® SQL Server® 2008 R2 Express with Tools
.
Microsoft® SQL Server® 2008 R2 Express with Advanced Services
The database size limit increased to 10 GB in SQL Server 2008 R2 as mentioned by Krzysztof.
If you will be performing a new installation, when the Installation Center Launches, choose the following option:
If you would like to upgrade from a earlier version (SQL Server 2005 or SQL Server 2008), when the Installation Center Launches choose the following option:
If you develop software applications that embed SQL Server 2008 Express, custom installations are typically required. For more information, see Embedding SQL Server 2008 Express in an Application. We originally create this whitepaper for SQL Server 2008, but everything in the document still applies.
Some SQL Server configuration settings can only be set during install. Once the installation is complete, you cannot change these settings. Any change to the configuration settings would require a new installation of the product. Some settings directly impact how data is stored and organized so changing the configuration setting would require significant data manipulation work in order to preserve the data.
Collations effect how characters (data) for a language or alphabet are recognized and sorted. A majority of SQL Server installations use the default collation. There are some situations where the use of a collation other than the default collation setting would be required.
For more information, see Collation Settings in Setup.
The Filestream configuration setting specifies where to store unstructured data such as text documents, images or videos. You can store this unstructured data inside the database or outside the database in the NTFS files system. The default setting is to store the data inside the database. Storing outside the database can cause data management complexities. You should consider enabling FILESTREAM if:
For smaller objects, storing unstructured data in the database often provides better streaming performance.
For more information, see FILESTREAM Overview and FILESTREAM Storage in SQL Server 2008.
Enabling the Error Reporting setting allows you to report Windows and SQL Server errors to Microsoft via the internet. Microsoft uses these error reports to improve future releases of SQL Server. Error reports contain only technical data. All error reports are confidential and anonymous.
Installation directories are unique folder locations used for placement of:
During installation, you have the option to changing the default directories for some or all of the folders. Business requirements or environmental factors may dictate specifying directories other than the default.