Dbo.ErrorLog (table)
wikibot
| Table | dbo.ErrorLog |
| Column | Data Type | Nullable | Default | PK | Index |
| ErrorLogID | int | not null | PK_ErrorLog_ErrorLogID | ||
| ErrorTime | datetime | not null | (getdate()) | ||
| UserName | sysname | not null | |||
| ErrorNumber | int | not null | |||
| ErrorSeverity | int | null | |||
| ErrorState | int | null | |||
| ErrorProcedure | nvarchar(126) | null | |||
| ErrorLine | int | null | |||
| ErrorMessage | nvarchar(4000) | not null |