Monday, March 19, 2012

number of active connections

Hi.
I have to buy a license for MS SQL Server 2000 and I need to know how many active connections I will need.
I could try by running the application with multiple users and see how many connections there are.

The questions is: How can I know the number of active connections to the Server?

Thanks!sql server is licensed per seat or per proccessor. small to medium sized business with no web exposure usually do per seat. a bigger company or a web exposed app using sql server usually goes per processor.|||this one is helpfull, cant find the active connection yet
Hope this servers well

SELECT GETDATE() AS 'Today Date and Time', @.@.CONNECTIONS AS 'Login Attempts'
SELECT @.@.MAX_CONNECTIONS

No comments:

Post a Comment