SQL Server/T-SQL Tutorial/System Settings/PACK SENT
Версия от 13:46, 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)