หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
Returns the number of network packet errors that have occurred on SQL Server connections since SQL Server was last started.
Transact-SQL Syntax Conventions
Syntax
@@PACKET_ERRORS
Return Types
integer
Remarks
To display a report containing several SQL Server statistics, including packet errors, run sp_monitor.
Examples
The following example shows using @@PACKET_ERRORS.
SELECT @@PACKET_ERRORS AS 'Packet Errors'
Here is a sample result set.
Packet Errors
-------------
0