Field Name | Data Type | Size | Original Type | Default | Nullable | Description | Check |
ErrorLogID | int identity | | int | | Not null | Primary key for ErrorLog records. | |
ErrorTime | datetime | | | getdate() | Not null | The date and time at which the error occurred. | |
UserName | sysname | 128 | nvarchar(128) | | Not null | The user who executed the batch in which the error occurred. | |
ErrorNumber | int | | | | Not null | The error number of the error that occurred. | |
ErrorSeverity | int | | | | Null | The severity of the error that occurred. | |
ErrorState | int | | | | Null | The state number of the error that occurred. | |
ErrorProcedure | nvarchar | 126 | | | Null | The name of the stored procedure or trigger where the error occurred. | |
ErrorLine | int | | | | Null | The line number at which the error occurred. | |
ErrorMessage | nvarchar | 4000 | | | Not null | The message text of the error that occurred. | |
The object has no extended properties.