Table sem5.dbo.LEGACY_AGENT
Keeps legacy agent information

Generated by
SchemaSpy
Legend:
Primary key columns
Columns with indexes
Implied relationships
Excluded column relationships
< n > number of related tables
 
Column Type Size Nulls Auto Default Children Parents Comments
LEGACY_AGENT_ID char 32
GROUP_PATH char 260 Group full path
POLICY_MODE int 4 User/Computer mode
LAN_SENSOR int 4 If the Agent is a LAN_SENSOR
CLIENT_ID char 32 GUID in the SEM_CLIENT tablet
COMPUTER_ID char 32 GUID in the SEM_COMPUTER tablet
AGENT_ID char 32 GUID in the SEM_AGENT tablet
USN bigint 8 Update serial number; used by replication
TIME_STAMP bigint 8 Time that the record was modified; used to resolve merge conflict
DELETED tinyint 1 The deleted flag of the schema object:
1 = Deleted
0 = Not Deleted
RESERVED_INT1 int 4  √  null
RESERVED_INT2 int 4  √  null
RESERVED_BIGINT1 bigint 8  √  null
RESERVED_BIGINT2 bigint 8  √  null
RESERVED_CHAR1 char 32  √  null
RESERVED_CHAR2 char 32  √  null
RESERVED_VARCHAR1 nvarchar 520  √  null
RESERVED_BINARY varbinary 2000  √  null

Analyzed at Mon Oct 29 12:07 PDT 2012

Indexes:
Column(s) Type Sort Constraint Name
LEGACY_AGENT_ID Primary key Asc PK_LEGACY_AGENT
USN Performance Asc I_LEGACY_AGENT_USN