Topic Last Modified: 2010-03-07
The SessionCorrelation table is a supporting table; each record represents one CorrelationID which is used to correlate multiple sessions.
Column | Data Type | Key/Index | Details |
---|---|---|---|
CorrelationKey |
int |
Primary |
Unique number identifying this conferencing server. |
CorrelationID |
nvarchar(256) |
unique |
Sessions that are correlated will have the same CorrelationID. |
NextUpdateTS |
Datetime |
|
For internal use only. |