Click here to monitor SSC
SQLServerCentral is supported by Red Gate Software Ltd.
 
Log in  ::  Register  ::  Not logged in
 
 
 

Articles with tag performance tuning Rss

Search for any content tagged performance tuning

<< Previous 20    Items 41 to 60 of 433    Next 20 >>
 

Speeding Up Database Access Part 3 - Fixing Missing Indexes

Learn how to add those indexes you need in part 3 of Matt Perdeck's 8 part series on improving data access. This is based on the book ASP.NET Site Performance Secrets.  Read more...
By mperdeck 2011/08/02 | Source: SQLServerCentral.com | Category: indexing
Rating: |  Discuss |   Briefcase | 8,360 reads

CLR Performance Testing

Are Common Language Runtime routines in SQL Server faster or slower than the equivalent T-SQL code? How would you go about testing the relative performance objectively? Solomon Rutzky creates a test framework to try to answer the question and comes up with some surprising results that you can check for yourself.  Read more...
By Additional Articles 2011/08/01 | Source: SimpleTalk | Category: sqlclr
Rating:  Rate this |   Briefcase | 2,255 reads

System Monitor (Perfmon) Counters for SQL Server 2005

Capturing performance monitor counters is of great value to understand how SQL Server is behaving at a macro level, that being how overall resources are being used within the engine. Without this data it is difficult to determine where the performance issues are occurring. Capturing the metrics has been traditionally from Performance Monitor either on an ad-hoc basis or setting up a log to capture the values on a predefined basis.  Read more...
By Additional Articles 2011/07/27 | Source: MSSQLTips.com | Category: performance tuning
Rating:  Rate this |   Briefcase | 2,805 reads

Speeding up database access Part 2 - Pinpointing Other Bottlenecks

Part 2 of a series from Matt Perdeck on speeding up your database access. This is a great series for developers. This is based on the book ASP.NET Site Performance Secrets.  Read more...
By mperdeck 2011/07/26 | Source: SQLServerCentral.com | Category: performance tuning
Rating: |  Discuss |   Briefcase | 10,151 reads

Speeding up Data Access Part 1 - Missing Indexes

In the first part of this series, learn how to pinpoint missing indexes in your databases.  Read more...
By mperdeck 2011/07/19 | Source: SQLServerCentral.com | Category: indexing
Rating: |  Discuss |   Briefcase | 16,713 reads

The RECOMPILE Options

This artcle attempts to differentiate between the uses of WITH RECOMPILE and OPTION (RECOMPILE) features.  Read more...
By Suresh Maganti 2011/07/07 | Source: SQLServerCentral.com | Category: t-sql
Rating: |  Discuss |   Briefcase | 6,988 reads

Taking It to the Extreme: SQLCLR and Parallelism

Learn to use SQLCLR, parallelism and how to write better performing SQL code from MVP Adam Machanic in New York City on July 14-15. Early bird discounts available with the code "EARLYBIRD".  Read more...
By Press Release 2011/06/27 (first published: 2011/05/20) | Source: SQLServerCentral.com | Category: training
Rating:  Rate this |   Briefcase | 5,612 reads

Taking It to the Extreme: SQLCLR and Parallelism

Learn to use SQLCLR, parallelism and how to write better performing SQL code from MVP Adam Machanic in New York City on July 14-15. Early bird discounts available with the code "EARLYBIRD".  Read more...
By Press Release 2011/06/27 (first published: 2011/05/20) | Source: SQLServerCentral.com | Category: training
Rating:  Rate this |   Briefcase | 5,612 reads

