@@PACK_RECEIVED function returns the number of input packets read from the network by SQL Server since last started.
Syntax of @@PACK_RECEIVED Function :
@@PACK_RECEIVED
Return type of above function is an integer.
Examples of @@PACK_RECEIVED Function :
Example 1 : Use of @@PACK_RECEIVED function in select clause
Output
Above example returns number of input packets read from the network by sql server since last started.