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