知識庫

To check the installed DBSRV licensed user count

Hint Ref: 020707030001
Hint Date: 03/07/2007

Hint Details: 

in SQL Tool run the following SQL:

select property ('licensecount'),property ('licensesinuse')

Note: The LicensesInUse property determines the numbers of concurrent users currently connected to the network server. Each concurrent user is determined by the number of unique client network addresses connected to the server, not the number of connections. For example, if three client computers are connected to a server, and each client computer has two connections, select property( 'LicensesInUse' ) is '3'.

This information is now available on the 'Help' 'About Space Manager' menu option in version 2.2.1.0 and above.