StatisticsDaySite
Primary Key
| Primary Key | Field Type |
|---|---|
| Guid | uniqueidentifier |
Fields
| Field | Field Type | Null | Notes | Description |
|---|---|---|---|---|
| YYYYMMDD | nchar | |||
| PageViews | bigint | |||
| Visits | bigint | |||
| Hosts | bigint | |||
| UserPageViews | bigint | |||
| UserVisits | bigint | |||
| Users | bigint | |||
| SessionTime | bigint | |||
| OnePageVisits | bigint | |||
| Partial | bit | Default = 0 | ||
| CreateDate | datetime | Default = getutcdate() | ||
| UpdateDate | datetime | Default = getutcdate() |
Indexes
| Index Name | Fields | Unique | Primary | Clustered |
|---|---|---|---|---|
| IX_StatisticsDaySite_YYYYMMDD | YYYYMMDD | |||
| PK_StatisticsDaySite | Guid | yes | yes |