Ask a Question related to ASP Database, Design and Development.
-
Anders Tufvesson #1
Mulitple recordset speed problem.
Hi!
I hav e solution thar loops one recordset and in the loop opens an other.
All off a sudden it is getting reeeeeeeeel slooooooow. On one server!
We have tried this on an other server with same versíons of sql-driver,
asp-driver
and mdsc-driver. No problem. We have the latest windows update.
Any one else out ther who have experinced this problem?
Thanks
Anders
Anders Tufvesson Guest
-
Datagrid speed problem
When I first loaded my flex datagrid with 190 records I was really disappointed. It was almost impossible to scroll tha grid or resize it. It seems... -
mulitple query insert problem
Ben. I am doing the scenario where the id key is auto generated from Access. I know I need to get that id to do the second insert into the... -
FW MX2004: speed problem
Hello all, I'm testing Fireworks MX 2004 on Windows XP (Athlon XP 1600+, 768 MB RAM, Nvidia Geforce 4 MX400 64RAM). My first impression was that... -
Does Ruby 1.8.0 improve in file I/O speed and pattern match speed?
Hi, rubyists, I'm using ruby 1.6.8 (2002-12-24) and find file I/O too slow. Is ruby 1.8.0 faster? Some one in the list said speed is quite... -
Speed Problem on different databases using ASP.NET
Hi there I have a strange problem. I developing an application on my server SQL Server 2000 which is running on a 1 Gb memory and 2 GHz W2000... -
Aaron Bertrand - MVP #2
Re: Mulitple recordset speed problem.
> I hav e solution thar loops one recordset and in the loop opens an other.
Why are you doing that? If you show your table structure, sample data, and
desired results, someone can probably teach you how to write a join.
--
Aaron Bertrand
SQL Server MVP
[url]http://www.aspfaq.com/[/url]
Aaron Bertrand - MVP Guest
-
Anders Tufvesson #3
Re: Mulitple recordset speed problem.
Tanks, but I know perfectly well how you make a join.
But that is not the problem.
The problem is why the code works excellent on one macine but
on an other machine it is slow. Same version of Sql, asp.dll, Mdac.
That is my question, not how to make a join.
Anders
"Aaron Bertrand - MVP" <aaron@TRASHaspfaq.com> wrote in message
news:O96HnYB5DHA.2416@TK2MSFTNGP10.phx.gbl...other.> > I hav e solution thar loops one recordset and in the loop opens anand>
> Why are you doing that? If you show your table structure, sample data,> desired results, someone can probably teach you how to write a join.
>
> --
> Aaron Bertrand
> SQL Server MVP
> [url]http://www.aspfaq.com/[/url]
>
>
Anders Tufvesson Guest
-
Aaron Bertrand - MVP #4
Re: Mulitple recordset speed problem.
Sorry, but we need more details. The exact same hardware? Over the exact
same network? From the exact same client machine? The exact same tables?
With the same indexes? And the same statistics? And the same peripheral /
background activity?
As asked, I don't think your question can be answered. However, one way to
speed up your page would be to get rid of this nested recordset nonsense.
If you know how to write a join, do it!
--
Aaron Bertrand
SQL Server MVP
[url]http://www.aspfaq.com/[/url]
"Anders Tufvesson" <anders.tufvesson@NOSPAMtwo.se> wrote in message
news:bv5bqm$cid$1@yggdrasil.glocalnet.com...> Tanks, but I know perfectly well how you make a join.
>
> But that is not the problem.
>
> The problem is why the code works excellent on one macine but
> on an other machine it is slow. Same version of Sql, asp.dll, Mdac.
>
> That is my question, not how to make a join.
>
> Anders
>
>
> "Aaron Bertrand - MVP" <aaron@TRASHaspfaq.com> wrote in message
> news:O96HnYB5DHA.2416@TK2MSFTNGP10.phx.gbl...> other.> > > I hav e solution thar loops one recordset and in the loop opens an> and> >
> > Why are you doing that? If you show your table structure, sample data,>> > desired results, someone can probably teach you how to write a join.
> >
> > --
> > Aaron Bertrand
> > SQL Server MVP
> > [url]http://www.aspfaq.com/[/url]
> >
> >
>
Aaron Bertrand - MVP Guest



Reply With Quote

