Click to Rate and Give Feedback
MSDN
MSDN Library
SQL Server
SQL Server 2005
 What's New in SQL Server 2005 SP3

  Switch on low bandwidth view
Community Content
In this section
Statistics Annotations (0)
SQL Server 2005 Books Online (November 2008)
What's New in SQL Server 2005 SP3

Microsoft SQL Server 2005 Service Pack 3 (SP3) contains all the cumulative updates for SQL Server 2005, and fixes to issues that have been reported through our customer feedback platforms. These include supportability enhancements and issues that have been reported through Windows Error Reporting.

Additionally, the following components have new or improved features.

  • By default, when you use the DBCC CHECKDB, DBCC CHECKALLOC, DBCC CHECKTABLE, or DBCC CHECKFILEGROUP commands on a server that is running SQL Server 2005 SP3, all error messages are displayed. If you specify or omit the ALL_ERRORMSGS option, it has no effect. In earlier versions of SQL Server, only the first 200 error messages for each object are displayed if you do not specify ALL_ERRORMSGS.
  • This release of the SQL Server 2005 Notification Services components provides support for running SQL Server 2005 Notification Services against either an instance of the SQL Server 2005 Database Engine or the SQL Server 2008 Database Engine.
  • The sp_showpendingchanges stored procedure was updated with a new parameter, @show_rows. This parameter helps identify the pending changes of subscribers. For more information, see sp_showpendingchanges (Transact-SQL).
  • Introduces support for creating report models that are based on Teradata databases. You can generate report models that are based on a Teradata database that is running version 12.00 or version 6.20 by using Model Designer in Business Intelligence Development Studio and Report Manager. For more information, see Creating and Using Teradata-Based Report Models.
  • Introduces changes to the PDF rendering extension, which supports ANSI characters and can translate Unicode characters from Japanese, Korean, Traditional Chinese, Simplified Chinese, Cyrillic, Hebrew, and Arabic. When it is possible, the PDF rendering extension now embeds the subset of each font that is needed to display the report in the PDF file. For more information, see Designing for PDF Output.
  • In SharePoint integrated mode, reports typically run slower than the same reports run in native mode. The main cause of this latency can be attributed to SharePoint object model calls that are made. In SQL Server 2005 SP3, the number of SharePoint object model calls that SQL Server 2005 Reporting Services (SSRS) makes are optimized. This optimization reduces some of the latency when you compare report performance with native mode.

For a list of the cumulative updates that are included in SQL Server 2005 SP3, see Microsoft Knowledge Base article 955706.

Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Correction to statement on this topic      Tai Yee - MSFT   |   Edit   |   Show History

The initial statement on this page, "Microsoft SQL Server 2005 Service Pack 3 (SP3) contains all the cumulative updates for SQL Server 2005" is not entirely correct. That line should read as follows:

SQL Server 2005 SP3 contains the hotfixes that were included in cumulative update packages for SQL Server 2005 Service Pack 2 from cumulative update package 1 to cumulative update package 9.
Note: If you are upgrading from SQL Server 2005 SP2 Cumulative Update 10 or Cumulative Update 11, you must apply a post-SP3 cumulative update after upgrading to SP3 to get all the fixes. This post-SP3 update is available at http://support.microsoft.com/kb/959195/.

This topic will be corrected in the next update of SQL Server 2005 Books Online.

Tai Yee
Microsoft

How to check ?      Preet_S ... Thomas Lee   |   Edit   |   Show History

How do we tell what level of SP2 cumulative updates we are at ?

[Tai Yee - MSFT] Hi -- generally, the best way to get questions answered is to post in the Microsoft Community Forum. The SQL Server Forums are located here: http://forums.microsoft.com/MSDN/default.aspx?ForumGroupID=19&SiteID=1 . However, as I happen to know the answer, I will tell you -- please see Knowledge Base article: http://support.microsoft.com/kb/937137/.

The SQL Server 2005 builds that were released after SQL Server 2005 Service Pack 3      Mr. Mox   |   Edit   |   Show History
This may be useful too:

http://support.microsoft.com/kb/960598

/gustav
How to tell      DWalker   |   Edit   |   Show History
To answer the question above, the way to tell what service level you are using is to search the Web for "identify SQL Server version" (probably without the quotes). For
SQL 2005, you'll be led to KB article 321185. That article lists the productlevels. The SQL statement that you want is

SELECT  SERVERPROPERTY('productversion'), SERVERPROPERTY ('productlevel'), SERVERPROPERTY ('edition')

Tags What's this?: Add a tag
Flag as ContentBug
What to know before you install SP3      Alberto Morillo   |   Edit   |   Show History
Hello,

Most people install SP3 without a hitch. Here are some steps you can take to prepare for and prevent some issues:

http://www.sqlcoffee.com/Tips0007.htm

The following are some issues and solutions:

http://www.sqlcoffee.com/Troubleshooting051.htm
http://www.sqlcoffee.com/Troubleshooting050.htm
http://www.sqlcoffee.com/Troubleshooting049.htm
http://www.sqlcoffee.com/Troubleshooting048.htm

Regards,

Alberto Morillo
Microsoft MVP SQL Server
SQLCoffee.com
Flag as ContentBug
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker