Table used internally by SQL Server. When a user deletes data from Touchstone, this table identifies which information is to be deleted.
Table used internally by SQL Server. When a user deletes data from Touchstone, this table identifies which information is to be deleted.
| Creation Date | 6/8/2012 1:42 PM |
| File Group | PRIMARY |
| Text File Group | PRIMARY |
| System Object | ![]() |
| Published for Replication | ![]() |
| Rows | 18 |
| Data Space Used | 128.00 KB |
| Index Space Used | 32.00 KB |
| Column Name | Description | Datatype | Length | Allow Nulls | Default | Formula | |
|---|---|---|---|---|---|---|---|
| ExecutionPlanSID | Unique system-generated sequential identifier for the execution plan record.
| int | 4 | |||
| ActivityTypeCode | Code that represents the activity type. For a complete list of codes, see tActivityType Table. | varchar | 10 | ||||
| ExecutionType | Brief name for the type execution. Corresponds to the code in ExecutionPlanSID. | varchar | 40 | ||||
| Name | Name of the execution plan. Corresponds to the code in ExecutionPlanSID. | varchar | 255 | ![]() | |||
| ExecutionPlan | XML string that defines the steps of the execution plan. In this case, the steps to delete the locations. | xml | 0 | ||||
| Description | Description of the execution plan. | varchar | 1024 | ![]() | |||
| EnteredDate | Date the execution plan was entered. | datetime | 4 | (getutcdate()) | |||
| EditedDate | Date the execution plan was last modified. | datetime | 4 | (getutcdate()) |
| Database Object | Object Type | Description | Dep Level | |
|---|---|---|---|---|
![]() | tActivityType | Table | Stores codes that represent types of activities. | 1 |