Quote Originally Posted by amasny
I think that my database is CPU bound
I don't think so...


Quote Originally Posted by amasny
So is there any possiblility to tune this query ?
Your query hits a single table with no predicate, isn't that a book case study for Full Table Scan?

Do you have an index on APPNM column?
If yes... what happens if you take out the ORDER BY clause?