Difference between revisions of "Dbo.ErrorLog (table)"
(New page: == wikibot == {| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" |- | '''Table | dbo.ErrorLog |- |} {| border="1" cellpadding="5" cellspacing="0" style="bord...) |
(No difference)
|
Revision as of 13:34, 3 January 2009
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 |