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