读书人

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

发布时间: 2012-02-08 19:52:21 作者: rapoo

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')

读书人网 >SQL Server

热点推荐