@@PACK_SENT function returns the number of output packets written to the network by SQL Server since last started.
Syntax of @@PACK_SENT Function :
@@PACK_SENT
Return type of above function is an integer.
Examples of @@PACK_SENT Function :
Example 1 : Use of @@PACK_SENT function in select clause
Output
Above example displays 35 output packets written to the network.