how to solve speed issues with Access SQL upsize?

  • Thread starter Quintus Snapper
  • Start date
Q

Quintus Snapper

I upsized relatively small Access DB application to SQL to be able to
access the DB from multiple locations.

The upsizing was first done locally (using the upsizing wizard in
access) and after having to do some modifications to make some of the
things that no longer worked in the forms work it all seemed to run
perfectly. That was however until we moved the SQL DB over to where we
have the SQL server hosted. After doing that, although everything
still worked it has become unbearably slow.

Since the speed was not an issue on the office LAN locally, I'm
presuming it's so slow because of the data that is being transferred.
We have a downstream internet connection 256kbs and the SQL server is
housed in a managed datacenter. Is my preumption correct and if so is
there some way of overcoming this problem? How? If not, what could the
problem be and is there a way of overcoming this problem to make it
workable again.

Thanks in advance for any help, suggestions.

Quintus
 
K

Kevin3NF

FWIW, LAN connection speeds are significantly higher that any DSL/Cable/ISDN
internet connection.

Some details on this can be found in this article:
http://www.attcanada.net/~kallal.msn/Wan/Wans.html

If you are using an Access MDB to connect to a hosted SQL Server, you may be
asking for trouble. If your Access FE is an ADP, it might work.

Recommend upsizing to your local SQL Server, then DTS the relevant objects
to the hosted SQL Server.

--
Kevin Hill
President
3NF Consulting

www.3nf-inc.com/NewsGroups.htm
www.DallasDBAs.com/forum - new DB forum for Dallas/Ft. Worth area DBAs.
 
B

beka

Quintus Snapper said:
I upsized relatively small Access DB application to SQL to be able to
access the DB from multiple locations.

The upsizing was first done locally (using the upsizing wizard in
access) and after having to do some modifications to make some of the
things that no longer worked in the forms work it all seemed to run
perfectly. That was however until we moved the SQL DB over to where we
have the SQL server hosted. After doing that, although everything
still worked it has become unbearably slow.

Since the speed was not an issue on the office LAN locally, I'm
presuming it's so slow because of the data that is being transferred.
We have a downstream internet connection 256kbs and the SQL server is
housed in a managed datacenter. Is my preumption correct and if so is
there some way of overcoming this problem? How? If not, what could the
problem be and is there a way of overcoming this problem to make it
workable again.

Thanks in advance for any help, suggestions.

Quintus
 

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