@@PACK_RECEIVED
Returns the number of input packets read from the network by Microsoft® SQL Server™ since last started.
Syntax
@@PACK_RECEIVED
Return Types
integer
Remarks
To display a report containing several SQL Server statistics, including packets sent and received, run sp_monitor.
Examples
SELECT @@PACK_RECEIVED
See Also
'
Comments (
)
)
Link to this page:
//www.vb-net.com/Sql/Sql/Ts_globals_5yn8.htm
|
|