<Chronicles> Node (<EventClass>)
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 event class.
Structure
<EventClasses>
<EventClass>
...
<Chronicles>
Node Characteristics
| Characteristic | Description |
|---|---|
| Occurrence | Optional once per <EventClass> node. |
| Updates | Can be added and deleted using NSControl Update. |
Node Relationships
| Relationship | Elements |
|---|---|
| Parent Node | <EventClass> Node |
| Child Elements | <Chronicle> Node (/EventClass/Chronicles) |
Remarks
If you add or delete the <Chronicles> node, NSControl Update deletes and re-creates the event class to which it corresponds. This includes dropping and re-creating the SQL Server tables and indexes used by this event class.
Important When you add or delete the <Chronicles> node, any data existing in the original SQL Server tables is permanently deleted.