首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 数据库 > SQL Server >

sql anywhere 数据库最大连接数,该如何解决

2012-02-08 
sql anywhere 数据库最大连接数ASA数据库的最大连接数是多少怎么查看和怎么设置[解决办法]关于默认值:Retu

sql anywhere 数据库最大连接数
ASA数据库的最大连接数是多少 怎么查看和怎么设置

[解决办法]
关于默认值:
Returns the maximum number of concurrent connections the server allows. For the personal server, this value defaults to 10. For the network server, this value defaults to about 32000. This value can be lowered using the -gm server option. See -gm server option. 

如何查询:
select property('MaxConnections')

热点排行