Person.ContactType Table
Information
| Name | ContactType |
| Schema | Person |
| Row Count | 20 |
| Data Size | 8 KB |
| Index Size | 24 KB |
| Reserved Size | 32 KB |
| Unused Size | 0 KB |
| Created | 14.10.2005 1:58:31 |
| Modified | 14.10.2005 1:59:50 |
Extended Properties
| Name | Type | Property Name | Value |
|---|---|---|---|
| ContactType | TABLE | MS_Description | Lookup table containing the types of contacts stored in Contact. |
Columns
| PK | Key | Identity | Name | Data Type | Allow Nulls | Collation | References | Default | Computed | Compute Expression |
|---|---|---|---|---|---|---|---|---|---|---|
|   |   |   | ContactTypeID | int |   |   | ||||
|   |   | Name | nvarchar(100) |   | SQL_Latin1_General_CP1_CI_AS |   | ||||
|   |   | ModifiedDate | datetime |   | (getdate()) |   |
Indexes
| Name | Type | Primary | Unique | Columns |
|---|---|---|---|---|
| PK_ContactType_ContactTypeID | Clustered |   |   | ContactTypeID |
| AK_ContactType_Name | NonClustered |   |   | Name |
Triggers
| Name | Activates on | Instead Of | For Replication | Enabled | Created | Modified |
|---|---|---|---|---|---|---|
| Person.uContactType | UPDATE |   |   |   | 14.10.2005 1:59:50 | 14.10.2005 1:59:50 |
