aaEventHistorySelect
- Last UpdatedMar 10, 2025
- 1 minute read
Returns information stored in the EventHistory table for each specified event tag.
Syntax
aaEventHistorySelect TagList, StartTime, EndTime
where:
|
Argument |
Description |
|---|---|
|
TagList |
A list of tags delimited by a comma (,). This value is of data type nvarchar(4000), with no default. |
|
StartTime |
The starting timestamp for the data to query. This value is of data type nvarchar(50), with no default. |
|
EndTime |
The ending timestamp for the data to query. This value is of data type nvarchar(50), with no default. |
Remarks
This stored procedure will return information for all events that occurred between the starting time and the ending time.
Permission
Execute permission defaults to the public group.