upsizing to SQL.

J

JohnC

Until recently my Access Project was LAN based & ran very well. Now the test
period is over & the system has been accepted it is necessary to run the
database over a WAN. There is a dramatic speed difference so I'm looking for
solutions. I have optimized the project & the WAN connection is good but it
is still running slowly. Apparently my options (without completely
re-designing) are either some kind of Thin Client server or SQL. Could
anybody indicate which solution is best & maybe offer some kind of starters
checklist! I've been using Access for a year but I have no knowledge of SQL
at all.

Thank you in advance,

Regards John.
 
R

Rick Brandt

JohnC said:
Until recently my Access Project was LAN based & ran very well. Now
the test period is over & the system has been accepted it is
necessary to run the database over a WAN. There is a dramatic speed
difference so I'm looking for solutions. I have optimized the project
& the WAN connection is good but it is still running slowly.
Apparently my options (without completely re-designing) are either
some kind of Thin Client server or SQL. Could anybody indicate which
solution is best & maybe offer some kind of starters checklist! I've
been using Access for a year but I have no knowledge of SQL at all.

Thank you in advance,

Regards John.

SQL Server only solves the problem of the unreliable WAN connection
corrupting your data (as it would almost certainly do with an MDB back end).
It will not make performance any better. Your performance problems are
caused by how long it takes to pull the data over the WAN connection. Using
SQL Server doesn't magically make that problem go away.

Didn't the "test period" take into account the fact that the fastest WAN is
still 10 to 100 times slower than a pretty crappy LAN and thousands of times
slower than a really good one?

You should either create a web-based front end for the data or look into a
remote (thin client) solution like Terminal Server.
 
J

JohnC

Terminal server is probably the best option. Could you advise me of the best
way to approach this? Are there any web pages that you know off? Any issues I
need to be aware off?

I appreciate your time.

John.
 
K

Kevin3NF

I believe the correct term is now Remote Desktop....

Basically you would install a new Win2K3 box with however many licenses you
need and put the Access font-end on that box, linking back to the BE tables
(you do have it split, right!?!?)....I will not even try to tell you how
many users your new TS box can support at once, or how licensing works for
Access on TS....

--
Kevin Hill
President
3NF Consulting

www.3nf-inc.com/NewsGroups.htm

www.DallasDBAs.com/forum - new DB forum for Dallas/Ft. Worth area DBAs.

www.experts-exchange.com - experts compete for points to answer your
questions
 

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

Similar Threads


Top