Re: Very slow access using MDAC2.8
From: Val Mazur \(MVP\) (group51a_at_hotmail.com)
Date: 03/10/05
- Next message: Val Mazur \(MVP\): "Re: ADODB NextRecordSetMethod using MSDAORA"
- Previous message: Val Mazur \(MVP\): "Re: Asynchronous callback with ADO recordset"
- In reply to: Adam: "Very slow access using MDAC2.8"
- Next in thread: Adam: "Re: Very slow access using MDAC2.8"
- Reply: Adam: "Re: Very slow access using MDAC2.8"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 9 Mar 2005 19:56:43 -0500
Hi,
I do not think performance related to the version of MDAC. Do you have exact
same indexes for the tables on all SQL Servers? If index is missing and
table is huge, then it could affect performance. It also could be a slow
connection to the linked server.
-- Val Mazur Microsoft MVP http://xport.mvps.org "Adam" <Adam@discussions.microsoft.com> wrote in message news:88D754E3-B0CE-457B-B525-31921AC2A236@microsoft.com... > Hi, > > I have a stored procedure that gets data from another SQL server (it's a > linked server). The database on which the data is requested from is > Windows > 2K and SQL2000 SP3, using MDAC2.7 SP1. > From 2 remote machines, both with MDAC 2.7 SP1, SQL 2000 SP3 and Win 2K, > the > query runs fine, and return a result in less than a second. > > However, 2 other machines, one Windows 2K3 the other XP, both with SQL2000 > SP3 and MDAC 2.8, the query takes about 5 minutes to run (I print the date > and time before and after the query). > > Using the trace facility of Query Analyser, it can be seen that the line > taking the time is indeed the one accessing the linked server. > > Anyone any ideas? > > Thanks > > Adam
- Next message: Val Mazur \(MVP\): "Re: ADODB NextRecordSetMethod using MSDAORA"
- Previous message: Val Mazur \(MVP\): "Re: Asynchronous callback with ADO recordset"
- In reply to: Adam: "Very slow access using MDAC2.8"
- Next in thread: Adam: "Re: Very slow access using MDAC2.8"
- Reply: Adam: "Re: Very slow access using MDAC2.8"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|