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.
-
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.
Concepts
New and Updated Books Online Topics (17 November 2008)Other Resources
Microsoft SQL Server 2005 SP3 Release NotesHelp and Information
Getting SQL Server 2005 AssistanceMost 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
- 4/19/2009
- Alberto Morillo
- 6/22/2009
- Alberto Morillo
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')
- 3/5/2009
- DWalker
http://support.microsoft.com/kb/960598
/gustav
- 1/29/2009
- Mr. Mox
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
- 12/17/2008
- Tai Yee - MSFT
- 12/29/2008
- Tai Yee - MSFT