Re: Poor performance after upgrading to sql server 2005
- From: "Andrew J. Kelly" <sqlmvpnooospam@xxxxxxxxxxxx>
- Date: Tue, 28 Feb 2006 19:44:20 -0500
Are you saying the execution plan is identical on both machines? Are you
using the graphical showplan to determine this or some other way? Is
parallelism involved? Have you played with MAXDOP? What is your disk
configuration like and where are the files? Can you show the output of
sp_configure?
--
Andrew J. Kelly SQL MVP
"Rich Wood" <RichWood@xxxxxxxxxxxxxxxx> wrote in message
news:3C36BDDF-4696-4B81-9743-4A5BB63C4F53@xxxxxxxxxxxxxxxx
I have two machines, one running windows server 2000 and sql server 2000
standard and the other running windows server 2003 64-bit and sql server
2005
64-bit. The sql 2000 machine has two 2.4 GHz processors with 512 K cache
and
4 GB memory and the sql 2005 machine has two dual core 2.8 GHz processors
with 2 MB L2 cache and 12 GB memory.
I set up the same database on both machines and ran a series of production
jobs to compare performance and in every case the sql 2000 db outperformed
the sql 2005 db. Sometimes the difference was more than 20 times.
We also ran a series of benchmark tests to compare the cpu, memory and
disk
performance independent of sql server and in every case the sql 2005
machine
significantly outperformed the sql 2000 machine.
Comparing actual execution plans between the two servers, it looks like
the
sql 2005 db uses more cpu than the sql 2000 db to perform the same
operations. We have optimized the indexes and updated the statistics on
the
sql 2005 machine. What else could be causing this problem?
Thanks,
Rich Wood
.
- Follow-Ups:
- Re: Poor performance after upgrading to sql server 2005
- From: Rich Wood
- Re: Poor performance after upgrading to sql server 2005
- Prev by Date: Re: SQL Service pack not being updated
- Next by Date: Re: SQL Server 2000, Raid 1 or Raid 5 for Applications
- Previous by thread: Re: SQL Service pack not being updated
- Next by thread: Re: Poor performance after upgrading to sql server 2005
- Index(es):
Relevant Pages
|