LostInDaJungle
New Member
- Joined
- Feb 27, 2012
- Messages
- 47
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 running up against the Excel timeout after 30 seconds and no data returns.
Is there an option to increase the timeout? Is there VBA code to increase the global timeout? I really don't want to have to rewrite the entire thing just to set the timeout to 90 seconds.
I'm trying to import the data into Excel using the standard OBDC connections... No VBA code written as yet. I'm running up against the Excel timeout after 30 seconds and no data returns.
Is there an option to increase the timeout? Is there VBA code to increase the global timeout? I really don't want to have to rewrite the entire thing just to set the timeout to 90 seconds.