Connection pooling in SQL SERVER (express)- recommended amount?

后端 未结 3 1983
南笙
南笙 2021-01-07 13:12

is there a recommended amount of connections fro each application i have for use with connection pooling.., my apps are using asp.net and c# against sql express on the \"sam

3条回答
  •  暖寄归人
    2021-01-07 13:34

    It will depend on what version of sql server you're using, but for SQL Server 2005 express there is no limitation on connections, so you should be fine.

    The limitations are indicated here

提交回复
热议问题