SQL Server/T-SQL Tutorial/System Settings/CONNECTIONS — различия между версиями
Admin (обсуждение | вклад) м (1 версия) |
|
(нет различий)
|
Текущая версия на 10:23, 26 мая 2010
@@CONNECTIONS Returns the number of connections made to the SQL Server instance since it was last started.
3>
4> SELECT "Connections" FunctionNM, @@CONNECTIONS
5> GO
FunctionNM
----------- -----------
Connections 345
(1 rows affected)