<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2800.1170" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Curiously, the stored query took almost twice as 
long as the SQL in code.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Rocky</FONT></DIV>
<DIV> </DIV>
<BLOCKQUOTE 
style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
  <DIV style="FONT: 10pt arial">----- Original Message ----- </DIV>
  <DIV 
  style="BACKGROUND: #e4e4e4; FONT: 10pt arial; font-color: black"><B>From:</B> 
  <A title=jimdettman@earthlink.net href="mailto:jimdettman@earthlink.net">Jim 
  Dettman</A> </DIV>
  <DIV style="FONT: 10pt arial"><B>To:</B> <A title=accessd@databaseadvisors.com 
  href="mailto:accessd@databaseadvisors.com">accessd@databaseadvisors.com</A> 
  </DIV>
  <DIV style="FONT: 10pt arial"><B>Sent:</B> Tuesday, June 03, 2003 5:55 
AM</DIV>
  <DIV style="FONT: 10pt arial"><B>Subject:</B> RE: [AccessD] Update Query - 
  Need to Speed It Up</DIV>
  <DIV><BR></DIV>
  <DIV><SPAN class=610064612-03062003><FONT face=Arial color=#0000ff 
  size=2>Rocky,</FONT></SPAN></DIV>
  <DIV><SPAN class=610064612-03062003><FONT face=Arial color=#0000ff 
  size=2></FONT></SPAN> </DIV>
  <DIV><SPAN class=610064612-03062003><FONT face=Arial color=#0000ff 
  size=2>  I've see you've already made progress, but you might also want 
  to try saving the SQL as a querydef, then setting the UseTransaction property 
  to no.  Depending on the number of records that are being changed, this 
  may or may not yield an improvement.</FONT></SPAN></DIV>
  <DIV><SPAN class=610064612-03062003><FONT face=Arial color=#0000ff 
  size=2></FONT></SPAN> </DIV>
  <DIV><SPAN class=610064612-03062003><FONT face=Arial color=#0000ff 
  size=2>  Beyond that, if your still looking for more performance, you can 
  use the SetOption method of DAO to modify some of the JET engine settings 
  (i.e.. MaxBuffers or PageTimeout).</FONT></SPAN></DIV>
  <DIV><FONT size=2></FONT> </DIV>
  <DIV><FONT size=2>Jim Dettman<BR>President,<BR>Online Computer Services of 
  WNY, Inc.<BR>(315) 699-3443<BR>jimdettman@earthlink.net </FONT></DIV>
  <BLOCKQUOTE dir=ltr style="MARGIN-RIGHT: 0px">
    <DIV class=OutlookMessageHeader dir=ltr align=left><FONT face=Tahoma 
    size=2>-----Original Message-----<BR><B>From:</B> 
    accessd-bounces@databaseadvisors.com 
    [mailto:accessd-bounces@databaseadvisors.com]<B>On Behalf Of </B>Rocky 
    Smolin - Beach Access Software<BR><B>Sent:</B> Monday, June 02, 2003 5:33 
    PM<BR><B>To:</B> accessd@databaseadvisors.com<BR><B>Subject:</B> Re: 
    [AccessD] Update Query - Need to Speed It Up<BR><BR></FONT></DIV>
    <DIV><FONT face=Arial size=2>A2K</FONT></DIV>
    <BLOCKQUOTE 
    style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
      <DIV style="FONT: 10pt arial">----- Original Message ----- </DIV>
      <DIV 
      style="BACKGROUND: #e4e4e4; FONT: 10pt arial; font-color: black"><B>From:</B> 
      <A title=jimdettman@earthlink.net 
      href="mailto:jimdettman@earthlink.net">Jim Dettman</A> </DIV>
      <DIV style="FONT: 10pt arial"><B>To:</B> <A 
      title=accessd@databaseadvisors.com 
      href="mailto:accessd@databaseadvisors.com">accessd@databaseadvisors.com</A> 
      </DIV>
      <DIV style="FONT: 10pt arial"><B>Sent:</B> Monday, June 02, 2003 1:56 
      PM</DIV>
      <DIV style="FONT: 10pt arial"><B>Subject:</B> RE: [AccessD] Update Query - 
      Need to Speed It Up</DIV>
      <DIV><BR></DIV>
      <DIV><SPAN class=200415520-02062003><FONT face=Arial color=#0000ff 
      size=2>What version of Access?</FONT></SPAN></DIV>
      <DIV> </DIV>
      <P><FONT size=2>Jim Dettman<BR>President,<BR>Online Computer Services of 
      WNY, Inc.<BR>(315) 699-3443<BR><A 
      href="mailto:jimdettman@earthlink.net">jimdettman@earthlink.net</A> 
      </FONT></P>
      <BLOCKQUOTE dir=ltr style="MARGIN-RIGHT: 0px">
        <DIV class=OutlookMessageHeader dir=ltr align=left><FONT face=Tahoma 
        size=2>-----Original Message-----<BR><B>From:</B> <A 
        href="mailto:accessd-bounces@databaseadvisors.com">accessd-bounces@databaseadvisors.com</A> 
        [mailto:accessd-bounces@databaseadvisors.com]<B>On Behalf Of </B>Rocky 
        Smolin - Beach Access Software<BR><B>Sent:</B> Monday, June 02, 2003 
        4:47 PM<BR><B>To:</B> <A 
        href="mailto:AccessD@databaseadvisors.com">AccessD@databaseadvisors.com</A><BR><B>Subject:</B> 
        [AccessD] Update Query - Need to Speed It Up<BR><BR></FONT></DIV>
        <DIV><FONT face=Arial size=2>Dear List:</FONT></DIV>
        <DIV><FONT face=Arial size=2></FONT> </DIV>
        <DIV><FONT face=Arial size=2>I am running an update query on a table 
        with 2,500,000 records and it's taking just a bit too long for the my 
        and the client's liking.  </FONT></DIV>
        <DIV><FONT face=Arial size=2>The SQL is:</FONT></DIV>
        <DIV><FONT face=Arial size=2></FONT> </DIV>
        <DIV><FONT face=Arial size=2>UPDATE tblInvoiceDetail SET 
        tblInvoiceDetail.fldInvoiceDetailPPV = """", 
        tblInvoiceDetail.fldInvoiceDetailVariancePercent = 0;</FONT></DIV>
        <DIV><FONT face=Arial size=2></FONT> </DIV>
        <DIV><FONT face=Arial size=2>It's setting one field to blank the other 
        to 0.</FONT></DIV>
        <DIV><FONT face=Arial size=2></FONT> </DIV>
        <DIV><FONT face=Arial size=2>Is there a way to make it run any 
        faster?</FONT></DIV>
        <DIV><FONT face=Arial size=2></FONT> </DIV>
        <DIV><FONT face=Arial size=2></FONT> </DIV>
        <DIV><FONT face=Arial size=2>MTIA,</FONT></DIV>
        <DIV><FONT face=Arial size=2></FONT> </DIV>
        <DIV><FONT face=Arial size=2>Rocky Smolin<BR>Beach Access 
        Software</FONT></DIV>
        <DIV><FONT face=Arial size=2></FONT> </DIV>
        <DIV><FONT face=Arial size=2></FONT> </DIV></BLOCKQUOTE>
      <P>
      <HR>

      <P></P>_______________________________________________<BR>AccessD mailing 
      list<BR>AccessD@databaseadvisors.com<BR>http://databaseadvisors.com/mailman/listinfo/accessd<BR>Website: 
      http://www.databaseadvisors.com<BR></BLOCKQUOTE></BLOCKQUOTE>
  <P>
  <HR>

  <P></P>_______________________________________________<BR>AccessD mailing 
  list<BR>AccessD@databaseadvisors.com<BR>http://databaseadvisors.com/mailman/listinfo/accessd<BR>Website: 
  http://www.databaseadvisors.com<BR></BLOCKQUOTE></BODY></HTML>