Introduction to SQL Server Express 2008 R2

Embed Size (px)

Citation preview

  • 7/28/2019 Introduction to SQL Server Express 2008 R2

    1/5

    Introduction to SQL Server Express 2008 R2

    By: Ray Barley | Read Comments (2) | Related Tips: More > Express Edition

    Enter the MSSQLTips.com eBook Giveway Blast - select from over 1,000 titles!

    Problem

    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?

    Solution

    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.

    Features

    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:

    Express with Advanced Services - Database Engine, Full Text Search, Reporting Services, Business Intelligence

    Development Studio, SQL Server Management Studio

    Express with Tools - Database Engine and SQL Server Management Studio

    SQL Server Express - Database Engine

    As you can see Express with Advanced Services has a pretty decent set of features.

    Limitations

    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

    System Requirements

    The following are the high level system requirements:

    The supported operating systems are Windows Server 2003, Windows Server 2008, Windows Server 2008 R2,

    Windows Vista, and Windows XP

    .NET Framework 2.0 SP2

    For 32-bit systems an Intel or compatible processor, 1GHz or faster (2 GHz or faster is recommended)

    For 64-bit systems a 1.4 GHz or faster processor

    512 MB RAM (2 GB or more recommended)

    2.2 GB hard disk space

    Before running the setup program the following prerequisites must be installed based on the Express edition:

    SQL Server Express

    .Net Framework 2.0 SP2

    Windows Installer 4.5

    For Windows Vista SP2 .Net Framework 3.5 SP1

    SQL Server Express with Advanced Services

    .Net Framework 3.5 SP1

    Windows Installer 4.5

    Windows PowerShell 1.0

    SQL Server Express with Tools

    .Net Framework 3.5 SP1

    Windows Installer 4.5

    Windows PowerShell 1.0

    EnterE-mailAddress

    http://www.mssqltips.com/sqlservertip/2024/introduction-to-sql-server...

  • 7/28/2019 Introduction to SQL Server Express 2008 R2

    2/5

    For the complete details on system requirements take a look at Hardware and Software Requirements for Installing SQL

    Server 2008 R2.

    Installation Experience

    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:

    http://www.mssqltips.com/sqlservertip/2024/introduction-to-sql-server...

  • 7/28/2019 Introduction to SQL Server Express 2008 R2

    3/5

    e default is to install as the named instance SQLExpress. I opted to change the instance name to be

    QLExpress2008R2; it makes it easy for me to figure out what version I have. Click Next to continue on to the Server

    onfiguration dialog as shown below:

    ike to specify my own account for the various services then fine-tune the permissions for that account. For

    formation on setting up service accounts take a look at Setting Up Windows Service Accounts. After entering an

    count or accepting the defaults click Next to continue on to the Database Engine Configuration dialog as shown

    low:

    ust accepted the defaults; click Next to continue on to the Reporting Services Configuration dialog as shown below:

    http://www.mssqltips.com/sqlservertip/2024/introduction-to-sql-server...

  • 7/28/2019 Introduction to SQL Server Express 2008 R2

    4/5

    Ray is a Principal Architect at RDA

    Corporation and a MSSQLTips.com

    BI Expert.

    View all my tips

    We Recommend

    More SQL Server DBA Tips...

    accepted the default which will setup Reporting Services for you. Click Next to continue on to the Error Reporting

    alog as shown below:

    ck Next to complete the wizard and begin the installation.

    ext Steps

    SQL Server Express 2008 R2 is something that you should take a look at; it's a way to get a subset of SQL Server

    2008 R2 features without additional licensing costs.

    One issue that you may run into with Express is how do you add other users to the sysadmin role. The user who

    installs Express will get added to the sysadmin role. To add others you must be an administrator and you can run

    this script to add the current user to the SQL Server sysadmin role.

    One good resource that I have used to get information on the Express editions is SQL SERVER EXPRESS WEBLOG.

    st Update: 5/26/2010

    bout the author

    Print 2 Become a paid authorLike 1

    http://www.mssqltips.com/sqlservertip/2024/introduction-to-sql-server...

  • 7/28/2019 Introduction to SQL Server Express 2008 R2

    5/5

    Comments and Feedback:

    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

    think that should read "3.5" !

    hursday, October 14, 2010 - 4:55:21 AM - Ray Barley Read The Tip

    he hardware and software requirements for SQL Server 2008 R2 are here: http://technet.microsoft.com/en-us

    ibrary/ms143506.aspx

    here are a number of different scenarios noted in footnotes 1 and 2. In some cases it says .NET Framework 2.0SP2

    required; other cases require .NET Framework 3.5 SP1.

    etup will install .NET Framework 3.5 SP1 for you.

    ost a Comment or Question

    eep it clean and stay on the subject or we may delete your comment.

    ur email address is not published. Required fields are marked with an asterisk (*)

    Name *Email Notify for updates

    omments

    ** NOTE *** - If you want to include code from SQL Server Management Studio (SSMS) in your post, please copy the code from SSMS and paste

    he code into a text editor like NotePad before copying the code below to remove the SSMS formatting.

    Enter Code

    Sponsor Information

    SQL Server having some performance issues? Idera SQL check. FREE SQL Server enhancement.

    SQL Developer Bundle: Cut out dull work with 12 tools for simpler, faster database development. Free trial

    SQL Server Custom Training in the USA How you like it.

    SQL DBA Jobs... Developer Jobs... BI Jobs... Here they are!

    Are you waiting on SQL Server? Learn about these DMV's.

    Copyright (c) 2006-2012 Edgewood Solutions, LLC All rights reserved

    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

    Paragraph

    http://www.mssqltips.com/sqlservertip/2024/introduction-to-sql-server...