If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > ASP > ASP Pages rendered slow

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 04-19-04, 08:54
axapta axapta is offline
Registered User
 
Join Date: Apr 2004
Posts: 47
ASP Pages rendered slow

Hi Group,
This is annoying as I haven't changed anything in my ASP page/SQL database...

I was able to run a query from my ASP page this morning - It worked fine.

I tried running the SAME query and it was running for 10 mins before returning the data. I had to do a CTRL ALT DEL.

I have checked the SQL side of things i.e checked statistics, indexes etc and all looks OK.

Could it be some sort of caching?
Could it be the way the query is constructed? If so, why work OK the first time then subsequent runs it falls over?

Any info will be much appreciated.
Reply With Quote
  #2 (permalink)  
Old 04-19-04, 09:31
ASP-Hosting.ca ASP-Hosting.ca is offline
Registered User
 
Join Date: Apr 2004
Posts: 50
Maybe the SQL Server where your database is, was under heavy load at the time of your test.

Check if you are closing all ADO objects (connections, recordsets, etc.) too.
Reply With Quote
  #3 (permalink)  
Old 04-19-04, 10:08
axapta axapta is offline
Registered User
 
Join Date: Apr 2004
Posts: 47
Thanks ASP-Hosting.ca.

I'll check this...
Quote:
Originally posted by ASP-Hosting.ca
Maybe the SQL Server where your database is, was under heavy load at the time of your test.

Check if you are closing all ADO objects (connections, recordsets, etc.) too.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On