@@CONNECTIONS Returns the number of connections made to the SQL Server instance since it was last started. : CONNECTIONS « System Settings « SQL Server / T-SQL Tutorial






3>
4> SELECT 'Connections' FunctionNM, @@CONNECTIONS
5> GO
FunctionNM
----------- -----------
Connections         345

(1 rows affected)








26.2.CONNECTIONS
26.2.1.@@CONNECTIONS Returns the number of connections made to the SQL Server instance since it was last started.