SQL Server/T-SQL Tutorial/System Settings/PACK SENT

Материал из SQL эксперт
Перейти к: навигация, поиск

@@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)