Tables aren't indexed

D

David

I am using Access through and ODBC connection to a Cache database on one of
our servers at work. I can't change anything about the global tables
provided by the company and i need to query off of them. The problem is
that these tables are very large and are not indexed in any way. is there
another way to write a query around that problem so it doesn't take all
night to run?
 
R

Rick Brandt

I am using Access through and ODBC connection to a Cache database on one
of our servers at work. I can't change anything about the global tables
provided by the company and i need to query off of them. The problem is
that these tables are very large and are not indexed in any way. is
there another way to write a query around that problem so it doesn't
take all night to run?

If you are really writing the best structured query for the task at hand
and that takes a long time because there are no indexes then no, there is
not much you can do.

Are you writing a pass-through query to the database server or are you
querying against a link? The former could be a lot faster (depending
again on the query).
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top