@@PACKET_ERRORS (T-SQL)

Returns the number of network packet errors that have occurred on Microsoft® SQL Server™ connections since the last time SQL Server was 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 sp_monitor
@@PACK_SENT System Statistical Functions

  


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