Link to home
Start Free TrialLog in
Avatar of Cahirbarnagh
Cahirbarnagh

asked on

What does instances mean wrt the limitations on sqlexpress?

SQLexpress has a limitation of 16 instances I believe. I have a website which has a front end that allows some calculations to be done and would like to know what this limitation means?
Beginner wrt sql.
a) Only 16 simultaneous calculations can be done.
b) What happens on the 17th instance?
Avatar of Aneesh
Aneesh
Flag of Canada image

Cahirbarnagh,
> a) Only 16 simultaneous calculations can be done.


Each instance will work as a separate sql server, it has nothing to do with the no of connections...
ASKER CERTIFIED SOLUTION
Avatar of Guy Hengel [angelIII / a3]
Guy Hengel [angelIII / a3]
Flag of Luxembourg image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
... uses it's own set of memory.
hence, having too many instances would simply slow down all of them..