SQL Server, SQL Errors Object
The SQLServer:SQL Errors object in Microsoft SQL Server provides counters to monitor SQL Errors.
This table describes the SQL Server SQL Errors counters.
SQL Server SQL Errors counters | Description |
---|---|
Errors/sec | Number of errors/sec. |
Each counter in the object contains the following instances:
Item | Definition |
---|---|
_Total | Information for all errors. |
DB Offline Errors | Tracks severe errors that cause SQL Server to take the current database offline. |
Info Errors | Information related to error messages that provide information to users but do not cause errors. |
Kill Connection Errors | Tracks severe errors that cause SQL Server to kill the current connection. |
User Errors | Information about user errors. |