|
|
|
vConfigLog
|
Log of all configuration changes. One entry per change.
|
Column Name
|
Type
|
Purpose
|
Machine_GroupID
|
varchar
|
A concatenated representation of the machine id and the group id it is associated with.
|
agentGuid
|
numeric
|
A globally unique identifier for a machine ID.group ID account and its corresponding agent.
|
machName
|
varchar
|
Machine Name used for each agent
|
groupName
|
varchar
|
Group Name used for each agent
|
EventTime
|
datetime
|
Time stamp string representing the time the change was entered. (note: timestamp type was picked to force times into the database as year- month-day-hr-min-sec all in numeric format independent of the format sent in the SQL command. This allows records to be easily sorted by time during retrieval.)
|
ConfigDesc
|
varchar
|
Description of the change
|