@@PACK_SENT (T-SQL)

Returns the number of output packets written to the network by Microsoft® SQL Server™ since it was last started.

Syntax

@@PACK_SENT

Return Types

integer

Remarks

To display a report containing several SQL Server statistics, including packets sent and received, run sp_monitor.

Examples

SELECT @@PACK_SENT

  

See Also
@@PACK_RECEIVED System Statistical Functions
sp_monitor  

  


(c) 1988-98 Microsoft Corporation. All Rights Reserved.