Technology News
Home | Tech Store | Amazon Store | Game Store | Webmaster Tools | Safe Kids Links | Promotional Items
Site Sponser
Recommended Products
Related Links



Christian InTech Articles - Computers

 

 

Informative Articles

Computer Geeks and Garden Gnomes
First and foremost before I begin my ranting it is worth mentioning that there are many very helpful and considerate people out there in the cyber wilderness who devote much of their time to providing open source and free scripts of all variations...

Computer Network Designing
Computer network designing takes into account different aspects and topics. An ideal computer network design will be based on the layout, capacity planning, and security plans. Computer network design requires a good understanding of the...

GETTING TO KNOW CMYK
You may wonder why colors are grouped into different modes. And no, there’s no racial discrimination involved. For the nature of design to flow in an organized manner, there are primary colors, secondary colors, tertiary colors, etc. If you are not...

Keep your computer in a very good shape
Registry stores all kinds of information, such as wallpaper and fonts, hardware configuration data, security policies, user preferences (etc.). Damaged Registry means a "brain"-damaged system. Registry errors slow down your computer,...

Spyware Prevention
Spyware prevention is essential to keeping your computer running smoothly, but in the current world of computers it is becoming increasingly difficult to win the battle over spyware prevention. The problem seems to be that spyware is everywhere....

 
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