Tuesday, 10 March 2009

sybase "number of user connections" in system table

"number of user connections"

select S.config, SY.name, S.value2 from syscurconfigs S, sysconfigures SY
where SY.name="number of user connections" and SY.config = S.config

No comments:

Post a Comment