SQL Server Central is supported by Red Gate Software Ltd.
 
Log in  ::  Register  ::  Not logged in
Search:  
 
 

Content with tags Performance Tuning, SQL Server 2005 Rss

Refine your search with one of the following additional tags (with number of items):

Performance Tuning and Scaling (5)     Advanced Querying (1)     Hardware (1)     SQL Server 2008 (1)    
SQL Server 7, 2000 (5)     Auditing (1)     Indexing (1)     SS2K5 - XML (1)    
Administration (2)     Backup and Recovery (1)     Programming (1)     T-SQL (1)    
.Net (1)     Compression (1)    
   Items 1 to 20 of 34    Next 20 >>
 

Making the Most Out of the SQL Server 2005 Performance Dashboard

The SQL Server 2005 Performance Dashboard is a new add-on to SQL Server 2005 that became available shortly after the release of Service Pack 2 for SQL Server 2005.  Read more...
Rating:  Rate this |  Briefcase | 6,525 reads

SQL 2005 vs. SQL 2008 Part 1 - (Backup File Sizes & Times)

SQL 2008 has some key improvements over SQL 2005. This article deals with backup compression and faster backups in SQL 2008  Read more...
By Kevin van der Merwe 2008/05/05 | Source: SQLServerCentral.com | Category: Compression
Rating: |  Discuss |  Briefcase | 9,301 reads

Top Queries in SQL Server 2005

This article illustrates how to query dynamic management views to find the TOP queries based on average CPU and average I/O.  Read more...
By Additional Articles 2008/04/09 | Source: Database Journal | Category: SQL Server 2005
Rating:  Rate this |  Briefcase | 4,847 reads

Predeployment I/O Best Practices

The I/O system is important to the performance of SQL Server. When configuring a new server for SQL Server or when adding or modifying the disk configuration of an existing system, it is good practice to determine the capacity of the I/O subsystem prior to deploying SQL Server. This white paper discusses validating and determining the capacity of an I/O subsystem. A number of tools are available for performing this type of testing. This white paper focuses on the SQLIO.exe tool, but also compares all available tools. It also covers basic I/O configuration best practices for SQL Server 2005.  Read more...
By Additional Articles 2008/01/04 | Source: TechNet | Category: SQL Server 2005
Rating:  Rate this |  Briefcase | 1,936 reads

Indexing in SQL Server 2005

How should you approach indexing your database? Do you have a good strategy for deciding which indicies to create and on which columns? Aaron Ingold brings us a great article discussing these very topics that is likely to become a must read for many DBAs.   Read more...
By Aaron Ingold 2007/01/08 | Source: SQLServerCentral.com | Category: Performance Tuning
Rating: |  Discuss |  Briefcase | 14,886 reads

The Effect of NOLOCK on Performance

Using hints in a query is something that most DBAs don't ever seem to bother with, but when they do, NOLOCK seems to be their hint of choice. Wayne Fillis brings us a detailed examination of how this particular hint actually affects the performance of your system.   Read more...
By Wayne Fillis 2007/03/23 (first posted: 2007/01/24) | Source: SQLServerCentral.com | Category: Performance Tuning
Rating: |  Discuss |  Briefcase | 39,832 reads

The “sys.dm_os_performance_counters” Dynamic Management View

SQL Server performance can be tracked and monitored by using performance counters. For SQL Server 2005 performance counters can be displayed by using the “sys.os_exec_performance_counters” Dynamic Management View (DMV).  Read more...
By Additional Articles 2007/12/05 | Source: SQL Server Performance | Category: SQL Server 2005
Rating:  Rate this |  Briefcase | 1,445 reads

SQL Server Indexes: The Basics

Indexes directly affect the performance of database applications. This article uses analogies to describe how indexes work. The estimated execution plan feature of the Query Window is utilized to compare the performance of two queries in a batch.  Read more...
By Additional Articles 2007/12/04 | Source: SQLTeam.com | Category: Indexing
Rating: (not yet rated)  Rate this |  Briefcase | 3,766 reads

Troubleshooting Performance Problems in SQL Server 2005

It is not uncommon to experience the occasional slow down of a SQL Server database. A poorly designed database or a system that is improperly configured for the workload are but several of many possible causes of this type of performance problem.  Read more...
By Additional Articles 2007/11/22 | Source: Microsoft MSDN | Category: SQL Server 2005
Rating: (not yet rated)  Rate this |  Briefcase | 3,471 reads

SQL Server 2005 Database Options and Configuration Performance Audit Checklist

As part of your performance audit, you will need to examine each database located on each of your SQL Server instances and examine some basic database settings.  Read more...
By Additional Articles 2007/11/16 | Source: SQL Server Performance | Category: SQL Server 2005
Rating: (not yet rated)  Rate this |  Briefcase | 2,972 reads

Introduction to Parameterization in SQL Server

