MS SQL 2008 express connections
I h开发者_高级运维ave VDS hosting with MS SQL Server 2008 express. Some users should be connected simultaneously. What quantity of simultaneous connections supports MS SQL Server 2008 Express?
There isnt a limit on the number of concurrent connections.
According to http://msdn.microsoft.com/en-us/library/ms143432(v=SQL.100).aspx, SQL Server 2008 handles 32,767 user connections.
SQL Server 2008 Express has following limitations:
- 1 CPU socket
- 1 GB memory
- 4 GB of user data per database
there is no another limitations.
精彩评论