SQL 2005 vs. SQL 2008 Part 1 - (Backup File Sizes and 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 2011/05/30 (first published: 2008/05/05) | Source: SQLServerCentral.com | Category: compression
Rating: |  Discuss |   Briefcase | 22,066 reads

Cursors for T-SQL Beginners

Should we really avoid cursors? See how to rewrite code to avoid cursors and also analyze the implications.   Read more...
By Wagner Crivelini 2011/05/27 (first published: 2009/01/01) | Source: SQLServerCentral.com | Category: cursors
Rating: |  Discuss |   Briefcase | 21,796 reads

Taking It to the Extreme: SQLCLR and Parallelism

Learn to use SQLCLR, parallelism and how to write better performing SQL code from MVP Adam Machanic in New York City on July 14-15. Early bird discounts available with the code "EARLYBIRD".  Read more...
By Press Release 2011/06/27 (first published: 2011/05/20) | Source: SQLServerCentral.com | Category: training
Rating:  Rate this |   Briefcase | 5,612 reads

Top 10 SQL Server Counters for Monitoring SQL Server Performance

Greg Larsen lists his top 10 SQL Server counters for maintaining database performance.   Read more...
By Additional Articles 2011/05/12 | Source: Database Journal | Category: performance tuning
Rating: (not yet rated)  Rate this |   Briefcase | 6,997 reads

Performance Troubleshooting with Windows Resource Monitor - Part 2

In the second part of the Resource Monitor series we conclude with a look using the Memory tab and Disk tab to diagnose performance issues.  Read more...
Rating: (not yet rated)  Rate this |   Briefcase | 3,449 reads

Performance Troubleshooting with Windows Resource Monitor

Windows Resource Monitor can be a very useful tool for initial diagnosis of performance issues. In this two part series we look at how to troubleshoot performance issues using Resource Monitor.  Read more...
Rating:  Rate this |   Briefcase | 2,874 reads

SQLServerCentral Best Practices Clinic: Part 2

In part 2 of our best practices clinic, Brad McGehee looks at a couple of the items that were misconfigured on the SQLServerCentral database instances.  Read more...
By Brad McGehee 2011/04/13 | Source: SQLServerCentral.com | Category: sqlservercentral
Rating: |  Discuss |   Briefcase | 4,891 reads

An nHibernate Head Scratcher

An interesting mystery on why some nHibernate performance issues might exist on your systems. Read this piece from SQL Server expert David Poole and look to see if this is a problem you can easily solve in your environment.  Read more...
By David Poole 2011/04/11 | Source: SQLServerCentral.com | Category: performance tuning
Rating: |  Discuss |   Briefcase | 6,002 reads

On Leadership - Lead by Example

This is the second part of a leadership series I started with On Leadership - Lead from the Front. To recap...  Read more...
By 2011/04/08 | Source: SQLServerCentral.com | Category: blogs
Rating: (not yet rated)  Rate this |   Briefcase | 1,626 reads

SQL Server Index Maintenance Performance Tuning for Large Tables

This article describes a real-world example of performance tuning index maintenance for a large table of approximately 1 billion rows.   Read more...
Rating: (not yet rated)  Rate this |   Briefcase | 5,487 reads

SSRS Reports Performance Debugging and Analysis

SSRS provides a very user friendly way to author and deploy reports. These reports can be accessed from different platforms where the reports are deployed - reports manager, SharePoint, stand-alone / distributed applications or programmatically using SSRS SOAP endpoints. Unfortunately, SSRS / BIDS does not provide any high-end debugging tools such as SQL Profiler for analyzing the performance of SSRS reports. In this tip we will look at different ways of debugging and analyzing SSRS reports performance using execution logs and freeware tools.  Read more...
By Additional Articles 2011/03/28 | Source: MSSQLTips.com | Category: reporting services (ssrs)
Rating: (not yet rated)  Rate this |   Briefcase | 4,236 reads

How to Identify CPU Bottlenecks in SQL Server

We experience regular slowdowns on our MS SQL database. After analyzing the memory usage we would like to continue the root cause investigation by examining CPU bottlenecks. What is your recommendation to recognize CPU related bottlenecks in SQL Server?  Read more...
By Additional Articles 2011/03/15 | Source: MSSQLTips.com | Category: performance tuning
Rating:  Rate this |   Briefcase | 5,692 reads
<< Previous 20    Items 41 to 60 of 433    Next 20 >>