Log in
::
Register
::
Not logged in
Home
Tags
Articles
Editorials
Stairways
Forums
Scripts
Videos
Blogs
QotD
Books
Ask SSC
SQL Jobs
Training
Authors
About us
Contact us
Newsletters
Write for us
Recent Posts
Recent Posts
Popular Topics
Popular Topics
Home
Search
Members
Calendar
Who's On
Home
»
SQL Server 7,2000
»
Performance Tuning
»
Most common types of fix...
Most common types of fix...
Rate Topic
Display Mode
Topic Options
Author
Message
Jake Shelton
Jake Shelton
Posted Monday, March 19, 2012 2:20 PM
Valued Member
Group: General Forum Members
Last Login: Tuesday, October 02, 2012 7:34 AM
Points: 66,
Visits: 305
Hi all, I've been taking a look around the Perf fora recently and comparing the scenarios to my own findings, and I was curious as to which types of solution you all have found are the most prevalent.
I'd say the following types of fix are most common, so imo, in descending order;
1) Code rewrite;
2) Memory/CPU upgrade;
3) SQL Server reconfiguration;
4) Disk System upgrade/reconfiguration
5) OS reconfiguration
6) Server/Service restart
Like I said, I'm curious to know if this agrees with (or how this differs from) your own experiences.
Post #1269208
GilaMonster
GilaMonster
Posted Monday, March 19, 2012 2:26 PM
SSC-Dedicated
Group: General Forum Members
Last Login: Today @ 3:13 PM
Points: 38,096,
Visits: 30,390
1) SQL code changes
2) Indexes
3) Application code changes
4) Database config changes
5) Hardware upgrades (IO predominately, very hard to max out a modern CPU with well-written code)
Restarting SQL is not a performance fix. If restarting SQL improves performance then there's some config or code problem that needs to be identified and resolved.
Gail Shaw
Microsoft Certified Master: SQL Server 2008, MVP
SQL In The Wild
: Discussions on DB performance with occasional diversions into recoverability
We walk in the dark places no others will enter
We stand on the bridge and no one may pass
Post #1269212
Jake Shelton
Jake Shelton
Posted Monday, March 19, 2012 2:45 PM
Valued Member
Group: General Forum Members
Last Login: Tuesday, October 02, 2012 7:34 AM
Points: 66,
Visits: 305
GilaMonster (3/19/2012)
1) SQL code changes
2) Indexes
3) Application code changes
4) Database config changes
5) Hardware upgrades (IO predominately, very hard to max out a modern CPU with well-written code)
Restarting SQL is not a performance fix. If restarting SQL improves performance then there's some config or code problem that needs to be identified and resolved.
Agree completely that restarting SQL is a quick and even dirtier method of brushing problems under the rug, and with #5 not including CPU, to be honest I hesitated in mentioning either.
I'm surprised at # 4 however, what database-level changes have you found most involved with improving performance?
Post #1269226
GilaMonster
GilaMonster
Posted Monday, March 19, 2012 2:56 PM
SSC-Dedicated
Group: General Forum Members
Last Login: Today @ 3:13 PM
Points: 38,096,
Visits: 30,390
Jake Shelton (3/19/2012)
I'm surprised at # 4 however, what database-level changes have you found most involved with improving performance?
AWE on 32 bit instances (instance not database level), max server memory (instance not database level), forced parameterisation, optimise for ad-hoc workloads (instance not database level), snapshot or read committed snapshot. Turning off autoclose/autoshrink, fixing growth increments, fixing log fragmentation.
Huge gap between 3 and 4 though, and most of those are not for SQL 2000
Gail Shaw
Microsoft Certified Master: SQL Server 2008, MVP
SQL In The Wild
: Discussions on DB performance with occasional diversions into recoverability
We walk in the dark places no others will enter
We stand on the bridge and no one may pass
Post #1269233
« Prev Topic
|
Next Topic »
Permissions
You
cannot
post new topics.
You
cannot
post topic replies.
You
cannot
post new polls.
You
cannot
post replies to polls.
You
cannot
edit your own topics.
You
cannot
delete your own topics.
You
cannot
edit other topics.
You
cannot
delete other topics.
You
cannot
edit your own posts.
You
cannot
edit other posts.
You
cannot
delete your own posts.
You
cannot
delete other posts.
You
cannot
post events.
You
cannot
edit your own events.
You
cannot
edit other events.
You
cannot
delete your own events.
You
cannot
delete other events.
You
cannot
send private messages.
You
cannot
send emails.
You
may
read topics.
You
cannot
rate topics.
You
cannot
vote within polls.
You
cannot
upload attachments.
You
may
download attachments.
You
cannot
post HTML code.
You
cannot
edit HTML code.
You
cannot
post IFCode.
You
cannot
post JavaScript.
You
cannot
post EmotIcons.
You
cannot
post or upload images.
Copyright © 2002-2013 Simple Talk Publishing. All Rights Reserved.
Privacy Policy.
Terms of Use.
Report Abuse.