473,568 Members | 2,738 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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 4264
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****@sommarsk og.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...@sommars kog.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...@sommarsk og.se

Books Online for SQL Server 2005 athttp://www.microsoft.c om/technet/prodtechnol/sql/2005/downloads/books...
Books Online for SQL Server 2000 athttp://www.microsoft.c om/sql/prodinfo/previousversion s/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****@sommarsk og.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
5305
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) FROM ORDERS O, REGION R
1
2545
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 matched 1 row in Table1. As a consequence the count of rows in table1 is bigger than the real number of rows contained in table1. For example:
1
1373
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 ? Best Regards, Luqman
2
2243
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 that the specified Web server is not running ASP.NET version 1.1. You will be unable to run ASP.NET Web applications or services" Thanks for any...
17
2628
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 question. I am looking desperately for a way to TRULY scale out SQL server...in the same way that IIS can be scaled out via App Center. The "in...
2
6937
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 attending interviews. If you own a company best way to judge if the candidate is worth of it. http://www.questpond.com/InterviewRatingSheet.zip
0
3769
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 duplicated on the rollup column). For example. if I order by date with rollup and, I am also outputting emplyee, and some numeric value , at the...
4
3591
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 250MB. Our aim is to support ~50K concurrency users. After investigation, we are thinking to use In-memory database for achieving
0
7604
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language...
0
7916
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. ...
0
8117
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that...
0
7962
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the...
1
5498
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes...
0
5217
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert...
0
3651
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in...
1
1207
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
932
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating...

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.