![]() |
|
|
By: Ray Barley | Read Comments (2) | Print Ray is a Principal Architect at RDA Corporation and a MSSQLTips.com BI Expert. Related Tips: More |
|
I've been taking advantage of the free SQL Server Express edition for some time. I see there is a new release of SQL Server Express 2008 R2. Can you provide an overview of this latest version?
According to SQL SERVER EXPRESS WEBLOG the final version of SQL Server Express 2008 R2 was made publicly available on April 21, 2010. There are a number of new features that make it just a little more likely that you could find this a useful tool.
In this tip I'll discuss the features, limitations, requirements and installation experience.
You can get the feature details for all editions of SQL Server 2008 R2 (including the Express versions) by taking a look at Features Supported by the Editions of SQL Server 2008 R2. Keep in mind that Express provides only a subset of the features available in the other editions of SQL Server 2008 R2.
The following are the editions of SQL Server Express 2008 R2 and their key features:
As you can see Express with Advanced Services has a pretty decent set of features.
SQL Server Express 2008 R2 is still free, but there is still a limitation on database size, but the limit has been raised from 4 GB to 10 GB. Although the 10 GB size limitation may still not be enough for your production databases, it's likely to be workable for small application databases as well as your development environments.
Here are what I consider the most important limitations on the Express versions; this may help you to decide if SQL Server Express 2008 R2 could benefit you.
| FEATURE NAME | LIMITATION |
| Number of CPUs | 1 |
| Maximum memory utilized | 1 GB |
| Maximum database size | 10 GB |
| Replication | Subscriber only |
The following are the high level system requirements:
Before running the setup program the following prerequisites must be installed based on the Express edition:
For the complete details on system requirements take a look at Hardware and Software Requirements for Installing SQL Server 2008 R2.
To download SQL Server 2008 R2 Express navigate to SQL Server 2008 R2 Express Installation Options. You can choose to download x86 or x64 versions of the Database Only, Management Tools, Database with Management Tools, or Database with Advanced Services.
The installation experience is exactly what we have come to expect; it's wizard-based and only asks us to specify a few things. Let's walk through the installation of the SQL Server Express 2008 R2 with Advanced Services since it has the most features.
After launching the installation program you'll see the start page as shown below:
Click New installation or add features to an existing installation and you'll see the License Terms dialog as shown below:
Click the I accept the license terms checkbox then you'll see the Feature Selection dialog as shown below:
Click the Select All button to install everything; the Instance Configuration dialog will be displayed as shown below:
The default is to install as the named instance SQLExpress. I opted to change the instance name to be SQLExpress2008R2; it makes it easy for me to figure out what version I have. Click Next to continue on to the Server Configuration dialog as shown below:
I like to specify my own account for the various services then fine-tune the permissions for that account. For information on setting up service accounts take a look at Setting Up Windows Service Accounts. After entering an account or accepting the defaults click Next to continue on to the Database Engine Configuration dialog as shown below:
I just accepted the defaults; click Next to continue on to the Reporting Services Configuration dialog as shown below:
I accepted the default which will setup Reporting Services for you. Click Next to continue on to the Error Reporting dialog as shown below:
Click Next to complete the wizard and begin the installation.
| Share: | Share | Tweet |
|
![]() |
![]() |
Free SQL Server Learning |
| Wednesday, October 13, 2010 - 9:35:02 PM - ChrisJJ | Read The Tip |
|
> The following are the high level system requirements: > .NET Framework 2.0 SP2 I think that should read "3.5" ! |
|
| Thursday, October 14, 2010 - 4:55:21 AM - Ray Barley | Read The Tip |
|
The hardware and software requirements for SQL Server 2008 R2 are here: http://technet.microsoft.com/en-us/library/ms143506.aspx There are a number of different scenarios noted in footnotes 1 and 2. In some cases it says .NET Framework 2.0SP2 is required; other cases require .NET Framework 3.5 SP1. Setup will install .NET Framework 3.5 SP1 for you. |
|
|
privacy | disclaimer | copyright | advertise | about authors | contribute | feedback | giveaways | user groups Some names and products listed are the registered trademarks of their respective owners. Edgewood Solutions LLC | MSSharePointTips.com | MSSQLTips.com |