Click here to change the language.

This page is carefully and closely monitored. Any changes you make will be evaluated and then quickly-content-fragment-top">

click here.

This Release Notes document describes known issues that you should read about before you install or troubleshoot SQL Server 2008 R2 SP1. You can download SQL Server 2008 R2 Service Pack 1 (click here to download it).  You can download SQL Server 2008 R2 SP1 Express Edition at: http://www.microsoft.com/download/en/details.aspx?id=26729.

This document also provides search tips to help you find more known issues in Knowledge Base (KB) articles on the
Microsoft Support site for SQL Server 2008 R2. This Release Notes document and the KB articles supplement SQL Server 2008 R2 Books Online.

This Release Notes document is available only online, not on the installation media, and it is updated periodically.

For information about how to get started with installing SQL Server 2008 R2, see the SQL Server 2008 R2 Readme. The Readme is available on the installation media and from the Readme page.

If you have feedback about SQL Server 2008 R2, please submit it at Microsoft SQL Server Connect Feedback Center. For the latest documentation, view SQL Server 2008 R2 Books Online in the MSDN Library. You can also find our forums and other support on the Troubleshooting and Support page.

Contents


1.0 What's New in Service Pack 1

The following features are new in Service Pack 1 (SP1).


2.0 Before You Install Service Pack 1

For a list of the bugs that are t how long a cached file is kept on disk before it is deleted.   
 

  • Support for 512e Drives. SQL Server now correctly detects and supports hard drives with the new 512e format. These drives report 512 byte logical sector sizes, but they are formatted internally using 4KB sectors. When SQL Server 2008 R2 SP1 is installed on Windows Server 2008 R2 or higher, we will correctly detect these drives and adjust automatically.
  • Fixed various issues. Thifixed in SQL Server 2008 R2 Service Pack 1, see the master KB article.

    2.1 Recommended Disk Space Requirements to Download, Extract, and Install SQL Server 2008 R2 Service Pack 1

    The recommended disk space requirements to download, extract, and install SP1 are approximately 2.5 times the size of the specific package.

    2.2 The SQL Server Service Cannot Start after You Uninstall SP1 for SQL Server 2008 R2 if a UCP Exists in the Instance of SQL Server

    Symptoms

    Consider the following scenario:

    • You have an instance of Microsoft SQL Server 2008 R2 that hosts a utility control point (UCP).
    • You have installed SP1 for SQL Server 2008 R2 on the instance and later decide to uninstall it.

    In this scenario, the uninstall action succeeds. However, the SQL Server service cannot start.

    Cause

    This problem occurs because the Agent XPs option is not enabled when SQL Server 2008 R2 runs the upgrade script for the msdb database.

    The upgrade script runs when the SQL Server service starts. The script runs a stored procedure that is related to the UCP. The stored procedure requires that the Agent XPs option be enabled.

    Resolution

    If you experience this behavior after removing SP1, follow these steps to work around the problem. To avoid the problem, perform these steps before removing SP1.

    1) If SQL Server is running, stop the SQL Server service.

    2) Enable trace flag 902 on the instance of SQL Server 2008 R2. To do this, follow these steps:

    • Open SQL Server Configuration Manager.
    • In SQL Server Configuration Manager, click SQL Server Services.
    • Double-click the SQL Server service.
    • In the SQL Server Properties dialog box, click the Advanced tab.
    • On the Advanced tab, locate the Startup Parameters item.
    • Add ;–T902 to the end of the existing string value, and then click OK.

    3) Right-click the SQL Server service, and then click Start.

    4) If the SQL Server Agent service is running, right-click the SQL Server Agent service, and then click Stop. Set the Agent service start mode to Manual.

    5) Open SQL Server Management Studio, and then connect to the instance of SQL Server 2008 R2.

    6) Run the following statements:

    EXEC sp_configure 'show advanced', 1;
    RECONFIGURE;
    EXEC sp_configure 'allow updates', 0;
    RECONFIGURE;
    EXEC sp_configure 'Agent XPs', 1;
    RECONFIGURE;
    GO

    7) Modify the extended property of the sysutility_mdw database back to the SQL Server 2008 R2 version. To do this, follow these steps:

    • In SQL Server Management Studio, right-click the sysutility_mdw database and then click Properties.
    • In the property dialog box, click Extended Properties.
    • Update the value to 10.50.1600.1 for the “Microsoft_DataCollector_MDW_Version” property.

    8) If you have not yet uninstalled the service pack, uninstall it now. If you have already uninstalled it, continue to step 9.

    9) In SQL Server Configuration Manager, right-click the SQL Server service, and then click Stop.

    10) Remove trace flag 902 on the instance of SQL Server 2008 R2. To do this, delete ;–T902 from the string value that you updated in step 2.

    11) Right-click the SQL Server service, and then click Start.

    12) Right-click the SQL Server Agent service, view properties, and set the service start mode back to its original value. Then click Start to start the Agent service.

    13) In SQL Server Management Studio, reconnect to the instance of SQL Server 2008 R2.

    14) In Object Explorer, expand Management, right-click Data Collection, and then click Enable Data Collection.

    Note: If data collection is already enabled, the Enable Data Collection item is unavailable.


    3.0 How to Find More Known Issues

    We recommend that you view more known issues on the Microsoft Support site for SQL Server 2008 R2 or by searching for "SQL Server 2008 R2" on the main Microsoft Support Web site.

    You can also join the SQL Server Community to share your experiences and learn from other people who are using SQL Server 2008. For more information, see the SQL Server Community Web site. You can also find our forums and other support on the Troubleshooting and Support page.



  • Books Online is the primary documentation for SQL Server 2008. You can view
    SQL Server 2008 R2 Books Online in the MSDN Library.