Description
Used by the SQL Web Event Provider to log event data.
Columns
| Name |
Type |
Description |
| EventId |
char(32) |
Event ID (from WebBaseEvent.EventId)
|
| EventTimeUtc |
datetime |
UTC time at which the event was fired (from WebBaseEvent.EventTimeUtc)
|
| EventTime |
datetime |
Local time at which the event was fired (from WebBaseEvent.EventTime)
|
| EventType |
nvarchar(256) |
Event type (for example, WebFailureAuditEvent)
|
| EventSequence |
decimal(19) |
Event sequence number (from WebBaseEvent.EventSequence)
|
| EventOccurrence |
decimal(19) |
Event occurrence count (from WebBaseEvent.EventOccurrence)
|
| EventCode |
int |
Event code (from WebBaseEvent.EventCode)
|
| EventDetailCode |
int |
Event detail code (from WebBaseEvent.EventDetailCode)
|
| Message |
nvarchar(1024) |
Event message (from WebBaseEvent.EventMessage)
|
| ApplicationPath |
nvarchar(256) |
Physical path of the application that generated the Web event (for example, C:\Websites\MyApp)
|
| ApplicationVirtualPath |
nvarchar(256) |
Virtual path of the application that generated the event (for example, /MyApp)
|
| MachineName |
nvarchar(256) |
Name of the machine on which the event was generated
|
| RequestUrl |
nvarchar(1024) |
URL of the request that generated the Web event
|
| ExceptionType |
nvarchar(256) |
If the Web event is a WebBaseErrorEvent, type of exception recorded in the ErrorException property; otherwise, DBNull
|
| Details |
ntext |
Text generated by calling ToString on the Web event
|
ASP.NET 2.0 Provider Database