converting access 2002 to mssql 8.0

  • Thread starter leah f via AccessMonster.com
  • Start date
L

leah f via AccessMonster.com

I have been asked to convert an access 2002 application to mssql 8.0 (keeping
the front end in access).

I have searched your site for information.

1)How do I actually transfer the mdb tables to mssql? I could not find this
information in mssql or access.

2)From what I have read on your site, "Simply switching an Access database to
use SQL tables will probably cause a dramatic SLOWING of performance and
likely other problems as well - you'll need to do a fairly thorough redesign.
" What exactly does that mean? What should I be checking?

3)Also from what I understood in your site, simple select queries might be
used as views, but complicated queries (queries calling queries calling
queries…) will need to be rewritten as procedures. Anything to add to this?

4)The forms and reports remain the same, but exactly what is in the script?
Is it possible to give me a brief workplan how to go about this? Will I be
basically rewriting everything?

Thanks for your help.
Leah
 
A

aaron.kempf

Leah

wow.. i would keep things in an Access Data Project.

i just think that MDB linked tables is a waste of time; it does make
thigns slower.

ADP is a LOT faster; a lot easier to manage.

-Aaron
 

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