I have an SQL query that Takes a minute to complete. I have optimized the query as much as possible, but it has several Joins that just eat up the time and the server it's on is old.
I'm trying to import the data into Excel using the standard OBDC connections... No VBA code written as yet. I'm...