Home
Forums
New posts
Search forums
Articles
Latest reviews
Search resources
Members
Current visitors
Newsgroups
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Home
Forums
Newsgroups
Microsoft Access
Microsoft Access Queries
Pass Thru Times out
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="Guest, post: 10155231"] Criteria Section: WHERE (((RESC.func_biz_num)='41322') AND ((SCH.TIME_FY_DATE) >= '1/7/2007' AND (SCH.TIME_FY_DATE) <= '1/13/2007')) I have a passthru query to SQL Server which is the "backend" (MS Project is the front end). The PassThru works well with many func_biz_num. However, 41322 (above) has a larger numbers of records per month. 1. If I keep the date range under 15 Days, the query runs pretty well (5-10 secs) and returns about 15,000 records (30,000 records for 30 days). 2. If I increase the date range above 15 days, the query will time out after about 60 secs. 3. If I remove the <= part of the filter or if I remove both the <= and > = part of the criteria, the query runs pretty well and returns massive numbers of records. 4. If I remove the date filters from the passthru and put the date filters in an Access query (for 30 days of activity) attached to the passthru query, the Access query will run (and not time out) but is takes about 60 seconds to run (this is approximately what Access queries will do without the Passthru. Questions: 1. Why does this query work for < 15 Days and then immediately, say going from 15 days to 16 days, time out (like a critical mass thing)? 2. How can I get this query to work? Is there a workaround. Thank you in advance Ross [/QUOTE]
Verification
Post reply
Home
Forums
Newsgroups
Microsoft Access
Microsoft Access Queries
Pass Thru Times out
Top