dbo.ErrorLog Table

Information

NameErrorLog
Schemadbo
Row Count0
Data Size0 KB
Index Size0 KB
Reserved Size0 KB
Unused Size0 KB
Created14.10.2005 1:58:27
Modified14.10.2005 1:58:27

Extended Properties

NameTypeProperty NameValue
ErrorLogTABLEMS_DescriptionAudit table tracking errors in the the AdventureWorks database that are caught by the CATCH block of a TRY...CATCH construct. Data is inserted by stored procedure dbo.uspLogError when it is executed from inside the CATCH block of a TRY...CATCH construct.

Columns

PKKeyIdentityNameData TypeAllow NullsCollationReferencesDefaultComputedCompute Expression
   ErrorLogIDint   
 
 
 
   ErrorTimedatetime   
(getdate())
 
 
   UserNamenvarchar(256) SQL_Latin1_General_CP1_CI_AS 
 
 
 
   ErrorNumberint   
 
 
 
   ErrorSeverityint   
 
 
 
   ErrorStateint   
 
 
 
   ErrorProcedurenvarchar(252) SQL_Latin1_General_CP1_CI_AS 
 
 
 
   ErrorLineint   
 
 
 
   ErrorMessagenvarchar(8000) SQL_Latin1_General_CP1_CI_AS 
 
 
 

Indexes

NameTypePrimaryUniqueColumns
PK_ErrorLog_ErrorLogIDClustered  ErrorLogID