PC Review


Reply
Thread Tools Rate Thread

Appned Query Performance

 
 
Walt Herman
Guest
Posts: n/a
 
      5th May 2010
I have an Append query with approx 25000 records with 8 fields and I am
trying to append it into a static table and the performance is abysmal. Can
anyone suggest a way in which I can improve the performance? Is there a SQL
Command that might be quicker and if so, can you provide a sample of the
syntax? Many thanks in advance.

Regards,

Walt
 
Reply With Quote
 
 
 
 
John W. Vinson
Guest
Posts: n/a
 
      5th May 2010
On Wed, 5 May 2010 10:26:05 -0700, Walt Herman
<(E-Mail Removed)> wrote:

>I have an Append query with approx 25000 records with 8 fields and I am
>trying to append it into a static table and the performance is abysmal. Can
>anyone suggest a way in which I can improve the performance? Is there a SQL
>Command that might be quicker and if so, can you provide a sample of the
>syntax? Many thanks in advance.


Could you post the SQL? Where is the data coming from, and where is it going
to? What indexes do you have? (Indexes on the source table should speed things
up; indexes on the target table will slow things down, since Access must
update them for every row).
--

John W. Vinson [MVP]
 
Reply With Quote
 
Jerry Whittle
Guest
Posts: n/a
 
      5th May 2010
"the performance is abysmal."

Can you quantify that in the number of second, minutes, or (shudder!!) hours
that it takes?

Do you have Set Warnings turned off in code or a macro before running the
query? That can speed things up, but just don't forget to turn Set Warnings
back on afterwards.
--
Jerry Whittle, Microsoft Access MVP
Light. Strong. Cheap. Pick two. Keith Bontrager - Bicycle Builder.


"Walt Herman" wrote:

> I have an Append query with approx 25000 records with 8 fields and I am
> trying to append it into a static table and the performance is abysmal. Can
> anyone suggest a way in which I can improve the performance? Is there a SQL
> Command that might be quicker and if so, can you provide a sample of the
> syntax? Many thanks in advance.
>
> Regards,
>
> Walt

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
why isn't this query FAST!? I've tried EVERYTHING! (query performance issue) Bob Microsoft Access Queries 5 15th Dec 2010 04:34 PM
Query Performance alex Microsoft Access 4 17th Feb 2010 01:52 PM
SELECT query vs MakeTable query - performance question macroapa Microsoft Access 2 21st Jan 2009 11:18 PM
Query Performance Wendy Parry Microsoft Access Queries 4 19th Apr 2006 07:16 PM
Re: Query performance MGFoster Microsoft Access Queries 0 13th Sep 2005 07:20 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 01:22 PM.