Table: Valid_Date | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
The Valid_Date table holds all of the dates between 1900-01-01 and 2079-01-01 inclusive. Having these dates makes it convenient to join against for generating ranges. Tags: read-only Content of first 30 of 65380 rows:
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Columns | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Name | Type | Constraints | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
valid_date | smalldatetime | NOT NULL | Holds a date without a time set (stored as midnight.) | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
valid_date_KEY | int | NOT NULL | Key for backwards compatibility. Should be the number of days since 1989-12-31. |
Primary key | |||
Name | Columns | Description | |
PK_Valid_Date$valid_date | valid_date | CLUSTERED |