aaEventSnapshotInsert
- Last UpdatedMar 10, 2025
- 1 minute read
Inserts snapshot values into the AnalogSnapshot, DiscreteSnapshot, and StringSnapshot tables. This stored procedure is used by the event subsystem and should not be modified.
Syntax
aaEventSnapshotInsert EventLogKey, EventTime, EventTagName
Arguments
EventLogKey
The unique numerical identifier of an event occurrence. This value is of data type int, with no default.
EventTime
The timestamp reflecting when the event history data was acquired. This is the time for when the event actually occurred. This value is of data type datetime2(7), with no default.
EventTagName
The name of the event tag to which the snapshot tag is related. This value is of data type nvarchar(256), with no default.
Permission
Execute permission defaults to the aaAdministrators group.