In a previous article I showed how to look at what query plans are in SQL Server's memory. In this article I'll look at how they got there and how and when they get reused. This is commonly called compiling a query plan. More specifically I'll look at how and when SQL Server can parameterize dynamic SQL   Read more...
By Additional Articles 2007/08/14 | Source: SQLTeam.com | Category: Performance Tuning
Rating:  Rate this |  Briefcase | 2,824 reads

What Query Plans are in SQL Server's Memory?

SQL Server memory is primarily used to store data (buffer) and query plans (procedure cache). In this article I'll show how much memory is allocated to the procedure cache (RAM). I'll explain how to determine what plans are in the cache and how often they're used.  Read more...
By Additional Articles 2007/08/10 | Source: SQLTeam.com | Category: Performance Tuning
Rating:  Rate this |  Briefcase | 2,234 reads

Custom reports in Management Studio, using the Performance Dashboard

If you are using SSMS and SQL Server 2005 SP2, You've probably tried out the database reports that are available in the Performance Dashboard, and decided how useful they are, but did you know that you can create your own dashboard reports?   Read more...
By Additional Articles 2007/08/07 | Source: SimpleTalk | Category: Performance Tuning
Rating:  Rate this |  Briefcase | 1,909 reads

What Data is in SQL Server's Memory?

SQL Server memory is primarily used to store data (buffer) and query plans (cache). In this article I'll show how much memory is allocated to the data buffer (or RAM). I'll explain how to determine what tables and indexes are in the buffer memory of your server.  Read more...
By Additional Articles 2007/08/03 | Source: SQLTeam.com | Category: Performance Tuning
Rating:  Rate this |  Briefcase | 3,373 reads

Making the Most Out of the SQL Server 2005 Performance Dashboard

The SQL Server 2005 Performance Dashboard is a new add-on to SQL Server 2005 that became available shortly after the release of Service Pack 2 for SQL Server 2005.  Read more...
Rating:  Rate this |  Briefcase | 6,525 reads

Parallel Statistics Update

Full scan statistics update can be slow and expensive on a large system, and a single update statistics job for a whole database can easily exceed an overnight maintenance window. This article looks at jobs that could update statistics on the system in parallel.  Read more...
Rating:  Rate this |  Briefcase | 1,630 reads

SQL Server Wait Events: Taking the Guesswork out of Performance Profil

This article introduces some techniques that will allow you to pinpoint exactly where the performance issues are in your system, so you'll know exactly where to spend your time (and money) in solving them.   Read more...
By Additional Articles 2007/04/03 | Source: SimpleTalk | Category: Performance Tuning
Rating:  Rate this |  Briefcase | 1,807 reads

The Effect of NOLOCK on Performance

Using hints in a query is something that most DBAs don't ever seem to bother with, but when they do, NOLOCK seems to be their hint of choice. Wayne Fillis brings us a detailed examination of how this particular hint actually affects the performance of your system.   Read more...
By Wayne Fillis 2007/03/23 (first posted: 2007/01/24) | Source: SQLServerCentral.com | Category: Performance Tuning
Rating: |  Discuss |  Briefcase | 39,832 reads

Using Plan Guides in SQL Server 2005

In SQL Server 2005, there is a new feature called Plan Guides that can help out in some cases where you discover poorly performing queries that you don't have direct control over. Essentially, a Plan Guide allows you to add or modify query hints to queries on the fly, just before they are executed.  Read more...
Rating:  Rate this |  Briefcase | 1,773 reads

SQL Server XML Performance Tips

A series of tips on optimizing XML in your SQL Server databases.   Read more...
Rating:  Rate this |  Briefcase | 2,413 reads
   Items 1 to 20 of 34    Next 20 >>
 
Most popular

SQL 2005 vs. SQL 2008 Part 1 - (Backup File Sizes & Times)

SQL 2008 has some key improvements over SQL 2005. This article deals with backup compression and faster backups in SQL 2008  Read more...
By Kevin van der Merwe 2008/05/05 | Source: SQLServerCentral.com | Category: Compression
Rating: |  Discuss |  Briefcase | 9,301 reads

The Effect of NOLOCK on Performance

Using hints in a query is something that most DBAs don't ever seem to bother with, but when they do, NOLOCK seems to be their hint of choice. Wayne Fillis brings us a detailed examination of how this particular hint actually affects the performance of your system.   Read more...
By Wayne Fillis 2007/03/23 (first posted: 2007/01/24) | Source: SQLServerCentral.com | Category: Performance Tuning
Rating: |  Discuss |  Briefcase | 39,832 reads

Indexing in SQL Server 2005

How should you approach indexing your database? Do you have a good strategy for deciding which indicies to create and on which columns? Aaron Ingold brings us a great article discussing these very topics that is likely to become a must read for many DBAs.   Read more...
By Aaron Ingold 2007/01/08 | Source: SQLServerCentral.com | Category: Performance Tuning
Rating: |  Discuss |  Briefcase | 14,886 reads