<Chronicles> Node (<SubscriptionClass>)
SQL Server 2000
Provides a location for defining one or more Transact-SQL statements that determine the table structure for the chronicle tables used by the subscription class.
Structure
<SubscriptionClasses>
<SubscriptionClass>
...
<Chronicles>
Node Characteristics
| Characteristic | Description |
|---|---|
| Occurrence | Optional once per <SubscriptionClass> node. |
| Updates | Can be added and deleted using NSControl Update. |
Node Relationships
| Relationship | Elements |
|---|---|
| Parent Node | <SubscriptionClass> Node |
| Child Elements | <Chronicle> Node (/SubscriptionClass/Chronicles) |
Remarks
If you add or delete the <Chronicles> node, NSControl Update re-creates the subscription class to which it corresponds. A new subscription table is created, and the existing subscription table is renamed to SubscriptionTableNameOld. Existing subscription table indexes are left unchanged. If you want to transfer data between the old and new subscription tables, it must be done manually.