Welcome  |  Sign In     | 
MSDN
     
Transact-SQL Reference
@@PACK_SENT
Transact-SQL Reference
@@PACK_SENT

Returns the number of output packets written to the network by Microsoft® SQL Server™ since 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

sp_monitor

System Statistical Functions


©2006 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
 
Page view tracker