Tables [dbo].[secure_event]
Properties
PropertyValue
CollationSQL_Latin1_General_CP1_CS_AS
HeapYes
Row Count0
Created11:07:30 AM Wednesday, March 07, 2007
Last Modified11:07:30 AM Wednesday, March 07, 2007
Columns
NameData TypeMax Length (Bytes)Allow Nulls
idint4
Yes
timestampdatetime8
Yes
personaliasidint4
Yes
categoryidint4
Yes
machinealiasidint4
Yes
srceventidint4
Yes
sourcevarchar(32)32
Yes
createdbyint4
Yes
SQL Script
CREATE TABLE [dbo].[secure_event]
(
[id] [int] NULL,
[timestamp] [datetime] NULL,
[personaliasid] [int] NULL,
[categoryid] [int] NULL,
[machinealiasid] [int] NULL,
[srceventid] [int] NULL,
[source] [varchar] (32) COLLATE SQL_Latin1_General_CP1_CS_AS NULL,
[createdby] [int] NULL
) ON [PRIMARY]
GO
Uses
Used By