A
Anthony Jones
Juan T. Llibre said:re:
!> Its not the size that is really important, its the concurrent connection limit.
There are *no* connection limitations with SQL Express.
MSDE had a governor which limited concurrent connections to 10
(it placed concurrent connections above 10 in a queue), but SQL Express
doesn't have a governor.
SQL Express will process as many concurrent
connections as the server's cpu/ram/bandwidth allow it to.
I stand corrected. I had assumed that it carried the similar limitations.