Returns the number of network packet errors that have occurred on Microsoft® SQL Server™ connections since the last time SQL Server was started.
@@PACKET_ERRORS
integer
To display a report containing several SQL Server statistics, including packet errors, run sp_monitor.
SELECT @@PACKET_ERRORS
@@PACK_RECEIVED | sp_monitor |
@@PACK_SENT | System Statistical Functions |