Search
Related Links




    

Informative Articles

5 Simple Tips to Prevent MS Access Database Corruption
Having spent many hours fixing Access databases during the past 10 years of my life, I've put together this short list of 5 Simple Tips to Prevent MS Access Database Corruption. While the potential causes are numerous, I've found that the majority...

Dedicated Server Price Check by www.vipwh.com
The price of dedicated hosting services has really come down in the past couple of years. In fact, prices have dropped so much for the "budget dedicated server" market. While competitive conditions in both the hosting industry and the computer...

Denial Of Service Attack
A Distributed Denial of Service (DDoS) is an attack on a network which is designed to bring it to a halt. This is done by sending useless traffic to a specific service/port on a server. The amount of traffic sent would overwhelm the service, so...

Improving SQL Performance
How do you know how much hardware is really needed by your applications? And what do you do when your applications are overloading your system? The answer lies with improving your SQL performance. You have to tune your hardware SQL server and...

Static Discharge Causes Flaky Damage
Permission is granted for the below article to forward, reprint, distribute, use for ezine, newsletter, website, offer as free bonus or part of a product for sale as long as no changes are made and the byline, copyright, and the resource box below...

 
Improving SQL Performance

How do you know how much hardware is really needed by your applications? And what do you do when your applications are overloading your system? The answer lies with improving your SQL performance. You have to tune your hardware SQL server and monitor performance, all of which will be explained as clearly as possible on this page.

The first thing to do when you want to improve your SQL performance is you need to learn how to optimize your system by finding out how much hardware you really need to run your applications. The best way to tune your hardware and monitor performance is through the art of performance monitoring which takes experience, knowledge, and sometimes even luck.

Performance monitoring guidelines:

Make sure you’re running your typical processes and work loads during the monitoring.

Don’t only do a real-time monitoring of your servers; capture long running logs.

Always have the disk counters turned ON.

Set up the chart windows with an interval of 18 seconds for routine, daily desktop monitoring.

Know the


tools you are working with.
Don’t be afraid to experiment.

Know the terminology (“objects” are lists of individual stats available; “counter” is a single stat; “instance” is further breakdown of a counter stat into duplicate components).

A bottleneck happens when the hardware resources can’t keep up with the demands of the software. This is usually fixed in one of two ways: first, you identify the limiting hardware and increase its potential (i.e. a faster hard drive or increase the speed of the computer); second, make the software processes use the hardware more efficiently.

Five areas to watch when improving SQL performance and identifying bottlenecks:

Memory usage
CPU processor utilization
Disk input/output performance
User connections
Blocking locks


About the Author
Marisa Pellegrino is a freelance writer from Montreal and is the head researcher and content manager for SQL Server Database Recovery. www.sql-recovery.com