Re: limits of SQL Server???
From: mickey (newslist_at_REMOVEMEmicnap.com)
Date: 02/16/04
- Next message: Telemann: "Re: Problems upgrading to sp3a"
- Previous message: Jasper Smith: "Re: Problems upgrading to sp3a"
- In reply to: Keith Kratochvil: "Re: limits of SQL Server???"
- Next in thread: Keith Kratochvil: "Re: limits of SQL Server???"
- Reply: Keith Kratochvil: "Re: limits of SQL Server???"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 16 Feb 2004 17:33:48 -0500
Keith and Andrew,
I am swamped with some other stuff right now but will get back to this
project towards the end of the week.
I just wanted to post and thank you guys for taking the time to help me out.
I am not ignoring your posts.
Once I get a chance to sit down and look at this again and go through your
suggestions I will report back.
THANK YOU!!!!!
Mickey
"Keith Kratochvil" <sqlguy.back2u@comcast.net> wrote in message
news:e6TVb2L9DHA.440@TK2MSFTNGP10.phx.gbl...
I asked this information last time but did not receive a response. I will
re-post my questions to you:
In addition to the other posts, your speed/performance issues might be
outside of SQL Server.
>From Query Analyzer:
run the query/stored procedure that populates the page
Does the data come back quickly from the database?
Perhaps the "problem" is the way that the page is rendered within your .asp.
How can you speed up the process? Have you tried dumping the data to a
simple page via response.write (don't worry about formatting for now). Is
the page created any faster?
-- Keith "mickey" <newslist@REMOVEMEmicnap.com> wrote in message news:%23WTwbc18DHA.1504@TK2MSFTNGP12.phx.gbl... > I am setting up an "expanded view" of all the categories of products > available in a shopping cart system. The list pulls all the categories from > the database in groups. See http://www.micnap.com/cart/tek9.asp. This page > is really slow to load. I assume the problem is caused by trying to pull > about 400 things from the database because when I switch to using a database > with only a few records, it's fine. > > So....my question is.... > > What is the generally accepted limit of # of items that can be pulled from > SQL Server without slowing down the page load? Am I just asking too much > with 400 items? > > Thanks, > Mickey > > P.S. I realize that it is pulling the 400 categories twice because it's > also putting them into a dropdown box in addition to the list but it's still > slow with just the list. > > P.S.S. And no, they do not want the list as their main navigation for their > shopping cart. The list is too long. They want it as an added feature for > people that know exactly what they are looking for. The link is just a demo > page. > >
- Next message: Telemann: "Re: Problems upgrading to sp3a"
- Previous message: Jasper Smith: "Re: Problems upgrading to sp3a"
- In reply to: Keith Kratochvil: "Re: limits of SQL Server???"
- Next in thread: Keith Kratochvil: "Re: limits of SQL Server???"
- Reply: Keith Kratochvil: "Re: limits of SQL Server???"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|