StringWideHistory
- Last UpdatedMar 18, 2021
- 1 minute read
This table (INSQL.Runtime.dbo.StringWideHistory) was implemented for completeness. However, you should use the WideHistory table instead of this table. In a query, this table must be referenced using an OPENQUERY statement.
|
Column |
Data type |
|---|---|
|
DateTime |
datetime NOT NULL |
|
TagS1 |
nvarchar(512) NULL |
|
TagS2 |
nvarchar(512) NULL |
|
ManyOtherTags |
nvarchar(512) NULL |
|
wwRowCount |
int NULL |
|
wwResolution |
int NULL |
|
wwEdgeDetection |
nvarchar(16) NULL |
|
wwRetrievalMode |
nvarchar(20) NULL (default wwRetrievalMode is DELTA) |
|
wwTimeDeadband |
int NULL |
|
wwTimeZone |
nvarchar(50) NULL |
|
wwVersion |
nvarchar(30) NULL |
|
wwCycleCount |
int NULL |
|
wwTimeStampRule |
nvarchar(20) NULL |
|
wwParameters |
nvarchar(128) NULL |