If this is your first visit, be sure to check out the FAQ by clicking the link above.
You may have to register before you can post: click the register link above to proceed.
To start viewing messages, select the forum that you want to visit from the selection below.
Can anyone advise of the performance capabilites of Access Database, say, compared to SQL, for example, how much traffic and concurrent users it can take and how much information it can hold before SQL (for example) is required.
Can anyone advise of the performance capabilites of Access Database, say, compared to SQL, for example, how much traffic and concurrent users it can take and how much information it can hold before SQL (for example) is required.
Help apprecieted.
Mattys
Hi Mattys,
Everything I have read says that Access can only handle 5 concurrent users. The database size limit is also 2 GB. The locking for multiple users is also much better on SQL Server.
So if you have the budget, and are worried about these 2 factors I would buy SQL Server.