1、Max Pool Size 默认为100。
2、查看当前数据库连接数量,
select * from sysprocesses where dbid= db_id(‘数据库名称‘)
结果为190,
3、添加数据库查询的最大连接数量
Data Source=.;Initial Catalog=i_Master;Persist Security Info=True;User ID=NUser;Password=N2;max pool size=500设置最大连接数量 500
原文地址:https://www.cnblogs.com/topguntopgun/p/12658785.html
时间: 2024-10-10 13:28:28