Should you consider SQL? Yes! Should you get it? Hard to tell. How is your
performance now? Do all 30 people use your application or only a few. Do you
expect additional growth or additional applications to be added? Does the
50,000 rows represent a week's worth of work? A year's? A lot will depend on
how your application was designed in the first place.
If you have a lot of users, your SQL database is on a fast server, you
re-code some of the application so that you take advantage of stored
procedures & views that run on the server and your network and/or client
machines are relatively slow, you will probably have some performance
improvement. On the other hand, you may not be able to tell much difference.
--
Ed
Remove the capital ST spam trap
when replying directly to me.
Gary said:
I am currently using Access 97, I have several custom programs. The
largest table I have has 50,000 records. The company is not very large less
then 30 people. I am ready to upgrade to the lastest Access program.
Should I consider a SQL server? Does anyone have a comparison chart showing
the pro's and con's of Access verses SQL?