SQL Server/T-SQL Tutorial/System Settings/PACK SENT — различия между версиями
Admin (обсуждение | вклад) м (1 версия) |
|
(нет различий)
|
Текущая версия на 10:23, 26 мая 2010
@@PACK_SENT Returns the total output packets sent to the network since the SQL Server instance was last started.
3>
4> SELECT "PackSent", @@PACK_SENT
5> GO
-------- -----------
PackSent 6453
(1 rows affected)