Stores all the RowVersion information needed to determine if any of the data associated with a particular Touchstone activity has changed since the activity completed.
| Creation Date | 4/4/2022 3:02 AM |
| File Group | PRIMARY |
| Text File Group | |
| System Object | ![]() |
| Published for Replication | ![]() |
| Rows | 0 |
| Data Space Used | 0.00 KB |
| Index Space Used | 0.00 KB |
| Column Name | Description | Datatype | Length | Allow Nulls | Default | Formula | |
|---|---|---|---|---|---|---|---|
| RowNumber | Unique integer identifier for the row. | int | 4 | |||
| TargetType | Type of activity on which the RowVersion information is based. | varchar | 10 | ||||
| RootSID | Unique system-generated sequential identifier for the primary table of the Target Type. | int | 4 | ||||
| DataSourceSID | Unique system-generated sequential identifier for the data source record. For a complete list of records, see tDataSource Table. | int | 4 | ![]() | |||
| ExposureSetSID | Unique system-generated sequential identifier for the exposure set record. For a complete list of records, see tExposureSet Table. | int | 4 | ![]() | |||
| TableName | Table from which MaxRowVersion and SumRowVersion was extracted. | varchar | 128 | ![]() | |||
| MaxRowVersion | Maximum RowVersion for all records in the [TableName] related to the TargetType and RootSID. | bigint | 8 | ![]() | |||
| SumRowVersion | Sum of RowVersion for all records in the [TableName] related to the TargetType and RootSID. | bigint | 8 | ![]() |