Mega Code Archive
@@PACKET_ERRORS Displays the total network packet errors that have occurred since the SQL Server instance was
last started.
3>
4> SELECT 'PacketErrors', @@PACKET_ERRORS
5> GO
------------ -----------
PacketErrors 0
(1 rows affected)