<ChronicleName> Element (/SubscriptionClass/Chronicles/Chronicle)
SQL Server 2000
Specifies the user-defined name of the subscription chronicle table.
Structure
<SubscriptionClasses>
<SubscriptionClass>
...
<Chronicles>
<Chronicle>
<ChronicleName>
Element Characteristics
| Characteristic | Description |
|---|---|
| Data Type | string, between 1 and 255 characters in length. |
| Default Value | None. |
| Occurrence | Required once per <Chronicle> node. |
| Updates | Can be modified, but not added or deleted, using NSControl Update. |
Element Relationships
| Relationship | Elements |
|---|---|
| Parent Node | <Chronicle> Node (/SubscriptionClass/Chronicles) |
Remarks
Microsoft recommends that the <ChronicleName> value be the same name as that of the physical chronicle table as defined in the related <SqlSchema> node.
If you update a <ChronicleName> element, 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.