@@PACK_SENT Returns the total output packets sent to the network since the SQL Server instance was last started. : PACK_SENT « System Settings « SQL Server / T-SQL Tutorial






3>
4> SELECT 'PackSent', @@PACK_SENT
5> GO

-------- -----------
PackSent        6453

(1 rows affected)








26.25.PACK_SENT
26.25.1.@@PACK_SENT Returns the total output packets sent to the network since the SQL Server instance was last started.