Max Size Before Going SQL Server?

D

DaveK

In practice, what is the cutover point where we would want to go to SQL
Server? I have a user with two Access databases, one is 850MB and one is
1.02GB in size, after compaction. Both are on drives mapped to a Win2K
server. Her queries take hours to run. There are a couple of million rows
in her favorite tables. Should she move this app to SQL Server? The
application does lots of summing of data over time, not individual lookups.
 
J

John Nurick

Hi Dave,

It sounds as if the queries are having to pull a lot of data across the
network. In that case, you should see a big increase in speed just by
copying the mdb files to a local drive and working with them there.

If that's not satisfactory, it sounds like time for SQL Server, taking
care to get as much of the processing as possible done on the server.
 
D

debsumrall

be sure you are compacting your database regularly. This will cut the size
and speed up processes
 

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