ABS
ALL
AND
ANY
AVG
bit
COS
COT
DAY
EXP
GO
IN
LEN
LOG
MAX
MIN
NOT
OR
PI
SET
SIN
STR
SUM
TAN
USE
VAR
Expand Minimize
2 out of 3 rated this helpful - Rate this topic

@@PACK_RECEIVED

SQL Server 2000

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

@@PACK_SENT

sp_monitor

System Statistical Functions

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.