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 > Database Server Software > Sybase > DBArtisan Vs Unix command prompt query

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 04-10-08, 10:33
girish N girish N is offline
Registered User
 
Join Date: Nov 2007
Posts: 3
DBArtisan Vs Unix command prompt query

Hello DBAs,

Just a small query ..
Can someone put some light on performance of Execution of a query from DBArtisan and through isql on unix prompt in terms of execution time of the script? thought i used getdate().. I would like to know if someone has other issues ..

Thanks
Giri
Reply With Quote
  #2 (permalink)  
Old 04-10-08, 10:51
mpeppler mpeppler is offline
Registered User
 
Join Date: Jan 2003
Location: Geneva, Switzerland
Posts: 353
The actual execution time of the query should be the same. What makes a difference sometimes is the handling of large result sets. isql or similar simply print everything to stdout, which is (normally) quite fast. DBArtisan and other GUI tools will create a GUI table to hold the results. This uses a lot more memory, and takes a lot more processing power to handle.

Michael
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 Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On