| title | @@PACK_RECEIVED (Transact-SQL) | |||
|---|---|---|---|---|
| description | @@PACK_RECEIVED (Transact-SQL) | |||
| author | VanMSFT | |||
| ms.author | vanto | |||
| ms.date | 03/14/2017 | |||
| ms.service | sql | |||
| ms.subservice | t-sql | |||
| ms.topic | reference | |||
| f1_keywords |
|
|||
| helpviewer_keywords |
|
|||
| dev_langs |
|
[!INCLUDE SQL Server Azure SQL Managed Instance]
Returns the number of input packets read from the network by [!INCLUDEssNoVersion] since it was last started.
:::image type="icon" source="../../includes/media/topic-link-icon.svg" border="false"::: Transact-SQL syntax conventions
@@PACK_RECEIVED
integer
To display a report containing several [!INCLUDEssNoVersion] statistics, including packets sent and received, run sp_monitor.
The following example shows the usage of @@PACK_RECEIVED.
SELECT @@PACK_RECEIVED AS 'Packets Received'; Here is a sample result set.
Packets Received
----------------
128