select * from sysprocesses where dbid= db_id('数据库名')
通过此语句可查看目前所有的连接进程
不够了就必须设置Max Pool Size,理论最大值为32767.
2021-10-22 14:07:37
select * from sysprocesses where dbid= db_id('数据库名')
通过此语句可查看目前所有的连接进程
不够了就必须设置Max Pool Size,理论最大值为32767.
下一篇:c++d的运算符重载