Hello,
I have a query that normally takes 1 second to run but when I add an "ORDER BY" clause, it raises to 15 MINUTES!
Here is the query:
SELECT ss.srv_id, ss.service_no, Orig_pop.pop_name,
sstc.srv_type_code, ssc.Component_no, sssc.Status_Descr ,ss.Cust_Name...