Returns the number of input packets read from the network by Microsoft® SQL Server™ since it was last started.
@@PACK_RECEIVED
integer
To display a report containing several SQL Server statistics, including packets sent and received, run sp_monitor.
SELECT @@PACK_RECEIVED
@@PACK_SENT | System Statistical Functions |
sp_monitor |