SQL Development
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
 
 
User Name:
Password:
Remember me
Go Back   ASP Free ForumsDatabaseSQL Development

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread ASP Free Forums Sponsor:
  #1  
Old February 26th, 2001, 04:07 AM
Steve Schofield Steve Schofield is offline
Contributing User
ASP Free God 20th Plane (14500 - 14999 posts)
 
Join Date: Dec 2002
Posts: 14,575 Steve Schofield User rank is Corporal (100 - 500 Reputation Level)Steve Schofield User rank is Corporal (100 - 500 Reputation Level)Steve Schofield User rank is Corporal (100 - 500 Reputation Level)Steve Schofield User rank is Corporal (100 - 500 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 23
SQL query performance

<i><b>Originally posted by : Hang (f11lhc@yhaoo.com.hk)</b></i><br />Hi all,<br /><br />I'm now trying to monitor the performance of my asp page. But I have a doubt when facing the SQL query.<br /><br />For the following code segment:<br /><br />set conn = server.CreateObject("ADODB.Connection")<br />db = conn.open("DSN=abc;uid=sa;password=sa")<br /><br />Set rs = db.execute("select * from a_table")<br /><br />response.write rs("item")<br /><br />Which statement should I monitor on? the execute statement or the fetch statement.<br /><br /><br />Thanks<br /><br />

Reply With Quote
  #2  
Old February 27th, 2001, 04:08 AM
Steve Schofield Steve Schofield is offline
Contributing User
ASP Free God 20th Plane (14500 - 14999 posts)
 
Join Date: Dec 2002
Posts: 14,575 Steve Schofield User rank is Corporal (100 - 500 Reputation Level)Steve Schofield User rank is Corporal (100 - 500 Reputation Level)Steve Schofield User rank is Corporal (100 - 500 Reputation Level)Steve Schofield User rank is Corporal (100 - 500 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 23
<i><b>Originally posted by : Koen Van Tolhuyzen (Koen.VanTolhuyzen@cronos)</b></i><br />You should monitor 2 statements :<br />1. One you open the connection (BTW, you should use OLEDB in stead of ODBC)<br />2. The execute of the sql-statement (BTW : Stored procedures are normally faster -> since they are compiled<br /><br />Greetings<br /><br />Koen<br /><br />------------<br />Hang at 2/26/2001 1:07:46 AM<br /><br />Hi all,<br /><br />I'm now trying to monitor the performance of my asp page. But I have a doubt when facing the SQL query.<br /><br />For the following code segment:<br /><br />set conn = server.CreateObject("ADODB.Connection")<br />db = conn.open("DSN=abc;uid=sa;password=sa")<br /><br />Set rs = db.execute("select * from a_table")<br /><br />response.write rs("item")<br /><br />Which statement should I monitor on? the execute statement or the fetch statement.<br /><br /><br />Thanks<br /><br />

Reply With Quote
  #3  
Old March 5th, 2001, 05:57 AM
Steve Schofield Steve Schofield is offline
Contributing User
ASP Free God 20th Plane (14500 - 14999 posts)
 
Join Date: Dec 2002
Posts: 14,575 Steve Schofield User rank is Corporal (100 - 500 Reputation Level)Steve Schofield User rank is Corporal (100 - 500 Reputation Level)Steve Schofield User rank is Corporal (100 - 500 Reputation Level)Steve Schofield User rank is Corporal (100 - 500 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 23
<i><b>Originally posted by : Hang (f11lhc@yahoo.com.hk)</b></i><br />Thanks for your help.<br />But I'm still in doubt.<br /><br />The execute statement, in my case,<br />Set rs = db.execute("select * from a_table")<br />Is it will only get cursor but no contents back?<br /><br />If it only fetch cursor back with no content, when does it really fetch the content of the db?<br /><br /><br /><br />------------<br />Koen Van Tolhuyzen at 2/27/2001 1:08:27 AM<br /><br />You should monitor 2 statements :<br />1. One you open the connection (BTW, you should use OLEDB in stead of ODBC)<br />2. The execute of the sql-statement (BTW : Stored procedures are normally faster -> since they are compiled<br /><br />Greetings<br /><br />Koen<br /><br />------------<br />Hang at 2/26/2001 1:07:46 AM<br /><br />Hi all,<br /><br />I'm now trying to monitor the performance of my asp page. But I have a doubt when facing the SQL query.<br /><br />For the following code segment:<br /><br />set conn = server.CreateObject("ADODB.Connection")<br />db = conn.open("DSN=abc;uid=sa;password=sa")<br /><br />Set rs = db.execute("select * from a_table")<br /><br />response.write rs("item")<br /><br />Which statement should I monitor on? the execute statement or the fetch statement.<br /><br /><br />Thanks<br /><br />

Reply With Quote
Reply

Viewing: ASP Free ForumsDatabaseSQL Development > SQL query performance


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump



 Free IT White Papers!
 
How to Present Effectively Online
This white paper offers practical and actionable advice on the key steps that any presenter should consider as they plan and execute a Webinar or online meeting.

 
Open Source Security Myths
Open Source Software (OSS) is computer software whose source code is available to the general public with relaxed or non-existent intellectual property restrictions (or arrangement such as the public domain), and is usually developed with the input of many contributors.

 
Power and Cooling Capacity Management for Data Centers
This paper describes the principles for achieving power and cooling capacity management.

 
Scalable, Fault-Tolerant NAS for Oracle - The Next Generation
For several years NAS has been evolving as a storage alternative for Oracle databases, and for good reason: NAS is quite often the simplest, most cost-effective storage approach for Oracle. Learn about the benefits that HP's approach to scalable NAS brings to Oracle environments in this comprehensive white paper.

 
Understanding Web Application Security Challenges
This white paper discusses many common threats and preventive measures for Web application security, and explains what you can do to help protect your organization.

 

Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2009 by Developer Shed. All rights reserved. DS Cluster 1 hosted by Hostway
Stay green...Green IT