Quote:> Problem is that the databases are identical (except for hard-drive
> organization), and my much slower machine is running circles around theirs.
Are they really identical? Sorry for questioning, but I've seen so many posts where
the turned out to not be the case. Load a backup from "machine A to machine B" to make
sure. Statistics might, for instance, make a huge difference...
Quote:> Problem is that the databases are identical (except for hard-drive
> organization),
Do you have transaction log on slow device (perhaps even RAID 5 without write cache)?
I don't think that it should matter that much, but worth checking.
Quote:> Also, it appears that the number of round-trips to the server on his network
> may also be an issue. Is one of the network libraries a better choice than
> others in this regard?
Can be in some cases. Does the same difference apply for read operations. If not, then
the netlib should not be the problem...
--
Tibor Karaszi, SQL Server MVP
Please reply to the newsgroup only, not by email.
FAQ at: http://www.sqlserverfaq.com
> Thanks, Tibor.
> Problem is that the databases are identical (except for hard-drive
> organization), and my much slower machine is running circles around theirs.
> Also, it appears that the number of round-trips to the server on his network
> may also be an issue. Is one of the network libraries a better choice than
> others in this regard?
> Randy
> > A couple of things to check...
> > Make sure that you haven't over-indexed the table(s).
> > Make sure that you *do* have an index(es) for the column(s) which you are
> using in the
> > UPDATE's WHERE clause.
> > --
> > Tibor Karaszi, SQL Server MVP
> > Please reply to the newsgroup only, not by email.
> > FAQ at: http://www.sqlserverfaq.com
> > > We've run into a situation with a client who has just moved to the SQL
> > > Server version of our application in which query performance is
> acceptable,
> > > but updates are at least an order of magnitude too slow. Any thoughts on
> > > what I might check for update-related performance problems? Their
> machine is
> > > a dual-CPU 600MHZ monster, and my old 200MHZ single CPU Pentium Pro NT
> > > machine is running circles around theirs. I can do 10 transactions in 10
> > > seconds here, while theirs takes over 2 minutes to do a similar
> transaction
> > > set.
> > > Any thoughts?
> > > Thanks,
> > > Randy