@@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
'
Comments (
)
)
Link to this page:
//www.vb-net.com/Sql/Sql/Ts_globals_9fcj.htm
|
|