Transact-SQL Reference

@@PACKET_ERRORS

Returns the number of network packet errors that have occurred on Microsoft® SQL Server™ connections since SQL Server was last started.

Syntax

@@PACKET_ERRORS

Return Types

integer

Remarks

To display a report containing several SQL Server statistics, including packet errors, run sp_monitor.

Examples
SELECT @@PACKET_ERRORS

See Also

@@PACK_RECEIVED

@@PACK_SENT

sp_monitor

System Statistical Functions