AMRobinson
Programmer
I find that doing a simple query against a table with 114,000 records requires 9 seconds to return the results, but the same query via isql is at least ten times quicker!<br><br>select * from txn<br>where propid = getcusid<br>order by invoicenumber, txndate<br><br>this is my query, and it works just fine, it just takes too long. Eliminating the "order by" clause does not speed things up noticeably.