Follow up to prior posting (execution speed)

  • Thread starter Thread starter Shell
  • Start date Start date
S

Shell

I created a pass thru query to SQL SVR. When I run the query as is for a set
of given criteria I get 4000 records.

When I use this Pass thru query as an input to to a MakeTable query I get
4000 records.

BUT, when I use this Pass thru query as an input to an append query (on an
empty table) for execution speed comparisons against the Make Table query, I
get 4012 records. With difficulty I was able to isolate the 12 extra records
and found no commonality.

Does anyone have a suggestion as to why the discrepancy and to what I can do
to correct the problem?

Thanks
 
I created a pass thru query to SQL SVR. When I run the query as is for a set
of given criteria I get 4000 records.

When I use this Pass thru query as an input to to a MakeTable query I get
4000 records.

BUT, when I use this Pass thru query as an input to an append query (on an
empty table) for execution speed comparisons against the Make Table query, I
get 4012 records. With difficulty I was able to isolate the 12 extra records
and found no commonality.

Does anyone have a suggestion as to why the discrepancy and to what I can do
to correct the problem?

Thanks

Correct the error in your query. If you would like help doing so please post
the SQL of the query and indicate something about the structure of the data.
We can't help with a problem that we cannot see!
 
Back
Top