SQL Server Performance

  • Home
  • Articles
  • Forums
  • Tips
  • Training
  • FAQ's
  • Blogs
  • Software
  • Books
  • About Us
RSS Feeds
Sign in | Join


Tip Topics

All Tips
ADO.NET / ASP.NET
Administration
Analysis/OLAP Services
Application Development
Configuration
Components
ETL
Hardware
High Availability
Hints
Index
Misc
Operating Systems
Performance Tuning
Replication
T-SQL
Views

USEFUL SITES :

ASP.NET Tutorials
Windows and SQL Azure Tutorials
Cloud Hosting Magazine
SharePoint Tutorials
Windows Server Help

Write for Us

Share your SQL Server knowledge with others and raise your profile in the community More...
Latest Articles

A High Level Comparison Between Oracle and SQL Server - Part ...
A High Level Comparison Between Oracle and SQL Server - Part ...
A High Level Comparison Between Oracle and SQL Server - Part ...
A High Level Comparison Between Oracle and SQL Server

More     
 
Latest FAQ's

Add Node to A SQL Server failover Cluster failed with invalid ...
SQL Server Destination remote server error
Setting Up Data And Log Files For SQL Server
Will Check Constraints Improve Database Performance?

More     
   
Latest Software Reviews

dbForge Review
Spotlight on ApexSQL Diff - Server-based database comparison tool ...
Spotlight on ApexSQL Data Diff - Server-based database comparison tool ...
Spotlight on ApexSQL Doc 2008

More     

tips >> configuration >> SQL Server Service Pack

SQL Server Service Pack

By : Brad McGehee
Mar 14, 2007

Because service packs include fixes that often affect performance (among other things) you should upgrade your SQL Servers with the most recent service pack when it becomes available.

In some cases, service packs affect how the Query Optimizer performs. Because of this, some queries that were once slow may now be faster. On the other hand, some queries that were fast may become slower. Because of this, after installing any service pack, you need to be aware of the above possibilities, so that you can deal with them as appropriate. Specifically, keep in mind that hints used in some queries may no longer be needed once a service pack added, so keep a close eye on them after it is installed.

But, as any prudent DBA knows, you will want to thoroughly test the newest service pack before installing it on your production servers. [6.5, 7.0, 2000, 2005] Updated 11-15-20005

*****

Sometimes you need to find out which service pack version you are running on SQL Server. First, run this command in Query Analyzer or Management Studio:

SELECT @@Version

Or

SELECT SERVERPROPERTY('ProductLevel')

Once you have the version number, then match it to the list below to find which SQL Server service pack you are using.

  • 2005.90.2047 SQL Server 2005 SP1
  • 2005.90.1399 SQL Server 2005 RTM
  • 2000.8.00.2039 SQL Server 2000 SP4
  • 2000.8.00.760 SQL Server 2000 SP3
  • 2000.8.00.534 SQL Server 2000 SP2
  • 2000.8.00.384 SQL Server 2000 SP1
  • 2000.8.00.194.0 SQL Server 2000 "gold" release, no SP
  • 7.00.623 SQL Server 7.0 "gold" release, no SP
  • 7.00.677 MSDE in Office 2000, Office Developer
  • 7.00.689 SQL Server 7.0 SP1 Beta
  • 7.00.699 SQL Server 7.0 SP1
  • 7.00.835 SQL Server 7.0 SP2 Beta
  • 7.00.842 SQL Server 7.0 SP2
  • 7.00.961 SQL Server 7.0 SP3
  • 7.00.1063 SQL Server 7.0 SP4
  • 6.50.201 SQL Server 6.5 "gold" release
  • 6.50.213 SQL Server 6.5 with SP1
  • 6.50.240 SQL Server 6.5 with SP2
  • 6.50.252 SQL Server 6.5 with "bad" SP3. Do not use.
  • 6.50.258 SQL Server 6.5 with SP3
  • 6.50.259 SQL Server 6.5 on SBS only
  • 6.50.281 SQL Server 6.5 with SP4
  • 6.50.297 SQL Server 6.5 included in Site Server 3
  • 6.50.339 SQL Server 6.5 "Y2K" Hot-fix
  • 6.50.415 SQL Server 6.5 with "bad" SP5. Do not use.
  • 6.50.416 SQL Server 6.5 with SP5a
  • 6.50.479 SQL Server 6.5 with "post SP5a update"

[6.5, 7.0, 2000, 2005] Updated 11-15-2005

*****

To find out the current level of SQL Server Analysis Services, start the Analysis Manager, right-click on the Analysis Servers node, and select "About Analysis Services."

Once you have the version number, then match it to the list below to find which SQL Server service pack you are using.

  • 2000.8.0.760 Analysis Services SP 3
  • 2000.8.0.532 Analysis Services SP 2
  • 2000.8.0.382 Analysis Services SP1
  • 2000.8.0.194 Analysis Services "gold" release, no SP

[2000] Updated 11-15-2005

 


        








C# Help and Tutorials | PHP MySQL Tutorial | Sharepoint Tutorial | Azure Tutorial | Cloud Hosting Magazine | ASP.NET Tutorials | Windows Server Help | Windows Phone Pro | Silverlight Ace | Visual Studio Tutorials | Home | Peformance Articles | Audit Articles | Business Intelligence Articles | Clustering Articles | Developer Articles | Reporting Services Articles | DBA Articles | ASP.NET / ADO.NET Articles | SQL Server Training Videos | DBA FAQ's | Developer Peformance FAQ's | DBA Peformance FAQ's | Developer FAQ's | Clustering FAQ's | Error Messages | Audit Tool Reviews | Backup Tool Reviews | Coding Tool Reviews | Compare Tool Reviews | Documentation Tool Reviews | Design Tool Reviews | Monitoring Tool Reviews | Log Tool Reviews | Reporting Tool Reviews | Clustering Tool Reviews | Security Tool Reviews | Change Management Tool Reviews | Remote Access Tool Reviews | Book Reviews | Security Tool Reviews | ADO.NET / ASP.NET | Administration | Analysis/OLAP Services | Application Development | Configuration | Components | ETL | Hardware | High Availability | Hints | Index | Misc | Operating Systems | Performance Tuning | Replication | T-SQL | Views


              © 2010 Jude O'Kelly. All rights reserved