Hi
How long is a piece of string?
It all depends on the application and DB design.
I have worked on application where 5 users killed a server, and other
systems where 250 users still have capacity to spare on a single CPU server.
Testing for performance and concurrency on MSDE is not the best idea. Due to
it's workload governor, you are likely not to have the same usage pattern as
a SQL Server Enterprise Edition with x number of processors.
Regards
--------------------------------
Mike Epprecht, Microsoft SQL Server MVP
Zurich, Switzerland
IM: mike@epprecht.net
MVP Program:
http://www.microsoft.com/mvp Blog:
http://www.msmvps.com/epprecht/ [quoted text, click to view] "Jesper" <no@spam.com> wrote in message
news:uqRu21uCGHA.2356@tk2msftngp13.phx.gbl...
>I have developed a winforms DotNet application which has been tested for
>performance and concurrentcy with a few clients on a small MSDE engine. But
>I've never done any real scalability testing. The application will go live
>with about 50 clients to begin with, but likely to multiply 10 fold soon.
>
> I know that it depends heavily on the client application, but for 'typical
> applications': "What is the normal number of clients a standard SQL server
> (1 cpu) will support with acceptable performance?"
>
> J.
>