473,406 Members | 2,698 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,406 software developers and data experts.

SQL Server 2005 SP2 update 2 rollup Performance tank

I installed the SQL Server 2005 SP2 update 2 rollup on my 64-bit
server and the performance has tanked!
I installed rollup 3 on some of them, but that did not seem to help.
I thought it was just a linked server performance issue, but my
optimization started running today on one of the "update 2" instances
and so far it's been running about 10 hours longer than it normally
does.
The rollup 3 fixed our stack dumping issues, but we NEED to have this
performance thing fixed!
I saw that MS has come out with update 4 last week - doesn't say
anything about fixing this, though.
Has anyone else experienced this?
I'm not necessarily expecting anyone to have a fix for this, just
want
to know I'm looking in the right place before I call MS.

Oct 25 '07 #1
3 4250
traceable1 (th******@gmail.com) writes:
I installed the SQL Server 2005 SP2 update 2 rollup on my 64-bit
server and the performance has tanked!

I installed rollup 3 on some of them, but that did not seem to help.

I thought it was just a linked server performance issue, but my
optimization started running today on one of the "update 2" instances
and so far it's been running about 10 hours longer than it normally
does.
Exactly what performance has dropped? Queries in general? Specific
queries or actions? You mention "my optimization", is that the reindexing
job.

You first say "my server" in singular, and then continued with "some of
them" and talks about "instances". Am I right to conclude that this is
one machine with several instances, and all are slow?

Sorry for asking questions, but there is not really much information to
work from in your post.
--
Erland Sommarskog, SQL Server MVP, es****@sommarskog.se

Books Online for SQL Server 2005 at
http://www.microsoft.com/technet/pro...ads/books.mspx
Books Online for SQL Server 2000 at
http://www.microsoft.com/sql/prodinf...ons/books.mspx
Oct 25 '07 #2

sorry for not including enough info.

Yes, we have several servers/instances.

I have 2 4-node clusters, 3 of each box running only 1 instance, the
4th is the spare. These have rollup update 3.
I have 1 4-node cluster, 3 of which are running 1 instance, the 4th is
the space. This cluster is running update 2.

It appears that the performance in the optimization (defrag + stats +
reindex) is slow now on the update 2 cluster, but the update 3 cluster
seems to be optimizing fine.

On the update3 servers, it appears that they are all using views which
point to an instance on one of the other boxes. 5 instances contain
the application data and they all point to the instance on the 6th box
which contains the shared data. So the linked server is slowing
things down.
However, these links have always been there and have just now slowed
to an unworkable speed since the update.

For a temporary band-aid, I am replicating this shared database to the
other instances and that seems to be getting us by.

I sure would like to see a fix for this, though!
Thanks!!
On Oct 25, 4:27 pm, Erland Sommarskog <esq...@sommarskog.sewrote:
traceable1 (thham...@gmail.com) writes:
I installed the SQL Server 2005 SP2 update 2 rollup on my 64-bit
server and the performance has tanked!
I installed rollup 3 on some of them, but that did not seem to help.
I thought it was just a linked server performance issue, but my
optimization started running today on one of the "update 2" instances
and so far it's been running about 10 hours longer than it normally
does.

Exactly what performance has dropped? Queries in general? Specific
queries or actions? You mention "my optimization", is that the reindexing
job.

You first say "my server" in singular, and then continued with "some of
them" and talks about "instances". Am I right to conclude that this is
one machine with several instances, and all are slow?

Sorry for asking questions, but there is not really much information to
work from in your post.

--
Erland Sommarskog, SQL Server MVP, esq...@sommarskog.se

Books Online for SQL Server 2005 athttp://www.microsoft.com/technet/prodtechnol/sql/2005/downloads/books...
Books Online for SQL Server 2000 athttp://www.microsoft.com/sql/prodinfo/previousversions/books.mspx

Oct 26 '07 #3
traceable1 (th******@gmail.com) writes:
I have 2 4-node clusters, 3 of each box running only 1 instance, the
4th is the spare. These have rollup update 3.
I have 1 4-node cluster, 3 of which are running 1 instance, the 4th is
the space. This cluster is running update 2.

It appears that the performance in the optimization (defrag + stats +
reindex) is slow now on the update 2 cluster, but the update 3 cluster
seems to be optimizing fine.

On the update3 servers, it appears that they are all using views which
point to an instance on one of the other boxes. 5 instances contain
the application data and they all point to the instance on the 6th box
which contains the shared data. So the linked server is slowing
things down.
However, these links have always been there and have just now slowed
to an unworkable speed since the update.
I'm still mainly in the dark. It appears that your main problem is that
the optimisation job has slowed down to a crawl on the update-2 cluster.
But then you start talking about a linked server. I can't see how the
optimisation job can be affected by the presense of a linked server.

Are these servers all part of the same application and are hosting
similar databases? Or are they completely different from each other?
--
Erland Sommarskog, SQL Server MVP, es****@sommarskog.se

Books Online for SQL Server 2005 at
http://www.microsoft.com/technet/pro...ads/books.mspx
Books Online for SQL Server 2000 at
http://www.microsoft.com/sql/prodinf...ons/books.mspx
Oct 26 '07 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: UNIXNewBie | last post by:
Am looking at an Oracle SQL reference book. They have the following SQL for ROLLUP which works SELECT 0.YEAR, TO_CHAR(TO_DATE(O.MONTH, 'MM'), 'Month') MONTH, R.NAME REGION, SUM(O.TOT_SALES)...
1
by: c.le_roq | last post by:
Hello, Using rollup I want to count the number of rows of a table called Table1 which is LEFT JOINED with a table called Table2. The problem is that we can have more than 1 rows in Table2 that...
1
by: Luqman | last post by:
I have just installed .Net Framework 1.0 on Windows Server 2000, service Pack 4, and tried http://localhost/iisstart.asp, but "The page cannot be displayed" error occurs, any idea what am I missing...
2
by: Kevin R | last post by:
I'm trying to get asp.net 1.1 running on my home PC. When I try creating a new ASP.NET Web Application in 'Visual Studio .NET 2003' I get the following error: "Visual Studio .NET has detected...
17
by: IanIpp | last post by:
We have a 3 month old quad processor/dual core server running SQL Server 2005 and already it is getting close to hitting the CPU wall. An 8 way CPU box is prohibitively expensive and out of the...
2
by: Jobs | last post by:
Download the JAVA , .NET and SQL Server interview with answers Download the JAVA , .NET and SQL Server interview sheet and rate yourself. This will help you judge yourself are you really worth of...
0
by: Ike | last post by:
When I use "With rollup," I am getting totals on columns which are numeric, however, non-numeric columns are copying down to the rollup column (i.e. the last column's non-numeric columns are being...
4
by: =?Utf-8?B?V2lsc29uIEMuSy4gTmc=?= | last post by:
Hi Experts, I am doing a prototype of providing data access (read, write & search) through Web Service. We observed that the data storing in SQL Server 2005, the memory size is always within...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.