Editing Dbo.ErrorLog (table)

Jump to: navigation, search

Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.
Latest revision Your text
Line 126: Line 126:
 
| not null
 
| not null
 
|  
 
|  
| Primary key for ErrorLog records.<br />PK_ErrorLog_ErrorLogID
+
| Primary key for ErrorLog records.PK_ErrorLog_ErrorLogID
 
|- valign="top"
 
|- valign="top"
 
| ErrorTime
 
| ErrorTime
Line 132: Line 132:
 
| not null
 
| not null
 
| (GETDATE())
 
| (GETDATE())
| The date and time at which the error occurred.<br />
+
| The date and time at which the error occurred.
 
|- valign="top"
 
|- valign="top"
 
| UserName
 
| UserName
Line 138: Line 138:
 
| not null
 
| not null
 
|  
 
|  
| The user who executed the batch in which the error occurred.<br />
+
| The user who executed the batch in which the error occurred.
 
|- valign="top"
 
|- valign="top"
 
| ErrorNumber
 
| ErrorNumber
Line 144: Line 144:
 
| not null
 
| not null
 
|  
 
|  
| The error number of the error that occurred.<br />
+
| The error number of the error that occurred.
 
|- valign="top"
 
|- valign="top"
 
| ErrorSeverity
 
| ErrorSeverity
Line 150: Line 150:
 
| null
 
| null
 
|  
 
|  
| The severity of the error that occurred.<br />
+
| The severity of the error that occurred.
 
|- valign="top"
 
|- valign="top"
 
| ErrorState
 
| ErrorState
Line 156: Line 156:
 
| null
 
| null
 
|  
 
|  
| The state number of the error that occurred.<br />
+
| The state number of the error that occurred.
 
|- valign="top"
 
|- valign="top"
 
| ErrorProcedure
 
| ErrorProcedure
Line 162: Line 162:
 
| null
 
| null
 
|  
 
|  
| The name of the stored procedure or trigger where the error occurred.<br />
+
| The name of the stored procedure or trigger where the error occurred.
 
|- valign="top"
 
|- valign="top"
 
| ErrorLine
 
| ErrorLine
Line 168: Line 168:
 
| null
 
| null
 
|  
 
|  
| The line number at which the error occurred.<br />
+
| The line number at which the error occurred.
 
|- valign="top"
 
|- valign="top"
 
| ErrorMessage
 
| ErrorMessage
Line 174: Line 174:
 
| not null
 
| not null
 
|  
 
|  
| The message text of the error that occurred.<br />
+
| The message text of the error that occurred.
 
|}
 
|}
  

Please note that all contributions to dbscript Online Help may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see Project:Copyrights for details). Do not submit copyrighted work without permission!

Cancel | Editing help (opens in new window)