Welcome  |  Sign In     | 
MSDN
     
Transact-SQL Reference
@@PACKET_ERRORS
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


©2007 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
 
Page view tracker