SQL and access

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

should we use SQL 2000 and access 2000 to run our data base we are only
running access 2000, but with plenty problems and very slow,

Thank You
 
Changing the back end to SQL Server will generally not make your database
faster. In fact, it may make it slower.

There are some genuine reasons why you might want to change to SQL Server,
e.g. if you have millions of records, hundreds of simultaneous users, the
database must run 24x7, or security is very important.

For performance, though it is probably a matter if sorting out why it is
slow and what needs addressing. You could start with the Performance FAQ
written by Tony Toews:
http://www.granite.ab.ca/access/performancefaq.htm
 
Chances are you (although there are a lot of factors) the database might not
be designed well. You may want to pay to have an Access Pro redesign it -
which would probably be a lot lot cheapier then moving it to SQL (assuming
you do not already own SQL).
 

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

Back
Top