Discussion:
Planning to upsize an Access2003-DB
(too old to reply)
Helga Schulz
2008-05-19 18:21:53 UTC
Permalink
Hello everybody,

I hope I don't ask things that are somewhere in the FAQ; if so,
please name me the link. In case you know some basic resources
and examples for creating views and procedures, please read on
and I would be very happy if you could name me some.

I created a database application with Access2003, which has
become bigger than expected now and doesn't perform completely
satisfyingly. It consists of about 70 tables which are connected
by n:m relations and a UI with many forms containing various
subforms. The main "brake" seems to be one form which has to show
pictures and many related tables (off course this is the one the
users need most of the time). Searches - there's plenty of
searching possibilities, realized with VBA-Strings - take rather
long, when it comes to this point. As long as the frontend runs
on one computer and the backend on an external harddrive, it
works sufficient, but in "real life", with the backend on a
Windows server connected by LAN, its performance is too slow.

Probably it would work better when the tables would be migrated
to SQL Server and the pounds of queries saved in the frontend and
created with VBA would be stored as views in SQL Server, so that
necessary network traffic would be less (I hope).
I don't want to work with projects (.adb) and SSMA (except for
the basic rough stuff), since moving the application to Access
2007 in future shouldn't cause much development cost and I want
the making of the views and transformation done once only.

I'm quite at the beginning to have a look at SQL Server and want
to start to try things out as soon as I have a copy of a SQL 2005
Developer edition, which will probably take some days. Meanwhile
I would like to read about connection, views and procedures. Can
you give me some links with examples?

Thanx in advance and greetings
Helga
Alex Dybenko
2008-05-20 11:59:42 UTC
Permalink
Hi,
perhaps you can consider buying some book on SQL server, and then look at
upsizing resources (see previous thread here)
Actually - you can do upsizing step by step, same time learning techniques
and improving your application
--
Best regards,
___________
Alex Dybenko (MVP)
http://accessblog.net
http://www.PointLtd.com
Post by Helga Schulz
Hello everybody,
I hope I don't ask things that are somewhere in the FAQ; if so,
please name me the link. In case you know some basic resources
and examples for creating views and procedures, please read on
and I would be very happy if you could name me some.
I created a database application with Access2003, which has
become bigger than expected now and doesn't perform completely
satisfyingly. It consists of about 70 tables which are connected
by n:m relations and a UI with many forms containing various
subforms. The main "brake" seems to be one form which has to show
pictures and many related tables (off course this is the one the
users need most of the time). Searches - there's plenty of
searching possibilities, realized with VBA-Strings - take rather
long, when it comes to this point. As long as the frontend runs
on one computer and the backend on an external harddrive, it
works sufficient, but in "real life", with the backend on a
Windows server connected by LAN, its performance is too slow.
Probably it would work better when the tables would be migrated
to SQL Server and the pounds of queries saved in the frontend and
created with VBA would be stored as views in SQL Server, so that
necessary network traffic would be less (I hope).
I don't want to work with projects (.adb) and SSMA (except for
the basic rough stuff), since moving the application to Access
2007 in future shouldn't cause much development cost and I want
the making of the views and transformation done once only.
I'm quite at the beginning to have a look at SQL Server and want
to start to try things out as soon as I have a copy of a SQL 2005
Developer edition, which will probably take some days. Meanwhile
I would like to read about connection, views and procedures. Can
you give me some links with examples?
Thanx in advance and greetings
Helga
Helga Schulz
2008-05-21 20:46:41 UTC
Permalink
"Alex Dybenko" <***@PLEASE.cemi.NO.rssi.SPAM.ru> schrieb
vorher:

Hi Alex,
Post by Alex Dybenko
perhaps you can consider buying some book on SQL server, and then look at
upsizing resources (see previous thread here)
I looked up the Links you posted in the thread before, searched
the MSDN Training Center and ended the day with ordering 3 books
by Amazon which seemed helpful.
Hopefully trying out some example-DBs as shown in the books will
give me some insight.
Post by Alex Dybenko
Actually - you can do upsizing step by step, same time learning techniques
and improving your application
Sounds like a good idea.

Loading...