Access Backend requirements

BrianMH

Well-known Member
Joined
Mar 26, 2008
Messages
1,490
Hi all,

We currently run a few access back ends on our corporate shared drives. Unfortunately the network drives are often very slow and I'm constantly getting emails asking if I can do anything about it.

Instead of hosting the file on the network shared drives (the hardware for this is located off site) I'm thinking of hosting the back ends on a PC that is local to our site. The computer that would be running this is an I3 processor with 4 gig of RAM running windows xp. I'm wondering if this would speed things up at all (since it's on the local network) and if the machine would be able to handle approximately 40 concurrent connections.

Anyone have any experience of this? Any suggestions or issues you've encountered?

Thanks
 
I'm guessing the xp 10 connection limit is going to stop me using a PC as a server for both SQL and an access back end?
 
Upvote 0

Excel Facts

Create a chart in one keystroke
Select the data and press Alt+F1 to insert a default chart. You can change the default chart to any chart type
I'm guessing the xp 10 connection limit is going to stop me using a PC as a server for both SQL and an access back end?

Never heard of this. What limit?
 
Upvote 0
There is a limit to incoming connections on windows (5 for home, 10 for pro). It's a limit for services such as File Services, Print Services, IIS, Internet Connection Sharing, and Telephony. So actually SQL server should be ok since I assume that will be different. It's basically there to force people to upgrade to windows server (although I think MS said it's for security).
 
Upvote 0
I think it would be the same for Access. I've never heard anyone ever mention a problem with over 10 users being impossible.

I've never converted an Access db to SQL Server but if the code is referencing linked tables by name I think it would not need to change (I mean, there would probably be some hiccups but just updating tables and so on should work the same).
 
Upvote 0
Just tested it. Can't have more than 10 connections to a share due to xp limitations :(
 
Upvote 0
Strange that that problem never comes up. Either it's something about the code you are using for your connections, or nobody really uses Access for concurrent applications (which by the way would include me - I never go above two or three users with Access on a Jet or Ace engine -- albeit I think it a darn smart little bit of software for single use or a small number of users). Do you know if Win7 or Win8 has the same limitation. It's time to dump XP anyway.

The latest version of Access does have a "cloud" version that uses a SQL server engine by default. That could be a solution as well (with your database in the cloud on Azure).
 
Last edited:
Upvote 0
Hmm that would be a very nice thing to have (Office 2013). Win7 also has the limitation but not sure about 8. I'm guessing most people that share their backends with any more than a few users won't be sharing them off of a shared drive on their workstation, I doubt this issue comes up often. It's just because I'm trying to avoid the **** slow network shares.
 
Upvote 0

Forum statistics

Threads
1,215,140
Messages
6,123,270
Members
449,093
Latest member
Vincent Khandagale

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top