[mso] Re: COMIS SPAM FILTER Access Index

  • From: "Colli, Anthony G" <Anthony.Colli@xxxxxxx>
  • To: <mso@xxxxxxxxxxxxx>
  • Date: Wed, 11 Aug 2004 12:21:53 -0400

/g

        You can write SQL to do it for you. In Query designer use the
SQL view=20

CREATE INDEX [dave] ON tblTimes (StartTime)

        Will create an index named dave in the table tblTimes on the
column StartTime. You can then run this query when you are done with the
importing bits.

-Anthony





Hi All.=20
I get new tables every morning for a database.  The tables are not
indexed.  Indexing makes a huge difference in processing speed when
running queries so I manually index the tables.  The tables always have
the same name.  Is there a way to make the desired indexes happen by
default? Or can some process be written the sets the indexes?

The only thing I've been able to think of is to create duplicate tables
with the index set then use append queries to post the new daily data
and run all queries, etc off the indexed tables.  The process would be

delete data from indexed tables=20
run append queries on new tables to post fresh data to indexed tables=20

does this make sense?  is there a better way?=20

thanks. /g=20



*************************************************************
You are receiving this mail because you subscribed to mso@xxxxxxxxxxxxx or 
MicrosoftOffice@xxxxxxxxxxxxxxxx

To send mail to the group, simply address it to mso@xxxxxxxxxxxxx

To Unsubscribe from this group, send an email to 
mso-request@xxxxxxxxxxxxx with the word "unsubscribe" (without the quotes) in 
the subject line.

Or, visit the group's homepage and use the dropdown menu.  This will also allow 
you to change your email settings to digest or vacation (no mail).
//www.freelists.org/webpage/mso

To be able to use the files section for sharing files with the group, send a 
request to mso-moderators@xxxxxxxxxxxxx and you will be sent an invitation with 
instructions.  Once you are a member of the files group, you can go here to 
upload/download files:
http://www.smartgroups.com/vault/msofiles
*************************************************************

Other related posts:

  • » [mso] Re: COMIS SPAM FILTER Access Index