473,503 Members | 2,082 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Web site database - Access or SQL Server?

I'm developing a web site which might have 200 or so simultaneous users.
The current design has an Access database providing various information.
I've read that Access supports no more than 66 simultaneous users.

However, I'm using ADO.Net, which only connects when it needs some
information, and then disconnects right away.

The amount of data I'm working with is pretty small, no more than 15 rows
and 5 or 6 columns (at most) per query.

I think under these circumstances, Access will work fine.

Is there any reason I should switch to SQL Server? Am I likely to hit the
66 user limit? And if I do, what would happen?

If I do go with Access, are there any tips or configuration issues I should
be aware of?

Thanks!
---Selden McCabe
Nov 19 '05 #1
2 1041
Selden, one reason to opt for SQL Server would be that it supports
Stored Procedures which greatly improves performance. Though you'd need
to balance this benefit against the cost of hosting or owning SQl
Server - unless of course you already have it in-house.

Nov 19 '05 #2
"Selden McCabe" <se*****@msn.com> confessed in news:euCCCuK$EHA.2600
@TK2MSFTNGP09.phx.gbl:
I'm developing a web site which might have 200 or so simultaneous users.
The current design has an Access database providing various information.
I've read that Access supports no more than 66 simultaneous users.

However, I'm using ADO.Net, which only connects when it needs some
information, and then disconnects right away.

The amount of data I'm working with is pretty small, no more than 15 rows
and 5 or 6 columns (at most) per query.

I think under these circumstances, Access will work fine.

Is there any reason I should switch to SQL Server? Am I likely to hit the 66 user limit? And if I do, what would happen?

If I do go with Access, are there any tips or configuration issues I should be aware of?

Thanks!
---Selden McCabe


The OP is correct: SQLServer will perform better that access for a variety
of reasons. It will also scale up easier if your user load increases while
Access will not. Once you reach it's limitiation it bogs down right
quickly.

I have read here and there a new version of Access does exist that supports
SPROCs (though they are named something else). Is this true? (Golly, Mr.
Gates--I still haven't used all the features of Office 2K! :#)

Access will likely support your needs with a small user population (a few
hundred users a day), but the free dev SQLServer (MSDE?) will give you
added security features as well as many performance benefits, especially
when used with ADO.NET and the System.Data.SqlClient classes. If your db is
extensive and normalized, the tuning tools in SQLServer, in the hands of a
skilled dba, yield eye-popping results. And get to know how to use triggers
and views, if you ever wish to become a $300/hour web-app pro.

BTW, Visual Studio.Net 2003 is a handy tool for developing data-intensive
web applications, especially when you get familiar with using the Server
window to edit your SQL Server sprocs, but don't throw away the Enterprise
Manager or the Query Analyzer just yet. I don't know how I worked without
it all those years writing ASP!

It's time I take those "Developed with Notepad" buttons off my sites.

-- ipgrunt
Nov 19 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
9177
by: canigou9 (remove your socks to reply) | last post by:
(cross posted - comp.databases.ms-access, microsoft.public.access) Hello folks - this is my first post here, after a short lurk. I have written an application in Access2002 for a friend's...
6
1983
by: Serious_Practitioner | last post by:
Good day all, and thank you in advance for your help. No - MANY thanks in advance for your help - I know nothing about using databases on Web servers. I am about to discuss a project with a...
3
3155
by: Mark Kamoski | last post by:
Hi-- Please help. How can one implement a simple site search for an ASP.NET site that consists of ASPX and ASCX content pages? I have a small site (of less than 100 content pages). The...
0
1070
by: Gareth | last post by:
Can somebody help me with the following problem I have? Configuration: 1 x Microsoft Windows Server 2003 Web Edition + IIS 6.0 + ASP.NET 1 x Microsoft Windows Server 2003 Standard Edition +...
1
1415
by: mac | last post by:
Hi, I dont have sql 2005 express on my machine. Instead i have sql server 2005 CTP. When i build and run the website, i get following error. What are necessory steps required to run site. ...
0
2594
by: Larry Rebich | last post by:
I am trying to use the sample web template that is distributed with Visual Studio 2005 called 'Personal Web Site Starter Kit'. After running for awhile it fails with the following message: ...
3
1482
by: Phils | last post by:
Hi guys; new to asp web design; I have design a simple web site that allows our client to login and view reports we manage for them. this works fine as on our network as i can connect...
1
3738
by: Brad Isaacs | last post by:
I am working with ASP.NET 2.0 and using an SQL Server 2000 database. I am using Visual Studio 2005 and developing on my Local machine. I am working with Login controls ASP.Configuration, I...
7
2010
by: Agos | last post by:
I developed my first web site using Visual studio 2005. It works very well with Visual Studio. But after I published the web site in a file system folder in my PC using the instructions I found in...
16
2480
by: Ben Sehara | last post by:
Is there any way I can limit the access to my website? I have a site "A" and I want to allow access to it only from site "B" login user. If someone try to access site "A" directory, I want it...
0
7093
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
7287
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
1
7011
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
7468
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
5596
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
1
5023
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
4689
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
3170
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
747
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.